diff --git a/src/Functions/Az.Functions.format.ps1xml b/src/Functions/Az.Functions.format.ps1xml index e61d1ef2d495..4b0456aa9cad 100644 --- a/src/Functions/Az.Functions.format.ps1xml +++ b/src/Functions/Az.Functions.format.ps1xml @@ -68,6 +68,9 @@ + + + @@ -234,6 +237,9 @@ HostingEnvironmentName + + Id1 + ImmutabilityPolicyName @@ -542,9 +548,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1 + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1 + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGenerated @@ -852,9 +858,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Dimension + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Dimension + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionAutoGenerated @@ -1538,9 +1544,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecification + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecification + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGenerated @@ -1630,9 +1636,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Operation + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Operation + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGenerated @@ -2430,9 +2436,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Usage + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Usage + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageAutoGenerated @@ -2560,9 +2566,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated @@ -2650,9 +2656,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Operation + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationAutoGenerated2 - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Operation + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationAutoGenerated2 @@ -2672,9 +2678,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplay + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplay + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGenerated @@ -2712,9 +2718,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationListResult + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationListResultAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationListResult + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationListResultAutoGenerated @@ -3138,9 +3144,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters1 + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters1 + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters @@ -3362,9 +3368,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated @@ -8270,10 +8276,10 @@ - + - + @@ -8286,10 +8292,10 @@ DisplayName - Name + InternalName - InternalName + Name ToBeExportedForShoebox @@ -13411,32 +13417,32 @@ - + - + - + - + - Name + Kind - Type + Location - Kind + Name - Location + Type @@ -13647,26 +13653,14 @@ - - - - - - - + - PrimaryAggregationType - - - ResourceUri - - - Unit + Item @@ -13681,14 +13675,26 @@ - + + + + + + + - Item + PrimaryAggregationType + + + ResourceUri + + + Unit diff --git a/src/Functions/Az.Functions.psd1 b/src/Functions/Az.Functions.psd1 index 66f714777632..00860635cf9d 100644 --- a/src/Functions/Az.Functions.psd1 +++ b/src/Functions/Az.Functions.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/15/2020 +# Generated on: 10/19/2020 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Functions.psm1' # Version number of this module. -ModuleVersion = '1.0.2' +ModuleVersion = '2.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -56,16 +56,16 @@ DotNetFrameworkVersion = '4.7.2' RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.5'; }) # Assemblies that must be loaded prior to importing this module -RequiredAssemblies = './bin/Az.Functions.private.dll' +RequiredAssemblies = 'bin\Az.Functions.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = './custom/HelperFunctions.ps1' +ScriptsToProcess = 'custom\HelperFunctions.ps1' # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = './custom/Functions.types.ps1xml' +TypesToProcess = 'custom\Functions.types.ps1xml' # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = './Az.Functions.format.ps1xml', './custom/Functions.format.ps1xml' +FormatsToProcess = 'Az.Functions.format.ps1xml', 'custom\Functions.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess # NestedModules = @() @@ -115,8 +115,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Removed the ability to create v2 Functions in regions that do not support it. -* Deprecated PowerShell 6.2. Added a warning for when a user creates a PowerShell 6.2 function app that advises them to create a PowerShell 7.0 function app instead.' + ReleaseNotes = 'Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation' # Prerelease string of this module # Prerelease = '' diff --git a/src/Functions/Az.Functions.psm1 b/src/Functions/Az.Functions.psm1 index b49fb1424daf..c02c76155b8e 100644 --- a/src/Functions/Az.Functions.psm1 +++ b/src/Functions/Az.Functions.psm1 @@ -24,17 +24,17 @@ } } if(-not $accountsModule) { - $hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'1.7.4' } | Measure-Object).Count -gt 0 + $hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'1.8.1' } | Measure-Object).Count -gt 0 if($hasAdequateVersion) { - $accountsModule = Import-Module -Name $accountsName -MinimumVersion 1.7.4 -Scope Global -PassThru + $accountsModule = Import-Module -Name $accountsName -MinimumVersion 1.8.1 -Scope Global -PassThru } } } if(-not $accountsModule) { - Write-Error "`nThis module requires $accountsName version 1.7.4 or greater. For installation instructions, please see: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps" -ErrorAction Stop - } elseif (($accountsModule.Version -lt [System.Version]'1.7.4') -and (-not $localAccounts)) { - Write-Error "`nThis module requires $accountsName version 1.7.4 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to remove '.PSSharedModules' in your home directory. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop + Write-Error "`nThis module requires $accountsName version 1.8.1 or greater. For installation instructions, please see: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps" -ErrorAction Stop + } elseif (($accountsModule.Version -lt [System.Version]'1.8.1') -and (-not $localAccounts)) { + Write-Error "`nThis module requires $accountsName version 1.8.1 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to remove '.PSSharedModules' in your home directory. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop } Write-Information "Loaded Module '$($accountsModule.Name)'" diff --git a/src/Functions/ChangeLog.md b/src/Functions/ChangeLog.md index 05426a65bc69..0bc280e05dce 100644 --- a/src/Functions/ChangeLog.md +++ b/src/Functions/ChangeLog.md @@ -19,6 +19,10 @@ --> ## Upcoming Release +## Version 2.0.0 +* Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation +* Bug fixing + ## Version 1.0.2 * Removed the ability to create v2 Functions in regions that do not support it. * Deprecated PowerShell 6.2. Added a warning for when a user creates a PowerShell 6.2 function app that advises them to create a PowerShell 7.0 function app instead. diff --git a/src/Functions/check-dependencies.ps1 b/src/Functions/check-dependencies.ps1 index 23ee92268fde..513c52ca2fb5 100644 --- a/src/Functions/check-dependencies.ps1 +++ b/src/Functions/check-dependencies.ps1 @@ -46,7 +46,7 @@ if(Test-Path -Path $localModulesPath) { $env:PSModulePath = "$localModulesPath$([IO.Path]::PathSeparator)$env:PSModulePath" } -DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '1.7.4' +DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '1.8.1' DownloadModule -predicate ($all -or $Pester) -path $localModulesPath -moduleName 'Pester' -requiredVersion '4.10.1' $tools = Join-Path $PSScriptRoot 'tools' diff --git a/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json b/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json index 63f7737a0b1c..721683e0d855 100644 --- a/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json +++ b/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json @@ -11,19 +11,39 @@ "majorVersions": [ { "displayVersion": "3.1", + "runtimeVersion": "dotnet|3.1", "supportedFunctionsExtensionVersions": [ "~3" ], - "runtimeVersion": "dotnet|3.1", - "isDefault": false, + "isDefault": true, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { - "FUNCTIONS_WORKER_RUNTIME": "dotnet", + "FUNCTIONS_WORKER_RUNTIME": "dotnet" + }, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": false, "linuxFxVersion": "dotnet|3.1" }, + "isPreview": false, + "isDeprecated": false, + "isHidden": false + }, + { + "displayVersion": "2.2", + "runtimeVersion": "dotnet|2.2", + "supportedFunctionsExtensionVersions": [ + "~2" + ], + "isDefault": true, + "minorVersions": [], + "applicationInsights": true, + "appSettingsDictionary": { + "FUNCTIONS_WORKER_RUNTIME": "dotnet" + }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false + "use32BitWorkerProcess": false, + "linuxFxVersion": "dotnet|2.2" }, "isPreview": false, "isDeprecated": false, @@ -43,6 +63,26 @@ "display": "Node.js", "dependency": null, "majorVersions": [ + { + "displayVersion": "14", + "runtimeVersion": "Node|14", + "supportedFunctionsExtensionVersions": [ + "~3" + ], + "isDefault": true, + "minorVersions": [], + "applicationInsights": true, + "appSettingsDictionary": { + "FUNCTIONS_WORKER_RUNTIME": "node" + }, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": false, + "linuxFxVersion": "Node|14" + }, + "isPreview": true, + "isDeprecated": false, + "isHidden": true + }, { "displayVersion": "12", "runtimeVersion": "Node|12", @@ -56,7 +96,7 @@ "FUNCTIONS_WORKER_RUNTIME": "node" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Node|12" }, "isPreview": false, @@ -70,14 +110,14 @@ "~2", "~3" ], - "isDefault": false, + "isDefault": true, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "node" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Node|10" }, "isPreview": false, @@ -112,7 +152,7 @@ "FUNCTIONS_WORKER_RUNTIME": "python" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Python|3.6" }, "isPreview": false, @@ -133,7 +173,7 @@ "FUNCTIONS_WORKER_RUNTIME": "python" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Python|3.7" }, "isPreview": false, @@ -146,14 +186,14 @@ "supportedFunctionsExtensionVersions": [ "~3" ], - "isDefault": false, + "isDefault": true, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "python" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Python|3.8" }, "isPreview": false, @@ -187,7 +227,7 @@ "FUNCTIONS_WORKER_RUNTIME": "java" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Java|8" }, "isPreview": false, @@ -200,14 +240,14 @@ "supportedFunctionsExtensionVersions": [ "~3" ], - "isDefault": true, + "isDefault": false, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "java" }, "siteConfigPropertiesDictionary": { - "Use32BitWorkerProcess": false, + "use32BitWorkerProcess": false, "linuxFxVersion": "Java|11" }, "isPreview": false, diff --git a/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json b/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json index 14727a048b2f..3d9b56c8fc3f 100644 --- a/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json +++ b/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json @@ -11,7 +11,7 @@ "majorVersions": [ { "displayVersion": "3.1", - "runtimeVersion": null, + "runtimeVersion": "3.1", "supportedFunctionsExtensionVersions": [ "~3" ], @@ -21,7 +21,28 @@ "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "dotnet" }, - "siteConfigPropertiesDictionary": {}, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": true + }, + "isPreview": false, + "isDeprecated": false, + "isHidden": false + }, + { + "displayVersion": "2.2", + "runtimeVersion": "2.2", + "supportedFunctionsExtensionVersions": [ + "~2" + ], + "isDefault": true, + "minorVersions": [], + "applicationInsights": true, + "appSettingsDictionary": { + "FUNCTIONS_WORKER_RUNTIME": "dotnet" + }, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": true + }, "isPreview": false, "isDeprecated": false, "isHidden": false @@ -40,6 +61,26 @@ "display": "Node.js", "dependency": null, "majorVersions": [ + { + "displayVersion": "14", + "runtimeVersion": "~14", + "supportedFunctionsExtensionVersions": [ + "~3" + ], + "isDefault": true, + "minorVersions": [], + "applicationInsights": true, + "appSettingsDictionary": { + "FUNCTIONS_WORKER_RUNTIME": "node", + "WEBSITE_NODE_DEFAULT_VERSION": "~14" + }, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": true + }, + "isPreview": true, + "isDeprecated": false, + "isHidden": true + }, { "displayVersion": "12", "runtimeVersion": "~12", @@ -53,7 +94,9 @@ "FUNCTIONS_WORKER_RUNTIME": "node", "WEBSITE_NODE_DEFAULT_VERSION": "~12" }, - "siteConfigPropertiesDictionary": {}, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": true + }, "isPreview": false, "isDeprecated": false, "isHidden": false @@ -65,14 +108,16 @@ "~2", "~3" ], - "isDefault": false, + "isDefault": true, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "node", "WEBSITE_NODE_DEFAULT_VERSION": "~10" }, - "siteConfigPropertiesDictionary": {}, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": true + }, "isPreview": false, "isDeprecated": false, "isHidden": false @@ -81,7 +126,6 @@ "displayVersion": "8", "runtimeVersion": "~8", "supportedFunctionsExtensionVersions": [ - "~1", "~2" ], "isDefault": false, @@ -91,7 +135,9 @@ "FUNCTIONS_WORKER_RUNTIME": "node", "WEBSITE_NODE_DEFAULT_VERSION": "~8" }, - "siteConfigPropertiesDictionary": {}, + "siteConfigPropertiesDictionary": { + "use32BitWorkerProcess": true + }, "isPreview": false, "isDeprecated": false, "isHidden": false @@ -123,7 +169,10 @@ "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "java" }, - "siteConfigPropertiesDictionary": {}, + "siteConfigPropertiesDictionary": { + "javaVersion": "1.8", + "use32BitWorkerProcess": true + }, "isPreview": false, "isDeprecated": false, "isHidden": false @@ -134,13 +183,16 @@ "supportedFunctionsExtensionVersions": [ "~3" ], - "isDefault": true, + "isDefault": false, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { "FUNCTIONS_WORKER_RUNTIME": "java" }, - "siteConfigPropertiesDictionary": {}, + "siteConfigPropertiesDictionary": { + "javaVersion": "11", + "use32BitWorkerProcess": true + }, "isPreview": false, "isDeprecated": false, "isHidden": false @@ -173,10 +225,11 @@ "FUNCTIONS_WORKER_RUNTIME": "powershell" }, "siteConfigPropertiesDictionary": { - "PowerShellVersion": "~6" + "powerShellVersion": "~6", + "use32BitWorkerProcess": true }, "isPreview": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, { @@ -192,7 +245,8 @@ "FUNCTIONS_WORKER_RUNTIME": "powershell" }, "siteConfigPropertiesDictionary": { - "PowerShellVersion": "~7" + "powerShellVersion": "~7", + "use32BitWorkerProcess": true }, "isPreview": false, "isDeprecated": false, diff --git a/src/Functions/custom/Get-AzFunctionApp.ps1 b/src/Functions/custom/Get-AzFunctionApp.ps1 index ac6333222f20..cafa4122d01e 100644 --- a/src/Functions/custom/Get-AzFunctionApp.ps1 +++ b/src/Functions/custom/Get-AzFunctionApp.ps1 @@ -13,8 +13,8 @@ function Get-AzFunctionApp { [System.String[]] ${SubscriptionId}, - [Parameter(Mandatory=$true, ParameterSetName="ByName", HelpMessage='The name of the resource group.')] - [Parameter(ParameterSetName="ByResourceGroupName")] + [Parameter(Mandatory=$true, ParameterSetName="ByResourceGroupName", HelpMessage='The name of the resource group.')] + [Parameter(Mandatory=$true, ParameterSetName="ByName")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [ValidateNotNullOrEmpty()] [System.String] @@ -32,7 +32,7 @@ function Get-AzFunctionApp { [System.String] ${Location}, - [Parameter(Mandatory=$false, HelpMessage='Use to specify whether to include deployment slots in results.')] + [Parameter(Mandatory=$false, ParameterSetName="ByResourceGroupName", HelpMessage='Use to specify whether to include deployment slots in results.')] [System.Management.Automation.SwitchParameter] ${IncludeSlot}, diff --git a/src/Functions/custom/HelperFunctions.ps1 b/src/Functions/custom/HelperFunctions.ps1 index 73d33163836e..65f37c54ec8c 100644 --- a/src/Functions/custom/HelperFunctions.ps1 +++ b/src/Functions/custom/HelperFunctions.ps1 @@ -3,39 +3,6 @@ $constants = @{} $constants["AllowedStorageTypes"] = @('Standard_GRS', 'Standard_RAGRS', 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS') $constants["RequiredStorageEndpoints"] = @('PrimaryEndpointFile', 'PrimaryEndpointQueue', 'PrimaryEndpointTable') $constants["DefaultFunctionsVersion"] = '3' -$constants["NodeDefaultVersion"] = @{ - '2' = '~10' - '3' = '~12' -} -$constants["RuntimeToDefaultVersion"] = @{ - 'Linux' = @{ - '2'= @{ - 'Node' = '10' - 'DotNet'= '2' - 'Python' = '3.7' - } - '3' = @{ - 'Node' = '10' - 'DotNet' = '3' - 'Python' = '3.7' - 'Java' = '8' - } - } - 'Windows' = @{ - '2'= @{ - 'Node' = '10' - 'DotNet'= '2' - 'PowerShell' = '6.2' - 'Java' = '8' - } - '3' = @{ - 'Node' = '10' - 'DotNet' = '3' - 'PowerShell' = '7.0' - 'Java' = '8' - } - } -} $constants["RuntimeToFormattedName"] = @{ 'node' = 'Node' 'dotnet' = 'DotNet' @@ -50,16 +17,6 @@ $constants["RuntimeToDefaultOSType"] = @{ 'PowerShell' = 'Windows' 'Python' = 'Linux' } - -# These are used for tab completion for the RuntimeVersion parameter in New-AzFunctionApp. -$constants["RuntimeVersions"] = @{ - 'DotNet'= @('2', '3') - 'Node' = @('8', '10', '12') - 'Java' = @('8', '11') - 'PowerShell' = @('7.0') - 'Python' = @('3.6', '3.7', '3.8') -} - $constants["ReservedFunctionAppSettingNames"] = @( 'FUNCTIONS_WORKER_RUNTIME' 'DOCKER_CUSTOM_IMAGE_NAME' @@ -77,14 +34,7 @@ $constants["ReservedFunctionAppSettingNames"] = @( 'WEBSITE_CONTENTSHARE' 'APPINSIGHTS_INSTRUMENTATIONKEY' ) - -$constants["DotNetRuntimeVersionToDotNetLinuxFxVersion"] = @{ - '2' = '2.2' - '3' = '3.1' -} - $constants["SupportedFunctionsVersion"] = @('2', '3') - $constants["FunctionsNoV2Version"] = @( "USNat West" "USNat East" @@ -96,75 +46,10 @@ foreach ($variableName in $constants.Keys) { if (-not (Get-Variable $variableName -ErrorAction SilentlyContinue)) { - Set-Variable $variableName -value $constants[$variableName] + Set-Variable $variableName -value $constants[$variableName] -option ReadOnly } } -function GetDefaultRuntimeVersion -{ - param - ( - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $FunctionsVersion, - - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $Runtime, - - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $OSType - ) - - if ($Runtime -eq "DotNet") - { - return $FunctionsVersion - } - - $defaultVersion = $RuntimeToDefaultVersion[$OSType][$FunctionsVersion][$Runtime] - - if (-not $defaultVersion) - { - $errorMessage = "$Runtime is not supported in Functions version $FunctionsVersion for $OSType." - $exception = [System.InvalidOperationException]::New($errorMessage) - ThrowTerminatingError -ErrorId "RuntimeNotSuported" ` - -ErrorMessage $errorMessage ` - -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` - -Exception $exception - } - - return $defaultVersion -} - -function GetDefaultOSType -{ - param - ( - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $Runtime - ) - - $defaultOSType = $RuntimeToDefaultOSType[$Runtime] - - if (-not $defaultOSType) - { - $errorMessage = "Failed to get default OS type for $Runtime." - $exception = [System.InvalidOperationException]::New($errorMessage) - ThrowTerminatingError -ErrorId "FailedToGetDefaultOSType" ` - -ErrorMessage $errorMessage ` - -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` - -Exception $exception - } - - return $defaultOSType -} - function GetConnectionString { param @@ -492,6 +377,11 @@ function AddFunctionAppSettings $App.AppServicePlan = ($App.ServerFarmId -split "/")[-1] $App.OSType = if ($App.kind.ToLower().Contains("linux")){ "Linux" } else { "Windows" } + + if ($App.Type -eq "Microsoft.Web/sites/slots") + { + return $App + } $currentSubscription = $null $resetDefaultSubscription = $false @@ -883,71 +773,6 @@ function ThrowTerminatingError throw $errorRecord } -function GetFunctionAppDefaultNodeVersion -{ - param - ( - [System.String] - $FunctionsVersion, - - [System.String] - $Runtime, - - [System.String] - $RuntimeVersion - ) - - if ((-not $Runtime) -or ($Runtime -ne "node")) - { - return $NodeDefaultVersion[$FunctionsVersion] - } - - if ($RuntimeVersion) - { - return "~$RuntimeVersion" - } - - return $NodeDefaultVersion[$FunctionsVersion] -} - -function GetLinuxFxVersion -{ - param - ( - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $FunctionsVersion, - - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $Runtime, - - [Parameter(Mandatory=$true)] - [ValidateNotNullOrEmpty()] - [System.String] - $OSType, - - [System.String] - $RuntimeVersion - ) - - if (-not $RuntimeVersion) - { - $RuntimeVersion = $RuntimeToDefaultVersion[$OSType][$FunctionsVersion][$Runtime] - } - - if ($Runtime -eq "DotNet") - { - $RuntimeVersion = $DotNetRuntimeVersionToDotNetLinuxFxVersion[$FunctionsVersion] - } - - $runtimeName = $Runtime.ToUpper() - - return "$runtimeName|$RuntimeVersion" -} - function GetErrorMessage { param @@ -1048,23 +873,45 @@ function ValidateFunctionsV2NotAvailableLocation } } -function ValidateRuntimeAndRuntimeVersion +function GetDefaultOSType { param ( [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [System.String] - $FunctionsVersion, + $Runtime + ) + + $defaultOSType = $RuntimeToDefaultOSType[$Runtime] + + if (-not $defaultOSType) + { + # The specified runtime did not match, error out + $runtimeOptions = FormatListToString -List @($RuntimeToDefaultOSType.Keys | Sort-Object) + $errorMessage = "Runtime '$Runtime' is not supported. Currently supported runtimes: " + $runtimeOptions + "." + ThrowRuntimeNotSupportedException -Message $errorMessage -ErrorId "RuntimeNotSupported" + } + return $defaultOSType +} + +function GetRuntimeJsonDefinition +{ + param + ( [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [System.String] - $Runtime, + $FunctionsVersion, [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [System.String] + $Runtime, + + [Parameter(Mandatory=$false)] + [System.String] $RuntimeVersion, [Parameter(Mandatory=$true)] @@ -1073,59 +920,131 @@ function ValidateRuntimeAndRuntimeVersion $OSType ) - if ($Runtime -eq "DotNet") + $functionsExtensionVersion = "~$FunctionsVersion" + $supportedRuntimes = GetSupportedRuntimes -OSType $OSType + + if (-not $supportedRuntimes.ContainsKey($Runtime)) { - return + $runtimeOptions = FormatListToString -List @($supportedRuntimes.Keys | ForEach-Object { $RuntimeToFormattedName[$_]} | Sort-Object) + $errorMessage = "Runtime '$Runtime' in Functions version '$FunctionsVersion' on '$OSType' is not supported. Currently supported runtimes: " + $runtimeOptions + "." + + ThrowRuntimeNotSupportedException -Message $errorMessage -ErrorId "RuntimeNotSupported" } - $runtimeVersionIsSupported = $false - $supportedRuntimes = GetSupportedRuntimes -OSType $OSType - - foreach ($majorVersion in $supportedRuntimes[$Runtime].MajorVersions) + # If runtime version is not provided, iterate through the SupportedRuntimes to get the default version + # based the function extension version, os type and runtime. + if (-not $RuntimeVersion) { - if ($majorVersion.DisplayVersion -eq $RuntimeVersion) + $latestVersion = [Version]::new("0.0") + $defaultVersionFound = $false + $versionIsInt = $false + + foreach ($version in $supportedRuntimes[$Runtime].MajorVersions.Keys) { - # SupportedFunctionsExtensionVersions[0] is of the form '~int' - # Add '~' to the begining of FunctionsVersion - if ($majorVersion.SupportedFunctionsExtensionVersions -contains "~$FunctionsVersion") + $majorVersion = $supportedRuntimes[$Runtime].MajorVersions[$version] + + if ($majorVersion.IsDefault -and ($majorVersion.SupportedFunctionsExtensionVersions -contains $functionsExtensionVersion)) { - $runtimeVersionIsSupported = $true - break + if (-not $version.Contains(".")) + { + $versionIsInt = $true + $version = $version + ".0" + } + + $thisVersion = $null + [Version]::TryParse($version, [ref]$thisVersion) + + if (($null -ne $thisVersion ) -and ($thisVersion -gt $latestVersion)) + { + $latestVersion = $thisVersion + $defaultVersionFound = $true + } } } + + # Error out if we could not find a default version for the given runtime, functions extension version, and os type + if (-not $defaultVersionFound) + { + $errorMessage = "Runtime '$Runtime' in Functions version '$FunctionsVersion' on '$OSType' is not supported." + ThrowRuntimeNotSupportedException -Message $errorMessage -ErrorId "RuntimeVersionNotSupported" + } + + if ($versionIsInt) + { + $RuntimeVersion = $latestVersion.Major + } + else + { + $RuntimeVersion = $latestVersion.ToString() + } + + Write-Verbose "RuntimeVersion not specified. Setting default runtime version for '$Runtime' to '$RuntimeVersion'." -Verbose } - if (-not $runtimeVersionIsSupported) + # Get the RuntimeJsonDefinition + $runtimeJsonDefinition = $supportedRuntimes[$Runtime].MajorVersions[$RuntimeVersion] + + if ((-not $runtimeJsonDefinition) -or (-not ($runtimeJsonDefinition.SupportedFunctionsExtensionVersions -contains $functionsExtensionVersion))) { - $errorMessage = "$Runtime version $RuntimeVersion in Functions version $FunctionsVersion for $OSType is not supported." - $errorMessage += " For supported languages, please visit 'https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions#languages'." - $errorId = "InvalidRuntimeVersionFor" + $Runtime + "In" + $OSType - $exception = [System.InvalidOperationException]::New($errorMessage) - ThrowTerminatingError -ErrorId $errorId ` - -ErrorMessage $errorMessage ` - -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` - -Exception $exception + $errorMessage = "Runtime '$Runtime' version '$RuntimeVersion' in Functions version '$FunctionsVersion' on '$OSType' is not supported." + $supporedVersions = @(GetSupportedRuntimeVersions -FunctionsVersion $FunctionsVersion -Runtime $Runtime -OSType $OSType) + + if ($supporedVersions.Count -gt 0) + { + $runtimeVersionOptions = FormatListToString -List @($supporedVersions | Sort-Object) + $errorMessage += " Currently supported runtime versions for '$($Runtime)' are: $runtimeVersionOptions." + } + + ThrowRuntimeNotSupportedException -Message $errorMessage -ErrorId "RuntimeVersionNotSupported" + } + + if ($runtimeJsonDefinition.IsPreview) + { + # Write a verbose message to the user if the current runtime is in Preview + Write-Verbose "Runtime '$Runtime' version '$RuntimeVersion' is in Preview." -Verbose } + + return $runtimeJsonDefinition } -function GetWorkerVersion +function ThrowRuntimeNotSupportedException { param ( [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [System.String] - $FunctionsVersion, + $Message, [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [System.String] - $Runtime, + $ErrorId + ) + + $Message += [System.Environment]::NewLine + $Message += "For supported languages, please visit 'https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions#languages'." + + $exception = [System.InvalidOperationException]::New($Message) + ThrowTerminatingError -ErrorId $ErrorId ` + -ErrorMessage $Message ` + -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` + -Exception $exception +} + +function GetSupportedRuntimeVersions +{ + param + ( + [Parameter(Mandatory=$true)] + [ValidateNotNullOrEmpty()] + [System.String] + $FunctionsVersion, [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [System.String] - $RuntimeVersion, + $Runtime, [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] @@ -1133,30 +1052,56 @@ function GetWorkerVersion $OSType ) - $workerRuntimeVersion = $null + $functionsExtensionVersion = "~$FunctionsVersion" $supportedRuntimes = GetSupportedRuntimes -OSType $OSType - foreach ($majorVersion in $supportedRuntimes[$Runtime].MajorVersions) + $result = @() + + foreach ($runtimeVersion in $supportedRuntimes[$Runtime].MajorVersions.Keys) { - if ($majorVersion.DisplayVersion -eq $RuntimeVersion) + $majorVersion = $supportedRuntimes[$Runtime].MajorVersions[$runtimeVersion] + if ($majorVersion.SupportedFunctionsExtensionVersions -contains $functionsExtensionVersion) { - $workerRuntimeVersion = $majorVersion.runtimeVersion - break + $result += $runtimeVersion } } - if (-not $workerRuntimeVersion) + return ($result | Sort-Object) +} + +function FormatListToString +{ + param + ( + [Parameter(Mandatory=$true)] + [System.String[]] + $List + ) + + if ($List.Count -eq 0) { - $errorMessage = "Falied to get runtime version for $Runtime $RuntimeVersion in Functions version $FunctionsVersion for $OSType." - $errorId = "InvalidWorkerRuntimeVersionFor" + $Runtime + "In" + $OSType - $exception = [System.InvalidOperationException]::New($errorMessage) - ThrowTerminatingError -ErrorId $errorId ` - -ErrorMessage $errorMessage ` - -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` - -Exception $exception + return } - return $workerRuntimeVersion + $result = "" + + if ($List.Count -eq 1) + { + $result = "'" + $List[0] + "'" + } + + else + { + for ($index = 0; $index -lt ($List.Count - 1); $index++) + { + $item = $List[$index] + $result += "'" + $item + "', " + } + + $result += "'" + $List[$List.Count - 1] + "'" + } + + return $result } function ValidatePlanLocation @@ -1592,7 +1537,7 @@ function NewIdentityUserAssignedIdentity # Set Linux and Windows supported runtimes Class Runtime { [string]$Name - [MajorVersion[]]$MajorVersions + [hashtable]$MajorVersions } Class MajorVersion { @@ -1601,10 +1546,15 @@ Class MajorVersion { [string[]]$SupportedFunctionsExtensionVersions [hashtable]$AppSettingsDictionary [hashtable]$SiteConfigPropertiesDictionary + [bool]$IsPreview + [bool]$IsDeprecated + [bool]$IsHidden + [bool]$IsDefault } $LinuxRuntimes = @{} $WindowsRuntimes = @{} +$RuntimeVersions = @{} function SetLinuxandWindowsSupportedRuntimes { @@ -1623,46 +1573,118 @@ function SetLinuxandWindowsSupportedRuntimes { $runtime = [Runtime]::new() $runtime.name = $stack.name + $majorVersions = @{} foreach ($version in $stack.properties.majorVersions) { + if ([String]::IsNullOrEmpty($version.displayVersion)) + { + throw "DisplayVersion cannot be null or empty for '$($runtime.name)." + } + $majorVersion = [MajorVersion]::new() - $majorVersion.RuntimeVersion = $version.RuntimeVersion + # For DotNet, the runtime version is the same as FunctionsVersion, e.g., 3 for 3.1 and 2 for 2.2 + $displayVersion = $version.displayVersion + + if ($runtime.name -eq "DotNet") + { + $displayVersion = [int]$displayVersion + } + + $majorVersion.DisplayVersion = $displayVersion + $majorVersion.RuntimeVersion = $version.runtimeVersion $majorVersion.SupportedFunctionsExtensionVersions = $version.supportedFunctionsExtensionVersions - if ($version.displayVersion) + # Add the optional properties if available + foreach ($propertyName in @("isPreview", "isDeprecated", "isHidden", "isDefault")) { - $majorVersion.DisplayVersion = $version.displayVersion + if (-not [String]::IsNullOrEmpty($version.$propertyName)) + { + $majorVersion.$propertyName = $version.$propertyName + } } - if ($version.appSettingsDictionary) + # Skip deprecated runtimes + if ($majorVersion.IsDeprecated) { - $appSettings = @{} + continue + } - foreach ($property in $version.appSettingsDictionary.PSObject.Properties) - { - $appSettings.Add($property.Name, $property.Value) - } + # Skip hidden runtimes if $env:DisplayHiddenRuntimes is set to false + if ($majorVersion.isHidden -and (-not $env:DisplayHiddenRuntimes)) + { + continue + } - $majorVersion.appSettingsDictionary = $appSettings + # Add AppSettingsDictionary properties + if (-not $version.appSettingsDictionary) + { + throw "AppSettingsDictionary for $($runtime.name) $($majorVersion.DisplayVersion) cannot be null or empty" } - if ($version.appSettingsDictionary) + $appSettings = @{} + foreach ($property in $version.appSettingsDictionary.PSObject.Properties) { - $siteConfigProperties = @{} + $appSettings.Add($property.Name, $property.Value) + } - foreach ($property in $version.siteConfigPropertiesDictionary.PSObject.Properties) - { - $siteConfigProperties.Add($property.Name, $property.Value) - } + $majorVersion.appSettingsDictionary = $appSettings + + # Add siteConfigPropertiesDictionary properties + if (-not $version.siteConfigPropertiesDictionary) + { + throw "SiteConfigPropertiesDictionary for $($runtime.name) $($majorVersion.DisplayVersion) cannot be null or empty" + } - $majorVersion.SiteConfigPropertiesDictionary = $siteConfigProperties + $siteConfigProperties = @{} + foreach ($property in $version.siteConfigPropertiesDictionary.PSObject.Properties) + { + $siteConfigProperties.Add($property.Name, $property.Value) } - $runtime.MajorVersions += $majorVersion + $majorVersion.SiteConfigPropertiesDictionary = $siteConfigProperties + + # Add the major version as a key value pair. These properties will be retrieved via $supportedRuntimes[$Runtime].MajorVersions[$RuntimeVersion] + $majorVersions[[string]$displayVersion] = $majorVersion + + # Create a dictionary where the key is the runtime and the value is a list of runtime versions. + # This will be used to register the tab completer for -RuntimeVersion based on the selection of -Runtime parameter. + if ($RuntimeVersions.ContainsKey($runtime.name)) + { + $list = $RuntimeVersions[$runtime.name] + } + else + { + $list = @() + } + + # Sort-Object works differently when sorting strings vs numeric values. + # Because of this, if the runtimeVersion value contains a ".", we cast this to [double]; otherwise, we cast it to an [int]. + # For the case when the Runtime is PowerShell, we cast the value to string. Otherwise, casting 7.0 to [double] results in 7, which is not correct for our scenario. + if ($runtime.name -eq "PowerShell") + { + $displayVersion = [string]$displayVersion + } + elseif (([string]$displayVersion).Contains(".")) + { + $displayVersion = [double]$displayVersion + } + else + { + $displayVersion = [int]$displayVersion + } + + if (-not $list.Contains($displayVersion)) + { + $list += $displayVersion + $list = @($list | Sort-Object -Descending) + $RuntimeVersions[$runtime.name] = $list + } } + $runtime.MajorVersions = $majorVersions + if ($stack.type -like "*LinuxFunctions") { if (-not $LinuxRuntimes.ContainsKey($runtime.name)) @@ -1694,14 +1716,14 @@ $GetRuntimeVersionCompleter = { if ($fakeBoundParameters.ContainsKey('Runtime')) { - # RuntimeVersions is defined at the top of this file + # RuntimeVersions is defined in SetLinuxandWindowsSupportedRuntimes $RuntimeVersions[$fakeBoundParameters.Runtime] | Where-Object { $_ -like "$wordToComplete*" } | ForEach-Object { [System.Management.Automation.CompletionResult]::new($_, $_, 'ParameterValue', $_) } } else { - $RuntimeVersions.RuntimeVersion | ForEach-Object {$_} + $RuntimeVersions.RuntimeVersion | Sort-Object -Descending | ForEach-Object { $_ } } } Register-ArgumentCompleter -CommandName New-AzFunctionApp -ParameterName RuntimeVersion -ScriptBlock $GetRuntimeVersionCompleter diff --git a/src/Functions/custom/New-AzFunctionApp.ps1 b/src/Functions/custom/New-AzFunctionApp.ps1 index 34cbafe5f29d..d257d23e6935 100644 --- a/src/Functions/custom/New-AzFunctionApp.ps1 +++ b/src/Functions/custom/New-AzFunctionApp.ps1 @@ -64,6 +64,7 @@ function New-AzFunctionApp { [Parameter(ParameterSetName="ByAppServicePlan", HelpMessage='The OS to host the function app.')] [Parameter(ParameterSetName="Consumption")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerType])] + [ValidateSet("Linux", "Windows")] [ValidateNotNullOrEmpty()] [System.String] # OS type (Linux or Windows) @@ -245,41 +246,76 @@ function New-AzFunctionApp { $params = GetParameterKeyValues -PSBoundParametersDictionary $PSBoundParameters ` -ParameterList @("SubscriptionId", "HttpPipelineAppend", "HttpPipelinePrepend") + + $runtimeJsonDefintion = $null ValidateFunctionName -Name $Name @params if (-not $functionAppIsCustomDockerImage) { if (-not $FunctionsVersion) { + if ($Runtime -eq "DotNet") + { + $errorId = "MissingFunctionsVersionValue" + $message += "For 'DotNet' function apps, the runtime version is specified by the FunctionsVersion parameter. Please specify this value and try again." + $exception = [System.InvalidOperationException]::New($message) + ThrowTerminatingError -ErrorId $errorId ` + -ErrorMessage $message ` + -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` + -Exception $exception + } + $FunctionsVersion = $DefaultFunctionsVersion Write-Verbose "FunctionsVersion not specified. Setting default FunctionsVersion to '$FunctionsVersion'." -Verbose } ValidateFunctionsVersion -FunctionsVersion $FunctionsVersion + if (($Runtime -eq "DotNet") -and ($RuntimeVersion -ne $FunctionsVersion)) + { + Write-Verbose "'DotNet' runtime version is specified by FunctionsVersion. The value of the -RuntimeVersion will be set to '$FunctionsVersion'." -Verbose + $RuntimeVersion = $FunctionsVersion + } + if (-not $OSType) { $OSType = GetDefaultOSType -Runtime $Runtime Write-Verbose "OSType for $Runtime is '$OSType'." -Verbose } - if (-not $RuntimeVersion) + $runtimeJsonDefintion = GetRuntimeJsonDefinition -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType + + if (-not $runtimeJsonDefintion) { - # If not runtime version is provided, set the default version for the worker - $RuntimeVersion = GetDefaultRuntimeVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -OSType $OSType - Write-Verbose "RuntimeVersion not specified. Setting default runtime version for $Runtime to '$RuntimeVersion'." -Verbose + $errorId = "FailedToGetRuntimeDefinition" + $message += "Failed to get runtime definition for '$Runtime' version '$RuntimeVersion' in Functions version '$FunctionsVersion' on '$OSType'." + $exception = [System.InvalidOperationException]::New($message) + ThrowTerminatingError -ErrorId $errorId ` + -ErrorMessage $message ` + -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` + -Exception $exception + } - if (($Runtime -eq "DotNet") -and ($RuntimeVersion -ne $FunctionsVersion)) + # Add app settings + if ($runtimeJsonDefintion.AppSettingsDictionary.Count -gt 0) { - Write-Verbose "DotNet version is specified by FunctionsVersion. The value of the -RuntimeVersion will be set to $FunctionsVersion." -Verbose - $RuntimeVersion = $FunctionsVersion + foreach ($keyName in $runtimeJsonDefintion.AppSettingsDictionary.Keys) + { + $value = $runtimeJsonDefintion.AppSettingsDictionary[$keyName] + $appSettings.Add((NewAppSetting -Name $keyName -Value $value)) + } } - ValidateRuntimeAndRuntimeVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType - - $runtimeWorker = $Runtime.ToLower() - $appSettings.Add((NewAppSetting -Name 'FUNCTIONS_WORKER_RUNTIME' -Value "$runtimeWorker")) + # Add site config properties + if ($runtimeJsonDefintion.SiteConfigPropertiesDictionary.Count -gt 0) + { + foreach ($PropertyName in $runtimeJsonDefintion.SiteConfigPropertiesDictionary.Keys) + { + $value = $runtimeJsonDefintion.SiteConfigPropertiesDictionary[$PropertyName] + $siteCofig.$PropertyName = $value + } + } } $servicePlan = $null @@ -350,37 +386,12 @@ function New-AzFunctionApp { else { $appSettings.Add((NewAppSetting -Name 'WEBSITES_ENABLE_APP_SERVICE_STORAGE' -Value 'true')) - $siteCofig.LinuxFxVersion = GetLinuxFxVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -OSType $OSType -RuntimeVersion $RuntimeVersion } } else { # Windows function app $functionAppDef.Kind = 'functionapp' - - # Set default Node version - $defaultNodeVersion = GetFunctionAppDefaultNodeVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion - $appSettings.Add((NewAppSetting -Name 'WEBSITE_NODE_DEFAULT_VERSION' -Value $defaultNodeVersion)) - - # Set version for Java or PowerShell function apps - if ($Runtime -eq "Java") - { - $JavaVersion = GetWorkerVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType - $siteCofig.JavaVersion = "$JavaVersion" - } - elseif ($Runtime -eq "PowerShell") - { - if ($RuntimeVersion -eq "6.2") - { - # Write warning for PowerShell 6.2 function apps - $message = "PowerShell '6.2' has been deprecated. Please update your PowerShell runtime version to 7.0 by providing '-RuntimeVersion 7.0' when creating PowerShell function apps. " - $message += "For more information, please see 'https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7#powershell-releases-end-of-life'." - Write-Warning -Message $message - } - - $PowerShellWorkerVersion = GetWorkerVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType - $siteCofig.PowerShellVersion = "$PowerShellWorkerVersion" - } } # Validate storage account and get connection string @@ -409,7 +420,7 @@ function New-AzFunctionApp { $appSettings.Add((NewAppSetting -Name 'WEBSITE_CONTENTSHARE' -Value $Name.ToLower())) } - if (-not $DisableAppInsights) + if (-not $DisableApplicationInsights) { if ($ApplicationInsightsKey) { diff --git a/src/Functions/examples/AddFunctionAppPlanWorkerType.md b/src/Functions/examples/AddFunctionAppPlanWorkerType.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/AddFunctionAppPlanWorkerType.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/AddFunctionAppSettings.md b/src/Functions/examples/AddFunctionAppSettings.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/AddFunctionAppSettings.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ContainsReservedFunctionAppSettingName.md b/src/Functions/examples/ContainsReservedFunctionAppSettingName.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ContainsReservedFunctionAppSettingName.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ConvertWebAppApplicationSettingToHashtable.md b/src/Functions/examples/ConvertWebAppApplicationSettingToHashtable.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ConvertWebAppApplicationSettingToHashtable.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/CreateApplicationInsightsProject.md b/src/Functions/examples/CreateApplicationInsightsProject.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/CreateApplicationInsightsProject.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/CreateFunctionsIdentity.md b/src/Functions/examples/CreateFunctionsIdentity.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/CreateFunctionsIdentity.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/FormatListToString.md b/src/Functions/examples/FormatListToString.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/FormatListToString.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Get-AzSystemAssignedIdentity.md b/src/Functions/examples/Get-AzSystemAssignedIdentity.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Get-AzSystemAssignedIdentity.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Get-AzWebAppFunctionKey.md b/src/Functions/examples/Get-AzWebAppFunctionKey.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Get-AzWebAppFunctionKey.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Get-AzWebAppFunctionKeySlot.md b/src/Functions/examples/Get-AzWebAppFunctionKeySlot.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Get-AzWebAppFunctionKeySlot.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Get-AzWebAppSettingKeyVaultReference.md b/src/Functions/examples/Get-AzWebAppSettingKeyVaultReference.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Get-AzWebAppSettingKeyVaultReference.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Get-AzWebAppSyncStatus.md b/src/Functions/examples/Get-AzWebAppSyncStatus.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Get-AzWebAppSyncStatus.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Get-AzWebAppSyncStatusSlot.md b/src/Functions/examples/Get-AzWebAppSyncStatusSlot.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Get-AzWebAppSyncStatusSlot.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetApplicationInsightsProject.md b/src/Functions/examples/GetApplicationInsightsProject.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetApplicationInsightsProject.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetAzWebAppConfig.md b/src/Functions/examples/GetAzWebAppConfig.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetAzWebAppConfig.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetConnectionString.md b/src/Functions/examples/GetConnectionString.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetConnectionString.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetDefaultOSType.md b/src/Functions/examples/GetDefaultOSType.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetDefaultOSType.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetErrorMessage.md b/src/Functions/examples/GetErrorMessage.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetErrorMessage.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetFunctionAppByName.md b/src/Functions/examples/GetFunctionAppByName.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetFunctionAppByName.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetFunctionAppPlans.md b/src/Functions/examples/GetFunctionAppPlans.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetFunctionAppPlans.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetFunctionAppServicePlanInfo.md b/src/Functions/examples/GetFunctionAppServicePlanInfo.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetFunctionAppServicePlanInfo.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetFunctionApps.md b/src/Functions/examples/GetFunctionApps.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetFunctionApps.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetParameterKeyValues.md b/src/Functions/examples/GetParameterKeyValues.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetParameterKeyValues.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetRuntimeJsonDefinition.md b/src/Functions/examples/GetRuntimeJsonDefinition.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetRuntimeJsonDefinition.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetServicePlan.md b/src/Functions/examples/GetServicePlan.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetServicePlan.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetSkuName.md b/src/Functions/examples/GetSkuName.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetSkuName.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetStorageAccount.md b/src/Functions/examples/GetStorageAccount.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetStorageAccount.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetSupportedRuntimeVersions.md b/src/Functions/examples/GetSupportedRuntimeVersions.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetSupportedRuntimeVersions.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/GetSupportedRuntimes.md b/src/Functions/examples/GetSupportedRuntimes.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/GetSupportedRuntimes.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Move-Az.md b/src/Functions/examples/Move-Az.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Move-Az.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/NewAppSetting.md b/src/Functions/examples/NewAppSetting.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/NewAppSetting.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/NewAppSettingObject.md b/src/Functions/examples/NewAppSettingObject.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/NewAppSettingObject.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/NewIdentityUserAssignedIdentity.md b/src/Functions/examples/NewIdentityUserAssignedIdentity.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/NewIdentityUserAssignedIdentity.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/NewResourceTag.md b/src/Functions/examples/NewResourceTag.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/NewResourceTag.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/NormalizeSku.md b/src/Functions/examples/NormalizeSku.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/NormalizeSku.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ParseDockerImage.md b/src/Functions/examples/ParseDockerImage.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ParseDockerImage.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Sync-AzWebAppFunctionSlot.md b/src/Functions/examples/Sync-AzWebAppFunctionSlot.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Sync-AzWebAppFunctionSlot.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/Test-Az.md b/src/Functions/examples/Test-Az.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/Test-Az.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ThrowRuntimeNotSupportedException.md b/src/Functions/examples/ThrowRuntimeNotSupportedException.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ThrowRuntimeNotSupportedException.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ThrowTerminatingError.md b/src/Functions/examples/ThrowTerminatingError.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ThrowTerminatingError.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidateConsumptionPlanLocation.md b/src/Functions/examples/ValidateConsumptionPlanLocation.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidateConsumptionPlanLocation.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidateFunctionName.md b/src/Functions/examples/ValidateFunctionName.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidateFunctionName.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidateFunctionsV2NotAvailableLocation.md b/src/Functions/examples/ValidateFunctionsV2NotAvailableLocation.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidateFunctionsV2NotAvailableLocation.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidateFunctionsVersion.md b/src/Functions/examples/ValidateFunctionsVersion.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidateFunctionsVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidatePlanLocation.md b/src/Functions/examples/ValidatePlanLocation.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidatePlanLocation.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidatePlanSwitchCompatibility.md b/src/Functions/examples/ValidatePlanSwitchCompatibility.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidatePlanSwitchCompatibility.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/examples/ValidatePremiumPlanLocation.md b/src/Functions/examples/ValidatePremiumPlanLocation.md new file mode 100644 index 000000000000..093355d11d50 --- /dev/null +++ b/src/Functions/examples/ValidatePremiumPlanLocation.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Functions/exports/ValidateRuntimeAndRuntimeVersion.ps1 b/src/Functions/exports/FormatListToString.ps1 similarity index 75% rename from src/Functions/exports/ValidateRuntimeAndRuntimeVersion.ps1 rename to src/Functions/exports/FormatListToString.ps1 index bae70e0c360a..dd0d2d4219e4 100644 --- a/src/Functions/exports/ValidateRuntimeAndRuntimeVersion.ps1 +++ b/src/Functions/exports/FormatListToString.ps1 @@ -30,30 +30,15 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/validateruntimeandruntimeversion +https://docs.microsoft.com/en-us/powershell/module/az.functions/formatlisttostring #> -function ValidateRuntimeAndRuntimeVersion { +function FormatListToString { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${FunctionsVersion}, - - [Parameter(Position=1, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${Runtime}, - - [Parameter(Position=2, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${RuntimeVersion}, - - [Parameter(Position=3, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${OSType} + [System.String[]] + ${List} ) begin { @@ -64,7 +49,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\ValidateRuntimeAndRuntimeVersion'; + __AllParameterSets = 'Az.Functions.custom\FormatListToString'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} diff --git a/src/Functions/exports/Get-AzFunctionApp.ps1 b/src/Functions/exports/Get-AzFunctionApp.ps1 index 3d0ed573a17d..33be6ec47a5a 100644 --- a/src/Functions/exports/Get-AzFunctionApp.ps1 +++ b/src/Functions/exports/Get-AzFunctionApp.ps1 @@ -72,7 +72,7 @@ param( # The location of the function app. ${Location}, - [Parameter(ParameterSetName='ByResourceGroupName')] + [Parameter(ParameterSetName='ByResourceGroupName', Mandatory)] [Parameter(ParameterSetName='ByName', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] @@ -85,7 +85,7 @@ param( # The name of the function app. ${Name}, - [Parameter()] + [Parameter(ParameterSetName='ByResourceGroupName')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.Management.Automation.SwitchParameter] # Use to specify whether to include deployment slots in results. diff --git a/src/Functions/exports/Get-AzSystemAssignedIdentity.ps1 b/src/Functions/exports/Get-AzSystemAssignedIdentity.ps1 index 15f6b3365407..10e20cb6a70d 100644 --- a/src/Functions/exports/Get-AzSystemAssignedIdentity.ps1 +++ b/src/Functions/exports/Get-AzSystemAssignedIdentity.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/exports/Get-AzWebAppSettingKeyVaultReference.ps1 b/src/Functions/exports/Get-AzWebAppSettingKeyVaultReference.ps1 index 55577dfa8578..d7053cfd0973 100644 --- a/src/Functions/exports/Get-AzWebAppSettingKeyVaultReference.ps1 +++ b/src/Functions/exports/Get-AzWebAppSettingKeyVaultReference.ps1 @@ -46,7 +46,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -59,7 +59,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -79,12 +80,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/exports/GetWorkerVersion.ps1 b/src/Functions/exports/GetRuntimeJsonDefinition.ps1 similarity index 91% rename from src/Functions/exports/GetWorkerVersion.ps1 rename to src/Functions/exports/GetRuntimeJsonDefinition.ps1 index e2303bbd65a9..b3e698aef8ee 100644 --- a/src/Functions/exports/GetWorkerVersion.ps1 +++ b/src/Functions/exports/GetRuntimeJsonDefinition.ps1 @@ -30,9 +30,9 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getworkerversion +https://docs.microsoft.com/en-us/powershell/module/az.functions/getruntimejsondefinition #> -function GetWorkerVersion { +function GetRuntimeJsonDefinition { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] @@ -45,15 +45,15 @@ param( [System.String] ${Runtime}, - [Parameter(Position=2, Mandatory)] + [Parameter(Position=3, Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.String] - ${RuntimeVersion}, + ${OSType}, - [Parameter(Position=3, Mandatory)] + [Parameter(Position=2)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.String] - ${OSType} + ${RuntimeVersion} ) begin { @@ -64,7 +64,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetWorkerVersion'; + __AllParameterSets = 'Az.Functions.custom\GetRuntimeJsonDefinition'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} diff --git a/src/Functions/exports/GetDefaultRuntimeVersion.ps1 b/src/Functions/exports/GetSupportedRuntimeVersions.ps1 similarity index 93% rename from src/Functions/exports/GetDefaultRuntimeVersion.ps1 rename to src/Functions/exports/GetSupportedRuntimeVersions.ps1 index 5254e845806f..72c49bbbf443 100644 --- a/src/Functions/exports/GetDefaultRuntimeVersion.ps1 +++ b/src/Functions/exports/GetSupportedRuntimeVersions.ps1 @@ -30,9 +30,9 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getdefaultruntimeversion +https://docs.microsoft.com/en-us/powershell/module/az.functions/getsupportedruntimeversions #> -function GetDefaultRuntimeVersion { +function GetSupportedRuntimeVersions { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] @@ -59,7 +59,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetDefaultRuntimeVersion'; + __AllParameterSets = 'Az.Functions.custom\GetSupportedRuntimeVersions'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} diff --git a/src/Functions/exports/Move-Az.ps1 b/src/Functions/exports/Move-Az.ps1 index 97d0cfa1cbeb..528cc6f3c2d4 100644 --- a/src/Functions/exports/Move-Az.ps1 +++ b/src/Functions/exports/Move-Az.ps1 @@ -46,7 +46,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -59,7 +59,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -79,12 +80,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/exports/ProxyCmdletDefinitions.ps1 b/src/Functions/exports/ProxyCmdletDefinitions.ps1 index 1bd9459669d2..23a1801cf311 100644 --- a/src/Functions/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Functions/exports/ProxyCmdletDefinitions.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -553,7 +554,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -566,7 +567,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -586,12 +588,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -1091,7 +1093,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -1104,7 +1106,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -1124,12 +1127,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -1338,7 +1341,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -1351,7 +1354,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -1371,12 +1375,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -1568,7 +1572,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -1581,7 +1585,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -1601,12 +1606,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -2414,6 +2419,84 @@ end { # limitations under the License. # ---------------------------------------------------------------------------------- +<# +.Synopsis + +.Description + +.Example +PS C:\> {{ Add code here }} + +{{ Add output here }} +.Example +PS C:\> {{ Add code here }} + +{{ Add output here }} + +.Outputs +System.Object +.Link +https://docs.microsoft.com/en-us/powershell/module/az.functions/formatlisttostring +#> +function FormatListToString { +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter(Position=0, Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] + [System.String[]] + ${List} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + $mapping = @{ + __AllParameterSets = 'Az.Functions.custom\FormatListToString'; + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + throw + } +} + +end { + try { + $steppablePipeline.End() + } catch { + throw + } +} +} + +# ---------------------------------------------------------------------------------- +# +# Copyright Microsoft Corporation +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ---------------------------------------------------------------------------------- + <# .Synopsis Gets function apps in a subscription. @@ -2473,7 +2556,7 @@ param( # The location of the function app. ${Location}, - [Parameter(ParameterSetName='ByResourceGroupName')] + [Parameter(ParameterSetName='ByResourceGroupName', Mandatory)] [Parameter(ParameterSetName='ByName', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] @@ -2486,7 +2569,7 @@ param( # The name of the function app. ${Name}, - [Parameter()] + [Parameter(ParameterSetName='ByResourceGroupName')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.Management.Automation.SwitchParameter] # Use to specify whether to include deployment slots in results. @@ -3678,94 +3761,6 @@ PS C:\> {{ Add code here }} {{ Add output here }} -.Outputs -System.Object -.Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getdefaultruntimeversion -#> -function GetDefaultRuntimeVersion { -[CmdletBinding(PositionalBinding=$false)] -param( - [Parameter(Position=0, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${FunctionsVersion}, - - [Parameter(Position=1, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${Runtime}, - - [Parameter(Position=2, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${OSType} -) - -begin { - try { - $outBuffer = $null - if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { - $PSBoundParameters['OutBuffer'] = 1 - } - $parameterSet = $PSCmdlet.ParameterSetName - $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetDefaultRuntimeVersion'; - } - $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) - $scriptCmd = {& $wrappedCmd @PSBoundParameters} - $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) - $steppablePipeline.Begin($PSCmdlet) - } catch { - throw - } -} - -process { - try { - $steppablePipeline.Process($_) - } catch { - throw - } -} - -end { - try { - $steppablePipeline.End() - } catch { - throw - } -} -} - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis - -.Description - -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} - .Outputs System.Object .Link @@ -4235,30 +4230,22 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getlinuxfxversion +https://docs.microsoft.com/en-us/powershell/module/az.functions/getparameterkeyvalues #> -function GetLinuxFxVersion { +function GetParameterKeyValues { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] + [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${FunctionsVersion}, + [System.Collections.Generic.Dictionary[System.String,System.Object]] + ${PSBoundParametersDictionary}, [Parameter(Position=1, Mandatory)] + [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${Runtime}, - - [Parameter(Position=2, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${OSType}, - - [Parameter(Position=3)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${RuntimeVersion} + [System.String[]] + ${ParameterList} ) begin { @@ -4269,7 +4256,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetLinuxFxVersion'; + __AllParameterSets = 'Az.Functions.custom\GetParameterKeyValues'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} @@ -4328,22 +4315,30 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getparameterkeyvalues +https://docs.microsoft.com/en-us/powershell/module/az.functions/getruntimejsondefinition #> -function GetParameterKeyValues { +function GetRuntimeJsonDefinition { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] - [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.Collections.Generic.Dictionary[System.String,System.Object]] - ${PSBoundParametersDictionary}, + [System.String] + ${FunctionsVersion}, [Parameter(Position=1, Mandatory)] - [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String[]] - ${ParameterList} + [System.String] + ${Runtime}, + + [Parameter(Position=3, Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] + [System.String] + ${OSType}, + + [Parameter(Position=2)] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] + [System.String] + ${RuntimeVersion} ) begin { @@ -4354,7 +4349,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetParameterKeyValues'; + __AllParameterSets = 'Az.Functions.custom\GetRuntimeJsonDefinition'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} @@ -4755,9 +4750,9 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getworkerversion +https://docs.microsoft.com/en-us/powershell/module/az.functions/getsupportedruntimeversions #> -function GetWorkerVersion { +function GetSupportedRuntimeVersions { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] @@ -4773,11 +4768,6 @@ param( [Parameter(Position=2, Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.String] - ${RuntimeVersion}, - - [Parameter(Position=3, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] ${OSType} ) @@ -4789,7 +4779,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetWorkerVersion'; + __AllParameterSets = 'Az.Functions.custom\GetSupportedRuntimeVersions'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} @@ -7550,6 +7540,89 @@ PS C:\> {{ Add code here }} {{ Add output here }} +.Outputs +System.Object +.Link +https://docs.microsoft.com/en-us/powershell/module/az.functions/throwruntimenotsupportedexception +#> +function ThrowRuntimeNotSupportedException { +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter(Position=0, Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] + [System.String] + ${Message}, + + [Parameter(Position=1, Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] + [System.String] + ${ErrorId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + $mapping = @{ + __AllParameterSets = 'Az.Functions.custom\ThrowRuntimeNotSupportedException'; + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + throw + } +} + +end { + try { + $steppablePipeline.End() + } catch { + throw + } +} +} + +# ---------------------------------------------------------------------------------- +# +# Copyright Microsoft Corporation +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis + +.Description + +.Example +PS C:\> {{ Add code here }} + +{{ Add output here }} +.Example +PS C:\> {{ Add code here }} + +{{ Add output here }} + .Outputs System.Object .Link @@ -9152,96 +9225,3 @@ end { } } } - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis - -.Description - -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} - -.Outputs -System.Object -.Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/validateruntimeandruntimeversion -#> -function ValidateRuntimeAndRuntimeVersion { -[CmdletBinding(PositionalBinding=$false)] -param( - [Parameter(Position=0, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${FunctionsVersion}, - - [Parameter(Position=1, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${Runtime}, - - [Parameter(Position=2, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${RuntimeVersion}, - - [Parameter(Position=3, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${OSType} -) - -begin { - try { - $outBuffer = $null - if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { - $PSBoundParameters['OutBuffer'] = 1 - } - $parameterSet = $PSCmdlet.ParameterSetName - $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\ValidateRuntimeAndRuntimeVersion'; - } - $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) - $scriptCmd = {& $wrappedCmd @PSBoundParameters} - $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) - $steppablePipeline.Begin($PSCmdlet) - } catch { - throw - } -} - -process { - try { - $steppablePipeline.Process($_) - } catch { - throw - } -} - -end { - try { - $steppablePipeline.End() - } catch { - throw - } -} -} diff --git a/src/Functions/exports/Sync-AzWebAppFunctionSlot.ps1 b/src/Functions/exports/Sync-AzWebAppFunctionSlot.ps1 index ba91516d6fac..ce163c7a176f 100644 --- a/src/Functions/exports/Sync-AzWebAppFunctionSlot.ps1 +++ b/src/Functions/exports/Sync-AzWebAppFunctionSlot.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/exports/Test-Az.ps1 b/src/Functions/exports/Test-Az.ps1 index ab48a771a5bf..1aba0ce08cec 100644 --- a/src/Functions/exports/Test-Az.ps1 +++ b/src/Functions/exports/Test-Az.ps1 @@ -46,7 +46,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -59,7 +59,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -79,12 +80,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/exports/GetLinuxFxVersion.ps1 b/src/Functions/exports/ThrowRuntimeNotSupportedException.ps1 similarity index 82% rename from src/Functions/exports/GetLinuxFxVersion.ps1 rename to src/Functions/exports/ThrowRuntimeNotSupportedException.ps1 index ada0885dd23e..c62ed23b6d22 100644 --- a/src/Functions/exports/GetLinuxFxVersion.ps1 +++ b/src/Functions/exports/ThrowRuntimeNotSupportedException.ps1 @@ -30,30 +30,20 @@ PS C:\> {{ Add code here }} .Outputs System.Object .Link -https://docs.microsoft.com/en-us/powershell/module/az.functions/getlinuxfxversion +https://docs.microsoft.com/en-us/powershell/module/az.functions/throwruntimenotsupportedexception #> -function GetLinuxFxVersion { +function ThrowRuntimeNotSupportedException { [CmdletBinding(PositionalBinding=$false)] param( [Parameter(Position=0, Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.String] - ${FunctionsVersion}, + ${Message}, [Parameter(Position=1, Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [System.String] - ${Runtime}, - - [Parameter(Position=2, Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${OSType}, - - [Parameter(Position=3)] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [System.String] - ${RuntimeVersion} + ${ErrorId} ) begin { @@ -64,7 +54,7 @@ begin { } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - __AllParameterSets = 'Az.Functions.custom\GetLinuxFxVersion'; + __AllParameterSets = 'Az.Functions.custom\ThrowRuntimeNotSupportedException'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} diff --git a/src/Functions/generate-info.json b/src/Functions/generate-info.json index e5e8c14e602c..517f1b81f1ae 100644 --- a/src/Functions/generate-info.json +++ b/src/Functions/generate-info.json @@ -1,8 +1,8 @@ { - "swagger_commit": "4f5762bcf9c0ba570d0d99f3cd461b02a037f10c", + "swagger_commit": "70192ee86ae9ba28ef98fa253f9fd0226ed3ee23", + "autorest_modelerfour": "4.15.414", + "autorest_core": "3.0.6320", + "autorest_powershell": "3.0.402", "autorest": "3.0.6149", - "autorest_core": "3.0.6282", - "autorest_powershell": "2.1.388", - "autorest_remodeler": "2.1.27", "node": "v10.16.0" } diff --git a/src/Functions/generated/api/Functions.cs b/src/Functions/generated/api/Functions.cs index 3199a5be07d5..4256d9e6d7f0 100644 --- a/src/Functions/generated/api/Functions.cs +++ b/src/Functions/generated/api/Functions.cs @@ -9,14 +9,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions /// /// Low-level API implementation for the Functions service. + /// The Azure Storage Management API. /// public partial class Functions { /// Create an API Key of an Application Insights component. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Properties that need to be specified to create an API key of a Application Insights component. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -164,8 +165,8 @@ public partial class Functions /// events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Properties that need to be specified to create an API key of a Application Insights component. /// an instance that will receive events. /// @@ -180,7 +181,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); @@ -189,8 +189,8 @@ public partial class Functions /// Delete an API Key of an Application Insights component. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// The API Key ID. This is unique within a Application Insights component. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -332,8 +332,8 @@ public partial class Functions /// events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// The API Key ID. This is unique within a Application Insights component. /// an instance that will receive events. /// @@ -348,7 +348,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(keyId),keyId); } @@ -356,8 +355,8 @@ public partial class Functions /// Get the API Key for this key id. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// The API Key ID. This is unique within a Application Insights component. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -499,8 +498,8 @@ public partial class Functions /// back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// The API Key ID. This is unique within a Application Insights component. /// an instance that will receive events. /// @@ -515,7 +514,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(keyId),keyId); } @@ -523,8 +521,8 @@ public partial class Functions /// Gets a list of API keys of an Application Insights component. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -662,8 +660,8 @@ public partial class Functions /// back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -677,7 +675,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); } } @@ -8754,7 +8751,7 @@ public partial class Functions + global::System.Uri.EscapeDataString(name) + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -8812,7 +8809,7 @@ public partial class Functions + name + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -13026,7 +13023,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AppServicePlansGetServerFarmSkus(string resourceGroupName, string name, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AppServicePlansGetServerFarmSkus(string resourceGroupName, string name, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -13067,7 +13064,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AppServicePlansGetServerFarmSkusViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AppServicePlansGetServerFarmSkusViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -13120,7 +13117,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task AppServicePlansGetServerFarmSkus_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task AppServicePlansGetServerFarmSkus_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -13137,7 +13134,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Any.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: @@ -14617,7 +14614,7 @@ public partial class Functions + global::System.Uri.EscapeDataString(name) + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -14674,7 +14671,7 @@ public partial class Functions + name + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -15021,7 +15018,7 @@ public partial class Functions + "?" + (string.IsNullOrEmpty(SkipToken) ? global::System.String.Empty : "$skipToken=" + global::System.Uri.EscapeDataString(SkipToken)) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + (string.IsNullOrEmpty(Top) ? global::System.String.Empty : "$top=" + global::System.Uri.EscapeDataString(Top)) + "&" @@ -15275,7 +15272,7 @@ public partial class Functions + "?" + (string.IsNullOrEmpty(SkipToken) ? global::System.String.Empty : "$skipToken=" + global::System.Uri.EscapeDataString(SkipToken)) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + (string.IsNullOrEmpty(Top) ? global::System.String.Empty : "$top=" + global::System.Uri.EscapeDataString(Top)) + "&" @@ -16406,7 +16403,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The LegalHold property that will be clear from a blob container. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -16567,7 +16564,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The LegalHold property that will be clear from a blob container. /// an instance that will receive events. /// @@ -16588,7 +16585,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -16604,7 +16600,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Properties of the blob container to create. /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns 201 (Created). @@ -16658,7 +16654,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. @@ -16840,7 +16836,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. @@ -16863,7 +16859,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(ifMatch),ifMatch); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); @@ -16993,7 +16988,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Properties of the blob container to create. /// an instance that will receive events. /// @@ -17014,7 +17009,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -17027,7 +17021,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns 204 (NoContent). /// an instance that will receive events. @@ -17078,7 +17072,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// a delegate that is called when the remote service returns 200 (OK). @@ -17246,7 +17240,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// an instance that will receive events. @@ -17268,7 +17262,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(ifMatch),ifMatch); } } @@ -17388,7 +17381,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -17408,7 +17401,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -17422,7 +17414,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be extended for a blob container. @@ -17595,7 +17587,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be extended for a blob container. @@ -17618,7 +17610,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(ifMatch),ifMatch); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); @@ -17632,7 +17623,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -17680,7 +17671,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// a delegate that is called when the remote service returns 200 (OK). @@ -17850,7 +17841,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// an instance that will receive events. @@ -17872,7 +17863,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(ifMatch),ifMatch); } } @@ -17984,7 +17974,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -18004,7 +17994,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -18018,7 +18007,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Lease Container request body. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -18179,7 +18168,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Lease Container request body. /// an instance that will receive events. /// @@ -18200,7 +18189,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -18212,7 +18200,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Optional. Continuation token for the list operation. /// Optional. Specified maximum number of containers that can be included in the list. /// Optional. When specified, only container names starting with the filter will be listed. @@ -18372,7 +18360,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Optional. Continuation token for the list operation. /// Optional. Specified maximum number of containers that can be included in the list. /// Optional. When specified, only container names starting with the filter will be listed. @@ -18392,7 +18380,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(SkipToken),SkipToken); await eventListener.AssertNotNull(nameof(Maxpagesize),Maxpagesize); await eventListener.AssertNotNull(nameof(Filter),Filter); @@ -18409,7 +18396,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// a delegate that is called when the remote service returns 200 (OK). @@ -18572,7 +18559,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used /// to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// an instance that will receive events. @@ -18594,7 +18581,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(ifMatch),ifMatch); } } @@ -18609,7 +18595,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The LegalHold property that will be set to a blob container. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -18770,7 +18756,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The LegalHold property that will be set to a blob container. /// an instance that will receive events. /// @@ -18791,7 +18777,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -18807,7 +18792,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Properties to update for the blob container. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -18966,7 +18951,7 @@ public partial class Functions /// The name of the blob container within the specified storage account. Blob container names /// must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Properties to update for the blob container. /// an instance that will receive events. /// @@ -18987,7 +18972,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(containerName),containerName,3); await eventListener.AssertMaximumLength(nameof(containerName),containerName,63); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -19000,7 +18984,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -19147,7 +19131,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -19164,7 +19148,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -19174,7 +19157,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -19316,7 +19299,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -19333,7 +19316,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -19344,7 +19326,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The properties of a storage account’s Blob service, including properties for Storage Analytics and /// CORS (Cross-Origin Resource Sharing) rules. /// a delegate that is called when the remote service returns 200 (OK). @@ -19503,7 +19485,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The properties of a storage account’s Blob service, including properties for Storage Analytics and /// CORS (Cross-Origin Resource Sharing) rules. /// an instance that will receive events. @@ -19522,7 +19504,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -20851,8 +20832,8 @@ public partial class Functions /// nor AppId in the Put operation. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Properties that need to be specified to create an Application Insights component. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -21001,8 +20982,8 @@ public partial class Functions /// validation events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Properties that need to be specified to create an Application Insights component. /// an instance that will receive events. /// @@ -21017,7 +20998,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); @@ -21026,8 +21006,8 @@ public partial class Functions /// Deletes an Application Insights component. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns 204 (NoContent). /// an instance that will receive events. @@ -21172,8 +21152,8 @@ public partial class Functions /// events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -21187,15 +21167,14 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); } } /// Returns an Application Insights component. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -21234,8 +21213,8 @@ public partial class Functions /// Get status for an ongoing purge operation. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// In a purge status request, this is the Id of the operation the status of which is returned. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -21377,8 +21356,8 @@ public partial class Functions /// validation events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// In a purge status request, this is the Id of the operation the status of which is returned. /// an instance that will receive events. /// @@ -21393,7 +21372,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(purgeId),purgeId); } @@ -21498,8 +21476,8 @@ public partial class Functions /// events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -21513,13 +21491,12 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); } } /// Gets a list of all Application Insights components within a subscription. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -21555,7 +21532,7 @@ public partial class Functions /// Gets a list of Application Insights components within a resource group. /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -21688,7 +21665,7 @@ public partial class Functions /// get validation events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -21702,7 +21679,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -21799,7 +21775,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will get validation /// events back. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -21809,7 +21785,6 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -21821,8 +21796,8 @@ public partial class Functions /// the results are expected. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Describes the body of a request to purge data in a single table of an Application Insights component /// a delegate that is called when the remote service returns 202 (Accepted). /// an instance that will receive events. @@ -21976,8 +21951,8 @@ public partial class Functions /// events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Describes the body of a request to purge data in a single table of an Application Insights component /// an instance that will receive events. /// @@ -21992,7 +21967,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); @@ -22003,8 +21977,8 @@ public partial class Functions /// Updates an existing component's tags. To update other fields use the CreateOrUpdate method. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Updated tag information to set into the component instance. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -22152,8 +22126,8 @@ public partial class Functions /// events back. /// /// The name of the resource group. The name is case insensitive. - /// The ID of the target subscription. - /// The name of the identity resource. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// The name of the Application Insights component resource. /// Updated tag information to set into the component instance. /// an instance that will receive events. /// @@ -22168,7 +22142,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(resourceName),resourceName); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); @@ -31018,7 +30991,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The ManagementPolicy set to a storage account. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -31172,7 +31145,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The ManagementPolicy set to a storage account. /// an instance that will receive events. /// @@ -31190,7 +31163,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -31200,7 +31172,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns 204 (NoContent). /// an instance that will receive events. @@ -31353,7 +31325,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -31370,7 +31342,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -31378,7 +31349,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -31522,7 +31493,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -31539,7 +31510,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -31756,7 +31726,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task OperationsList1(global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task OperationsList1(global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -31791,7 +31761,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task OperationsList1ViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task OperationsList1ViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -31835,7 +31805,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task OperationsList1_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task OperationsList1_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -31852,7 +31822,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationListResultAutoGenerated.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: @@ -32181,7 +32151,6 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(osTypeSelected),osTypeSelected); - await eventListener.AssertEnum(nameof(osTypeSelected),osTypeSelected,@"Windows", @"Linux", @"WindowsFunctions", @"LinuxFunctions"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); } } @@ -32295,7 +32264,6 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(osTypeSelected),osTypeSelected); - await eventListener.AssertEnum(nameof(osTypeSelected),osTypeSelected,@"Windows", @"Linux", @"WindowsFunctions", @"LinuxFunctions"); } } @@ -33734,7 +33702,7 @@ public partial class Functions + "?" + (null == featured ? global::System.String.Empty : "featured=" + global::System.Uri.EscapeDataString(featured.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -33787,7 +33755,7 @@ public partial class Functions + "?" + (null == expiredOnly ? global::System.String.Empty : "expiredOnly=" + global::System.Uri.EscapeDataString(expiredOnly.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -33850,7 +33818,7 @@ public partial class Functions + "?" + (null == expiredOnly ? global::System.String.Empty : "expiredOnly=" + global::System.Uri.EscapeDataString(expiredOnly.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -33982,7 +33950,7 @@ public partial class Functions + "?" + (null == expiredOnly ? global::System.String.Empty : "expiredOnly=" + global::System.Uri.EscapeDataString(expiredOnly.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -34045,7 +34013,7 @@ public partial class Functions + "?" + (null == expiredOnly ? global::System.String.Empty : "expiredOnly=" + global::System.Uri.EscapeDataString(expiredOnly.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -34173,7 +34141,7 @@ public partial class Functions + "?" + (null == featured ? global::System.String.Empty : "featured=" + global::System.Uri.EscapeDataString(featured.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -34234,7 +34202,7 @@ public partial class Functions + "?" + (null == featured ? global::System.String.Empty : "featured=" + global::System.Uri.EscapeDataString(featured.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -34364,7 +34332,7 @@ public partial class Functions + "?" + (null == featured ? global::System.String.Empty : "featured=" + global::System.Uri.EscapeDataString(featured.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -34425,7 +34393,7 @@ public partial class Functions + "?" + (null == featured ? global::System.String.Empty : "featured=" + global::System.Uri.EscapeDataString(featured.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -34559,7 +34527,7 @@ public partial class Functions + "?" + (null == featured ? global::System.String.Empty : "featured=" + global::System.Uri.EscapeDataString(featured.ToString())) + "&" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -36169,7 +36137,7 @@ public partial class Functions } /// Lists the available SKUs supported by Microsoft.Storage for given subscription. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -36296,7 +36264,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will get validation events /// back. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -36306,7 +36274,6 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -40981,7 +40948,7 @@ public partial class Functions } /// Checks that the storage account name is valid and is not already in use. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the storage account within the specified resource group. Storage account names must be /// between 3 and 24 characters in length and use numbers and lower-case letters only. /// a delegate that is called when the remote service returns 200 (OK). @@ -41122,7 +41089,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but /// you will get validation events back. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the storage account within the specified resource group. Storage account names must be /// between 3 and 24 characters in length and use numbers and lower-case letters only. /// an instance that will receive events. @@ -41134,7 +41101,6 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -41148,7 +41114,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide for the created account. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -41393,7 +41359,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide for the created account. /// an instance that will receive events. /// @@ -41411,7 +41377,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -41421,7 +41386,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns 204 (NoContent). /// an instance that will receive events. @@ -41568,7 +41533,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -41585,7 +41550,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -41596,7 +41560,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -41830,7 +41794,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -41847,7 +41811,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -41858,7 +41821,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// May be used to expand the properties within account's properties. By default, data is not included /// when fetching properties. Currently we only support geoReplicationStats. /// a delegate that is called when the remote service returns 200 (OK). @@ -42007,7 +41970,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// May be used to expand the properties within account's properties. By default, data is not included /// when fetching properties. Currently we only support geoReplicationStats. /// an instance that will receive events. @@ -42026,7 +41989,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(Expand),Expand); await eventListener.AssertEnum(nameof(Expand),Expand,@"geoReplicationStats"); } @@ -42036,7 +41998,7 @@ public partial class Functions /// Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys /// operation for this. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -42074,7 +42036,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide to list SAS credentials for the storage account. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -42224,7 +42186,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide to list SAS credentials for the storage account. /// an instance that will receive events. /// @@ -42242,7 +42204,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -42253,7 +42214,7 @@ public partial class Functions /// the ListKeys operation for this. /// /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -42389,7 +42350,7 @@ public partial class Functions /// will get validation events back. /// /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -42403,7 +42364,6 @@ public partial class Functions await eventListener.AssertMaximumLength(nameof(resourceGroupName),resourceGroupName,90); await eventListener.AssertRegEx(nameof(resourceGroupName),resourceGroupName,@"^[-\w\._\(\)]+$"); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -42413,7 +42373,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Specifies type of the key to be listed. Possible value is kerb. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -42561,7 +42521,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Specifies type of the key to be listed. Possible value is kerb. /// an instance that will receive events. /// @@ -42579,7 +42539,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(Expand),Expand); await eventListener.AssertEnum(nameof(Expand),Expand,@"kerb"); } @@ -42589,7 +42548,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide to list service SAS credentials. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -42739,7 +42698,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide to list service SAS credentials. /// an instance that will receive events. /// @@ -42757,7 +42716,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -42859,7 +42817,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will get validation /// events back. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -42869,7 +42827,6 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -42879,7 +42836,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -43031,7 +42988,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2. /// an instance that will receive events. /// @@ -43049,7 +43006,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -43059,7 +43015,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync pipeline to use to make the request. @@ -43201,7 +43157,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -43218,7 +43174,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); } } @@ -43233,7 +43188,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide for the updated account. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -43388,7 +43343,7 @@ public partial class Functions /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must /// be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The parameters to provide for the updated account. /// an instance that will receive events. /// @@ -43406,7 +43361,6 @@ public partial class Functions await eventListener.AssertMinimumLength(nameof(accountName),accountName,3); await eventListener.AssertMaximumLength(nameof(accountName),accountName,24); await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(body), body); await eventListener.AssertObjectIsValid(nameof(body), body); } @@ -44356,7 +44310,7 @@ public partial class Functions /// /// Gets the current usage count and the limit for the resources of the location under the subscription. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The location of the Azure Storage resource. /// a delegate that is called when the remote service returns 200 (OK). /// an instance that will receive events. @@ -44491,7 +44445,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will get validation /// events back. /// - /// The ID of the target subscription. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The location of the Azure Storage resource. /// an instance that will receive events. /// @@ -44502,13 +44456,12 @@ public partial class Functions using( NoSynchronizationContext ) { await eventListener.AssertNotNull(nameof(subscriptionId),subscriptionId); - await eventListener.AssertMinimumLength(nameof(subscriptionId),subscriptionId,1); await eventListener.AssertNotNull(nameof(location),location); } } /// Create or update an identity in the specified subscription and resource group. - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// Parameters to create or update the identity @@ -44521,7 +44474,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdate(string subscriptionId, string resourceGroupName, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onCreated, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdate(string subscriptionId, string resourceGroupName, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onCreated, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -44567,7 +44520,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onCreated, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onCreated, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -44626,7 +44579,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onCreated, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onCreated, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -44643,13 +44596,13 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } case global::System.Net.HttpStatusCode.Created: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onCreated(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onCreated(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: @@ -44674,7 +44627,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but /// you will get validation events back. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// Parameters to create or update the identity @@ -44682,7 +44635,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdate_Validate(string subscriptionId, string resourceGroupName, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity body, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesCreateOrUpdate_Validate(string subscriptionId, string resourceGroupName, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated body, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -44695,7 +44648,7 @@ public partial class Functions } /// Deletes the identity. - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// a delegate that is called when the remote service returns 200 (OK). @@ -44849,7 +44802,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will /// get validation events back. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// an instance that will receive events. @@ -44867,7 +44820,7 @@ public partial class Functions } /// Gets the identity. - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// a delegate that is called when the remote service returns 200 (OK). @@ -44878,7 +44831,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task UserAssignedIdentitiesGet(string subscriptionId, string resourceGroupName, string resourceName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task UserAssignedIdentitiesGet(string subscriptionId, string resourceGroupName, string resourceName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -44918,7 +44871,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task UserAssignedIdentitiesGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task UserAssignedIdentitiesGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -44970,7 +44923,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -44987,7 +44940,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: @@ -45012,7 +44965,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will get /// validation events back. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// an instance that will receive events. @@ -45032,7 +44985,7 @@ public partial class Functions /// /// Lists all the userAssignedIdentities available under the specified ResourceGroup. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns default (any response code not handled @@ -45177,7 +45130,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, /// but you will get validation events back. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// an instance that will receive events. /// @@ -45195,7 +45148,7 @@ public partial class Functions /// /// Lists all the userAssignedIdentities available under the specified subscription. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns default (any response code not handled /// elsewhere). @@ -45334,7 +45287,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, /// but you will get validation events back. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// an instance that will receive events. /// /// A that will be complete when handling of the response is completed. @@ -45348,7 +45301,7 @@ public partial class Functions } /// Update an identity in the specified subscription and resource group. - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// Parameters to update the identity @@ -45360,7 +45313,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task UserAssignedIdentitiesUpdate(string subscriptionId, string resourceGroupName, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task UserAssignedIdentitiesUpdate(string subscriptionId, string resourceGroupName, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -45405,7 +45358,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task UserAssignedIdentitiesUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task UserAssignedIdentitiesUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2018-11-30"; // Constant Parameters @@ -45461,7 +45414,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task UserAssignedIdentitiesUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -45478,7 +45431,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: @@ -45503,7 +45456,7 @@ public partial class Functions /// Validation method for method. Call this like the actual call, but you will /// get validation events back. /// - /// The Id of the Subscription to which the identity belongs. + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). /// The name of the Resource Group to which the identity belongs. /// The name of the identity resource. /// Parameters to update the identity @@ -67166,7 +67119,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZip(string resourceGroupName, string name, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZip(string resourceGroupName, string name, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -67211,7 +67164,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipSlot(string resourceGroupName, string name, string slot, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipSlot(string resourceGroupName, string name, string slot, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -67255,7 +67208,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipSlotViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipSlotViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -67312,7 +67265,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -67329,7 +67282,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NoContent: @@ -67393,7 +67346,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZipViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -67447,7 +67400,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZip_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetContainerLogsZip_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -67464,7 +67417,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NoContent: @@ -71613,7 +71566,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDump(string resourceGroupName, string name, string processId, string instanceId, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDump(string resourceGroupName, string name, string processId, string instanceId, string subscriptionId, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -71668,7 +71621,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpSlot(string resourceGroupName, string name, string processId, string slot, string instanceId, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpSlot(string resourceGroupName, string name, string processId, string slot, string instanceId, string subscriptionId, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -71718,7 +71671,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpSlotViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpSlotViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -71781,7 +71734,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -71798,7 +71751,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NotFound: @@ -71870,7 +71823,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDumpViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -71930,7 +71883,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDump_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetInstanceProcessDump_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -71947,7 +71900,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NotFound: @@ -76451,7 +76404,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetProcessDump(string resourceGroupName, string name, string processId, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetProcessDump(string resourceGroupName, string name, string processId, string subscriptionId, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -76502,7 +76455,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetProcessDumpSlot(string resourceGroupName, string name, string processId, string slot, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetProcessDumpSlot(string resourceGroupName, string name, string processId, string slot, string subscriptionId, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -76550,7 +76503,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetProcessDumpSlotViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetProcessDumpSlotViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -76610,7 +76563,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetProcessDumpSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetProcessDumpSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -76627,7 +76580,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NotFound: @@ -76696,7 +76649,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetProcessDumpViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetProcessDumpViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -76753,7 +76706,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetProcessDump_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetProcessDump_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNotFound, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -76770,7 +76723,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NotFound: @@ -81890,7 +81843,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogs(string resourceGroupName, string name, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogs(string resourceGroupName, string name, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -81935,7 +81888,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsSlot(string resourceGroupName, string name, string slot, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsSlot(string resourceGroupName, string name, string slot, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -81979,7 +81932,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsSlotViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsSlotViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -82036,7 +81989,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -82053,7 +82006,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NoContent: @@ -82117,7 +82070,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogsViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -82171,7 +82124,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogs_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsGetWebSiteContainerLogs_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -82188,7 +82141,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } case global::System.Net.HttpStatusCode.NoContent: @@ -91811,7 +91764,7 @@ public partial class Functions + global::System.Uri.EscapeDataString(name) + "/perfcounters" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -91861,7 +91814,7 @@ public partial class Functions + global::System.Uri.EscapeDataString(slot) + "/perfcounters" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -91921,7 +91874,7 @@ public partial class Functions + slot + "/perfcounters" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -92055,7 +92008,7 @@ public partial class Functions + name + "/perfcounters" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -94543,7 +94496,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecrets(string resourceGroupName, string name, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecrets(string resourceGroupName, string name, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -94596,7 +94549,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsSlot(string resourceGroupName, string name, string slot, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsSlot(string resourceGroupName, string name, string slot, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -94647,7 +94600,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsSlotViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsSlotViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -94709,7 +94662,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsSlot_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -94726,7 +94679,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } default: @@ -94792,7 +94745,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecretsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { var apiVersion = @"2019-08-01"; // Constant Parameters @@ -94851,7 +94804,7 @@ public partial class Functions /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecrets_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task WebAppsListPublishingProfileXmlWithSecrets_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -94868,7 +94821,7 @@ public partial class Functions case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStreamAsync()); + await onOk(_response); break; } default: @@ -99198,7 +99151,7 @@ public partial class Functions + global::System.Uri.EscapeDataString(name) + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -99252,7 +99205,7 @@ public partial class Functions + global::System.Uri.EscapeDataString(slot) + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -99315,7 +99268,7 @@ public partial class Functions + slot + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); @@ -99454,7 +99407,7 @@ public partial class Functions + name + "/usages" + "?" - + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + global::System.Uri.EscapeDataString(Filter)) + + (string.IsNullOrEmpty(Filter) ? global::System.String.Empty : "$filter=" + (Filter)) + "&" + "api-version=" + global::System.Uri.EscapeDataString(apiVersion) ,"\\?&*$|&*$|(\\?)&+|(&)&+","$1$2")); diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.PowerShell.cs b/src/Functions/generated/api/Models/Any.PowerShell.cs similarity index 74% rename from src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.PowerShell.cs rename to src/Functions/generated/api/Models/Any.PowerShell.cs index 10c845a41be6..86c95dbf5571 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Any.PowerShell.cs @@ -1,10 +1,15 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - /// Config information. - [System.ComponentModel.TypeConverter(typeof(FunctionEnvelopePropertiesConfigTypeConverter))] - public partial class FunctionEnvelopePropertiesConfig + /// Any object + [System.ComponentModel.TypeConverter(typeof(AnyTypeConverter))] + public partial class Any { /// @@ -48,46 +53,11 @@ public partial class FunctionEnvelopePropertiesConfig partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new FunctionEnvelopePropertiesConfig(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new FunctionEnvelopePropertiesConfig(content); - } - - /// - /// Creates a new instance of , deserializing the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal FunctionEnvelopePropertiesConfig(global::System.Collections.IDictionary content) + internal Any(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -100,11 +70,11 @@ internal FunctionEnvelopePropertiesConfig(global::System.Collections.IDictionary } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal FunctionEnvelopePropertiesConfig(global::System.Management.Automation.PSObject content) + internal Any(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -116,14 +86,47 @@ internal FunctionEnvelopePropertiesConfig(global::System.Management.Automation.P AfterDeserializePSObject(content); } + /// + /// Deserializes a into an instance of . + /// + /// The global::System.Collections.IDictionary content that should be used. + /// + /// an instance of . + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny DeserializeFromDictionary(global::System.Collections.IDictionary content) + { + return new Any(content); + } + + /// + /// Deserializes a into an instance of . + /// + /// The global::System.Management.Automation.PSObject content that should be used. + /// + /// an instance of . + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + { + return new Any(content); + } + + /// + /// Creates a new instance of , deserializing the content from a json string. + /// + /// a string containing a JSON serialized instance of this model. + /// an instance of the model class. + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + /// Serializes this instance to a json string. /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } - /// Config information. - [System.ComponentModel.TypeConverter(typeof(FunctionEnvelopePropertiesConfigTypeConverter))] - public partial interface IFunctionEnvelopePropertiesConfig + /// Any object + [System.ComponentModel.TypeConverter(typeof(AnyTypeConverter))] + public partial interface IAny { diff --git a/src/Functions/generated/api/Models/Api20190401/Usage.TypeConverter.cs b/src/Functions/generated/api/Models/Any.TypeConverter.cs similarity index 84% rename from src/Functions/generated/api/Models/Api20190401/Usage.TypeConverter.cs rename to src/Functions/generated/api/Models/Any.TypeConverter.cs index 3adaf2878172..19d6dcc81558 100644 --- a/src/Functions/generated/api/Models/Api20190401/Usage.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Any.TypeConverter.cs @@ -1,11 +1,16 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class UsageTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class AnyTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +29,10 @@ public partial class UsageTypeConverter : global::System.Management.Automation.P /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +94,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +102,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny).IsAssignableFrom(type)) { return sourceValue; } try { - return Usage.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return Any.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +127,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IU } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return Usage.DeserializeFromPSObject(sourceValue); + return Any.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return Usage.DeserializeFromDictionary(sourceValue); + return Any.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Any.cs b/src/Functions/generated/api/Models/Any.cs new file mode 100644 index 000000000000..72c87e791f77 --- /dev/null +++ b/src/Functions/generated/api/Models/Any.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models +{ + using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + + /// Any object + public partial class Any : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAnyInternal + { + + /// Creates an new instance. + public Any() + { + + } + } + /// Any object + public partial interface IAny : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable + { + + } + /// Any object + internal partial interface IAnyInternal + + { + + } +} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.json.cs b/src/Functions/generated/api/Models/Any.json.cs similarity index 80% rename from src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.json.cs rename to src/Functions/generated/api/Models/Any.json.cs index b8c108621b8a..7b47520461c3 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.json.cs +++ b/src/Functions/generated/api/Models/Any.json.cs @@ -1,9 +1,14 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// Config information. - public partial class FunctionEnvelopePropertiesConfig + /// Any object + public partial class Any { /// @@ -47,22 +52,10 @@ public partial class FunctionEnvelopePropertiesConfig partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig. - /// - /// a to deserialize from. - /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) - { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new FunctionEnvelopePropertiesConfig(json) : null; - } - - /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal FunctionEnvelopePropertiesConfig(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal Any(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -74,13 +67,23 @@ internal FunctionEnvelopePropertiesConfig(Microsoft.Azure.PowerShell.Cmdlets.Fun } /// - /// Serializes this instance of into a . + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny. + /// + /// a to deserialize from. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny. + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + { + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Any(json) : null; + } + + /// + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { diff --git a/src/Functions/generated/api/Models/Api10/AzureEntityResource.PowerShell.cs b/src/Functions/generated/api/Models/Api10/AzureEntityResource.PowerShell.cs index cd9f6d29e840..d4a2f8cd79b0 100644 --- a/src/Functions/generated/api/Models/Api10/AzureEntityResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api10/AzureEntityResource.PowerShell.cs @@ -64,9 +64,9 @@ internal AzureEntityResource(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -85,9 +85,9 @@ internal AzureEntityResource(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api10/AzureEntityResource.cs b/src/Functions/generated/api/Models/Api10/AzureEntityResource.cs index f3403dae3e53..cab16218b46e 100644 --- a/src/Functions/generated/api/Models/Api10/AzureEntityResource.cs +++ b/src/Functions/generated/api/Models/Api10/AzureEntityResource.cs @@ -11,9 +11,10 @@ public partial class AzureEntityResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); /// Backing field for property. private string _etag; @@ -22,29 +23,33 @@ public partial class AzureEntityResource : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Etag { get => this._etag; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Internal Acessors for Etag string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal.Etag { get => this._etag; set { {_etag = value;} } } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public AzureEntityResource() @@ -60,14 +65,14 @@ public AzureEntityResource() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// The resource model definition for a Azure Resource Manager resource with an etag. public partial interface IAzureEntityResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { /// Resource Etag. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( @@ -81,7 +86,7 @@ public partial interface IAzureEntityResource : } /// The resource model definition for a Azure Resource Manager resource with an etag. internal partial interface IAzureEntityResourceInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// Resource Etag. string Etag { get; set; } diff --git a/src/Functions/generated/api/Models/Api10/AzureEntityResource.json.cs b/src/Functions/generated/api/Models/Api10/AzureEntityResource.json.cs index 307b14554474..d022bd19ff2c 100644 --- a/src/Functions/generated/api/Models/Api10/AzureEntityResource.json.cs +++ b/src/Functions/generated/api/Models/Api10/AzureEntityResource.json.cs @@ -60,7 +60,7 @@ internal AzureEntityResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); {_etag = If( json?.PropertyT("etag"), out var __jsonEtag) ? (string)__jsonEtag : (string)Etag;} AfterFromJson(json); } @@ -96,7 +96,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); + __resourceAutoGenerated?.ToJson(container, serializationMode); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._etag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._etag.ToString()) : null, "etag" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api10/ProxyResource.PowerShell.cs b/src/Functions/generated/api/Models/Api10/ProxyResource.PowerShell.cs index 998fe88e99cb..242a69b54b85 100644 --- a/src/Functions/generated/api/Models/Api10/ProxyResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api10/ProxyResource.PowerShell.cs @@ -96,9 +96,9 @@ internal ProxyResource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal ProxyResource(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api10/ProxyResource.cs b/src/Functions/generated/api/Models/Api10/ProxyResource.cs index ad467028bc2d..daecf1126a1e 100644 --- a/src/Functions/generated/api/Models/Api10/ProxyResource.cs +++ b/src/Functions/generated/api/Models/Api10/ProxyResource.cs @@ -11,30 +11,35 @@ public partial class ProxyResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public ProxyResource() @@ -50,20 +55,20 @@ public ProxyResource() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// The resource model definition for a ARM proxy resource. It will have everything other than required location and tags public partial interface IProxyResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { } /// The resource model definition for a ARM proxy resource. It will have everything other than required location and tags internal partial interface IProxyResourceInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { } diff --git a/src/Functions/generated/api/Models/Api10/ProxyResource.json.cs b/src/Functions/generated/api/Models/Api10/ProxyResource.json.cs index c1a6ac3e768d..c7e0e5ae901b 100644 --- a/src/Functions/generated/api/Models/Api10/ProxyResource.json.cs +++ b/src/Functions/generated/api/Models/Api10/ProxyResource.json.cs @@ -72,7 +72,7 @@ internal ProxyResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); AfterFromJson(json); } @@ -95,7 +95,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); + __resourceAutoGenerated?.ToJson(container, serializationMode); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api10/Resource.PowerShell.cs b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.PowerShell.cs similarity index 67% rename from src/Functions/generated/api/Models/Api10/Resource.PowerShell.cs rename to src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.PowerShell.cs index 0cd8a240e8ab..e28c2eef6c3c 100644 --- a/src/Functions/generated/api/Models/Api10/Resource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.PowerShell.cs @@ -2,9 +2,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - /// Azure resource. This resource is tracked in Azure Resource Manager - [System.ComponentModel.TypeConverter(typeof(ResourceTypeConverter))] - public partial class Resource + [System.ComponentModel.TypeConverter(typeof(ResourceAutoGeneratedTypeConverter))] + public partial class ResourceAutoGenerated { /// @@ -48,44 +47,44 @@ public partial class Resource partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new Resource(content); + return new ResourceAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new Resource(content); + return new ResourceAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal Resource(global::System.Collections.IDictionary content) + internal ResourceAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,18 +93,18 @@ internal Resource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal Resource(global::System.Management.Automation.PSObject content) + internal ResourceAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -114,9 +113,9 @@ internal Resource(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -125,9 +124,8 @@ internal Resource(global::System.Management.Automation.PSObject content) /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } - /// Azure resource. This resource is tracked in Azure Resource Manager - [System.ComponentModel.TypeConverter(typeof(ResourceTypeConverter))] - public partial interface IResource + [System.ComponentModel.TypeConverter(typeof(ResourceAutoGeneratedTypeConverter))] + public partial interface IResourceAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api10/Resource.TypeConverter.cs b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.TypeConverter.cs similarity index 86% rename from src/Functions/generated/api/Models/Api10/Resource.TypeConverter.cs rename to src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.TypeConverter.cs index dd62593fced7..37090bb392da 100644 --- a/src/Functions/generated/api/Models/Api10/Resource.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class ResourceTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class ResourceAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class ResourceTypeConverter : global::System.Management.Automatio /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return Resource.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return ResourceAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourc } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return Resource.DeserializeFromPSObject(sourceValue); + return ResourceAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return Resource.DeserializeFromDictionary(sourceValue); + return ResourceAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api10/Resource.cs b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.cs similarity index 50% rename from src/Functions/generated/api/Models/Api10/Resource.cs rename to src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.cs index 237d582b16c9..b73709496cd3 100644 --- a/src/Functions/generated/api/Models/Api10/Resource.cs +++ b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.cs @@ -2,87 +2,96 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// Azure resource. This resource is tracked in Azure Resource Manager - public partial class Resource : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + public partial class ResourceAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// Backing field for property. private string _id; - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Id { get => this._id; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => this._id; set { {_id = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => this._id; set { {_id = value;} } } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => this._name; set { {_name = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => this._name; set { {_name = value;} } } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => this._type; set { {_type = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => this._type; set { {_type = value;} } } /// Backing field for property. private string _name; - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Name { get => this._name; } /// Backing field for property. private string _type; - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Type { get => this._type; } - /// Creates an new instance. - public Resource() + /// Creates an new instance. + public ResourceAutoGenerated() { } } - /// Azure resource. This resource is tracked in Azure Resource Manager - public partial interface IResource : + public partial interface IResourceAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = true, - Description = @"Resource Id.", + Description = @"Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}", SerializedName = @"id", PossibleTypes = new [] { typeof(string) })] string Id { get; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = true, - Description = @"Resource Name.", + Description = @"The name of the resource", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string Name { get; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = true, - Description = @"Resource type.", + Description = @"The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] string Type { get; } } - /// Azure resource. This resource is tracked in Azure Resource Manager - internal partial interface IResourceInternal + internal partial interface IResourceAutoGeneratedInternal { - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// string Id { get; set; } - /// Resource Name. + /// The name of the resource string Name { get; set; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// string Type { get; set; } } diff --git a/src/Functions/generated/api/Models/Api10/Resource.json.cs b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.json.cs similarity index 90% rename from src/Functions/generated/api/Models/Api10/Resource.json.cs rename to src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.json.cs index e7d2ad370652..24ef6aef35d3 100644 --- a/src/Functions/generated/api/Models/Api10/Resource.json.cs +++ b/src/Functions/generated/api/Models/Api10/ResourceAutoGenerated.json.cs @@ -2,8 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// Azure resource. This resource is tracked in Azure Resource Manager - public partial class Resource + public partial class ResourceAutoGenerated { /// @@ -47,22 +46,22 @@ public partial class Resource partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Resource(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new ResourceAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Resource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal ResourceAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -70,20 +69,20 @@ internal Resource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json { return; } + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -97,15 +96,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api10/TrackedResource.PowerShell.cs b/src/Functions/generated/api/Models/Api10/TrackedResource.PowerShell.cs index 3808d6aad474..f8fbbe46ba64 100644 --- a/src/Functions/generated/api/Models/Api10/TrackedResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api10/TrackedResource.PowerShell.cs @@ -99,11 +99,11 @@ internal TrackedResource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,11 +121,11 @@ internal TrackedResource(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api10/TrackedResource.cs b/src/Functions/generated/api/Models/Api10/TrackedResource.cs index 01a347085d33..1f9d46fdb07a 100644 --- a/src/Functions/generated/api/Models/Api10/TrackedResource.cs +++ b/src/Functions/generated/api/Models/Api10/TrackedResource.cs @@ -9,13 +9,16 @@ public partial class TrackedResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Backing field for property. private string _location; @@ -25,17 +28,17 @@ public partial class TrackedResource : public string Location { get => this._location; set => this._location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags _tag; @@ -44,9 +47,11 @@ public partial class TrackedResource : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags Tag { get => (this._tag = this._tag ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTags()); set => this._tag = value; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public TrackedResource() @@ -62,14 +67,14 @@ public TrackedResource() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// The resource model definition for a ARM tracked top level resource public partial interface ITrackedResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { /// The geo-location where the resource lives [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( @@ -91,7 +96,7 @@ public partial interface ITrackedResource : } /// The resource model definition for a ARM tracked top level resource internal partial interface ITrackedResourceInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// The geo-location where the resource lives string Location { get; set; } diff --git a/src/Functions/generated/api/Models/Api10/TrackedResource.json.cs b/src/Functions/generated/api/Models/Api10/TrackedResource.json.cs index 6e0b5abb9627..ba1d7be33f5a 100644 --- a/src/Functions/generated/api/Models/Api10/TrackedResource.json.cs +++ b/src/Functions/generated/api/Models/Api10/TrackedResource.json.cs @@ -77,9 +77,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); - AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); + __resourceAutoGenerated?.ToJson(container, serializationMode); AddIf( null != this._tag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tag.ToJson(null,serializationMode) : null, "tags" ,container.Add ); + AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); AfterToJson(ref container); return container; } @@ -96,9 +96,9 @@ internal TrackedResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Js { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); - {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTags.FromJson(__jsonTags) : Tag;} + {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponent.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponent.PowerShell.cs index df57c7bf7c5d..7a6a67b5a0d4 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponent.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponent.PowerShell.cs @@ -63,23 +63,23 @@ internal ApplicationInsightsComponent(global::System.Collections.IDictionary con // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType) content.GetValueForProperty("ApplicationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).FlowType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType?) content.GetValueForProperty("FlowType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).FlowType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).RequestSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource?) content.GetValueForProperty("RequestSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).RequestSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationId = (string) content.GetValueForProperty("ApplicationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).InstrumentationKey = (string) content.GetValueForProperty("InstrumentationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).InstrumentationKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ProvisioningState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializeDictionary(content); } @@ -99,23 +99,23 @@ internal ApplicationInsightsComponent(global::System.Management.Automation.PSObj // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType) content.GetValueForProperty("ApplicationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).FlowType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType?) content.GetValueForProperty("FlowType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).FlowType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).RequestSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource?) content.GetValueForProperty("RequestSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).RequestSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationId = (string) content.GetValueForProperty("ApplicationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ApplicationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).InstrumentationKey = (string) content.GetValueForProperty("InstrumentationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).InstrumentationKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).AppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).HockeyAppToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).ProvisioningState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.PowerShell.cs index 34beecdfc6e4..fbcdbdd402b8 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.PowerShell.cs @@ -61,10 +61,10 @@ internal ApplicationInsightsComponentApiKey(global::System.Collections.IDictiona return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).ApiKey = (string) content.GetValueForProperty("ApiKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).ApiKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).CreatedDate = (string) content.GetValueForProperty("CreatedDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).CreatedDate, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedReadProperty = (string[]) content.GetValueForProperty("LinkedReadProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedReadProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedWriteProperty = (string[]) content.GetValueForProperty("LinkedWriteProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedWriteProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); @@ -84,10 +84,10 @@ internal ApplicationInsightsComponentApiKey(global::System.Management.Automation return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).ApiKey = (string) content.GetValueForProperty("ApiKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).ApiKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).CreatedDate = (string) content.GetValueForProperty("CreatedDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).CreatedDate, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedReadProperty = (string[]) content.GetValueForProperty("LinkedReadProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedReadProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedWriteProperty = (string[]) content.GetValueForProperty("LinkedWriteProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyInternal)this).LinkedWriteProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.json.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.json.cs index ab17511903a5..23a857619721 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.json.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentApiKey.json.cs @@ -58,10 +58,10 @@ internal ApplicationInsightsComponentApiKey(Microsoft.Azure.PowerShell.Cmdlets.F { return; } - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_apiKey = If( json?.PropertyT("apiKey"), out var __jsonApiKey) ? (string)__jsonApiKey : (string)ApiKey;} {_createdDate = If( json?.PropertyT("createdDate"), out var __jsonCreatedDate) ? (string)__jsonCreatedDate : (string)CreatedDate;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_linkedReadProperty = If( json?.PropertyT("linkedReadProperties"), out var __jsonLinkedReadProperties) ? If( __jsonLinkedReadProperties as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : LinkedReadProperty;} {_linkedWriteProperty = If( json?.PropertyT("linkedWriteProperties"), out var __jsonLinkedWriteProperties) ? If( __jsonLinkedWriteProperties as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : LinkedWriteProperty;} AfterFromJson(json); @@ -99,16 +99,16 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._apiKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._apiKey.ToString()) : null, "apiKey" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); } - AddIf( null != (((object)this._createdDate)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdDate.ToString()) : null, "createdDate" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); + AddIf( null != (((object)this._apiKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._apiKey.ToString()) : null, "apiKey" ,container.Add ); } + AddIf( null != (((object)this._createdDate)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdDate.ToString()) : null, "createdDate" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); if (null != this._linkedReadProperty) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.PowerShell.cs index 2312aed4f2d8..e3551939c308 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.PowerShell.cs @@ -61,8 +61,8 @@ internal ApplicationInsightsComponentListResult(global::System.Collections.IDict return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal ApplicationInsightsComponentListResult(global::System.Management.Automa return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentListResultInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.json.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.json.cs index d9faa50435a4..2bef7b42f38a 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.json.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentListResult.json.cs @@ -58,8 +58,8 @@ internal ApplicationInsightsComponentListResult(Microsoft.Azure.PowerShell.Cmdle { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponent.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,7 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -105,6 +104,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.PowerShell.cs index dd67c78a17f1..a46b6cf8598c 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.PowerShell.cs @@ -61,18 +61,18 @@ internal ApplicationInsightsComponentProperties(global::System.Collections.IDict return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationId = (string) content.GetValueForProperty("ApplicationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType) content.GetValueForProperty("ApplicationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).FlowType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType?) content.GetValueForProperty("FlowType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).FlowType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey = (string) content.GetValueForProperty("InstrumentationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).RequestSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource?) content.GetValueForProperty("RequestSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).RequestSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey = (string) content.GetValueForProperty("InstrumentationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ProvisioningState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializeDictionary(content); } @@ -90,18 +90,18 @@ internal ApplicationInsightsComponentProperties(global::System.Management.Automa return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationId = (string) content.GetValueForProperty("ApplicationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).AppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType) content.GetValueForProperty("ApplicationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ApplicationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).FlowType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType?) content.GetValueForProperty("FlowType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).FlowType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey = (string) content.GetValueForProperty("InstrumentationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).RequestSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource?) content.GetValueForProperty("RequestSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).RequestSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey = (string) content.GetValueForProperty("InstrumentationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).InstrumentationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate = (global::System.DateTime?) content.GetValueForProperty("CreationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).CreationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId = (string) content.GetValueForProperty("HockeyAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken = (string) content.GetValueForProperty("HockeyAppToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).HockeyAppToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).ProvisioningState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage = (double?) content.GetValueForProperty("SamplingPercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentPropertiesInternal)this).SamplingPercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.json.cs b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.json.cs index 47f920b1a38b..3fb9e7be5ff3 100644 --- a/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20150501/ApplicationInsightsComponentProperties.json.cs @@ -58,18 +58,18 @@ internal ApplicationInsightsComponentProperties(Microsoft.Azure.PowerShell.Cmdle { return; } - {_appId = If( json?.PropertyT("AppId"), out var __jsonAppId) ? (string)__jsonAppId : (string)AppId;} {_applicationId = If( json?.PropertyT("ApplicationId"), out var __jsonApplicationId) ? (string)__jsonApplicationId : (string)ApplicationId;} + {_appId = If( json?.PropertyT("AppId"), out var __jsonAppId) ? (string)__jsonAppId : (string)AppId;} {_applicationType = If( json?.PropertyT("Application_Type"), out var __jsonApplicationType) ? (string)__jsonApplicationType : (string)ApplicationType;} - {_creationDate = If( json?.PropertyT("CreationDate"), out var __jsonCreationDate) ? global::System.DateTime.TryParse((string)__jsonCreationDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreationDateValue) ? __jsonCreationDateValue : CreationDate : CreationDate;} {_flowType = If( json?.PropertyT("Flow_Type"), out var __jsonFlowType) ? (string)__jsonFlowType : (string)FlowType;} - {_hockeyAppId = If( json?.PropertyT("HockeyAppId"), out var __jsonHockeyAppId) ? (string)__jsonHockeyAppId : (string)HockeyAppId;} - {_hockeyAppToken = If( json?.PropertyT("HockeyAppToken"), out var __jsonHockeyAppToken) ? (string)__jsonHockeyAppToken : (string)HockeyAppToken;} - {_instrumentationKey = If( json?.PropertyT("InstrumentationKey"), out var __jsonInstrumentationKey) ? (string)__jsonInstrumentationKey : (string)InstrumentationKey;} {_requestSource = If( json?.PropertyT("Request_Source"), out var __jsonRequestSource) ? (string)__jsonRequestSource : (string)RequestSource;} - {_samplingPercentage = If( json?.PropertyT("SamplingPercentage"), out var __jsonSamplingPercentage) ? (double?)__jsonSamplingPercentage : SamplingPercentage;} + {_instrumentationKey = If( json?.PropertyT("InstrumentationKey"), out var __jsonInstrumentationKey) ? (string)__jsonInstrumentationKey : (string)InstrumentationKey;} + {_creationDate = If( json?.PropertyT("CreationDate"), out var __jsonCreationDate) ? global::System.DateTime.TryParse((string)__jsonCreationDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreationDateValue) ? __jsonCreationDateValue : CreationDate : CreationDate;} {_tenantId = If( json?.PropertyT("TenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} + {_hockeyAppId = If( json?.PropertyT("HockeyAppId"), out var __jsonHockeyAppId) ? (string)__jsonHockeyAppId : (string)HockeyAppId;} + {_hockeyAppToken = If( json?.PropertyT("HockeyAppToken"), out var __jsonHockeyAppToken) ? (string)__jsonHockeyAppToken : (string)HockeyAppToken;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_samplingPercentage = If( json?.PropertyT("SamplingPercentage"), out var __jsonSamplingPercentage) ? (double?)__jsonSamplingPercentage : SamplingPercentage;} AfterFromJson(json); } @@ -107,37 +107,37 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._appId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appId.ToString()) : null, "AppId" ,container.Add ); + AddIf( null != (((object)this._applicationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._applicationId.ToString()) : null, "ApplicationId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._applicationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._applicationId.ToString()) : null, "ApplicationId" ,container.Add ); + AddIf( null != (((object)this._appId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appId.ToString()) : null, "AppId" ,container.Add ); } AddIf( null != (((object)this._applicationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._applicationType.ToString()) : null, "Application_Type" ,container.Add ); + AddIf( null != (((object)this._flowType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._flowType.ToString()) : null, "Flow_Type" ,container.Add ); + AddIf( null != (((object)this._requestSource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._requestSource.ToString()) : null, "Request_Source" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._creationDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._creationDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "CreationDate" ,container.Add ); + AddIf( null != (((object)this._instrumentationKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instrumentationKey.ToString()) : null, "InstrumentationKey" ,container.Add ); } - AddIf( null != (((object)this._flowType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._flowType.ToString()) : null, "Flow_Type" ,container.Add ); - AddIf( null != (((object)this._hockeyAppId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hockeyAppId.ToString()) : null, "HockeyAppId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._hockeyAppToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hockeyAppToken.ToString()) : null, "HockeyAppToken" ,container.Add ); + AddIf( null != this._creationDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._creationDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "CreationDate" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._instrumentationKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instrumentationKey.ToString()) : null, "InstrumentationKey" ,container.Add ); + AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "TenantId" ,container.Add ); } - AddIf( null != (((object)this._requestSource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._requestSource.ToString()) : null, "Request_Source" ,container.Add ); - AddIf( null != this._samplingPercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._samplingPercentage) : null, "SamplingPercentage" ,container.Add ); + AddIf( null != (((object)this._hockeyAppId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hockeyAppId.ToString()) : null, "HockeyAppId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "TenantId" ,container.Add ); + AddIf( null != (((object)this._hockeyAppToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hockeyAppToken.ToString()) : null, "HockeyAppToken" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } + AddIf( null != this._samplingPercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._samplingPercentage) : null, "SamplingPercentage" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.PowerShell.cs index ded11d0329f3..3baccf8e70e9 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.PowerShell.cs @@ -61,8 +61,8 @@ internal ComponentPurgeBody(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1[]) content.GetValueForProperty("Filter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters1TypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Table = (string) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Table, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters[]) content.GetValueForProperty("Filter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFiltersTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal ComponentPurgeBody(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1[]) content.GetValueForProperty("Filter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters1TypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Table = (string) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Table, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters[]) content.GetValueForProperty("Filter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyInternal)this).Filter, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFiltersTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.cs index e571795053e7..954798127d61 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.cs @@ -9,13 +9,13 @@ public partial class ComponentPurgeBody : { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1[] _filter; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters[] _filter; /// /// The set of columns and filters (queries) to run over them to purge the resulting data. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1[] Filter { get => this._filter; set => this._filter = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters[] Filter { get => this._filter; set => this._filter = value; } /// Backing field for property. private string _table; @@ -42,8 +42,8 @@ public partial interface IComponentPurgeBody : ReadOnly = false, Description = @"The set of columns and filters (queries) to run over them to purge the resulting data.", SerializedName = @"filters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1[] Filter { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters[] Filter { get; set; } /// Table from which to purge data. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -61,7 +61,7 @@ internal partial interface IComponentPurgeBodyInternal /// /// The set of columns and filters (queries) to run over them to purge the resulting data. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1[] Filter { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters[] Filter { get; set; } /// Table from which to purge data. string Table { get; set; } diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.json.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.json.cs index 0fc8b0d48084..fc3e7f1e32c1 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.json.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBody.json.cs @@ -58,8 +58,8 @@ internal ComponentPurgeBody(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_filter = If( json?.PropertyT("filters"), out var __jsonFilters) ? If( __jsonFilters as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters1.FromJson(__u) )) ))() : null : Filter;} {_table = If( json?.PropertyT("table"), out var __jsonTable) ? (string)__jsonTable : (string)Table;} + {_filter = If( json?.PropertyT("filters"), out var __jsonFilters) ? If( __jsonFilters as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentPurgeBodyFilters.FromJson(__u) )) ))() : null : Filter;} AfterFromJson(json); } @@ -94,6 +94,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._table)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._table.ToString()) : null, "table" ,container.Add ); if (null != this._filter) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -103,7 +104,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("filters",__w); } - AddIf( null != (((object)this._table)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._table.ToString()) : null, "table" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.PowerShell.cs similarity index 69% rename from src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.PowerShell.cs rename to src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.PowerShell.cs index 1e9ea520f6e4..40e0f72748d4 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// User-defined filters to return data which will be purged from the table. - [System.ComponentModel.TypeConverter(typeof(ComponentPurgeBodyFilters1TypeConverter))] - public partial class ComponentPurgeBodyFilters1 + [System.ComponentModel.TypeConverter(typeof(ComponentPurgeBodyFiltersTypeConverter))] + public partial class ComponentPurgeBodyFilters { /// @@ -48,11 +48,11 @@ public partial class ComponentPurgeBodyFilters1 partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal ComponentPurgeBodyFilters1(global::System.Collections.IDictionary content) + internal ComponentPurgeBodyFilters(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -61,19 +61,19 @@ internal ComponentPurgeBodyFilters1(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Column = (string) content.GetValueForProperty("Column",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Column, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Key = (string) content.GetValueForProperty("Key",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Key, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Operator = (string) content.GetValueForProperty("Operator",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Operator, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Column = (string) content.GetValueForProperty("Column",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Column, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Operator = (string) content.GetValueForProperty("Operator",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Operator, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Key = (string) content.GetValueForProperty("Key",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Key, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal ComponentPurgeBodyFilters1(global::System.Management.Automation.PSObject content) + internal ComponentPurgeBodyFilters(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -82,47 +82,47 @@ internal ComponentPurgeBodyFilters1(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Column = (string) content.GetValueForProperty("Column",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Column, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Key = (string) content.GetValueForProperty("Key",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Key, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Operator = (string) content.GetValueForProperty("Operator",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Operator, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Column = (string) content.GetValueForProperty("Column",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Column, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Operator = (string) content.GetValueForProperty("Operator",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Operator, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Key = (string) content.GetValueForProperty("Key",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal)this).Key, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1 DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new ComponentPurgeBodyFilters1(content); + return new ComponentPurgeBodyFilters(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1 DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new ComponentPurgeBodyFilters1(content); + return new ComponentPurgeBodyFilters(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1 FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. @@ -130,8 +130,8 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IC public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// User-defined filters to return data which will be purged from the table. - [System.ComponentModel.TypeConverter(typeof(ComponentPurgeBodyFilters1TypeConverter))] - public partial interface IComponentPurgeBodyFilters1 + [System.ComponentModel.TypeConverter(typeof(ComponentPurgeBodyFiltersTypeConverter))] + public partial interface IComponentPurgeBodyFilters { diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.TypeConverter.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.TypeConverter.cs similarity index 85% rename from src/Functions/generated/api/Models/Api20190401/ServiceSpecification.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.TypeConverter.cs index 23db2c69d9e5..9ac6dee69050 100644 --- a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.TypeConverter.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class ServiceSpecificationTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class ComponentPurgeBodyFiltersTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class ServiceSpecificationTypeConverter : global::System.Manageme /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters).IsAssignableFrom(type)) { return sourceValue; } try { - return ServiceSpecification.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return ComponentPurgeBodyFilters.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IS } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return ServiceSpecification.DeserializeFromPSObject(sourceValue); + return ComponentPurgeBodyFilters.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return ServiceSpecification.DeserializeFromDictionary(sourceValue); + return ComponentPurgeBodyFilters.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.cs similarity index 94% rename from src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.cs rename to src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.cs index 17a208a90d0f..deb55569ebbc 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// User-defined filters to return data which will be purged from the table. - public partial class ComponentPurgeBodyFilters1 : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1Internal + public partial class ComponentPurgeBodyFilters : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFiltersInternal { /// Backing field for property. @@ -44,14 +44,14 @@ public partial class ComponentPurgeBodyFilters1 : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Value { get => this._value; set => this._value = value; } - /// Creates an new instance. - public ComponentPurgeBodyFilters1() + /// Creates an new instance. + public ComponentPurgeBodyFilters() { } } /// User-defined filters to return data which will be purged from the table. - public partial interface IComponentPurgeBodyFilters1 : + public partial interface IComponentPurgeBodyFilters : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// The column of the table over which the given query should run @@ -97,7 +97,7 @@ public partial interface IComponentPurgeBodyFilters1 : } /// User-defined filters to return data which will be purged from the table. - internal partial interface IComponentPurgeBodyFilters1Internal + internal partial interface IComponentPurgeBodyFiltersInternal { /// The column of the table over which the given query should run diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.json.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.json.cs similarity index 91% rename from src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.json.cs rename to src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.json.cs index 902228833a02..267541974e10 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.json.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// User-defined filters to return data which will be purged from the table. - public partial class ComponentPurgeBodyFilters1 + public partial class ComponentPurgeBodyFilters { /// @@ -47,10 +47,10 @@ public partial class ComponentPurgeBodyFilters1 partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal ComponentPurgeBodyFilters1(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal ComponentPurgeBodyFilters(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -59,32 +59,32 @@ internal ComponentPurgeBodyFilters1(Microsoft.Azure.PowerShell.Cmdlets.Functions return; } {_column = If( json?.PropertyT("column"), out var __jsonColumn) ? (string)__jsonColumn : (string)Column;} - {_key = If( json?.PropertyT("key"), out var __jsonKey) ? (string)__jsonKey : (string)Key;} {_operator = If( json?.PropertyT("operator"), out var __jsonOperator) ? (string)__jsonOperator : (string)Operator;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)Value;} + {_key = If( json?.PropertyT("key"), out var __jsonKey) ? (string)__jsonKey : (string)Key;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1 FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new ComponentPurgeBodyFilters1(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new ComponentPurgeBodyFilters(json) : null; } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -97,9 +97,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._column)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._column.ToString()) : null, "column" ,container.Add ); - AddIf( null != (((object)this._key)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._key.ToString()) : null, "key" ,container.Add ); AddIf( null != (((object)this._operator)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operator.ToString()) : null, "operator" ,container.Add ); AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._key)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._key.ToString()) : null, "key" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.TypeConverter.cs b/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.TypeConverter.cs deleted file mode 100644 index 4d944fa8da13..000000000000 --- a/src/Functions/generated/api/Models/Api20150501/ComponentPurgeBodyFilters1.TypeConverter.cs +++ /dev/null @@ -1,142 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// - /// A PowerShell PSTypeConverter to support converting to an instance of - /// - public partial class ComponentPurgeBodyFilters1TypeConverter : global::System.Management.Automation.PSTypeConverter - { - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. - /// - public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the instance to check if it can be converted to the type. - /// - /// true if the instance could be converted to a type, otherwise false - /// - public static bool CanConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return true; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - // we say yest to PSObjects - return true; - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - // we say yest to Hashtables/dictionaries - return true; - } - try - { - if (null != sourceValue.ToJsonString()) - { - return true; - } - } - catch - { - // Not one of our objects - } - try - { - string text = sourceValue.ToString()?.Trim(); - return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; - } - catch - { - // Doesn't look like it can be treated as JSON - } - return false; - } - - /// - /// Determines if the parameter can be converted to the parameter - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false - /// - public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; - - /// - /// Converts the parameter to the parameter using and - /// - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// - /// an instance of , or null if there is no suitable conversion. - /// - public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); - - /// - /// Converts the parameter to the parameter using and - /// - /// the value to convert into an instance of . - /// - /// an instance of , or null if there is no suitable conversion. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1 ConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return null; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentPurgeBodyFilters1).IsAssignableFrom(type)) - { - return sourceValue; - } - try - { - return ComponentPurgeBodyFilters1.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; - } - catch - { - // Unable to use JSON pattern - } - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - return ComponentPurgeBodyFilters1.DeserializeFromPSObject(sourceValue); - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - return ComponentPurgeBodyFilters1.DeserializeFromDictionary(sourceValue); - } - return null; - } - - /// NotImplemented -- this will return null - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// will always return null. - public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentsResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20150501/ComponentsResource.PowerShell.cs index dcdce87f78a0..3a1b48af106b 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentsResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentsResource.PowerShell.cs @@ -61,9 +61,9 @@ internal ComponentsResource(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTagsTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); @@ -83,9 +83,9 @@ internal ComponentsResource(global::System.Management.Automation.PSObject conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IComponentsResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTagsTypeConverter.ConvertFrom); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20150501/ComponentsResource.json.cs b/src/Functions/generated/api/Models/Api20150501/ComponentsResource.json.cs index e63f108214e9..b529483814ff 100644 --- a/src/Functions/generated/api/Models/Api20150501/ComponentsResource.json.cs +++ b/src/Functions/generated/api/Models/Api20150501/ComponentsResource.json.cs @@ -58,9 +58,9 @@ internal ComponentsResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTags.FromJson(__jsonTags) : Tag;} AfterFromJson(json); @@ -99,15 +99,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); AddIf( null != this._tag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tag.ToJson(null,serializationMode) : null, "tags" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api20181130/Identity.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.PowerShell.cs similarity index 60% rename from src/Functions/generated/api/Models/Api20181130/Identity.PowerShell.cs rename to src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.PowerShell.cs index ca4fcab54751..ab2acaaa8293 100644 --- a/src/Functions/generated/api/Models/Api20181130/Identity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// Describes an identity resource. - [System.ComponentModel.TypeConverter(typeof(IdentityTypeConverter))] - public partial class Identity + [System.ComponentModel.TypeConverter(typeof(IdentityAutoGeneratedTypeConverter))] + public partial class IdentityAutoGenerated { /// @@ -48,44 +48,44 @@ public partial class Identity partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new Identity(content); + return new IdentityAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new Identity(content); + return new IdentityAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal Identity(global::System.Collections.IDictionary content) + internal IdentityAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,24 +94,24 @@ internal Identity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal Identity(global::System.Management.Automation.PSObject content) + internal IdentityAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -120,15 +120,15 @@ internal Identity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -138,8 +138,8 @@ internal Identity(global::System.Management.Automation.PSObject content) public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// Describes an identity resource. - [System.ComponentModel.TypeConverter(typeof(IdentityTypeConverter))] - public partial interface IIdentity + [System.ComponentModel.TypeConverter(typeof(IdentityAutoGeneratedTypeConverter))] + public partial interface IIdentityAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20181130/Identity.TypeConverter.cs b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.TypeConverter.cs similarity index 85% rename from src/Functions/generated/api/Models/Api20181130/Identity.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.TypeConverter.cs index ebbcdd735a1f..9ec79358f9d1 100644 --- a/src/Functions/generated/api/Models/Api20181130/Identity.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class IdentityTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class IdentityAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class IdentityTypeConverter : global::System.Management.Automatio /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return Identity.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return IdentityAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.II } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return Identity.DeserializeFromPSObject(sourceValue); + return IdentityAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return Identity.DeserializeFromDictionary(sourceValue); + return IdentityAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20181130/Identity.cs b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.cs similarity index 72% rename from src/Functions/generated/api/Models/Api20181130/Identity.cs rename to src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.cs index 726556eb3c84..f49a63c770c1 100644 --- a/src/Functions/generated/api/Models/Api20181130/Identity.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Describes an identity resource. - public partial class Identity : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal, + public partial class IdentityAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// @@ -20,38 +20,40 @@ public partial class Identity : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string ClientId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Id; } /// The geo-location where the resource lives [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)__trackedResource).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)__trackedResource).Location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Type = value; } /// Internal Acessors for ClientId - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal.ClientId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal.ClientId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId = value; } /// Internal Acessors for PrincipalId - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal.PrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).PrincipalId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal.PrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).PrincipalId = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityProperties()); set { {_property = value;} } } /// Internal Acessors for TenantId - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityInternal.TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGeneratedInternal.TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Name; } /// The id of the service principal object associated with the created identity. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -72,12 +74,14 @@ public partial class Identity : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Type; } - /// Creates an new instance. - public Identity() + /// Creates an new instance. + public IdentityAutoGenerated() { } @@ -95,7 +99,7 @@ public Identity() } } /// Describes an identity resource. - public partial interface IIdentity : + public partial interface IIdentityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResource { @@ -128,7 +132,7 @@ public partial interface IIdentity : } /// Describes an identity resource. - internal partial interface IIdentityInternal : + internal partial interface IIdentityAutoGeneratedInternal : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal { /// diff --git a/src/Functions/generated/api/Models/Api20181130/Identity.json.cs b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.json.cs similarity index 88% rename from src/Functions/generated/api/Models/Api20181130/Identity.json.cs rename to src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.json.cs index 3d8667718ddd..bab12288d6b6 100644 --- a/src/Functions/generated/api/Models/Api20181130/Identity.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Describes an identity resource. - public partial class Identity + public partial class IdentityAutoGenerated { /// @@ -47,22 +47,22 @@ public partial class Identity partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Identity(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new IdentityAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Identity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal IdentityAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -76,13 +76,13 @@ internal Identity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { diff --git a/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs index 55afd7394229..19361b35e955 100644 --- a/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs @@ -97,12 +97,12 @@ internal IdentityUpdate(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityUpdateTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -123,12 +123,12 @@ internal IdentityUpdate(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityUpdateTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.cs b/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.cs index 78207c178161..cde4dbccd6f0 100644 --- a/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.cs @@ -9,9 +9,10 @@ public partial class IdentityUpdate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); /// /// The id of the app associated with the identity. This is a random generated UUID by MSI. @@ -19,9 +20,11 @@ public partial class IdentityUpdate : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string ClientId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Backing field for property. private string _location; @@ -31,13 +34,13 @@ public partial class IdentityUpdate : public string Location { get => this._location; set => this._location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } /// Internal Acessors for ClientId string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal.ClientId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).ClientId = value; } @@ -51,9 +54,9 @@ public partial class IdentityUpdate : /// Internal Acessors for TenantId string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdateInternal.TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } /// The id of the service principal object associated with the created identity. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -77,9 +80,11 @@ public partial class IdentityUpdate : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)Property).TenantId; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public IdentityUpdate() @@ -95,14 +100,14 @@ public IdentityUpdate() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// Describes an identity resource. public partial interface IIdentityUpdate : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { /// /// The id of the app associated with the identity. This is a random generated UUID by MSI. @@ -150,7 +155,7 @@ public partial interface IIdentityUpdate : } /// Describes an identity resource. internal partial interface IIdentityUpdateInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// /// The id of the app associated with the identity. This is a random generated UUID by MSI. diff --git a/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.json.cs b/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.json.cs index 3607233db548..e0fc1d97e846 100644 --- a/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/IdentityUpdate.json.cs @@ -70,7 +70,7 @@ internal IdentityUpdate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.UserAssignedIdentityProperties.FromJson(__jsonProperties) : Property;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityUpdateTags.FromJson(__jsonTags) : Tag;} @@ -96,7 +96,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); + __resourceAutoGenerated?.ToJson(container, serializationMode); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api20181130/Operation.TypeConverter.cs b/src/Functions/generated/api/Models/Api20181130/Operation.TypeConverter.cs deleted file mode 100644 index 4020ca327ce6..000000000000 --- a/src/Functions/generated/api/Models/Api20181130/Operation.TypeConverter.cs +++ /dev/null @@ -1,142 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// - /// A PowerShell PSTypeConverter to support converting to an instance of - /// - public partial class OperationTypeConverter : global::System.Management.Automation.PSTypeConverter - { - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. - /// - public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the instance to check if it can be converted to the type. - /// - /// true if the instance could be converted to a type, otherwise false - /// - public static bool CanConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return true; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - // we say yest to PSObjects - return true; - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - // we say yest to Hashtables/dictionaries - return true; - } - try - { - if (null != sourceValue.ToJsonString()) - { - return true; - } - } - catch - { - // Not one of our objects - } - try - { - string text = sourceValue.ToString()?.Trim(); - return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; - } - catch - { - // Doesn't look like it can be treated as JSON - } - return false; - } - - /// - /// Determines if the parameter can be converted to the parameter - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false - /// - public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; - - /// - /// Converts the parameter to the parameter using and - /// - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// - /// an instance of , or null if there is no suitable conversion. - /// - public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); - - /// - /// Converts the parameter to the parameter using and - /// - /// the value to convert into an instance of . - /// - /// an instance of , or null if there is no suitable conversion. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation ConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return null; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation).IsAssignableFrom(type)) - { - return sourceValue; - } - try - { - return Operation.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; - } - catch - { - // Unable to use JSON pattern - } - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - return Operation.DeserializeFromPSObject(sourceValue); - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - return Operation.DeserializeFromDictionary(sourceValue); - } - return null; - } - - /// NotImplemented -- this will return null - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// will always return null. - public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20181130/Operation.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.PowerShell.cs similarity index 57% rename from src/Functions/generated/api/Models/Api20181130/Operation.PowerShell.cs rename to src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.PowerShell.cs index 013f8c21e061..bc8e97169544 100644 --- a/src/Functions/generated/api/Models/Api20181130/Operation.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// Operation supported by the Microsoft.ManagedIdentity REST API. - [System.ComponentModel.TypeConverter(typeof(OperationTypeConverter))] - public partial class Operation + [System.ComponentModel.TypeConverter(typeof(OperationAutoGenerated2TypeConverter))] + public partial class OperationAutoGenerated2 { /// @@ -48,44 +48,44 @@ public partial class Operation partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2 DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new Operation(content); + return new OperationAutoGenerated2(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2 DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new Operation(content); + return new OperationAutoGenerated2(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2 FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal Operation(global::System.Collections.IDictionary content) + internal OperationAutoGenerated2(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,21 +94,21 @@ internal Operation(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayProvider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayDescription, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal Operation(global::System.Management.Automation.PSObject content) + internal OperationAutoGenerated2(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -117,12 +117,12 @@ internal Operation(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayProvider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal)this).DisplayDescription, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -132,8 +132,8 @@ internal Operation(global::System.Management.Automation.PSObject content) public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// Operation supported by the Microsoft.ManagedIdentity REST API. - [System.ComponentModel.TypeConverter(typeof(OperationTypeConverter))] - public partial interface IOperation + [System.ComponentModel.TypeConverter(typeof(OperationAutoGenerated2TypeConverter))] + public partial interface IOperationAutoGenerated2 { diff --git a/src/Functions/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.TypeConverter.cs similarity index 85% rename from src/Functions/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.TypeConverter.cs index 4c1a1c91e148..b768cf44e811 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class OperationListResultTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class OperationAutoGenerated2TypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class OperationListResultTypeConverter : global::System.Managemen /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2 ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2).IsAssignableFrom(type)) { return sourceValue; } try { - return OperationListResult.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return OperationAutoGenerated2.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IO } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return OperationListResult.DeserializeFromPSObject(sourceValue); + return OperationAutoGenerated2.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return OperationListResult.DeserializeFromDictionary(sourceValue); + return OperationAutoGenerated2.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20181130/Operation.cs b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.cs similarity index 76% rename from src/Functions/generated/api/Models/Api20181130/Operation.cs rename to src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.cs index cd5463c850a4..73279d7bdef3 100644 --- a/src/Functions/generated/api/Models/Api20181130/Operation.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.cs @@ -3,36 +3,36 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Operation supported by the Microsoft.ManagedIdentity REST API. - public partial class Operation : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal + public partial class OperationAutoGenerated2 : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay _display; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated _display; /// The object that describes the operation. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplay()); set => this._display = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGenerated()); set => this._display = value; } /// A description of the operation. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string DisplayDescription { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Description; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Description = value; } + public string DisplayDescription { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Description; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Description = value; } /// The type of operation. For example: read, write, delete. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string DisplayOperation { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Operation; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Operation = value; } + public string DisplayOperation { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Operation; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Operation = value; } /// Friendly name of the resource provider. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string DisplayProvider { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Provider; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Provider = value; } + public string DisplayProvider { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Provider; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Provider = value; } /// The resource type on which the operation is performed. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string DisplayResource { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Resource; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)Display).Resource = value; } + public string DisplayResource { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Resource; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)Display).Resource = value; } /// Internal Acessors for Display - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationInternal.Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplay()); set { {_display = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2Internal.Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGenerated()); set { {_display = value;} } } /// Backing field for property. private string _name; @@ -43,14 +43,14 @@ public partial class Operation : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Name { get => this._name; set => this._name = value; } - /// Creates an new instance. - public Operation() + /// Creates an new instance. + public OperationAutoGenerated2() { } } /// Operation supported by the Microsoft.ManagedIdentity REST API. - public partial interface IOperation : + public partial interface IOperationAutoGenerated2 : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// A description of the operation. @@ -98,11 +98,11 @@ public partial interface IOperation : } /// Operation supported by the Microsoft.ManagedIdentity REST API. - internal partial interface IOperationInternal + internal partial interface IOperationAutoGenerated2Internal { /// The object that describes the operation. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay Display { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated Display { get; set; } /// A description of the operation. string DisplayDescription { get; set; } /// The type of operation. For example: read, write, delete. diff --git a/src/Functions/generated/api/Models/Api20181130/Operation.json.cs b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.json.cs similarity index 87% rename from src/Functions/generated/api/Models/Api20181130/Operation.json.cs rename to src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.json.cs index 0d63e9d3b8b6..205faa726f1b 100644 --- a/src/Functions/generated/api/Models/Api20181130/Operation.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationAutoGenerated2.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Operation supported by the Microsoft.ManagedIdentity REST API. - public partial class Operation + public partial class OperationAutoGenerated2 { /// @@ -47,22 +47,22 @@ public partial class Operation partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2 FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Operation(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new OperationAutoGenerated2(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Operation(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal OperationAutoGenerated2(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -70,19 +70,19 @@ internal Operation(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso { return; } - {_display = If( json?.PropertyT("display"), out var __jsonDisplay) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplay.FromJson(__jsonDisplay) : Display;} + {_display = If( json?.PropertyT("display"), out var __jsonDisplay) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGenerated.FromJson(__jsonDisplay) : Display;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { diff --git a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.PowerShell.cs similarity index 66% rename from src/Functions/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs rename to src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.PowerShell.cs index 0f616726d5c8..807c5413a530 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// The object that describes the operation. - [System.ComponentModel.TypeConverter(typeof(OperationDisplayTypeConverter))] - public partial class OperationDisplay + [System.ComponentModel.TypeConverter(typeof(OperationDisplayAutoGeneratedTypeConverter))] + public partial class OperationDisplayAutoGenerated { /// @@ -48,44 +48,46 @@ public partial class OperationDisplay partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new OperationDisplay(content); + return new OperationDisplayAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new OperationDisplay(content); + return new OperationDisplayAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal OperationDisplay(global::System.Collections.IDictionary content) + internal OperationDisplayAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,19 +96,19 @@ internal OperationDisplay(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Provider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal OperationDisplay(global::System.Management.Automation.PSObject content) + internal OperationDisplayAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -115,10 +117,10 @@ internal OperationDisplay(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Provider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -128,8 +130,8 @@ internal OperationDisplay(global::System.Management.Automation.PSObject content) public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// The object that describes the operation. - [System.ComponentModel.TypeConverter(typeof(OperationDisplayTypeConverter))] - public partial interface IOperationDisplay + [System.ComponentModel.TypeConverter(typeof(OperationDisplayAutoGeneratedTypeConverter))] + public partial interface IOperationDisplayAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.TypeConverter.cs similarity index 84% rename from src/Functions/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.TypeConverter.cs index f79e76d4b09a..6bb59884acb5 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class OperationDisplayTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class OperationDisplayAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class OperationDisplayTypeConverter : global::System.Management.A /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return OperationDisplay.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return OperationDisplayAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IO } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return OperationDisplay.DeserializeFromPSObject(sourceValue); + return OperationDisplayAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return OperationDisplay.DeserializeFromDictionary(sourceValue); + return OperationDisplayAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.cs b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.cs similarity index 91% rename from src/Functions/generated/api/Models/Api20181130/OperationDisplay.cs rename to src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.cs index 43c8b2a028b6..dd89bb18dfe7 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// The object that describes the operation. - public partial class OperationDisplay : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayInternal + public partial class OperationDisplayAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGeneratedInternal { /// Backing field for property. @@ -36,14 +36,14 @@ public partial class OperationDisplay : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Resource { get => this._resource; set => this._resource = value; } - /// Creates an new instance. - public OperationDisplay() + /// Creates an new instance. + public OperationDisplayAutoGenerated() { } } /// The object that describes the operation. - public partial interface IOperationDisplay : + public partial interface IOperationDisplayAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// A description of the operation. @@ -81,7 +81,7 @@ public partial interface IOperationDisplay : } /// The object that describes the operation. - internal partial interface IOperationDisplayInternal + internal partial interface IOperationDisplayAutoGeneratedInternal { /// A description of the operation. diff --git a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.json.cs b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.json.cs similarity index 90% rename from src/Functions/generated/api/Models/Api20181130/OperationDisplay.json.cs rename to src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.json.cs index 6637c76a51a6..3de4b7be01b3 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationDisplay.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationDisplayAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// The object that describes the operation. - public partial class OperationDisplay + public partial class OperationDisplayAutoGenerated { /// @@ -47,22 +47,22 @@ public partial class OperationDisplay partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplay FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new OperationDisplay(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new OperationDisplayAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal OperationDisplay(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal OperationDisplayAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -70,21 +70,21 @@ internal OperationDisplay(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_operation = If( json?.PropertyT("operation"), out var __jsonOperation) ? (string)__jsonOperation : (string)Operation;} {_provider = If( json?.PropertyT("provider"), out var __jsonProvider) ? (string)__jsonProvider : (string)Provider;} + {_operation = If( json?.PropertyT("operation"), out var __jsonOperation) ? (string)__jsonOperation : (string)Operation;} {_resource = If( json?.PropertyT("resource"), out var __jsonResource) ? (string)__jsonResource : (string)Resource;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); - AddIf( null != (((object)this._operation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operation.ToString()) : null, "operation" ,container.Add ); AddIf( null != (((object)this._provider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provider.ToString()) : null, "provider" ,container.Add ); + AddIf( null != (((object)this._operation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operation.ToString()) : null, "operation" ,container.Add ); AddIf( null != (((object)this._resource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resource.ToString()) : null, "resource" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.PowerShell.cs similarity index 68% rename from src/Functions/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs rename to src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.PowerShell.cs index 2a5431e779cf..2ff6cbe20811 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - [System.ComponentModel.TypeConverter(typeof(OperationListResultTypeConverter))] - public partial class OperationListResult + [System.ComponentModel.TypeConverter(typeof(OperationListResultAutoGeneratedTypeConverter))] + public partial class OperationListResultAutoGenerated { /// @@ -48,44 +48,46 @@ public partial class OperationListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new OperationListResult(content); + return new OperationListResultAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new OperationListResult(content); + return new OperationListResultAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal OperationListResult(global::System.Collections.IDictionary content) + internal OperationListResultAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,17 +96,17 @@ internal OperationListResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).NextLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationAutoGenerated2TypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal OperationListResult(global::System.Management.Automation.PSObject content) + internal OperationListResultAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -113,8 +115,8 @@ internal OperationListResult(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).NextLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationAutoGenerated2TypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -124,8 +126,8 @@ internal OperationListResult(global::System.Management.Automation.PSObject conte public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - [System.ComponentModel.TypeConverter(typeof(OperationListResultTypeConverter))] - public partial interface IOperationListResult + [System.ComponentModel.TypeConverter(typeof(OperationListResultAutoGeneratedTypeConverter))] + public partial interface IOperationListResultAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.TypeConverter.cs b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.TypeConverter.cs similarity index 88% rename from src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.TypeConverter.cs index 726db8d4f028..e4f149c8d959 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.TypeConverter.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class FunctionEnvelopePropertiesConfigTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class OperationListResultAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class FunctionEnvelopePropertiesConfigTypeConverter : global::Sys /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return FunctionEnvelopePropertiesConfig.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return OperationListResultAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IF } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return FunctionEnvelopePropertiesConfig.DeserializeFromPSObject(sourceValue); + return OperationListResultAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return FunctionEnvelopePropertiesConfig.DeserializeFromDictionary(sourceValue); + return OperationListResultAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20181130/OperationListResult.cs b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.cs similarity index 79% rename from src/Functions/generated/api/Models/Api20181130/OperationListResult.cs rename to src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.cs index 806504b267ad..6790e551a5fb 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationListResult.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - public partial class OperationListResult : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultInternal + public partial class OperationListResultAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGeneratedInternal { /// Backing field for property. @@ -16,20 +16,20 @@ public partial class OperationListResult : public string NextLink { get => this._nextLink; set => this._nextLink = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2[] _value; /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2[] Value { get => this._value; set => this._value = value; } - /// Creates an new instance. - public OperationListResult() + /// Creates an new instance. + public OperationListResultAutoGenerated() { } } /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - public partial interface IOperationListResult : + public partial interface IOperationListResultAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// The url to get the next page of results, if any. @@ -46,18 +46,18 @@ public partial interface IOperationListResult : ReadOnly = false, Description = @"A list of operations supported by Microsoft.ManagedIdentity Resource Provider.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2[] Value { get; set; } } /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - internal partial interface IOperationListResultInternal + internal partial interface IOperationListResultAutoGeneratedInternal { /// The url to get the next page of results, if any. string NextLink { get; set; } /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20181130/OperationListResult.json.cs b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.json.cs similarity index 85% rename from src/Functions/generated/api/Models/Api20181130/OperationListResult.json.cs rename to src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.json.cs index 3b6fe1d1da9a..dabbf5654765 100644 --- a/src/Functions/generated/api/Models/Api20181130/OperationListResult.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/OperationListResultAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// A list of operations supported by Microsoft.ManagedIdentity Resource Provider. - public partial class OperationListResult + public partial class OperationListResultAutoGenerated { /// @@ -47,22 +47,22 @@ public partial class OperationListResult partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationListResultAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new OperationListResult(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new OperationListResultAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal OperationListResult(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal OperationListResultAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -70,19 +70,19 @@ internal OperationListResult(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationAutoGenerated2) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationAutoGenerated2.FromJson(__u) )) ))() : null : Value;} {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperation) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Operation.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -94,7 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -104,6 +103,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs index d2c808547bb6..eb8181e011ad 100644 --- a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs @@ -97,13 +97,13 @@ internal SystemAssignedIdentity(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientSecretUrl = (string) content.GetValueForProperty("ClientSecretUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientSecretUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,13 +124,13 @@ internal SystemAssignedIdentity(global::System.Management.Automation.PSObject co ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientSecretUrl = (string) content.GetValueForProperty("ClientSecretUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).ClientSecretUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal)this).TenantId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.cs b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.cs index ef3faef3314a..e79c45251997 100644 --- a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.cs +++ b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.cs @@ -9,10 +9,10 @@ public partial class SystemAssignedIdentity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IProxyResource __proxyResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ProxyResource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); /// /// The id of the app associated with the identity. This is a random generated UUID by MSI. @@ -26,9 +26,11 @@ public partial class SystemAssignedIdentity : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string ClientSecretUrl { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)Property).ClientSecretUrl; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Backing field for property. private string _location; @@ -38,13 +40,13 @@ public partial class SystemAssignedIdentity : public string Location { get => this._location; set => this._location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } /// Internal Acessors for ClientId string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal.ClientId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)Property).ClientId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)Property).ClientId = value; } @@ -61,9 +63,9 @@ public partial class SystemAssignedIdentity : /// Internal Acessors for TenantId string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityInternal.TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)Property).TenantId = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } /// The id of the service principal object associated with the created identity. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -87,9 +89,11 @@ public partial class SystemAssignedIdentity : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)Property).TenantId; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__proxyResource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public SystemAssignedIdentity() @@ -105,14 +109,14 @@ public SystemAssignedIdentity() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__proxyResource), __proxyResource); - await eventListener.AssertObjectIsValid(nameof(__proxyResource), __proxyResource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// Describes a system assigned identity resource. public partial interface ISystemAssignedIdentity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IProxyResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { /// /// The id of the app associated with the identity. This is a random generated UUID by MSI. @@ -170,7 +174,7 @@ public partial interface ISystemAssignedIdentity : } /// Describes a system assigned identity resource. internal partial interface ISystemAssignedIdentityInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IProxyResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// /// The id of the app associated with the identity. This is a random generated UUID by MSI. diff --git a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs index 8b748b532e9b..4a3e596eb69f 100644 --- a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs @@ -70,7 +70,7 @@ internal SystemAssignedIdentity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - __proxyResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ProxyResource(json); + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityProperties.FromJson(__jsonProperties) : Property;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.SystemAssignedIdentityTags.FromJson(__jsonTags) : Tag;} @@ -96,7 +96,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __proxyResource?.ToJson(container, serializationMode); + __resourceAutoGenerated?.ToJson(container, serializationMode); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs index d389cc76646b..e2217f674332 100644 --- a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs @@ -96,10 +96,10 @@ internal SystemAssignedIdentityProperties(global::System.Collections.IDictionary return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientSecretUrl = (string) content.GetValueForProperty("ClientSecretUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientSecretUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -117,10 +117,10 @@ internal SystemAssignedIdentityProperties(global::System.Management.Automation.P return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientSecretUrl = (string) content.GetValueForProperty("ClientSecretUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).ClientSecretUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentityPropertiesInternal)this).TenantId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs index 7b85bd6d4aca..f811fdd4e4eb 100644 --- a/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs @@ -70,10 +70,10 @@ internal SystemAssignedIdentityProperties(Microsoft.Azure.PowerShell.Cmdlets.Fun { return; } + {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} + {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} {_clientId = If( json?.PropertyT("clientId"), out var __jsonClientId) ? (string)__jsonClientId : (string)ClientId;} {_clientSecretUrl = If( json?.PropertyT("clientSecretUrl"), out var __jsonClientSecretUrl) ? (string)__jsonClientSecretUrl : (string)ClientSecretUrl;} - {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} - {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} AfterFromJson(json); } @@ -98,19 +98,19 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); + AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._clientSecretUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientSecretUrl.ToString()) : null, "clientSecretUrl" ,container.Add ); + AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); + AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); + AddIf( null != (((object)this._clientSecretUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientSecretUrl.ToString()) : null, "clientSecretUrl" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs index 5b42109ceb2e..42c804a54838 100644 --- a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs @@ -101,8 +101,8 @@ internal UserAssignedIdentitiesListResult(global::System.Collections.IDictionary return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGeneratedTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).NextLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -120,8 +120,8 @@ internal UserAssignedIdentitiesListResult(global::System.Management.Automation.P return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGeneratedTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).NextLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentitiesListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs index 6500f21bda90..e1d28e5cfe4e 100644 --- a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs +++ b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs @@ -16,11 +16,11 @@ public partial class UserAssignedIdentitiesListResult : public string NextLink { get => this._nextLink; set => this._nextLink = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated[] _value; /// The collection of userAssignedIdentities returned by the listing operation. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public UserAssignedIdentitiesListResult() @@ -46,8 +46,8 @@ public partial interface IUserAssignedIdentitiesListResult : ReadOnly = false, Description = @"The collection of userAssignedIdentities returned by the listing operation.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated[] Value { get; set; } } /// Values returned by the List operation. @@ -57,7 +57,7 @@ internal partial interface IUserAssignedIdentitiesListResultInternal /// The url to get the next page of results, if any. string NextLink { get; set; } /// The collection of userAssignedIdentities returned by the listing operation. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs index f6be547e0891..96d9f33ab6dc 100644 --- a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs @@ -77,7 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -87,6 +86,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); AfterToJson(ref container); return container; } @@ -103,8 +103,8 @@ internal UserAssignedIdentitiesListResult(Microsoft.Azure.PowerShell.Cmdlets.Fun { return; } + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated.FromJson(__u) )) ))() : null : Value;} {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs index 37a4fb723bfb..fbe92ea9cc73 100644 --- a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs @@ -101,9 +101,9 @@ internal UserAssignedIdentityProperties(global::System.Collections.IDictionary c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,9 +121,9 @@ internal UserAssignedIdentityProperties(global::System.Management.Automation.PSO return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IUserAssignedIdentityPropertiesInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs index 911cf3fbab76..27f592b0d63b 100644 --- a/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs @@ -79,7 +79,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); + AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -87,7 +87,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); + AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); } AfterToJson(ref container); return container; @@ -105,9 +105,9 @@ internal UserAssignedIdentityProperties(Microsoft.Azure.PowerShell.Cmdlets.Funct { return; } - {_clientId = If( json?.PropertyT("clientId"), out var __jsonClientId) ? (string)__jsonClientId : (string)ClientId;} - {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} + {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} + {_clientId = If( json?.PropertyT("clientId"), out var __jsonClientId) ? (string)__jsonClientId : (string)ClientId;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.PowerShell.cs index 14b5ff21e2a8..90e614df7d38 100644 --- a/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.PowerShell.cs @@ -61,14 +61,14 @@ internal AccountSasParameters(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign = (string) content.GetValueForProperty("KeyToSign",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services) content.GetValueForProperty("Service",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Protocol = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol?) content.GetValueForProperty("Protocol",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Protocol, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services) content.GetValueForProperty("Service",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessStartTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign = (string) content.GetValueForProperty("KeyToSign",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -86,14 +86,14 @@ internal AccountSasParameters(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign = (string) content.GetValueForProperty("KeyToSign",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services) content.GetValueForProperty("Service",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Protocol = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol?) content.GetValueForProperty("Protocol",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Protocol, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).ResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypes.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services) content.GetValueForProperty("Service",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).Service, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Services.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessStartTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign = (string) content.GetValueForProperty("KeyToSign",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAccountSasParametersInternal)this).KeyToSign, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.json.cs b/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.json.cs index 8fdf1dbf9416..4338128ca4b5 100644 --- a/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/AccountSasParameters.json.cs @@ -58,14 +58,14 @@ internal AccountSasParameters(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_keyToSign = If( json?.PropertyT("keyToSign"), out var __jsonKeyToSign) ? (string)__jsonKeyToSign : (string)KeyToSign;} - {_sharedAccessExpiryTime = If( json?.PropertyT("signedExpiry"), out var __jsonSignedExpiry) ? global::System.DateTime.TryParse((string)__jsonSignedExpiry, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedExpiryValue) ? __jsonSignedExpiryValue : SharedAccessExpiryTime : SharedAccessExpiryTime;} - {_iPAddressOrRange = If( json?.PropertyT("signedIp"), out var __jsonSignedIP) ? (string)__jsonSignedIP : (string)IPAddressOrRange;} + {_service = If( json?.PropertyT("signedServices"), out var __jsonSignedServices) ? (string)__jsonSignedServices : (string)Service;} + {_resourceType = If( json?.PropertyT("signedResourceTypes"), out var __jsonSignedResourceTypes) ? (string)__jsonSignedResourceTypes : (string)ResourceType;} {_permission = If( json?.PropertyT("signedPermission"), out var __jsonSignedPermission) ? (string)__jsonSignedPermission : (string)Permission;} + {_iPAddressOrRange = If( json?.PropertyT("signedIp"), out var __jsonSignedIP) ? (string)__jsonSignedIP : (string)IPAddressOrRange;} {_protocol = If( json?.PropertyT("signedProtocol"), out var __jsonSignedProtocol) ? (string)__jsonSignedProtocol : (string)Protocol;} - {_resourceType = If( json?.PropertyT("signedResourceTypes"), out var __jsonSignedResourceTypes) ? (string)__jsonSignedResourceTypes : (string)ResourceType;} - {_service = If( json?.PropertyT("signedServices"), out var __jsonSignedServices) ? (string)__jsonSignedServices : (string)Service;} {_sharedAccessStartTime = If( json?.PropertyT("signedStart"), out var __jsonSignedStart) ? global::System.DateTime.TryParse((string)__jsonSignedStart, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedStartValue) ? __jsonSignedStartValue : SharedAccessStartTime : SharedAccessStartTime;} + {_sharedAccessExpiryTime = If( json?.PropertyT("signedExpiry"), out var __jsonSignedExpiry) ? global::System.DateTime.TryParse((string)__jsonSignedExpiry, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedExpiryValue) ? __jsonSignedExpiryValue : SharedAccessExpiryTime : SharedAccessExpiryTime;} + {_keyToSign = If( json?.PropertyT("keyToSign"), out var __jsonKeyToSign) ? (string)__jsonKeyToSign : (string)KeyToSign;} AfterFromJson(json); } @@ -100,14 +100,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._keyToSign)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyToSign.ToString()) : null, "keyToSign" ,container.Add ); - AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessExpiryTime.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)), "signedExpiry" ,container.Add ); - AddIf( null != (((object)this._iPAddressOrRange)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddressOrRange.ToString()) : null, "signedIp" ,container.Add ); + AddIf( null != (((object)this._service)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._service.ToString()) : null, "signedServices" ,container.Add ); + AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "signedResourceTypes" ,container.Add ); AddIf( null != (((object)this._permission)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._permission.ToString()) : null, "signedPermission" ,container.Add ); + AddIf( null != (((object)this._iPAddressOrRange)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddressOrRange.ToString()) : null, "signedIp" ,container.Add ); AddIf( null != (((object)this._protocol)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._protocol.ToString()) : null, "signedProtocol" ,container.Add ); - AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "signedResourceTypes" ,container.Add ); - AddIf( null != (((object)this._service)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._service.ToString()) : null, "signedServices" ,container.Add ); AddIf( null != this._sharedAccessStartTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessStartTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "signedStart" ,container.Add ); + AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessExpiryTime.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)), "signedExpiry" ,container.Add ); + AddIf( null != (((object)this._keyToSign)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyToSign.ToString()) : null, "keyToSign" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.PowerShell.cs index 2c5bf0e30cab..ef84dbcb9070 100644 --- a/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.PowerShell.cs @@ -61,12 +61,12 @@ internal ActiveDirectoryProperties(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid = (string) content.GetValueForProperty("AzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid = (string) content.GetValueForProperty("DomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid = (string) content.GetValueForProperty("DomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName = (string) content.GetValueForProperty("ForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).NetBiosDomainName = (string) content.GetValueForProperty("NetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).NetBiosDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName = (string) content.GetValueForProperty("ForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid = (string) content.GetValueForProperty("DomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid = (string) content.GetValueForProperty("DomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid = (string) content.GetValueForProperty("AzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -84,12 +84,12 @@ internal ActiveDirectoryProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid = (string) content.GetValueForProperty("AzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid = (string) content.GetValueForProperty("DomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid = (string) content.GetValueForProperty("DomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName = (string) content.GetValueForProperty("ForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).NetBiosDomainName = (string) content.GetValueForProperty("NetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).NetBiosDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName = (string) content.GetValueForProperty("ForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).ForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid = (string) content.GetValueForProperty("DomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid = (string) content.GetValueForProperty("DomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).DomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid = (string) content.GetValueForProperty("AzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryPropertiesInternal)this).AzureStorageSid, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.json.cs b/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.json.cs index e457a0546c49..d3a57656394a 100644 --- a/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ActiveDirectoryProperties.json.cs @@ -58,12 +58,12 @@ internal ActiveDirectoryProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_azureStorageSid = If( json?.PropertyT("azureStorageSid"), out var __jsonAzureStorageSid) ? (string)__jsonAzureStorageSid : (string)AzureStorageSid;} - {_domainGuid = If( json?.PropertyT("domainGuid"), out var __jsonDomainGuid) ? (string)__jsonDomainGuid : (string)DomainGuid;} {_domainName = If( json?.PropertyT("domainName"), out var __jsonDomainName) ? (string)__jsonDomainName : (string)DomainName;} - {_domainSid = If( json?.PropertyT("domainSid"), out var __jsonDomainSid) ? (string)__jsonDomainSid : (string)DomainSid;} - {_forestName = If( json?.PropertyT("forestName"), out var __jsonForestName) ? (string)__jsonForestName : (string)ForestName;} {_netBiosDomainName = If( json?.PropertyT("netBiosDomainName"), out var __jsonNetBiosDomainName) ? (string)__jsonNetBiosDomainName : (string)NetBiosDomainName;} + {_forestName = If( json?.PropertyT("forestName"), out var __jsonForestName) ? (string)__jsonForestName : (string)ForestName;} + {_domainGuid = If( json?.PropertyT("domainGuid"), out var __jsonDomainGuid) ? (string)__jsonDomainGuid : (string)DomainGuid;} + {_domainSid = If( json?.PropertyT("domainSid"), out var __jsonDomainSid) ? (string)__jsonDomainSid : (string)DomainSid;} + {_azureStorageSid = If( json?.PropertyT("azureStorageSid"), out var __jsonAzureStorageSid) ? (string)__jsonAzureStorageSid : (string)AzureStorageSid;} AfterFromJson(json); } @@ -98,12 +98,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._azureStorageSid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureStorageSid.ToString()) : null, "azureStorageSid" ,container.Add ); - AddIf( null != (((object)this._domainGuid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainGuid.ToString()) : null, "domainGuid" ,container.Add ); AddIf( null != (((object)this._domainName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainName.ToString()) : null, "domainName" ,container.Add ); - AddIf( null != (((object)this._domainSid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainSid.ToString()) : null, "domainSid" ,container.Add ); - AddIf( null != (((object)this._forestName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._forestName.ToString()) : null, "forestName" ,container.Add ); AddIf( null != (((object)this._netBiosDomainName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._netBiosDomainName.ToString()) : null, "netBiosDomainName" ,container.Add ); + AddIf( null != (((object)this._forestName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._forestName.ToString()) : null, "forestName" ,container.Add ); + AddIf( null != (((object)this._domainGuid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainGuid.ToString()) : null, "domainGuid" ,container.Add ); + AddIf( null != (((object)this._domainSid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainSid.ToString()) : null, "domainSid" ,container.Add ); + AddIf( null != (((object)this._azureStorageSid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureStorageSid.ToString()) : null, "azureStorageSid" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/AzureFilesIdentityBasedAuthentication.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/AzureFilesIdentityBasedAuthentication.PowerShell.cs index bec443769a41..04eaf13b7179 100644 --- a/src/Functions/generated/api/Models/Api20190401/AzureFilesIdentityBasedAuthentication.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/AzureFilesIdentityBasedAuthentication.PowerShell.cs @@ -63,12 +63,12 @@ internal AzureFilesIdentityBasedAuthentication(global::System.Collections.IDicti // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("ActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).DirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("DirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).DirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -88,12 +88,12 @@ internal AzureFilesIdentityBasedAuthentication(global::System.Management.Automat // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("ActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).DirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("DirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).DirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthenticationInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/BlobContainer.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/BlobContainer.PowerShell.cs index 936ff03663d4..d54267c15522 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobContainer.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobContainer.PowerShell.cs @@ -63,21 +63,21 @@ internal BlobContainer(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties) content.GetValueForProperty("ContainerProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyPublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("ContainerPropertyPublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("ContainerPropertyLeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("ContainerPropertyLeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("ContainerPropertyLeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyMetadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("ContainerPropertyMetadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyMetadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasLegalHold = (bool?) content.GetValueForProperty("ContainerPropertyHasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ContainerPropertyImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("ContainerPropertyLastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("ContainerPropertyLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasImmutabilityPolicy = (bool?) content.GetValueForProperty("ContainerPropertyHasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("ImmutabilityPolicyProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyEtag = (string) content.GetValueForProperty("ImmutabilityPolicyEtag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyEtag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyUpdateHistory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]) content.GetValueForProperty("ImmutabilityPolicyUpdateHistory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyUpdateHistory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter.ConvertFrom)); @@ -102,21 +102,21 @@ internal BlobContainer(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties) content.GetValueForProperty("ContainerProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyPublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("ContainerPropertyPublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("ContainerPropertyLeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("ContainerPropertyLeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("ContainerPropertyLeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyMetadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("ContainerPropertyMetadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyMetadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasLegalHold = (bool?) content.GetValueForProperty("ContainerPropertyHasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ContainerPropertyImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("ContainerPropertyLastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("ContainerPropertyLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasImmutabilityPolicy = (bool?) content.GetValueForProperty("ContainerPropertyHasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ContainerPropertyHasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("ImmutabilityPolicyProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyEtag = (string) content.GetValueForProperty("ImmutabilityPolicyEtag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyEtag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyUpdateHistory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]) content.GetValueForProperty("ImmutabilityPolicyUpdateHistory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal)this).ImmutabilityPolicyUpdateHistory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter.ConvertFrom)); diff --git a/src/Functions/generated/api/Models/Api20190401/BlobContainer.cs b/src/Functions/generated/api/Models/Api20190401/BlobContainer.cs index 7ad753679667..05b451886099 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobContainer.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobContainer.cs @@ -16,16 +16,19 @@ public partial class BlobContainer : /// private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResource __azureEntityResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.AzureEntityResource(); - /// Resource Etag. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Etag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag; } + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties _containerProperty; + + /// Properties of the blob container. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties ContainerProperty { get => (this._containerProperty = this._containerProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerProperties()); set => this._containerProperty = value; } /// /// The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. /// The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public bool? HasImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasImmutabilityPolicy; } + public bool? ContainerPropertyHasImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).HasImmutabilityPolicy; } /// /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public @@ -33,43 +36,59 @@ public partial class BlobContainer : /// with hasLegalHold=true for a given account. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public bool? HasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasLegalHold; } + public bool? ContainerPropertyHasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).HasLegalHold; } - /// Resource Id. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id; } + /// Returns the date and time the container was last modified. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] + public global::System.DateTime? ContainerPropertyLastModifiedTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LastModifiedTime; } /// - /// The immutability period for the blobs in the container since the policy creation, in days. + /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public int ImmutabilityPeriodSinceCreationInDay { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPeriodSinceCreationInDay; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPeriodSinceCreationInDay = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? ContainerPropertyLeaseDuration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseDuration; } - /// ImmutabilityPolicy Etag. + /// Lease state of the container. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string ImmutabilityPolicyEtag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyEtag; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? ContainerPropertyLeaseState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseState; } - /// The ImmutabilityPolicy update history of the blob container. + /// The lease status of the container. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] ImmutabilityPolicyUpdateHistory { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyUpdateHistory; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? ContainerPropertyLeaseStatus { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseStatus; } - /// Returns the date and time the container was last modified. + /// A name-value pair to associate with the container as metadata. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public global::System.DateTime? LastModifiedTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LastModifiedTime; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata ContainerPropertyMetadata { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).Metadata; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).Metadata = value; } /// - /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. + /// Specifies whether data in the container may be accessed publicly and the level of access. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? LeaseDuration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseDuration; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? ContainerPropertyPublicAccess { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).PublicAccess; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).PublicAccess = value; } - /// Lease state of the container. + /// Resource Etag. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] + public string Etag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag; } + + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id; } + + /// + /// The immutability period for the blobs in the container since the policy creation, in days. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? LeaseState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseState; } + public int ImmutabilityPeriodSinceCreationInDay { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPeriodSinceCreationInDay; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPeriodSinceCreationInDay = value; } - /// The lease status of the container. + /// ImmutabilityPolicy Etag. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? LeaseStatus { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseStatus; } + public string ImmutabilityPolicyEtag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyEtag; } + + /// The ImmutabilityPolicy update history of the blob container. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] ImmutabilityPolicyUpdateHistory { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyUpdateHistory; } /// /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public @@ -77,96 +96,81 @@ public partial class BlobContainer : /// with hasLegalHold=true for a given account. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public bool? LegalHoldHasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHoldHasLegalHold; } + public bool? LegalHoldHasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHoldHasLegalHold; } /// The list of LegalHold tags of a blob container. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty[] LegalHoldTag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHoldTag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHoldTag = value; } - - /// A name-value pair to associate with the container as metadata. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata Metadata { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).Metadata; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).Metadata = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty[] LegalHoldTag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHoldTag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHoldTag = value; } /// Internal Acessors for Etag string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal.Etag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type = value; } - /// Internal Acessors for HasImmutabilityPolicy - bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.HasImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasImmutabilityPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasImmutabilityPolicy = value; } + /// Internal Acessors for ContainerProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerProperty { get => (this._containerProperty = this._containerProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerProperties()); set { {_containerProperty = value;} } } - /// Internal Acessors for HasLegalHold - bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.HasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasLegalHold; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasLegalHold = value; } + /// Internal Acessors for ContainerPropertyHasImmutabilityPolicy + bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyHasImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).HasImmutabilityPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).HasImmutabilityPolicy = value; } - /// Internal Acessors for ImmutabilityPolicy - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicy = value; } + /// Internal Acessors for ContainerPropertyHasLegalHold + bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyHasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).HasLegalHold; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).HasLegalHold = value; } - /// Internal Acessors for ImmutabilityPolicyEtag - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicyEtag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyEtag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyEtag = value; } + /// Internal Acessors for ContainerPropertyImmutabilityPolicy + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicy = value; } - /// Internal Acessors for ImmutabilityPolicyProperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicyProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyProperty = value; } + /// Internal Acessors for ContainerPropertyLastModifiedTime + global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyLastModifiedTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LastModifiedTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LastModifiedTime = value; } - /// Internal Acessors for ImmutabilityPolicyUpdateHistory - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicyUpdateHistory { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyUpdateHistory; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).ImmutabilityPolicyUpdateHistory = value; } + /// Internal Acessors for ContainerPropertyLeaseDuration + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyLeaseDuration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseDuration; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseDuration = value; } - /// Internal Acessors for LastModifiedTime - global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LastModifiedTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LastModifiedTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LastModifiedTime = value; } + /// Internal Acessors for ContainerPropertyLeaseState + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyLeaseState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseState = value; } - /// Internal Acessors for LeaseDuration - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LeaseDuration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseDuration; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseDuration = value; } + /// Internal Acessors for ContainerPropertyLeaseStatus + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyLeaseStatus { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseStatus; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LeaseStatus = value; } - /// Internal Acessors for LeaseState - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LeaseState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseState = value; } + /// Internal Acessors for ContainerPropertyLegalHold + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ContainerPropertyLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHold; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHold = value; } - /// Internal Acessors for LeaseStatus - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LeaseStatus { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseStatus; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LeaseStatus = value; } + /// Internal Acessors for ImmutabilityPolicyEtag + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicyEtag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyEtag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyEtag = value; } - /// Internal Acessors for LegalHold - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHold; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHold = value; } + /// Internal Acessors for ImmutabilityPolicyProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicyProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyProperty = value; } - /// Internal Acessors for LegalHoldHasLegalHold - bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LegalHoldHasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHoldHasLegalHold; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).LegalHoldHasLegalHold = value; } + /// Internal Acessors for ImmutabilityPolicyUpdateHistory + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.ImmutabilityPolicyUpdateHistory { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyUpdateHistory; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).ImmutabilityPolicyUpdateHistory = value; } - /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerProperties()); set { {_property = value;} } } + /// Internal Acessors for LegalHoldHasLegalHold + bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.LegalHoldHasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHoldHasLegalHold; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).LegalHoldHasLegalHold = value; } /// Internal Acessors for State - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).State = value; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainerInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).State = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties _property; - - /// Properties of the blob container. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerProperties()); set => this._property = value; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name; } /// - /// Specifies whether data in the container may be accessed publicly and the level of access. + /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? PublicAccess { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).PublicAccess; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).PublicAccess = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)ContainerProperty).State; } /// - /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. /// - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).State; } - - /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type; } /// Creates an new instance. public BlobContainer() @@ -201,7 +205,7 @@ public partial interface IBlobContainer : Description = @"The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.", SerializedName = @"hasImmutabilityPolicy", PossibleTypes = new [] { typeof(bool) })] - bool? HasImmutabilityPolicy { get; } + bool? ContainerPropertyHasImmutabilityPolicy { get; } /// /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public /// property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers @@ -213,33 +217,7 @@ public partial interface IBlobContainer : Description = @"The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.", SerializedName = @"hasLegalHold", PossibleTypes = new [] { typeof(bool) })] - bool? HasLegalHold { get; } - /// - /// The immutability period for the blobs in the container since the policy creation, in days. - /// - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = true, - ReadOnly = false, - Description = @"The immutability period for the blobs in the container since the policy creation, in days.", - SerializedName = @"immutabilityPeriodSinceCreationInDays", - PossibleTypes = new [] { typeof(int) })] - int ImmutabilityPeriodSinceCreationInDay { get; set; } - /// ImmutabilityPolicy Etag. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"ImmutabilityPolicy Etag.", - SerializedName = @"etag", - PossibleTypes = new [] { typeof(string) })] - string ImmutabilityPolicyEtag { get; } - /// The ImmutabilityPolicy update history of the blob container. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"The ImmutabilityPolicy update history of the blob container.", - SerializedName = @"updateHistory", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] ImmutabilityPolicyUpdateHistory { get; } + bool? ContainerPropertyHasLegalHold { get; } /// Returns the date and time the container was last modified. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -247,7 +225,7 @@ public partial interface IBlobContainer : Description = @"Returns the date and time the container was last modified.", SerializedName = @"lastModifiedTime", PossibleTypes = new [] { typeof(global::System.DateTime) })] - global::System.DateTime? LastModifiedTime { get; } + global::System.DateTime? ContainerPropertyLastModifiedTime { get; } /// /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. /// @@ -257,7 +235,7 @@ public partial interface IBlobContainer : Description = @"Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.", SerializedName = @"leaseDuration", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? LeaseDuration { get; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? ContainerPropertyLeaseDuration { get; } /// Lease state of the container. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -265,7 +243,7 @@ public partial interface IBlobContainer : Description = @"Lease state of the container.", SerializedName = @"leaseState", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? LeaseState { get; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? ContainerPropertyLeaseState { get; } /// The lease status of the container. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -273,7 +251,51 @@ public partial interface IBlobContainer : Description = @"The lease status of the container.", SerializedName = @"leaseStatus", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? LeaseStatus { get; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? ContainerPropertyLeaseStatus { get; } + /// A name-value pair to associate with the container as metadata. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A name-value pair to associate with the container as metadata.", + SerializedName = @"metadata", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata ContainerPropertyMetadata { get; set; } + /// + /// Specifies whether data in the container may be accessed publicly and the level of access. + /// + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"Specifies whether data in the container may be accessed publicly and the level of access.", + SerializedName = @"publicAccess", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? ContainerPropertyPublicAccess { get; set; } + /// + /// The immutability period for the blobs in the container since the policy creation, in days. + /// + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = true, + ReadOnly = false, + Description = @"The immutability period for the blobs in the container since the policy creation, in days.", + SerializedName = @"immutabilityPeriodSinceCreationInDays", + PossibleTypes = new [] { typeof(int) })] + int ImmutabilityPeriodSinceCreationInDay { get; set; } + /// ImmutabilityPolicy Etag. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"ImmutabilityPolicy Etag.", + SerializedName = @"etag", + PossibleTypes = new [] { typeof(string) })] + string ImmutabilityPolicyEtag { get; } + /// The ImmutabilityPolicy update history of the blob container. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"The ImmutabilityPolicy update history of the blob container.", + SerializedName = @"updateHistory", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] ImmutabilityPolicyUpdateHistory { get; } /// /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public /// property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers @@ -294,24 +316,6 @@ public partial interface IBlobContainer : SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty) })] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty[] LegalHoldTag { get; set; } - /// A name-value pair to associate with the container as metadata. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"A name-value pair to associate with the container as metadata.", - SerializedName = @"metadata", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata Metadata { get; set; } - /// - /// Specifies whether data in the container may be accessed publicly and the level of access. - /// - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"Specifies whether data in the container may be accessed publicly and the level of access.", - SerializedName = @"publicAccess", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? PublicAccess { get; set; } /// /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. /// @@ -328,41 +332,49 @@ public partial interface IBlobContainer : internal partial interface IBlobContainerInternal : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal { + /// Properties of the blob container. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties ContainerProperty { get; set; } /// /// The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. /// The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. /// - bool? HasImmutabilityPolicy { get; set; } + bool? ContainerPropertyHasImmutabilityPolicy { get; set; } /// /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public /// property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers /// with hasLegalHold=true for a given account. /// - bool? HasLegalHold { get; set; } + bool? ContainerPropertyHasLegalHold { get; set; } + /// The ImmutabilityPolicy property of the container. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties ContainerPropertyImmutabilityPolicy { get; set; } + /// Returns the date and time the container was last modified. + global::System.DateTime? ContainerPropertyLastModifiedTime { get; set; } + /// + /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. + /// + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? ContainerPropertyLeaseDuration { get; set; } + /// Lease state of the container. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? ContainerPropertyLeaseState { get; set; } + /// The lease status of the container. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? ContainerPropertyLeaseStatus { get; set; } + /// The LegalHold property of the container. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties ContainerPropertyLegalHold { get; set; } + /// A name-value pair to associate with the container as metadata. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata ContainerPropertyMetadata { get; set; } + /// + /// Specifies whether data in the container may be accessed publicly and the level of access. + /// + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? ContainerPropertyPublicAccess { get; set; } /// /// The immutability period for the blobs in the container since the policy creation, in days. /// int ImmutabilityPeriodSinceCreationInDay { get; set; } - /// The ImmutabilityPolicy property of the container. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties ImmutabilityPolicy { get; set; } /// ImmutabilityPolicy Etag. string ImmutabilityPolicyEtag { get; set; } /// The properties of an ImmutabilityPolicy of a blob container. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty ImmutabilityPolicyProperty { get; set; } /// The ImmutabilityPolicy update history of the blob container. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] ImmutabilityPolicyUpdateHistory { get; set; } - /// Returns the date and time the container was last modified. - global::System.DateTime? LastModifiedTime { get; set; } - /// - /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. - /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? LeaseDuration { get; set; } - /// Lease state of the container. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? LeaseState { get; set; } - /// The lease status of the container. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? LeaseStatus { get; set; } - /// The LegalHold property of the container. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties LegalHold { get; set; } /// /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public /// property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers @@ -371,14 +383,6 @@ internal partial interface IBlobContainerInternal : bool? LegalHoldHasLegalHold { get; set; } /// The list of LegalHold tags of a blob container. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty[] LegalHoldTag { get; set; } - /// A name-value pair to associate with the container as metadata. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata Metadata { get; set; } - /// Properties of the blob container. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties Property { get; set; } - /// - /// Specifies whether data in the container may be accessed publicly and the level of access. - /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? PublicAccess { get; set; } /// /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. /// diff --git a/src/Functions/generated/api/Models/Api20190401/BlobContainer.json.cs b/src/Functions/generated/api/Models/Api20190401/BlobContainer.json.cs index 80d60fcffb46..c3805588d0da 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobContainer.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobContainer.json.cs @@ -61,7 +61,7 @@ internal BlobContainer(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json return; } __azureEntityResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.AzureEntityResource(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerProperties.FromJson(__jsonProperties) : Property;} + {_containerProperty = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerProperties.FromJson(__jsonProperties) : ContainerProperty;} AfterFromJson(json); } @@ -97,7 +97,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } __azureEntityResource?.ToJson(container, serializationMode); - AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); + AddIf( null != this._containerProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._containerProperty.ToJson(null,serializationMode) : null, "properties" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.PowerShell.cs index 9b0cfee40463..db8db56cd655 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.PowerShell.cs @@ -61,19 +61,19 @@ internal BlobServiceProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1) content.GetValueForProperty("BlobServiceProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1TypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated) content.GetValueForProperty("BlobServiceProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyChangeFeed = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed) content.GetValueForProperty("BlobServicePropertyChangeFeed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyCor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules) content.GetValueForProperty("BlobServicePropertyCor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyCor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDeleteRetentionPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy) content.GetValueForProperty("BlobServicePropertyDeleteRetentionPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicyTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("BlobServicePropertyAutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDefaultServiceVersion = (string) content.GetValueForProperty("BlobServicePropertyDefaultServiceVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDefaultServiceVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("BlobServicePropertyAutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).CorCorsRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[]) content.GetValueForProperty("CorCorsRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).CorCorsRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyEnabled = (bool?) content.GetValueForProperty("DeleteRetentionPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -91,19 +91,19 @@ internal BlobServiceProperties(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1) content.GetValueForProperty("BlobServiceProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1TypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated) content.GetValueForProperty("BlobServiceProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServiceProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyChangeFeed = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed) content.GetValueForProperty("BlobServicePropertyChangeFeed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyCor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules) content.GetValueForProperty("BlobServicePropertyCor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyCor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDeleteRetentionPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy) content.GetValueForProperty("BlobServicePropertyDeleteRetentionPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicyTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("BlobServicePropertyAutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDefaultServiceVersion = (string) content.GetValueForProperty("BlobServicePropertyDefaultServiceVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyDefaultServiceVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("BlobServicePropertyAutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).BlobServicePropertyAutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).CorCorsRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[]) content.GetValueForProperty("CorCorsRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).CorCorsRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyEnabled = (bool?) content.GetValueForProperty("DeleteRetentionPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.cs b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.cs index ee36636eb480..46a747597121 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.cs @@ -9,81 +9,86 @@ public partial class BlobServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 _blobServiceProperty; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated _blobServiceProperty; /// The properties of a storage account’s Blob service. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 BlobServiceProperty { get => (this._blobServiceProperty = this._blobServiceProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1()); set => this._blobServiceProperty = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated BlobServiceProperty { get => (this._blobServiceProperty = this._blobServiceProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGenerated()); set => this._blobServiceProperty = value; } /// Automatic Snapshot is enabled if set to true. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public bool? BlobServicePropertyAutomaticSnapshotPolicyEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).AutomaticSnapshotPolicyEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).AutomaticSnapshotPolicyEnabled = value; } + public bool? BlobServicePropertyAutomaticSnapshotPolicyEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).AutomaticSnapshotPolicyEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).AutomaticSnapshotPolicyEnabled = value; } /// /// DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version /// is not specified. Possible values include version 2008-10-27 and all more recent versions. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string BlobServicePropertyDefaultServiceVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DefaultServiceVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DefaultServiceVersion = value; } + public string BlobServicePropertyDefaultServiceVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DefaultServiceVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DefaultServiceVersion = value; } /// Indicates whether change feed event logging is enabled for the Blob service. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public bool? ChangeFeedEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).ChangeFeedEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).ChangeFeedEnabled = value; } + public bool? ChangeFeedEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).ChangeFeedEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).ChangeFeedEnabled = value; } /// /// The List of CORS rules. You can include up to five CorsRule elements in the request. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[] CorCorsRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).CorCorsRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).CorCorsRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[] CorCorsRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).CorCorsRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).CorCorsRule = value; } /// /// Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum /// value can be 365. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public int? DeleteRetentionPolicyDay { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DeleteRetentionPolicyDay; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DeleteRetentionPolicyDay = value; } + public int? DeleteRetentionPolicyDay { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DeleteRetentionPolicyDay; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DeleteRetentionPolicyDay = value; } /// Indicates whether DeleteRetentionPolicy is enabled for the Blob service. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public bool? DeleteRetentionPolicyEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DeleteRetentionPolicyEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DeleteRetentionPolicyEnabled = value; } + public bool? DeleteRetentionPolicyEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DeleteRetentionPolicyEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DeleteRetentionPolicyEnabled = value; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } /// Internal Acessors for BlobServiceProperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServiceProperty { get => (this._blobServiceProperty = this._blobServiceProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1()); set { {_blobServiceProperty = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServiceProperty { get => (this._blobServiceProperty = this._blobServiceProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGenerated()); set { {_blobServiceProperty = value;} } } /// Internal Acessors for BlobServicePropertyChangeFeed - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServicePropertyChangeFeed { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).ChangeFeed; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).ChangeFeed = value; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServicePropertyChangeFeed { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).ChangeFeed; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).ChangeFeed = value; } /// Internal Acessors for BlobServicePropertyCor - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServicePropertyCor { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).Cor; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).Cor = value; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServicePropertyCor { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).Cor; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).Cor = value; } /// Internal Acessors for BlobServicePropertyDeleteRetentionPolicy - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServicePropertyDeleteRetentionPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DeleteRetentionPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)BlobServiceProperty).DeleteRetentionPolicy = value; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesInternal.BlobServicePropertyDeleteRetentionPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DeleteRetentionPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)BlobServiceProperty).DeleteRetentionPolicy = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public BlobServiceProperties() @@ -99,14 +104,14 @@ public BlobServiceProperties() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// The properties of a storage account’s Blob service. public partial interface IBlobServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { /// Automatic Snapshot is enabled if set to true. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( @@ -168,10 +173,10 @@ public partial interface IBlobServiceProperties : } /// The properties of a storage account’s Blob service. internal partial interface IBlobServicePropertiesInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// The properties of a storage account’s Blob service. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 BlobServiceProperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated BlobServiceProperty { get; set; } /// Automatic Snapshot is enabled if set to true. bool? BlobServicePropertyAutomaticSnapshotPolicyEnabled { get; set; } /// The blob service properties for change feed events. diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.json.cs b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.json.cs index 3e8fc785f98f..d270661e4189 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties.json.cs @@ -58,8 +58,8 @@ internal BlobServiceProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); - {_blobServiceProperty = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceProperties1.FromJson(__jsonProperties) : BlobServiceProperty;} + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); + {_blobServiceProperty = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGenerated.FromJson(__jsonProperties) : BlobServiceProperty;} AfterFromJson(json); } @@ -94,7 +94,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); + __resourceAutoGenerated?.ToJson(container, serializationMode); AddIf( null != this._blobServiceProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._blobServiceProperty.ToJson(null,serializationMode) : null, "properties" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.PowerShell.cs deleted file mode 100644 index 8fa8c5a0ac41..000000000000 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.PowerShell.cs +++ /dev/null @@ -1,147 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// The properties of a storage account’s Blob service. - [System.ComponentModel.TypeConverter(typeof(BlobServiceProperties1TypeConverter))] - public partial class BlobServiceProperties1 - { - - /// - /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the - /// object before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Collections.IDictionary content that should be used. - - partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); - - /// - /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Management.Automation.PSObject content that should be used. - - partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); - - /// - /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Collections.IDictionary content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); - - /// - /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal BlobServiceProperties1(global::System.Collections.IDictionary content) - { - bool returnNow = false; - BeforeDeserializeDictionary(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeed = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed) content.GetValueForProperty("ChangeFeed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy) content.GetValueForProperty("DeleteRetentionPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicyTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).AutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("AutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).AutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DefaultServiceVersion = (string) content.GetValueForProperty("DefaultServiceVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DefaultServiceVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).CorCorsRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[]) content.GetValueForProperty("CorCorsRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).CorCorsRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyEnabled = (bool?) content.GetValueForProperty("DeleteRetentionPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - AfterDeserializeDictionary(content); - } - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - internal BlobServiceProperties1(global::System.Management.Automation.PSObject content) - { - bool returnNow = false; - BeforeDeserializePSObject(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeed = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed) content.GetValueForProperty("ChangeFeed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy) content.GetValueForProperty("DeleteRetentionPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicyTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).AutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("AutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).AutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DefaultServiceVersion = (string) content.GetValueForProperty("DefaultServiceVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DefaultServiceVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).CorCorsRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[]) content.GetValueForProperty("CorCorsRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).CorCorsRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyEnabled = (bool?) content.GetValueForProperty("DeleteRetentionPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal)this).DeleteRetentionPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - AfterDeserializePSObject(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new BlobServiceProperties1(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new BlobServiceProperties1(content); - } - - /// - /// Creates a new instance of , deserializing the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// Serializes this instance to a json string. - - /// a containing this model serialized to JSON text. - public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); - } - /// The properties of a storage account’s Blob service. - [System.ComponentModel.TypeConverter(typeof(BlobServiceProperties1TypeConverter))] - public partial interface IBlobServiceProperties1 - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.PowerShell.cs new file mode 100644 index 000000000000..080ef68b7322 --- /dev/null +++ b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.PowerShell.cs @@ -0,0 +1,149 @@ +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 +{ + using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + + /// The properties of a storage account’s Blob service. + [System.ComponentModel.TypeConverter(typeof(BlobServicePropertiesAutoGeneratedTypeConverter))] + public partial class BlobServicePropertiesAutoGenerated + { + + /// + /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the + /// object before it is returned. Implement this method in a partial class to enable this behavior + /// + /// The global::System.Collections.IDictionary content that should be used. + + partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); + + /// + /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object + /// before it is returned. Implement this method in a partial class to enable this behavior + /// + /// The global::System.Management.Automation.PSObject content that should be used. + + partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); + + /// + /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization + /// of the object before it is deserialized. + /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// Implement this method in a partial class to enable this behavior. + /// + /// The global::System.Collections.IDictionary content that should be used. + /// Determines if the rest of the serialization should be processed, or if the method should return + /// instantly. + + partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); + + /// + /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization + /// of the object before it is deserialized. + /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// Implement this method in a partial class to enable this behavior. + /// + /// The global::System.Management.Automation.PSObject content that should be used. + /// Determines if the rest of the serialization should be processed, or if the method should return + /// instantly. + + partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); + + /// + /// Deserializes a into a new instance of . + /// + /// The global::System.Collections.IDictionary content that should be used. + internal BlobServicePropertiesAutoGenerated(global::System.Collections.IDictionary content) + { + bool returnNow = false; + BeforeDeserializeDictionary(content, ref returnNow); + if (returnNow) + { + return; + } + // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy) content.GetValueForProperty("DeleteRetentionPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeed = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed) content.GetValueForProperty("ChangeFeed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DefaultServiceVersion = (string) content.GetValueForProperty("DefaultServiceVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DefaultServiceVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).AutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("AutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).AutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).CorCorsRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[]) content.GetValueForProperty("CorCorsRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).CorCorsRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyEnabled = (bool?) content.GetValueForProperty("DeleteRetentionPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + AfterDeserializeDictionary(content); + } + + /// + /// Deserializes a into a new instance of . + /// + /// The global::System.Management.Automation.PSObject content that should be used. + internal BlobServicePropertiesAutoGenerated(global::System.Management.Automation.PSObject content) + { + bool returnNow = false; + BeforeDeserializePSObject(content, ref returnNow); + if (returnNow) + { + return; + } + // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRulesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy) content.GetValueForProperty("DeleteRetentionPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeed = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed) content.GetValueForProperty("ChangeFeed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DefaultServiceVersion = (string) content.GetValueForProperty("DefaultServiceVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DefaultServiceVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).AutomaticSnapshotPolicyEnabled = (bool?) content.GetValueForProperty("AutomaticSnapshotPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).AutomaticSnapshotPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).CorCorsRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRule[]) content.GetValueForProperty("CorCorsRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).CorCorsRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyEnabled = (bool?) content.GetValueForProperty("DeleteRetentionPolicyEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyDay = (int?) content.GetValueForProperty("DeleteRetentionPolicyDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).DeleteRetentionPolicyDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeedEnabled = (bool?) content.GetValueForProperty("ChangeFeedEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal)this).ChangeFeedEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + AfterDeserializePSObject(content); + } + + /// + /// Deserializes a into an instance of . + /// + /// The global::System.Collections.IDictionary content that should be used. + /// + /// an instance of . + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) + { + return new BlobServicePropertiesAutoGenerated(content); + } + + /// + /// Deserializes a into an instance of . + /// + /// The global::System.Management.Automation.PSObject content that should be used. + /// + /// an instance of . + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + { + return new BlobServicePropertiesAutoGenerated(content); + } + + /// + /// Creates a new instance of , deserializing the content from a json string. + /// + /// a string containing a JSON serialized instance of this model. + /// an instance of the model class. + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + + /// Serializes this instance to a json string. + + /// a containing this model serialized to JSON text. + public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); + } + /// The properties of a storage account’s Blob service. + [System.ComponentModel.TypeConverter(typeof(BlobServicePropertiesAutoGeneratedTypeConverter))] + public partial interface IBlobServicePropertiesAutoGenerated + + { + + } +} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.TypeConverter.cs new file mode 100644 index 000000000000..81a09f279690 --- /dev/null +++ b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.TypeConverter.cs @@ -0,0 +1,143 @@ +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 +{ + using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + + /// + /// A PowerShell PSTypeConverter to support converting to an instance of + /// + public partial class BlobServicePropertiesAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter + { + + /// + /// Determines if the converter can convert the parameter to the + /// parameter. + /// + /// the to convert from + /// the to convert to + /// + /// true if the converter can convert the parameter to the + /// parameter, otherwise false. + /// + public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); + + /// + /// Determines if the converter can convert the parameter to the + /// parameter. + /// + /// the instance to check if it can be converted to the type. + /// + /// true if the instance could be converted to a type, otherwise + /// false + /// + public static bool CanConvertFrom(dynamic sourceValue) + { + if (null == sourceValue) + { + return true; + } + global::System.Type type = sourceValue.GetType(); + if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) + { + // we say yest to PSObjects + return true; + } + if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) + { + // we say yest to Hashtables/dictionaries + return true; + } + try + { + if (null != sourceValue.ToJsonString()) + { + return true; + } + } + catch + { + // Not one of our objects + } + try + { + string text = sourceValue.ToString()?.Trim(); + return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; + } + catch + { + // Doesn't look like it can be treated as JSON + } + return false; + } + + /// + /// Determines if the parameter can be converted to the parameter + /// + /// the to convert from + /// the to convert to + /// + /// true if the converter can convert the parameter to the + /// parameter, otherwise false + /// + public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; + + /// + /// Converts the parameter to the parameter using and + /// + /// the to convert from + /// the to convert to + /// not used by this TypeConverter. + /// when set to true, will ignore the case when converting. + /// + /// an instance of , or null if there is no suitable conversion. + /// + public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); + + /// + /// Converts the parameter to the parameter using and + /// + /// the value to convert into an instance of . + /// + /// an instance of , or null if there is no suitable conversion. + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated ConvertFrom(dynamic sourceValue) + { + if (null == sourceValue) + { + return null; + } + global::System.Type type = sourceValue.GetType(); + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated).IsAssignableFrom(type)) + { + return sourceValue; + } + try + { + return BlobServicePropertiesAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + } + catch + { + // Unable to use JSON pattern + } + if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) + { + return BlobServicePropertiesAutoGenerated.DeserializeFromPSObject(sourceValue); + } + if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) + { + return BlobServicePropertiesAutoGenerated.DeserializeFromDictionary(sourceValue); + } + return null; + } + + /// NotImplemented -- this will return null + /// the to convert from + /// the to convert to + /// not used by this TypeConverter. + /// when set to true, will ignore the case when converting. + /// will always return null. + public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; + } +} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.cs b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.cs similarity index 91% rename from src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.cs rename to src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.cs index ed11a0fc1407..bb5997e0af27 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// The properties of a storage account’s Blob service. - public partial class BlobServiceProperties1 : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal + public partial class BlobServicePropertiesAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal { /// Backing field for property. @@ -71,22 +71,22 @@ public partial class BlobServiceProperties1 : public bool? DeleteRetentionPolicyEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)DeleteRetentionPolicy).Enabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)DeleteRetentionPolicy).Enabled = value; } /// Internal Acessors for ChangeFeed - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal.ChangeFeed { get => (this._changeFeed = this._changeFeed ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeed()); set { {_changeFeed = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal.ChangeFeed { get => (this._changeFeed = this._changeFeed ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeed()); set { {_changeFeed = value;} } } /// Internal Acessors for Cor - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal.Cor { get => (this._cor = this._cor ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRules()); set { {_cor = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRules Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal.Cor { get => (this._cor = this._cor ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRules()); set { {_cor = value;} } } /// Internal Acessors for DeleteRetentionPolicy - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1Internal.DeleteRetentionPolicy { get => (this._deleteRetentionPolicy = this._deleteRetentionPolicy ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicy()); set { {_deleteRetentionPolicy = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicy Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGeneratedInternal.DeleteRetentionPolicy { get => (this._deleteRetentionPolicy = this._deleteRetentionPolicy ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicy()); set { {_deleteRetentionPolicy = value;} } } - /// Creates an new instance. - public BlobServiceProperties1() + /// Creates an new instance. + public BlobServicePropertiesAutoGenerated() { } } /// The properties of a storage account’s Blob service. - public partial interface IBlobServiceProperties1 : + public partial interface IBlobServicePropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// Automatic Snapshot is enabled if set to true. @@ -148,7 +148,7 @@ public partial interface IBlobServiceProperties1 : } /// The properties of a storage account’s Blob service. - internal partial interface IBlobServiceProperties1Internal + internal partial interface IBlobServicePropertiesAutoGeneratedInternal { /// Automatic Snapshot is enabled if set to true. diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.json.cs b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.json.cs similarity index 91% rename from src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.json.cs rename to src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.json.cs index 6dacd143b61d..35746b2939ec 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/BlobServicePropertiesAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// The properties of a storage account’s Blob service. - public partial class BlobServiceProperties1 + public partial class BlobServicePropertiesAutoGenerated { /// @@ -47,10 +47,10 @@ public partial class BlobServiceProperties1 partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal BlobServiceProperties1(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal BlobServicePropertiesAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -58,34 +58,35 @@ internal BlobServiceProperties1(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_changeFeed = If( json?.PropertyT("changeFeed"), out var __jsonChangeFeed) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeed.FromJson(__jsonChangeFeed) : ChangeFeed;} {_cor = If( json?.PropertyT("cors"), out var __jsonCors) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CorsRules.FromJson(__jsonCors) : Cor;} {_deleteRetentionPolicy = If( json?.PropertyT("deleteRetentionPolicy"), out var __jsonDeleteRetentionPolicy) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DeleteRetentionPolicy.FromJson(__jsonDeleteRetentionPolicy) : DeleteRetentionPolicy;} - {_automaticSnapshotPolicyEnabled = If( json?.PropertyT("automaticSnapshotPolicyEnabled"), out var __jsonAutomaticSnapshotPolicyEnabled) ? (bool?)__jsonAutomaticSnapshotPolicyEnabled : AutomaticSnapshotPolicyEnabled;} + {_changeFeed = If( json?.PropertyT("changeFeed"), out var __jsonChangeFeed) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeed.FromJson(__jsonChangeFeed) : ChangeFeed;} {_defaultServiceVersion = If( json?.PropertyT("defaultServiceVersion"), out var __jsonDefaultServiceVersion) ? (string)__jsonDefaultServiceVersion : (string)DefaultServiceVersion;} + {_automaticSnapshotPolicyEnabled = If( json?.PropertyT("automaticSnapshotPolicyEnabled"), out var __jsonAutomaticSnapshotPolicyEnabled) ? (bool?)__jsonAutomaticSnapshotPolicyEnabled : AutomaticSnapshotPolicyEnabled;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new BlobServiceProperties1(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new BlobServicePropertiesAutoGenerated(json) : null; } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -97,11 +98,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._changeFeed ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._changeFeed.ToJson(null,serializationMode) : null, "changeFeed" ,container.Add ); AddIf( null != this._cor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cor.ToJson(null,serializationMode) : null, "cors" ,container.Add ); AddIf( null != this._deleteRetentionPolicy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._deleteRetentionPolicy.ToJson(null,serializationMode) : null, "deleteRetentionPolicy" ,container.Add ); - AddIf( null != this._automaticSnapshotPolicyEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._automaticSnapshotPolicyEnabled) : null, "automaticSnapshotPolicyEnabled" ,container.Add ); + AddIf( null != this._changeFeed ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._changeFeed.ToJson(null,serializationMode) : null, "changeFeed" ,container.Add ); AddIf( null != (((object)this._defaultServiceVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultServiceVersion.ToString()) : null, "defaultServiceVersion" ,container.Add ); + AddIf( null != this._automaticSnapshotPolicyEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._automaticSnapshotPolicyEnabled) : null, "automaticSnapshotPolicyEnabled" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.PowerShell.cs index 6b6e55031bb6..44dd2d7d2d44 100644 --- a/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.PowerShell.cs @@ -61,9 +61,9 @@ internal CheckNameAvailabilityResult(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Reason?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Reason.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -81,9 +81,9 @@ internal CheckNameAvailabilityResult(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Reason?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Reason.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICheckNameAvailabilityResultInternal)this).Message, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.json.cs b/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.json.cs index 532d355478e7..07f9a9ebf716 100644 --- a/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/CheckNameAvailabilityResult.json.cs @@ -58,9 +58,9 @@ internal CheckNameAvailabilityResult(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_nameAvailable = If( json?.PropertyT("nameAvailable"), out var __jsonNameAvailable) ? (bool?)__jsonNameAvailable : NameAvailable;} {_reason = If( json?.PropertyT("reason"), out var __jsonReason) ? (string)__jsonReason : (string)Reason;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} AfterFromJson(json); } @@ -97,15 +97,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); + AddIf( null != this._nameAvailable ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._nameAvailable) : null, "nameAvailable" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._nameAvailable ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._nameAvailable) : null, "nameAvailable" ,container.Add ); + AddIf( null != (((object)this._reason)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reason.ToString()) : null, "reason" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._reason)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reason.ToString()) : null, "reason" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/ContainerProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ContainerProperties.PowerShell.cs index fd4d8324660d..55fa7bdfeed1 100644 --- a/src/Functions/generated/api/Models/Api20190401/ContainerProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ContainerProperties.PowerShell.cs @@ -63,14 +63,14 @@ internal ContainerProperties(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("ImmutabilityPolicyProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyEtag = (string) content.GetValueForProperty("ImmutabilityPolicyEtag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyEtag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyUpdateHistory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]) content.GetValueForProperty("ImmutabilityPolicyUpdateHistory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyUpdateHistory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter.ConvertFrom)); @@ -97,14 +97,14 @@ internal ContainerProperties(global::System.Management.Automation.PSObject conte // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("ImmutabilityPolicyProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyEtag = (string) content.GetValueForProperty("ImmutabilityPolicyEtag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyEtag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyUpdateHistory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]) content.GetValueForProperty("ImmutabilityPolicyUpdateHistory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)this).ImmutabilityPolicyUpdateHistory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter.ConvertFrom)); diff --git a/src/Functions/generated/api/Models/Api20190401/ContainerProperties.json.cs b/src/Functions/generated/api/Models/Api20190401/ContainerProperties.json.cs index 3890c1311dae..eff24980b9d7 100644 --- a/src/Functions/generated/api/Models/Api20190401/ContainerProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ContainerProperties.json.cs @@ -60,14 +60,14 @@ internal ContainerProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim } {_immutabilityPolicy = If( json?.PropertyT("immutabilityPolicy"), out var __jsonImmutabilityPolicy) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyProperties.FromJson(__jsonImmutabilityPolicy) : ImmutabilityPolicy;} {_legalHold = If( json?.PropertyT("legalHold"), out var __jsonLegalHold) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldProperties.FromJson(__jsonLegalHold) : LegalHold;} - {_hasImmutabilityPolicy = If( json?.PropertyT("hasImmutabilityPolicy"), out var __jsonHasImmutabilityPolicy) ? (bool?)__jsonHasImmutabilityPolicy : HasImmutabilityPolicy;} - {_hasLegalHold = If( json?.PropertyT("hasLegalHold"), out var __jsonHasLegalHold) ? (bool?)__jsonHasLegalHold : HasLegalHold;} + {_publicAccess = If( json?.PropertyT("publicAccess"), out var __jsonPublicAccess) ? (string)__jsonPublicAccess : (string)PublicAccess;} {_lastModifiedTime = If( json?.PropertyT("lastModifiedTime"), out var __jsonLastModifiedTime) ? global::System.DateTime.TryParse((string)__jsonLastModifiedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastModifiedTimeValue) ? __jsonLastModifiedTimeValue : LastModifiedTime : LastModifiedTime;} - {_leaseDuration = If( json?.PropertyT("leaseDuration"), out var __jsonLeaseDuration) ? (string)__jsonLeaseDuration : (string)LeaseDuration;} - {_leaseState = If( json?.PropertyT("leaseState"), out var __jsonLeaseState) ? (string)__jsonLeaseState : (string)LeaseState;} {_leaseStatus = If( json?.PropertyT("leaseStatus"), out var __jsonLeaseStatus) ? (string)__jsonLeaseStatus : (string)LeaseStatus;} + {_leaseState = If( json?.PropertyT("leaseState"), out var __jsonLeaseState) ? (string)__jsonLeaseState : (string)LeaseState;} + {_leaseDuration = If( json?.PropertyT("leaseDuration"), out var __jsonLeaseDuration) ? (string)__jsonLeaseDuration : (string)LeaseDuration;} {_metadata = If( json?.PropertyT("metadata"), out var __jsonMetadata) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadata.FromJson(__jsonMetadata) : Metadata;} - {_publicAccess = If( json?.PropertyT("publicAccess"), out var __jsonPublicAccess) ? (string)__jsonPublicAccess : (string)PublicAccess;} + {_hasLegalHold = If( json?.PropertyT("hasLegalHold"), out var __jsonHasLegalHold) ? (bool?)__jsonHasLegalHold : HasLegalHold;} + {_hasImmutabilityPolicy = If( json?.PropertyT("hasImmutabilityPolicy"), out var __jsonHasImmutabilityPolicy) ? (bool?)__jsonHasImmutabilityPolicy : HasImmutabilityPolicy;} AfterFromJson(json); } @@ -110,32 +110,32 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != this._legalHold ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._legalHold.ToJson(null,serializationMode) : null, "legalHold" ,container.Add ); } + AddIf( null != (((object)this._publicAccess)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicAccess.ToString()) : null, "publicAccess" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._hasImmutabilityPolicy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasImmutabilityPolicy) : null, "hasImmutabilityPolicy" ,container.Add ); + AddIf( null != this._lastModifiedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastModifiedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastModifiedTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._hasLegalHold ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasLegalHold) : null, "hasLegalHold" ,container.Add ); + AddIf( null != (((object)this._leaseStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseStatus.ToString()) : null, "leaseStatus" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._lastModifiedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastModifiedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastModifiedTime" ,container.Add ); + AddIf( null != (((object)this._leaseState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseState.ToString()) : null, "leaseState" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._leaseDuration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseDuration.ToString()) : null, "leaseDuration" ,container.Add ); } + AddIf( null != this._metadata ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._metadata.ToJson(null,serializationMode) : null, "metadata" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._leaseState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseState.ToString()) : null, "leaseState" ,container.Add ); + AddIf( null != this._hasLegalHold ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasLegalHold) : null, "hasLegalHold" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._leaseStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseStatus.ToString()) : null, "leaseStatus" ,container.Add ); + AddIf( null != this._hasImmutabilityPolicy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasImmutabilityPolicy) : null, "hasImmutabilityPolicy" ,container.Add ); } - AddIf( null != this._metadata ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._metadata.ToJson(null,serializationMode) : null, "metadata" ,container.Add ); - AddIf( null != (((object)this._publicAccess)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicAccess.ToString()) : null, "publicAccess" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/CorsRule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/CorsRule.PowerShell.cs index 4e778f2482d7..beceafcec881 100644 --- a/src/Functions/generated/api/Models/Api20190401/CorsRule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/CorsRule.PowerShell.cs @@ -61,11 +61,11 @@ internal CorsRule(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader = (string[]) content.GetValueForProperty("AllowedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod = (string[]) content.GetValueForProperty("AllowedMethod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedOrigin = (string[]) content.GetValueForProperty("AllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader = (string[]) content.GetValueForProperty("ExposedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod = (string[]) content.GetValueForProperty("AllowedMethod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).MaxAgeInSecond = (int) content.GetValueForProperty("MaxAgeInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).MaxAgeInSecond, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader = (string[]) content.GetValueForProperty("ExposedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader = (string[]) content.GetValueForProperty("AllowedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -83,11 +83,11 @@ internal CorsRule(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader = (string[]) content.GetValueForProperty("AllowedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod = (string[]) content.GetValueForProperty("AllowedMethod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedOrigin = (string[]) content.GetValueForProperty("AllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader = (string[]) content.GetValueForProperty("ExposedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod = (string[]) content.GetValueForProperty("AllowedMethod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedMethod, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).MaxAgeInSecond = (int) content.GetValueForProperty("MaxAgeInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).MaxAgeInSecond, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader = (string[]) content.GetValueForProperty("ExposedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).ExposedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader = (string[]) content.GetValueForProperty("AllowedHeader",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICorsRuleInternal)this).AllowedHeader, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/CorsRule.json.cs b/src/Functions/generated/api/Models/Api20190401/CorsRule.json.cs index b7dc573d359b..3b4f69ef444c 100644 --- a/src/Functions/generated/api/Models/Api20190401/CorsRule.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/CorsRule.json.cs @@ -58,11 +58,11 @@ internal CorsRule(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json { return; } - {_allowedHeader = If( json?.PropertyT("allowedHeaders"), out var __jsonAllowedHeaders) ? If( __jsonAllowedHeaders as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AllowedHeader;} + {_allowedOrigin = If( json?.PropertyT("allowedOrigins"), out var __jsonAllowedOrigins) ? If( __jsonAllowedOrigins as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AllowedOrigin;} {_allowedMethod = If( json?.PropertyT("allowedMethods"), out var __jsonAllowedMethods) ? If( __jsonAllowedMethods as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : AllowedMethod;} - {_allowedOrigin = If( json?.PropertyT("allowedOrigins"), out var __jsonAllowedOrigins) ? If( __jsonAllowedOrigins as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : AllowedOrigin;} - {_exposedHeader = If( json?.PropertyT("exposedHeaders"), out var __jsonExposedHeaders) ? If( __jsonExposedHeaders as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : ExposedHeader;} {_maxAgeInSecond = If( json?.PropertyT("maxAgeInSeconds"), out var __jsonMaxAgeInSeconds) ? (int)__jsonMaxAgeInSeconds : MaxAgeInSecond;} + {_exposedHeader = If( json?.PropertyT("exposedHeaders"), out var __jsonExposedHeaders) ? If( __jsonExposedHeaders as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : ExposedHeader;} + {_allowedHeader = If( json?.PropertyT("allowedHeaders"), out var __jsonAllowedHeaders) ? If( __jsonAllowedHeaders as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : AllowedHeader;} AfterFromJson(json); } @@ -97,14 +97,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._allowedHeader) + if (null != this._allowedOrigin) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._allowedHeader ) + foreach( var __x in this._allowedOrigin ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("allowedHeaders",__w); + container.Add("allowedOrigins",__w); } if (null != this._allowedMethod) { @@ -115,25 +115,25 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("allowedMethods",__r); } - if (null != this._allowedOrigin) + AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber(this._maxAgeInSecond), "maxAgeInSeconds" ,container.Add ); + if (null != this._exposedHeader) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._allowedOrigin ) + foreach( var __n in this._exposedHeader ) { AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); } - container.Add("allowedOrigins",__m); + container.Add("exposedHeaders",__m); } - if (null != this._exposedHeader) + if (null != this._allowedHeader) { var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._exposedHeader ) + foreach( var __i in this._allowedHeader ) { AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); } - container.Add("exposedHeaders",__h); + container.Add("allowedHeaders",__h); } - AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber(this._maxAgeInSecond), "maxAgeInSeconds" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.PowerShell.cs index 68ab951f4c7e..e99ea2c429fa 100644 --- a/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.PowerShell.cs @@ -61,8 +61,8 @@ internal DeleteRetentionPolicy(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day = (int?) content.GetValueForProperty("Day",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day = (int?) content.GetValueForProperty("Day",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal DeleteRetentionPolicy(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day = (int?) content.GetValueForProperty("Day",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day = (int?) content.GetValueForProperty("Day",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDeleteRetentionPolicyInternal)this).Day, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.json.cs b/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.json.cs index 2d76120a847d..ce53726129d1 100644 --- a/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/DeleteRetentionPolicy.json.cs @@ -58,8 +58,8 @@ internal DeleteRetentionPolicy(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_day = If( json?.PropertyT("days"), out var __jsonDays) ? (int?)__jsonDays : Day;} {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} + {_day = If( json?.PropertyT("days"), out var __jsonDays) ? (int?)__jsonDays : Day;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._day ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._day) : null, "days" ,container.Add ); AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); + AddIf( null != this._day ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._day) : null, "days" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/Dimension.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.PowerShell.cs similarity index 70% rename from src/Functions/generated/api/Models/Api20190401/Dimension.PowerShell.cs rename to src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.PowerShell.cs index 14e1c1703f66..f7a34165b336 100644 --- a/src/Functions/generated/api/Models/Api20190401/Dimension.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.PowerShell.cs @@ -2,12 +2,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - /// - /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, - /// where instance name is dimension of the metric HTTP request - /// - [System.ComponentModel.TypeConverter(typeof(DimensionTypeConverter))] - public partial class Dimension + /// Dimension of blobs, possibly be blob type or access tier. + [System.ComponentModel.TypeConverter(typeof(DimensionAutoGeneratedTypeConverter))] + public partial class DimensionAutoGenerated { /// @@ -51,37 +48,37 @@ public partial class Dimension partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new Dimension(content); + return new DimensionAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new Dimension(content); + return new DimensionAutoGenerated(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal Dimension(global::System.Collections.IDictionary content) + internal DimensionAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -90,17 +87,17 @@ internal Dimension(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).DisplayName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal Dimension(global::System.Management.Automation.PSObject content) + internal DimensionAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -109,27 +106,26 @@ internal Dimension(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal)this).DisplayName, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } - /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, - /// where instance name is dimension of the metric HTTP request - [System.ComponentModel.TypeConverter(typeof(DimensionTypeConverter))] - public partial interface IDimension + /// Dimension of blobs, possibly be blob type or access tier. + [System.ComponentModel.TypeConverter(typeof(DimensionAutoGeneratedTypeConverter))] + public partial interface IDimensionAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.TypeConverter.cs similarity index 90% rename from src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.TypeConverter.cs index d9e259ddebf2..d30d69a69609 100644 --- a/src/Functions/generated/api/Models/Api20190401/BlobServiceProperties1.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class BlobServiceProperties1TypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class DimensionAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class BlobServiceProperties1TypeConverter : global::System.Manage /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1 ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceProperties1).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return BlobServiceProperties1.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return DimensionAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IB } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return BlobServiceProperties1.DeserializeFromPSObject(sourceValue); + return DimensionAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return BlobServiceProperties1.DeserializeFromDictionary(sourceValue); + return DimensionAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20190401/Dimension.cs b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.cs similarity index 61% rename from src/Functions/generated/api/Models/Api20190401/Dimension.cs rename to src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.cs index 8b7087497fc8..5e336b120391 100644 --- a/src/Functions/generated/api/Models/Api20190401/Dimension.cs +++ b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.cs @@ -2,62 +2,61 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// - /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, - /// where instance name is dimension of the metric HTTP request - /// - public partial class Dimension : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal + /// Dimension of blobs, possibly be blob type or access tier. + public partial class DimensionAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGeneratedInternal { /// Backing field for property. private string _displayName; + /// Display name of dimension. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string DisplayName { get => this._displayName; set => this._displayName = value; } /// Backing field for property. private string _name; + /// Display name of dimension. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Name { get => this._name; set => this._name = value; } - /// Creates an new instance. - public Dimension() + /// Creates an new instance. + public DimensionAutoGenerated() { } } - /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, - /// where instance name is dimension of the metric HTTP request - public partial interface IDimension : + /// Dimension of blobs, possibly be blob type or access tier. + public partial interface IDimensionAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { + /// Display name of dimension. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"", + Description = @"Display name of dimension.", SerializedName = @"displayName", PossibleTypes = new [] { typeof(string) })] string DisplayName { get; set; } - + /// Display name of dimension. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"", + Description = @"Display name of dimension.", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string Name { get; set; } } - /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, - /// where instance name is dimension of the metric HTTP request - internal partial interface IDimensionInternal + /// Dimension of blobs, possibly be blob type or access tier. + internal partial interface IDimensionAutoGeneratedInternal { + /// Display name of dimension. string DisplayName { get; set; } - + /// Display name of dimension. string Name { get; set; } } diff --git a/src/Functions/generated/api/Models/Api20190401/Dimension.json.cs b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.json.cs similarity index 87% rename from src/Functions/generated/api/Models/Api20190401/Dimension.json.cs rename to src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.json.cs index 48313ea4c586..d4a578ce9712 100644 --- a/src/Functions/generated/api/Models/Api20190401/Dimension.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/DimensionAutoGenerated.json.cs @@ -2,11 +2,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// - /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, - /// where instance name is dimension of the metric HTTP request - /// - public partial class Dimension + /// Dimension of blobs, possibly be blob type or access tier. + public partial class DimensionAutoGenerated { /// @@ -50,10 +47,10 @@ public partial class Dimension partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Dimension(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal DimensionAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -67,25 +64,25 @@ internal Dimension(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Dimension(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new DimensionAutoGenerated(json) : null; } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { diff --git a/src/Functions/generated/api/Models/Api20190401/Encryption.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/Encryption.PowerShell.cs index cbea7171dee4..1ff1006b76a9 100644 --- a/src/Functions/generated/api/Models/Api20190401/Encryption.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/Encryption.PowerShell.cs @@ -87,24 +87,24 @@ internal Encryption(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Keyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("Keyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Keyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Service = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("Service",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Service, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("KeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -122,24 +122,24 @@ internal Encryption(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Keyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("Keyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Keyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Service = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("Service",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).Service, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("KeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/Encryption.cs b/src/Functions/generated/api/Models/Api20190401/Encryption.cs index 5e0fa26b252a..d0d7d01a6eed 100644 --- a/src/Functions/generated/api/Models/Api20190401/Encryption.cs +++ b/src/Functions/generated/api/Models/Api20190401/Encryption.cs @@ -43,24 +43,24 @@ public partial class Encryption : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource KeySource { get => this._keySource; set => this._keySource = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties _keyvaultproperty; + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties _keyVaultProperty; /// Properties provided by key vault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Keyvaultproperty { get => (this._keyvaultproperty = this._keyvaultproperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultProperties()); set => this._keyvaultproperty = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties KeyVaultProperty { get => (this._keyVaultProperty = this._keyVaultProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultProperties()); set => this._keyVaultProperty = value; } /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)Keyvaultproperty).KeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)Keyvaultproperty).KeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)Keyvaultproperty).KeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)Keyvaultproperty).KeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)Keyvaultproperty).KeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)Keyvaultproperty).KeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVersion = value; } /// Internal Acessors for BlobLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal.BlobLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)Service).BlobLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)Service).BlobLastEnabledTime = value; } @@ -68,8 +68,8 @@ public partial class Encryption : /// Internal Acessors for FileLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal.FileLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)Service).FileLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)Service).FileLastEnabledTime = value; } - /// Internal Acessors for Keyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal.Keyvaultproperty { get => (this._keyvaultproperty = this._keyvaultproperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultProperties()); set { {_keyvaultproperty = value;} } } + /// Internal Acessors for KeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal.KeyVaultProperty { get => (this._keyVaultProperty = this._keyVaultProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultProperties()); set { {_keyVaultProperty = value;} } } /// Internal Acessors for QueueLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal.QueueLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)Service).QueueLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)Service).QueueLastEnabledTime = value; } @@ -194,7 +194,7 @@ public partial interface IEncryption : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -202,7 +202,7 @@ public partial interface IEncryption : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -210,7 +210,7 @@ public partial interface IEncryption : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// @@ -282,13 +282,13 @@ internal partial interface IEncryptionInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource KeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Keyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties KeyVaultProperty { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// diff --git a/src/Functions/generated/api/Models/Api20190401/Encryption.json.cs b/src/Functions/generated/api/Models/Api20190401/Encryption.json.cs index 60227fdd57bb..ae8149d1e333 100644 --- a/src/Functions/generated/api/Models/Api20190401/Encryption.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/Encryption.json.cs @@ -58,8 +58,8 @@ internal Encryption(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js { return; } - {_keyvaultproperty = If( json?.PropertyT("keyvaultproperties"), out var __jsonKeyvaultproperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultProperties.FromJson(__jsonKeyvaultproperties) : Keyvaultproperty;} {_service = If( json?.PropertyT("services"), out var __jsonServices) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServices.FromJson(__jsonServices) : Service;} + {_keyVaultProperty = If( json?.PropertyT("keyvaultproperties"), out var __jsonKeyvaultproperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultProperties.FromJson(__jsonKeyvaultproperties) : KeyVaultProperty;} {_keySource = If( json?.PropertyT("keySource"), out var __jsonKeySource) ? (string)__jsonKeySource : (string)KeySource;} AfterFromJson(json); } @@ -95,8 +95,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._keyvaultproperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._keyvaultproperty.ToJson(null,serializationMode) : null, "keyvaultproperties" ,container.Add ); AddIf( null != this._service ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._service.ToJson(null,serializationMode) : null, "services" ,container.Add ); + AddIf( null != this._keyVaultProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._keyVaultProperty.ToJson(null,serializationMode) : null, "keyvaultproperties" ,container.Add ); AddIf( null != (((object)this._keySource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keySource.ToString()) : null, "keySource" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/EncryptionServices.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/EncryptionServices.PowerShell.cs index 7fe024c9908d..a1d5aec478c3 100644 --- a/src/Functions/generated/api/Models/Api20190401/EncryptionServices.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/EncryptionServices.PowerShell.cs @@ -89,16 +89,16 @@ internal EncryptionServices(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Blob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Blob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Blob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Queue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Table = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Table, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Queue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -118,16 +118,16 @@ internal EncryptionServices(global::System.Management.Automation.PSObject conten // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Blob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Blob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Blob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Queue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Table = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Table, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("Queue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).Queue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServicesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/EncryptionServices.json.cs b/src/Functions/generated/api/Models/Api20190401/EncryptionServices.json.cs index f3fee4ad575e..04829cf22c68 100644 --- a/src/Functions/generated/api/Models/Api20190401/EncryptionServices.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/EncryptionServices.json.cs @@ -60,8 +60,8 @@ internal EncryptionServices(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime } {_blob = If( json?.PropertyT("blob"), out var __jsonBlob) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionService.FromJson(__jsonBlob) : Blob;} {_file = If( json?.PropertyT("file"), out var __jsonFile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionService.FromJson(__jsonFile) : File;} - {_queue = If( json?.PropertyT("queue"), out var __jsonQueue) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionService.FromJson(__jsonQueue) : Queue;} {_table = If( json?.PropertyT("table"), out var __jsonTable) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionService.FromJson(__jsonTable) : Table;} + {_queue = If( json?.PropertyT("queue"), out var __jsonQueue) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionService.FromJson(__jsonQueue) : Queue;} AfterFromJson(json); } @@ -100,11 +100,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( null != this._file ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._file.ToJson(null,serializationMode) : null, "file" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._queue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._queue.ToJson(null,serializationMode) : null, "queue" ,container.Add ); + AddIf( null != this._table ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._table.ToJson(null,serializationMode) : null, "table" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._table ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._table.ToJson(null,serializationMode) : null, "table" ,container.Add ); + AddIf( null != this._queue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._queue.ToJson(null,serializationMode) : null, "queue" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/Endpoints.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/Endpoints.PowerShell.cs index 7e72d2b1acaa..b08825671df2 100644 --- a/src/Functions/generated/api/Models/Api20190401/Endpoints.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/Endpoints.PowerShell.cs @@ -90,11 +90,11 @@ internal Endpoints(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Blob = (string) content.GetValueForProperty("Blob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Blob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df = (string) content.GetValueForProperty("Df",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File = (string) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Queue = (string) content.GetValueForProperty("Queue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Queue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Table = (string) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Table, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File = (string) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Web = (string) content.GetValueForProperty("Web",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Web, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df = (string) content.GetValueForProperty("Df",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,11 +113,11 @@ internal Endpoints(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Blob = (string) content.GetValueForProperty("Blob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Blob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df = (string) content.GetValueForProperty("Df",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File = (string) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Queue = (string) content.GetValueForProperty("Queue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Queue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Table = (string) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Table, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File = (string) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).File, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Web = (string) content.GetValueForProperty("Web",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Web, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df = (string) content.GetValueForProperty("Df",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpointsInternal)this).Df, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/Endpoints.json.cs b/src/Functions/generated/api/Models/Api20190401/Endpoints.json.cs index c56a0a72a559..a994e3a0acc9 100644 --- a/src/Functions/generated/api/Models/Api20190401/Endpoints.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/Endpoints.json.cs @@ -61,11 +61,11 @@ internal Endpoints(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso return; } {_blob = If( json?.PropertyT("blob"), out var __jsonBlob) ? (string)__jsonBlob : (string)Blob;} - {_df = If( json?.PropertyT("dfs"), out var __jsonDfs) ? (string)__jsonDfs : (string)Df;} - {_file = If( json?.PropertyT("file"), out var __jsonFile) ? (string)__jsonFile : (string)File;} {_queue = If( json?.PropertyT("queue"), out var __jsonQueue) ? (string)__jsonQueue : (string)Queue;} {_table = If( json?.PropertyT("table"), out var __jsonTable) ? (string)__jsonTable : (string)Table;} + {_file = If( json?.PropertyT("file"), out var __jsonFile) ? (string)__jsonFile : (string)File;} {_web = If( json?.PropertyT("web"), out var __jsonWeb) ? (string)__jsonWeb : (string)Web;} + {_df = If( json?.PropertyT("dfs"), out var __jsonDfs) ? (string)__jsonDfs : (string)Df;} AfterFromJson(json); } @@ -106,23 +106,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._df)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._df.ToString()) : null, "dfs" ,container.Add ); + AddIf( null != (((object)this._queue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._queue.ToString()) : null, "queue" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._file)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._file.ToString()) : null, "file" ,container.Add ); + AddIf( null != (((object)this._table)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._table.ToString()) : null, "table" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._queue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._queue.ToString()) : null, "queue" ,container.Add ); + AddIf( null != (((object)this._file)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._file.ToString()) : null, "file" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._table)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._table.ToString()) : null, "table" ,container.Add ); + AddIf( null != (((object)this._web)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._web.ToString()) : null, "web" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._web)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._web.ToString()) : null, "web" ,container.Add ); + AddIf( null != (((object)this._df)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._df.ToString()) : null, "dfs" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.PowerShell.cs index dbb52d0b13aa..cb9099e35b26 100644 --- a/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.PowerShell.cs @@ -97,9 +97,9 @@ internal GeoReplicationStats(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover = (bool?) content.GetValueForProperty("CanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime = (global::System.DateTime?) content.GetValueForProperty("LastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime = (global::System.DateTime?) content.GetValueForProperty("LastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover = (bool?) content.GetValueForProperty("CanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -117,9 +117,9 @@ internal GeoReplicationStats(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover = (bool?) content.GetValueForProperty("CanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime = (global::System.DateTime?) content.GetValueForProperty("LastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime = (global::System.DateTime?) content.GetValueForProperty("LastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).LastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover = (bool?) content.GetValueForProperty("CanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStatsInternal)this).CanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.json.cs b/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.json.cs index 4e046dd60e67..4a9d0ed0c7b5 100644 --- a/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/GeoReplicationStats.json.cs @@ -73,9 +73,9 @@ internal GeoReplicationStats(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - {_canFailover = If( json?.PropertyT("canFailover"), out var __jsonCanFailover) ? (bool?)__jsonCanFailover : CanFailover;} - {_lastSyncTime = If( json?.PropertyT("lastSyncTime"), out var __jsonLastSyncTime) ? global::System.DateTime.TryParse((string)__jsonLastSyncTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastSyncTimeValue) ? __jsonLastSyncTimeValue : LastSyncTime : LastSyncTime;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_lastSyncTime = If( json?.PropertyT("lastSyncTime"), out var __jsonLastSyncTime) ? global::System.DateTime.TryParse((string)__jsonLastSyncTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastSyncTimeValue) ? __jsonLastSyncTimeValue : LastSyncTime : LastSyncTime;} + {_canFailover = If( json?.PropertyT("canFailover"), out var __jsonCanFailover) ? (bool?)__jsonCanFailover : CanFailover;} AfterFromJson(json); } @@ -100,7 +100,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._canFailover ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._canFailover) : null, "canFailover" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -108,7 +108,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != this._canFailover ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._canFailover) : null, "canFailover" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/IPRule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/IPRule.PowerShell.cs index 5b631925759f..9f08c86ef5b5 100644 --- a/src/Functions/generated/api/Models/Api20190401/IPRule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/IPRule.PowerShell.cs @@ -94,8 +94,8 @@ internal IPRule(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).IPAddressOrRange, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal IPRule(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).IPAddressOrRange, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/IPRule.json.cs b/src/Functions/generated/api/Models/Api20190401/IPRule.json.cs index 10a683b4439d..ecb18d17690f 100644 --- a/src/Functions/generated/api/Models/Api20190401/IPRule.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/IPRule.json.cs @@ -70,8 +70,8 @@ internal IPRule(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonOb { return; } - {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} {_iPAddressOrRange = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)IPAddressOrRange;} + {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); AddIf( null != (((object)this._iPAddressOrRange)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddressOrRange.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/Identity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/Identity.PowerShell.cs index 516e4ad40976..5c690e539247 100644 --- a/src/Functions/generated/api/Models/Api20190401/Identity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/Identity.PowerShell.cs @@ -94,9 +94,9 @@ internal Identity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -114,9 +114,9 @@ internal Identity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/Identity.json.cs b/src/Functions/generated/api/Models/Api20190401/Identity.json.cs index 300e77303aef..f77cd2bbc4dc 100644 --- a/src/Functions/generated/api/Models/Api20190401/Identity.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/Identity.json.cs @@ -70,9 +70,9 @@ internal Identity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json { return; } - {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} AfterFromJson(json); } @@ -95,7 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); @@ -104,6 +103,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); } + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.PowerShell.cs index 7b2e5098ca88..713ab57bc7f9 100644 --- a/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.PowerShell.cs @@ -98,9 +98,9 @@ internal ImmutabilityPolicy(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ETag = (string) content.GetValueForProperty("ETag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ETag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ImmutabilityPeriodSinceCreationInDay = (int) content.GetValueForProperty("ImmutabilityPeriodSinceCreationInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ImmutabilityPeriodSinceCreationInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState.CreateFrom); @@ -123,9 +123,9 @@ internal ImmutabilityPolicy(global::System.Management.Automation.PSObject conten // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ETag = (string) content.GetValueForProperty("ETag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ETag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ImmutabilityPeriodSinceCreationInDay = (int) content.GetValueForProperty("ImmutabilityPeriodSinceCreationInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).ImmutabilityPeriodSinceCreationInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState.CreateFrom); diff --git a/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.cs b/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.cs index ad6c6d2b19f1..e0188234efe5 100644 --- a/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.cs +++ b/src/Functions/generated/api/Models/Api20190401/ImmutabilityPolicy.cs @@ -20,10 +20,6 @@ public partial class ImmutabilityPolicy : /// Backing field for property. private string _eTag; - /// - /// The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between - /// requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. - /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string ETag { get => this._eTag; set => this._eTag = value; } @@ -31,9 +27,11 @@ public partial class ImmutabilityPolicy : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public string Etag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id; } /// /// The immutability period for the blobs in the container since the policy creation, in days. @@ -45,13 +43,13 @@ public partial class ImmutabilityPolicy : string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal.Etag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type = value; } /// Internal Acessors for Property Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyProperty()); set { {_property = value;} } } @@ -59,9 +57,9 @@ public partial class ImmutabilityPolicy : /// Internal Acessors for State Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyPropertyInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyPropertyInternal)Property).State = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty _property; @@ -76,9 +74,11 @@ public partial class ImmutabilityPolicy : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyPropertyInternal)Property).State; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type; } /// Creates an new instance. public ImmutabilityPolicy() @@ -112,14 +112,10 @@ public partial interface IImmutabilityPolicy : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResource { - /// - /// The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between - /// requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. - /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.", + Description = @"", SerializedName = @"ETag", PossibleTypes = new [] { typeof(string) })] string ETag { get; set; } @@ -149,10 +145,6 @@ public partial interface IImmutabilityPolicy : internal partial interface IImmutabilityPolicyInternal : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal { - /// - /// The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between - /// requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. - /// string ETag { get; set; } /// /// The immutability period for the blobs in the container since the policy creation, in days. diff --git a/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.PowerShell.cs index 490b1dfd7799..f37d91f14506 100644 --- a/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.PowerShell.cs @@ -95,8 +95,8 @@ internal KeyVaultProperties(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVersion = (string) content.GetValueForProperty("KeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal KeyVaultProperties(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVersion = (string) content.GetValueForProperty("KeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.json.cs b/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.json.cs index 08f168f04e1e..1a3f736a95ab 100644 --- a/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/KeyVaultProperties.json.cs @@ -71,8 +71,8 @@ internal KeyVaultProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime return; } {_keyName = If( json?.PropertyT("keyname"), out var __jsonKeyname) ? (string)__jsonKeyname : (string)KeyName;} - {_keyVaultUri = If( json?.PropertyT("keyvaulturi"), out var __jsonKeyvaulturi) ? (string)__jsonKeyvaulturi : (string)KeyVaultUri;} {_keyVersion = If( json?.PropertyT("keyversion"), out var __jsonKeyversion) ? (string)__jsonKeyversion : (string)KeyVersion;} + {_keyVaultUri = If( json?.PropertyT("keyvaulturi"), out var __jsonKeyvaulturi) ? (string)__jsonKeyvaulturi : (string)KeyVaultUri;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._keyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyName.ToString()) : null, "keyname" ,container.Add ); - AddIf( null != (((object)this._keyVaultUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultUri.ToString()) : null, "keyvaulturi" ,container.Add ); AddIf( null != (((object)this._keyVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVersion.ToString()) : null, "keyversion" ,container.Add ); + AddIf( null != (((object)this._keyVaultUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultUri.ToString()) : null, "keyvaulturi" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.PowerShell.cs index eb061192f52e..4a9da24097f1 100644 --- a/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.PowerShell.cs @@ -95,9 +95,9 @@ internal LeaseContainerRequest(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).Action = (string) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).Action, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId = (string) content.GetValueForProperty("LeaseId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).BreakPeriod = (int?) content.GetValueForProperty("BreakPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).BreakPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseDuration = (int?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseDuration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId = (string) content.GetValueForProperty("LeaseId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).ProposedLeaseId = (string) content.GetValueForProperty("ProposedLeaseId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).ProposedLeaseId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -117,9 +117,9 @@ internal LeaseContainerRequest(global::System.Management.Automation.PSObject con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).Action = (string) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).Action, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId = (string) content.GetValueForProperty("LeaseId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).BreakPeriod = (int?) content.GetValueForProperty("BreakPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).BreakPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseDuration = (int?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseDuration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId = (string) content.GetValueForProperty("LeaseId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).LeaseId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).ProposedLeaseId = (string) content.GetValueForProperty("ProposedLeaseId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILeaseContainerRequestInternal)this).ProposedLeaseId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.json.cs b/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.json.cs index 49f919c3ab88..a4dbd165f776 100644 --- a/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/LeaseContainerRequest.json.cs @@ -71,9 +71,9 @@ internal LeaseContainerRequest(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt return; } {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} + {_leaseId = If( json?.PropertyT("leaseId"), out var __jsonLeaseId) ? (string)__jsonLeaseId : (string)LeaseId;} {_breakPeriod = If( json?.PropertyT("breakPeriod"), out var __jsonBreakPeriod) ? (int?)__jsonBreakPeriod : BreakPeriod;} {_leaseDuration = If( json?.PropertyT("leaseDuration"), out var __jsonLeaseDuration) ? (int?)__jsonLeaseDuration : LeaseDuration;} - {_leaseId = If( json?.PropertyT("leaseId"), out var __jsonLeaseId) ? (string)__jsonLeaseId : (string)LeaseId;} {_proposedLeaseId = If( json?.PropertyT("proposedLeaseId"), out var __jsonProposedLeaseId) ? (string)__jsonProposedLeaseId : (string)ProposedLeaseId;} AfterFromJson(json); } @@ -98,9 +98,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); + AddIf( null != (((object)this._leaseId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseId.ToString()) : null, "leaseId" ,container.Add ); AddIf( null != this._breakPeriod ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._breakPeriod) : null, "breakPeriod" ,container.Add ); AddIf( null != this._leaseDuration ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._leaseDuration) : null, "leaseDuration" ,container.Add ); - AddIf( null != (((object)this._leaseId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._leaseId.ToString()) : null, "leaseId" ,container.Add ); AddIf( null != (((object)this._proposedLeaseId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._proposedLeaseId.ToString()) : null, "proposedLeaseId" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/ListContainerItem.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ListContainerItem.PowerShell.cs index 0a0f4e89384e..356611b6d289 100644 --- a/src/Functions/generated/api/Models/Api20190401/ListContainerItem.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ListContainerItem.PowerShell.cs @@ -95,20 +95,20 @@ internal ListContainerItem(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("ImmutabilityPolicyProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyEtag = (string) content.GetValueForProperty("ImmutabilityPolicyEtag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyEtag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyUpdateHistory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]) content.GetValueForProperty("ImmutabilityPolicyUpdateHistory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyUpdateHistory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter.ConvertFrom)); @@ -134,20 +134,20 @@ internal ListContainerItem(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag = (string) content.GetValueForProperty("Etag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)this).Etag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).PublicAccess = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess?) content.GetValueForProperty("PublicAccess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).PublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus?) content.GetValueForProperty("LeaseStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState?) content.GetValueForProperty("LeaseState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration?) content.GetValueForProperty("LeaseDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LeaseDuration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasLegalHold = (bool?) content.GetValueForProperty("HasLegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasLegalHold, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperties) content.GetValueForProperty("ImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesMetadata) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ContainerPropertiesMetadataTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ILegalHoldProperties) content.GetValueForProperty("LegalHold",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).LegalHold, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.LegalHoldPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy = (bool?) content.GetValueForProperty("HasImmutabilityPolicy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).HasImmutabilityPolicy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IImmutabilityPolicyProperty) content.GetValueForProperty("ImmutabilityPolicyProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyEtag = (string) content.GetValueForProperty("ImmutabilityPolicyEtag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyEtag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyUpdateHistory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]) content.GetValueForProperty("ImmutabilityPolicyUpdateHistory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal)this).ImmutabilityPolicyUpdateHistory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter.ConvertFrom)); diff --git a/src/Functions/generated/api/Models/Api20190401/ListContainerItem.cs b/src/Functions/generated/api/Models/Api20190401/ListContainerItem.cs index 53029cffaa77..7d3ea9039164 100644 --- a/src/Functions/generated/api/Models/Api20190401/ListContainerItem.cs +++ b/src/Functions/generated/api/Models/Api20190401/ListContainerItem.cs @@ -33,9 +33,11 @@ public partial class ListContainerItem : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public bool? HasLegalHold { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasLegalHold; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id; } /// /// The immutability period for the blobs in the container since the policy creation, in days. @@ -89,13 +91,13 @@ public partial class ListContainerItem : string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal.Etag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IAzureEntityResourceInternal)__azureEntityResource).Etag = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type = value; } /// Internal Acessors for HasImmutabilityPolicy bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal.HasImmutabilityPolicy { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasImmutabilityPolicy; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).HasImmutabilityPolicy = value; } @@ -139,9 +141,9 @@ public partial class ListContainerItem : /// Internal Acessors for State Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).State = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Name; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerProperties _property; @@ -162,9 +164,11 @@ public partial class ListContainerItem : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IContainerPropertiesInternal)Property).State; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__azureEntityResource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__azureEntityResource).Type; } /// Creates an new instance. public ListContainerItem() diff --git a/src/Functions/generated/api/Models/Api20190401/ListContainerItems.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ListContainerItems.PowerShell.cs index c21f429d8efd..9ca8361f4619 100644 --- a/src/Functions/generated/api/Models/Api20190401/ListContainerItems.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ListContainerItems.PowerShell.cs @@ -96,8 +96,8 @@ internal ListContainerItems(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItem[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ListContainerItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal ListContainerItems(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItem[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ListContainerItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItemsInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ListContainerItems.json.cs b/src/Functions/generated/api/Models/Api20190401/ListContainerItems.json.cs index bdc6a2391f92..5af058e77e66 100644 --- a/src/Functions/generated/api/Models/Api20190401/ListContainerItems.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ListContainerItems.json.cs @@ -72,8 +72,8 @@ internal ListContainerItems(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItem) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ListContainerItem.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -97,10 +97,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._value) { @@ -112,6 +108,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("value",__w); } } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.PowerShell.cs index 3c5b6a920f2e..4fd9e32b541a 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.PowerShell.cs @@ -95,9 +95,9 @@ internal ManagementPolicy(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Policy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySchema) content.GetValueForProperty("Policy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Policy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySchemaTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).PolicyRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRule[]) content.GetValueForProperty("PolicyRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).PolicyRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyRuleTypeConverter.ConvertFrom)); @@ -119,9 +119,9 @@ internal ManagementPolicy(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Policy = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySchema) content.GetValueForProperty("Policy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).Policy, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySchemaTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).LastModifiedTime = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).LastModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).PolicyRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRule[]) content.GetValueForProperty("PolicyRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal)this).PolicyRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyRuleTypeConverter.ConvertFrom)); diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.cs index 10aacec9ece9..c98bdd24be7b 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.cs @@ -9,26 +9,29 @@ public partial class ManagementPolicy : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(); - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; } /// Returns the date and time the ManagementPolicies was last modified. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public global::System.DateTime? LastModifiedTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyPropertiesInternal)Property).LastModifiedTime; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type = value; } /// Internal Acessors for LastModifiedTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal.LastModifiedTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyPropertiesInternal)Property).LastModifiedTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyPropertiesInternal)Property).LastModifiedTime = value; } @@ -39,9 +42,9 @@ public partial class ManagementPolicy : /// Internal Acessors for Property Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyProperties()); set { {_property = value;} } } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Name; } /// /// The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. @@ -56,9 +59,11 @@ public partial class ManagementPolicy : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyProperties()); set => this._property = value; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__resourceAutoGenerated).Type; } /// Creates an new instance. public ManagementPolicy() @@ -74,14 +79,14 @@ public ManagementPolicy() /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); + await eventListener.AssertNotNull(nameof(__resourceAutoGenerated), __resourceAutoGenerated); + await eventListener.AssertObjectIsValid(nameof(__resourceAutoGenerated), __resourceAutoGenerated); } } /// The Get Storage Account ManagementPolicies operation response. public partial interface IManagementPolicy : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated { /// Returns the date and time the ManagementPolicies was last modified. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( @@ -105,7 +110,7 @@ public partial interface IManagementPolicy : } /// The Get Storage Account ManagementPolicies operation response. internal partial interface IManagementPolicyInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal { /// Returns the date and time the ManagementPolicies was last modified. global::System.DateTime? LastModifiedTime { get; set; } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.json.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.json.cs index def7a71aa6f0..6d3cf86f1050 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicy.json.cs @@ -70,7 +70,7 @@ internal ManagementPolicy(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); + __resourceAutoGenerated = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ResourceAutoGenerated(json); {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } @@ -94,7 +94,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); + __resourceAutoGenerated?.ToJson(container, serializationMode); AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyAction.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyAction.PowerShell.cs index 1a2bb626704d..34e2e7bc8119 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyAction.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyAction.PowerShell.cs @@ -96,13 +96,13 @@ internal ManagementPolicyAction(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlob) content.GetValueForProperty("BaseBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyBaseBlobTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).Snapshot = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySnapShot) content.GetValueForProperty("Snapshot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).Snapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySnapShotTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).SnapshotDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation) content.GetValueForProperty("SnapshotDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).SnapshotDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } @@ -123,13 +123,13 @@ internal ManagementPolicyAction(global::System.Management.Automation.PSObject co // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlob) content.GetValueForProperty("BaseBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyBaseBlobTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).Snapshot = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySnapShot) content.GetValueForProperty("Snapshot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).Snapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySnapShotTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).SnapshotDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation) content.GetValueForProperty("SnapshotDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).SnapshotDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyActionInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.PowerShell.cs index ddec656c940d..cc7cf8d349d8 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.PowerShell.cs @@ -94,12 +94,12 @@ internal ManagementPolicyBaseBlob(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("Delete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("TierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("TierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("TierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("Delete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } @@ -117,12 +117,12 @@ internal ManagementPolicyBaseBlob(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("Delete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("TierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("TierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("TierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("Delete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).Delete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlobInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.json.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.json.cs index 03693385240b..7a1c4b1c436f 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyBaseBlob.json.cs @@ -70,9 +70,9 @@ internal ManagementPolicyBaseBlob(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_delete = If( json?.PropertyT("delete"), out var __jsonDelete) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModification.FromJson(__jsonDelete) : Delete;} - {_tierToArchive = If( json?.PropertyT("tierToArchive"), out var __jsonTierToArchive) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModification.FromJson(__jsonTierToArchive) : TierToArchive;} {_tierToCool = If( json?.PropertyT("tierToCool"), out var __jsonTierToCool) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModification.FromJson(__jsonTierToCool) : TierToCool;} + {_tierToArchive = If( json?.PropertyT("tierToArchive"), out var __jsonTierToArchive) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModification.FromJson(__jsonTierToArchive) : TierToArchive;} + {_delete = If( json?.PropertyT("delete"), out var __jsonDelete) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModification.FromJson(__jsonDelete) : Delete;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._delete ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._delete.ToJson(null,serializationMode) : null, "delete" ,container.Add ); - AddIf( null != this._tierToArchive ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tierToArchive.ToJson(null,serializationMode) : null, "tierToArchive" ,container.Add ); AddIf( null != this._tierToCool ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tierToCool.ToJson(null,serializationMode) : null, "tierToCool" ,container.Add ); + AddIf( null != this._tierToArchive ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tierToArchive.ToJson(null,serializationMode) : null, "tierToArchive" ,container.Add ); + AddIf( null != this._delete ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._delete.ToJson(null,serializationMode) : null, "delete" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyDefinition.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyDefinition.PowerShell.cs index 5be1b4d55a2b..203ee9bbf8e4 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyDefinition.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyDefinition.PowerShell.cs @@ -101,17 +101,17 @@ internal ManagementPolicyDefinition(global::System.Collections.IDictionary conte ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyAction) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyActionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Filter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilter) content.GetValueForProperty("Filter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Filter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyFilterTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionBaseBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlob) content.GetValueForProperty("ActionBaseBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyBaseBlobTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterBlobType = (string[]) content.GetValueForProperty("FilterBlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterBlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionSnapshot = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySnapShot) content.GetValueForProperty("ActionSnapshot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySnapShotTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).SnapshotDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation) content.GetValueForProperty("SnapshotDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).SnapshotDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } @@ -132,17 +132,17 @@ internal ManagementPolicyDefinition(global::System.Management.Automation.PSObjec ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyAction) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyActionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Filter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilter) content.GetValueForProperty("Filter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).Filter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyFilterTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionBaseBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlob) content.GetValueForProperty("ActionBaseBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyBaseBlobTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterBlobType = (string[]) content.GetValueForProperty("FilterBlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterBlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionSnapshot = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySnapShot) content.GetValueForProperty("ActionSnapshot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).ActionSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySnapShotTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).SnapshotDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation) content.GetValueForProperty("SnapshotDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).SnapshotDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinitionInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.PowerShell.cs index 139c7886637b..c643daad1dd1 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.PowerShell.cs @@ -97,8 +97,8 @@ internal ManagementPolicyFilter(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType = (string[]) content.GetValueForProperty("BlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).PrefixMatch = (string[]) content.GetValueForProperty("PrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).PrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType = (string[]) content.GetValueForProperty("BlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal ManagementPolicyFilter(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType = (string[]) content.GetValueForProperty("BlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).PrefixMatch = (string[]) content.GetValueForProperty("PrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).PrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType = (string[]) content.GetValueForProperty("BlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilterInternal)this).BlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.json.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.json.cs index 736c30ce94e7..24e999e4856b 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyFilter.json.cs @@ -73,8 +73,8 @@ internal ManagementPolicyFilter(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_blobType = If( json?.PropertyT("blobTypes"), out var __jsonBlobTypes) ? If( __jsonBlobTypes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : BlobType;} - {_prefixMatch = If( json?.PropertyT("prefixMatch"), out var __jsonPrefixMatch) ? If( __jsonPrefixMatch as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : PrefixMatch;} + {_prefixMatch = If( json?.PropertyT("prefixMatch"), out var __jsonPrefixMatch) ? If( __jsonPrefixMatch as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : PrefixMatch;} + {_blobType = If( json?.PropertyT("blobTypes"), out var __jsonBlobTypes) ? If( __jsonBlobTypes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : BlobType;} AfterFromJson(json); } @@ -97,23 +97,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._blobType) + if (null != this._prefixMatch) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._blobType ) + foreach( var __x in this._prefixMatch ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("blobTypes",__w); + container.Add("prefixMatch",__w); } - if (null != this._prefixMatch) + if (null != this._blobType) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._prefixMatch ) + foreach( var __s in this._blobType ) { AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); } - container.Add("prefixMatch",__r); + container.Add("blobTypes",__r); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.PowerShell.cs index df20988eaaf9..01cb9b06bae1 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.PowerShell.cs @@ -95,23 +95,23 @@ internal ManagementPolicyRule(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Definition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinition) content.GetValueForProperty("Definition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Definition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyDefinitionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyAction) content.GetValueForProperty("DefinitionAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyActionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionFilter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilter) content.GetValueForProperty("DefinitionFilter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionFilter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyFilterTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionBaseBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlob) content.GetValueForProperty("ActionBaseBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyBaseBlobTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterBlobType = (string[]) content.GetValueForProperty("FilterBlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterBlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionSnapshot = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySnapShot) content.GetValueForProperty("ActionSnapshot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySnapShotTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).SnapshotDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation) content.GetValueForProperty("SnapshotDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).SnapshotDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } @@ -130,23 +130,23 @@ internal ManagementPolicyRule(global::System.Management.Automation.PSObject cont } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Definition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyDefinition) content.GetValueForProperty("Definition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Definition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyDefinitionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyAction) content.GetValueForProperty("DefinitionAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyActionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionFilter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilter) content.GetValueForProperty("DefinitionFilter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DefinitionFilter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyFilterTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionBaseBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyBaseBlob) content.GetValueForProperty("ActionBaseBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyBaseBlobTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterBlobType = (string[]) content.GetValueForProperty("FilterBlobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterBlobType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch = (string[]) content.GetValueForProperty("FilterPrefixMatch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).FilterPrefixMatch, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionSnapshot = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicySnapShot) content.GetValueForProperty("ActionSnapshot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).ActionSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicySnapShotTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).SnapshotDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation) content.GetValueForProperty("SnapshotDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).SnapshotDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToArchive = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToArchive",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToArchive, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobDelete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobDelete, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification) content.GetValueForProperty("BaseBlobTierToCool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).BaseBlobTierToCool, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToArchiveDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToArchiveDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToArchiveDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan = (float) content.GetValueForProperty("DeleteDaysAfterCreationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).DeleteDaysAfterCreationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan = (float) content.GetValueForProperty("TierToCoolDaysAfterModificationGreaterThan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyRuleInternal)this).TierToCoolDaysAfterModificationGreaterThan, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.json.cs b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.json.cs index 94baaf48b71c..e8306608d9f6 100644 --- a/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ManagementPolicyRule.json.cs @@ -71,9 +71,9 @@ internal ManagementPolicyRule(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti return; } {_definition = If( json?.PropertyT("definition"), out var __jsonDefinition) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyDefinition.FromJson(__jsonDefinition) : Definition;} + {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} AfterFromJson(json); } @@ -97,9 +97,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._definition ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._definition.ToJson(null,serializationMode) : null, "definition" ,container.Add ); + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.PowerShell.cs similarity index 51% rename from src/Functions/generated/api/Models/Api20190401/MetricSpecification.PowerShell.cs rename to src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.PowerShell.cs index b1935ce524cf..ffef630ef6b3 100644 --- a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// Metric specification of operation. - [System.ComponentModel.TypeConverter(typeof(MetricSpecificationTypeConverter))] - public partial class MetricSpecification + [System.ComponentModel.TypeConverter(typeof(MetricSpecificationAutoGeneratedTypeConverter))] + public partial class MetricSpecificationAutoGenerated { /// @@ -48,44 +48,46 @@ public partial class MetricSpecification partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new MetricSpecification(content); + return new MetricSpecificationAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new MetricSpecification(content); + return new MetricSpecificationAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal MetricSpecification(global::System.Collections.IDictionary content) + internal MetricSpecificationAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,24 +96,24 @@ internal MetricSpecification(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).AggregationType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Category, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).ResourceIdDimensionNameOverride = (string) content.GetValueForProperty("ResourceIdDimensionNameOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).ResourceIdDimensionNameOverride, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionAutoGeneratedTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).AggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Category, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).ResourceIdDimensionNameOverride = (string) content.GetValueForProperty("ResourceIdDimensionNameOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).ResourceIdDimensionNameOverride, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal MetricSpecification(global::System.Management.Automation.PSObject content) + internal MetricSpecificationAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -120,15 +122,15 @@ internal MetricSpecification(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).AggregationType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Category, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).ResourceIdDimensionNameOverride = (string) content.GetValueForProperty("ResourceIdDimensionNameOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).ResourceIdDimensionNameOverride, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionAutoGeneratedTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).AggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).Category, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).ResourceIdDimensionNameOverride = (string) content.GetValueForProperty("ResourceIdDimensionNameOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal)this).ResourceIdDimensionNameOverride, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -138,8 +140,8 @@ internal MetricSpecification(global::System.Management.Automation.PSObject conte public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// Metric specification of operation. - [System.ComponentModel.TypeConverter(typeof(MetricSpecificationTypeConverter))] - public partial interface IMetricSpecification + [System.ComponentModel.TypeConverter(typeof(MetricSpecificationAutoGeneratedTypeConverter))] + public partial interface IMetricSpecificationAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20190401/Operation.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.TypeConverter.cs similarity index 84% rename from src/Functions/generated/api/Models/Api20190401/Operation.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.TypeConverter.cs index c9cf8bda400a..d8c0906a04dd 100644 --- a/src/Functions/generated/api/Models/Api20190401/Operation.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class OperationTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class MetricSpecificationAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class OperationTypeConverter : global::System.Management.Automati /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return Operation.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return MetricSpecificationAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IO } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return Operation.DeserializeFromPSObject(sourceValue); + return MetricSpecificationAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return Operation.DeserializeFromDictionary(sourceValue); + return MetricSpecificationAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.cs b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.cs similarity index 92% rename from src/Functions/generated/api/Models/Api20190401/MetricSpecification.cs rename to src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.cs index c8781eb210ec..f6df71476b34 100644 --- a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.cs +++ b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Metric specification of operation. - public partial class MetricSpecification : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationInternal + public partial class MetricSpecificationAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGeneratedInternal { /// Backing field for property. @@ -23,11 +23,11 @@ public partial class MetricSpecification : public string Category { get => this._category; set => this._category = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension[] _dimension; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated[] _dimension; /// Dimensions of blobs, including blob type and access tier. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension[] Dimension { get => this._dimension; set => this._dimension = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated[] Dimension { get => this._dimension; set => this._dimension = value; } /// Backing field for property. private string _displayDescription; @@ -71,14 +71,14 @@ public partial class MetricSpecification : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Unit { get => this._unit; set => this._unit = value; } - /// Creates an new instance. - public MetricSpecification() + /// Creates an new instance. + public MetricSpecificationAutoGenerated() { } } /// Metric specification of operation. - public partial interface IMetricSpecification : + public partial interface IMetricSpecificationAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// Aggregation type could be Average. @@ -103,8 +103,8 @@ public partial interface IMetricSpecification : ReadOnly = false, Description = @"Dimensions of blobs, including blob type and access tier.", SerializedName = @"dimensions", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension[] Dimension { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated[] Dimension { get; set; } /// Display description of metric specification. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -156,7 +156,7 @@ public partial interface IMetricSpecification : } /// Metric specification of operation. - internal partial interface IMetricSpecificationInternal + internal partial interface IMetricSpecificationAutoGeneratedInternal { /// Aggregation type could be Average. @@ -164,7 +164,7 @@ internal partial interface IMetricSpecificationInternal /// The category this metric specification belong to, could be Capacity. string Category { get; set; } /// Dimensions of blobs, including blob type and access tier. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension[] Dimension { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated[] Dimension { get; set; } /// Display description of metric specification. string DisplayDescription { get; set; } /// Display name of metric specification. diff --git a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.json.cs b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.json.cs similarity index 89% rename from src/Functions/generated/api/Models/Api20190401/MetricSpecification.json.cs rename to src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.json.cs index 59043e8f0ecc..9c0a16e895b8 100644 --- a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/MetricSpecificationAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Metric specification of operation. - public partial class MetricSpecification + public partial class MetricSpecificationAutoGenerated { /// @@ -47,22 +47,22 @@ public partial class MetricSpecification partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new MetricSpecification(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new MetricSpecificationAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal MetricSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal MetricSpecificationAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -71,25 +71,25 @@ internal MetricSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_aggregationType = If( json?.PropertyT("aggregationType"), out var __jsonAggregationType) ? (string)__jsonAggregationType : (string)AggregationType;} - {_category = If( json?.PropertyT("category"), out var __jsonCategory) ? (string)__jsonCategory : (string)Category;} - {_dimension = If( json?.PropertyT("dimensions"), out var __jsonDimensions) ? If( __jsonDimensions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Dimension.FromJson(__u) )) ))() : null : Dimension;} - {_displayDescription = If( json?.PropertyT("displayDescription"), out var __jsonDisplayDescription) ? (string)__jsonDisplayDescription : (string)DisplayDescription;} {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_displayDescription = If( json?.PropertyT("displayDescription"), out var __jsonDisplayDescription) ? (string)__jsonDisplayDescription : (string)DisplayDescription;} + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + {_dimension = If( json?.PropertyT("dimensions"), out var __jsonDimensions) ? If( __jsonDimensions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionAutoGenerated) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DimensionAutoGenerated.FromJson(__u) )) ))() : null : Dimension;} + {_aggregationType = If( json?.PropertyT("aggregationType"), out var __jsonAggregationType) ? (string)__jsonAggregationType : (string)AggregationType;} {_fillGapWithZero = If( json?.PropertyT("fillGapWithZero"), out var __jsonFillGapWithZero) ? (bool?)__jsonFillGapWithZero : FillGapWithZero;} + {_category = If( json?.PropertyT("category"), out var __jsonCategory) ? (string)__jsonCategory : (string)Category;} {_resourceIdDimensionNameOverride = If( json?.PropertyT("resourceIdDimensionNameOverride"), out var __jsonResourceIdDimensionNameOverride) ? (string)__jsonResourceIdDimensionNameOverride : (string)ResourceIdDimensionNameOverride;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -102,8 +102,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._aggregationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._aggregationType.ToString()) : null, "aggregationType" ,container.Add ); - AddIf( null != (((object)this._category)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._category.ToString()) : null, "category" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._displayDescription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayDescription.ToString()) : null, "displayDescription" ,container.Add ); + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); if (null != this._dimension) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -113,11 +114,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("dimensions",__w); } - AddIf( null != (((object)this._displayDescription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayDescription.ToString()) : null, "displayDescription" ,container.Add ); - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._aggregationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._aggregationType.ToString()) : null, "aggregationType" ,container.Add ); AddIf( null != this._fillGapWithZero ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._fillGapWithZero) : null, "fillGapWithZero" ,container.Add ); + AddIf( null != (((object)this._category)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._category.ToString()) : null, "category" ,container.Add ); AddIf( null != (((object)this._resourceIdDimensionNameOverride)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceIdDimensionNameOverride.ToString()) : null, "resourceIdDimensionNameOverride" ,container.Add ); - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.PowerShell.cs index b707035348a3..937ff2d8815f 100644 --- a/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.PowerShell.cs @@ -95,9 +95,9 @@ internal NetworkRuleSet(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).Bypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("Bypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).Bypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("DefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("IPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).VirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("VirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).VirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("IPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("DefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal NetworkRuleSet(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).Bypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("Bypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).Bypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("DefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("IPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).VirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("VirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).VirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("IPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).IPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("DefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)this).DefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.json.cs b/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.json.cs index 897d6ff2ecfe..1b1a64d5f70d 100644 --- a/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/NetworkRuleSet.json.cs @@ -71,9 +71,9 @@ internal NetworkRuleSet(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso return; } {_bypass = If( json?.PropertyT("bypass"), out var __jsonBypass) ? (string)__jsonBypass : (string)Bypass;} + {_virtualNetworkRule = If( json?.PropertyT("virtualNetworkRules"), out var __jsonVirtualNetworkRules) ? If( __jsonVirtualNetworkRules as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRule.FromJson(__u) )) ))() : null : VirtualNetworkRule;} + {_iPRule = If( json?.PropertyT("ipRules"), out var __jsonIPRules) ? If( __jsonIPRules as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRule.FromJson(__p) )) ))() : null : IPRule;} {_defaultAction = If( json?.PropertyT("defaultAction"), out var __jsonDefaultAction) ? (string)__jsonDefaultAction : (string)DefaultAction;} - {_iPRule = If( json?.PropertyT("ipRules"), out var __jsonIPRules) ? If( __jsonIPRules as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRule.FromJson(__u) )) ))() : null : IPRule;} - {_virtualNetworkRule = If( json?.PropertyT("virtualNetworkRules"), out var __jsonVirtualNetworkRules) ? If( __jsonVirtualNetworkRules as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRule.FromJson(__p) )) ))() : null : VirtualNetworkRule;} AfterFromJson(json); } @@ -97,25 +97,25 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._bypass)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._bypass.ToString()) : null, "bypass" ,container.Add ); - AddIf( null != (((object)this._defaultAction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultAction.ToString()) : null, "defaultAction" ,container.Add ); - if (null != this._iPRule) + if (null != this._virtualNetworkRule) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._iPRule ) + foreach( var __x in this._virtualNetworkRule ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("ipRules",__w); + container.Add("virtualNetworkRules",__w); } - if (null != this._virtualNetworkRule) + if (null != this._iPRule) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._virtualNetworkRule ) + foreach( var __s in this._iPRule ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("virtualNetworkRules",__r); + container.Add("ipRules",__r); } + AddIf( null != (((object)this._defaultAction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultAction.ToString()) : null, "defaultAction" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/Operation.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/Operation.PowerShell.cs deleted file mode 100644 index 792e4c8ada24..000000000000 --- a/src/Functions/generated/api/Models/Api20190401/Operation.PowerShell.cs +++ /dev/null @@ -1,149 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// Storage REST API operation definition. - [System.ComponentModel.TypeConverter(typeof(OperationTypeConverter))] - public partial class Operation - { - - /// - /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the - /// object before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Collections.IDictionary content that should be used. - - partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); - - /// - /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Management.Automation.PSObject content that should be used. - - partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); - - /// - /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Collections.IDictionary content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); - - /// - /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new Operation(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new Operation(content); - } - - /// - /// Creates a new instance of , deserializing the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal Operation(global::System.Collections.IDictionary content) - { - bool returnNow = false; - BeforeDeserializeDictionary(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplayTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Origin, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationTypeConverter.ConvertFrom)); - AfterDeserializeDictionary(content); - } - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - internal Operation(global::System.Management.Automation.PSObject content) - { - bool returnNow = false; - BeforeDeserializePSObject(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplayTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).Origin, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationTypeConverter.ConvertFrom)); - AfterDeserializePSObject(content); - } - - /// Serializes this instance to a json string. - - /// a containing this model serialized to JSON text. - public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); - } - /// Storage REST API operation definition. - [System.ComponentModel.TypeConverter(typeof(OperationTypeConverter))] - public partial interface IOperation - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.PowerShell.cs new file mode 100644 index 000000000000..542ef95b19f1 --- /dev/null +++ b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.PowerShell.cs @@ -0,0 +1,149 @@ +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 +{ + using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + + /// Storage REST API operation definition. + [System.ComponentModel.TypeConverter(typeof(OperationAutoGeneratedTypeConverter))] + public partial class OperationAutoGenerated + { + + /// + /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the + /// object before it is returned. Implement this method in a partial class to enable this behavior + /// + /// The global::System.Collections.IDictionary content that should be used. + + partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); + + /// + /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object + /// before it is returned. Implement this method in a partial class to enable this behavior + /// + /// The global::System.Management.Automation.PSObject content that should be used. + + partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); + + /// + /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization + /// of the object before it is deserialized. + /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// Implement this method in a partial class to enable this behavior. + /// + /// The global::System.Collections.IDictionary content that should be used. + /// Determines if the rest of the serialization should be processed, or if the method should return + /// instantly. + + partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); + + /// + /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization + /// of the object before it is deserialized. + /// If you wish to disable the default deserialization entirely, return true in the output parameter. + /// Implement this method in a partial class to enable this behavior. + /// + /// The global::System.Management.Automation.PSObject content that should be used. + /// Determines if the rest of the serialization should be processed, or if the method should return + /// instantly. + + partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); + + /// + /// Deserializes a into an instance of . + /// + /// The global::System.Collections.IDictionary content that should be used. + /// + /// an instance of . + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) + { + return new OperationAutoGenerated(content); + } + + /// + /// Deserializes a into an instance of . + /// + /// The global::System.Management.Automation.PSObject content that should be used. + /// + /// an instance of . + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + { + return new OperationAutoGenerated(content); + } + + /// + /// Creates a new instance of , deserializing the content from a json string. + /// + /// a string containing a JSON serialized instance of this model. + /// an instance of the model class. + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + + /// + /// Deserializes a into a new instance of . + /// + /// The global::System.Collections.IDictionary content that should be used. + internal OperationAutoGenerated(global::System.Collections.IDictionary content) + { + bool returnNow = false; + BeforeDeserializeDictionary(content, ref returnNow); + if (returnNow) + { + return; + } + // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplayTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties) content.GetValueForProperty("OperationProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Origin, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayProvider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationPropertyServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated) content.GetValueForProperty("OperationPropertyServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationPropertyServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter.ConvertFrom)); + AfterDeserializeDictionary(content); + } + + /// + /// Deserializes a into a new instance of . + /// + /// The global::System.Management.Automation.PSObject content that should be used. + internal OperationAutoGenerated(global::System.Management.Automation.PSObject content) + { + bool returnNow = false; + BeforeDeserializePSObject(content, ref returnNow); + if (returnNow) + { + return; + } + // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplayTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties) content.GetValueForProperty("OperationProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).Origin, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayProvider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationPropertyServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated) content.GetValueForProperty("OperationPropertyServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).OperationPropertyServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter.ConvertFrom)); + AfterDeserializePSObject(content); + } + + /// Serializes this instance to a json string. + + /// a containing this model serialized to JSON text. + public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); + } + /// Storage REST API operation definition. + [System.ComponentModel.TypeConverter(typeof(OperationAutoGeneratedTypeConverter))] + public partial interface IOperationAutoGenerated + + { + + } +} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.TypeConverter.cs similarity index 85% rename from src/Functions/generated/api/Models/Api20190401/MetricSpecification.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.TypeConverter.cs index 61aada81fea9..86bf7396471c 100644 --- a/src/Functions/generated/api/Models/Api20190401/MetricSpecification.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class MetricSpecificationTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class OperationAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class MetricSpecificationTypeConverter : global::System.Managemen /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return MetricSpecification.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return OperationAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IM } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return MetricSpecification.DeserializeFromPSObject(sourceValue); + return OperationAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return MetricSpecification.DeserializeFromDictionary(sourceValue); + return OperationAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20190401/Operation.cs b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.cs similarity index 76% rename from src/Functions/generated/api/Models/Api20190401/Operation.cs rename to src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.cs index e7b506e46530..8608673ce5a5 100644 --- a/src/Functions/generated/api/Models/Api20190401/Operation.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Storage REST API operation definition. - public partial class Operation : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal + public partial class OperationAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal { /// Backing field for property. @@ -32,13 +32,13 @@ public partial class Operation : public string DisplayResource { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)Display).Resource; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)Display).Resource = value; } /// Internal Acessors for Display - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplay Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal.Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplay()); set { {_display = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplay Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal.Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplay()); set { {_display = value;} } } - /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationProperties()); set { {_property = value;} } } + /// Internal Acessors for OperationProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal.OperationProperty { get => (this._operationProperty = this._operationProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationProperties()); set { {_operationProperty = value;} } } - /// Internal Acessors for ServiceSpecification - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationInternal.ServiceSpecification { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)Property).ServiceSpecification; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)Property).ServiceSpecification = value; } + /// Internal Acessors for OperationPropertyServiceSpecification + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGeneratedInternal.OperationPropertyServiceSpecification { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)OperationProperty).ServiceSpecification; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)OperationProperty).ServiceSpecification = value; } /// Backing field for property. private string _name; @@ -47,6 +47,13 @@ public partial class Operation : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Name { get => this._name; set => this._name = value; } + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties _operationProperty; + + /// Properties of operation, include metric specifications. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties OperationProperty { get => (this._operationProperty = this._operationProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationProperties()); set => this._operationProperty = value; } + /// Backing field for property. private string _origin; @@ -54,25 +61,18 @@ public partial class Operation : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Origin { get => this._origin; set => this._origin = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties _property; - - /// Properties of operation, include metric specifications. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationProperties()); set => this._property = value; } - /// Metric specifications of operation. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] ServiceSpecificationMetricSpecification { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)Property).ServiceSpecificationMetricSpecification; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)Property).ServiceSpecificationMetricSpecification = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] ServiceSpecificationMetricSpecification { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)OperationProperty).ServiceSpecificationMetricSpecification; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)OperationProperty).ServiceSpecificationMetricSpecification = value; } - /// Creates an new instance. - public Operation() + /// Creates an new instance. + public OperationAutoGenerated() { } } /// Storage REST API operation definition. - public partial interface IOperation : + public partial interface IOperationAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// Description of the operation. @@ -129,12 +129,12 @@ public partial interface IOperation : ReadOnly = false, Description = @"Metric specifications of operation.", SerializedName = @"metricSpecifications", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] ServiceSpecificationMetricSpecification { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] ServiceSpecificationMetricSpecification { get; set; } } /// Storage REST API operation definition. - internal partial interface IOperationInternal + internal partial interface IOperationAutoGeneratedInternal { /// Display metadata associated with the operation. @@ -149,14 +149,14 @@ internal partial interface IOperationInternal string DisplayResource { get; set; } /// Operation name: {provider}/{resource}/{operation} string Name { get; set; } - /// The origin of operations. - string Origin { get; set; } /// Properties of operation, include metric specifications. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationProperties OperationProperty { get; set; } /// One property of operation, include metric specifications. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification ServiceSpecification { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated OperationPropertyServiceSpecification { get; set; } + /// The origin of operations. + string Origin { get; set; } /// Metric specifications of operation. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] ServiceSpecificationMetricSpecification { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] ServiceSpecificationMetricSpecification { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/Operation.json.cs b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.json.cs similarity index 83% rename from src/Functions/generated/api/Models/Api20190401/Operation.json.cs rename to src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.json.cs index 9578197be667..fa0ac5b174bf 100644 --- a/src/Functions/generated/api/Models/Api20190401/Operation.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Storage REST API operation definition. - public partial class Operation + public partial class OperationAutoGenerated { /// @@ -47,22 +47,22 @@ public partial class Operation partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Operation(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new OperationAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Operation(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal OperationAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -71,20 +71,20 @@ internal Operation(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso return; } {_display = If( json?.PropertyT("display"), out var __jsonDisplay) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationDisplay.FromJson(__jsonDisplay) : Display;} - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationProperties.FromJson(__jsonProperties) : Property;} + {_operationProperty = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationProperties.FromJson(__jsonProperties) : OperationProperty;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_origin = If( json?.PropertyT("origin"), out var __jsonOrigin) ? (string)__jsonOrigin : (string)Origin;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -97,7 +97,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._display ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._display.ToJson(null,serializationMode) : null, "display" ,container.Add ); - AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); + AddIf( null != this._operationProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._operationProperty.ToJson(null,serializationMode) : null, "properties" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); AddIf( null != (((object)this._origin)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._origin.ToString()) : null, "origin" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190401/OperationDisplay.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/OperationDisplay.PowerShell.cs index 17dc47b82932..bb1626bdd8e6 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationDisplay.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationDisplay.PowerShell.cs @@ -94,10 +94,10 @@ internal OperationDisplay(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,10 +115,10 @@ internal OperationDisplay(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/OperationDisplay.json.cs b/src/Functions/generated/api/Models/Api20190401/OperationDisplay.json.cs index 6b0c1b53e1ee..3f4f01f6d084 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationDisplay.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationDisplay.json.cs @@ -70,10 +70,10 @@ internal OperationDisplay(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_operation = If( json?.PropertyT("operation"), out var __jsonOperation) ? (string)__jsonOperation : (string)Operation;} {_provider = If( json?.PropertyT("provider"), out var __jsonProvider) ? (string)__jsonProvider : (string)Provider;} {_resource = If( json?.PropertyT("resource"), out var __jsonResource) ? (string)__jsonResource : (string)Resource;} + {_operation = If( json?.PropertyT("operation"), out var __jsonOperation) ? (string)__jsonOperation : (string)Operation;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); - AddIf( null != (((object)this._operation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operation.ToString()) : null, "operation" ,container.Add ); AddIf( null != (((object)this._provider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provider.ToString()) : null, "provider" ,container.Add ); AddIf( null != (((object)this._resource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resource.ToString()) : null, "resource" ,container.Add ); + AddIf( null != (((object)this._operation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operation.ToString()) : null, "operation" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/OperationListResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/OperationListResult.PowerShell.cs index f099bd2a14b6..67ad363c9934 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationListResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationListResult.PowerShell.cs @@ -97,7 +97,7 @@ internal OperationListResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -115,7 +115,7 @@ internal OperationListResult(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/OperationListResult.cs b/src/Functions/generated/api/Models/Api20190401/OperationListResult.cs index fefeb2e6b970..e82800b774f9 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationListResult.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationListResult.cs @@ -12,11 +12,11 @@ public partial class OperationListResult : { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated[] _value; /// List of Storage operations supported by the Storage resource provider. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public OperationListResult() @@ -35,8 +35,8 @@ public partial interface IOperationListResult : ReadOnly = false, Description = @"List of Storage operations supported by the Storage resource provider.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated[] Value { get; set; } } /// Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set @@ -45,7 +45,7 @@ internal partial interface IOperationListResultInternal { /// List of Storage operations supported by the Storage resource provider. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/OperationListResult.json.cs b/src/Functions/generated/api/Models/Api20190401/OperationListResult.json.cs index 5ac9011a01b0..611b332b2ff9 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationListResult.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationListResult.json.cs @@ -73,7 +73,7 @@ internal OperationListResult(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperation) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Operation.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGenerated.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190401/OperationProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/OperationProperties.PowerShell.cs index 9e3b68169118..4e712f9f2d04 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationProperties.PowerShell.cs @@ -94,8 +94,8 @@ internal OperationProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal OperationProperties(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGeneratedTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/OperationProperties.cs b/src/Functions/generated/api/Models/Api20190401/OperationProperties.cs index e1df2bb22361..83060adf7a21 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationProperties.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationProperties.cs @@ -9,18 +9,18 @@ public partial class OperationProperties : { /// Internal Acessors for ServiceSpecification - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal.ServiceSpecification { get => (this._serviceSpecification = this._serviceSpecification ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecification()); set { {_serviceSpecification = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationPropertiesInternal.ServiceSpecification { get => (this._serviceSpecification = this._serviceSpecification ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGenerated()); set { {_serviceSpecification = value;} } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification _serviceSpecification; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated _serviceSpecification; /// One property of operation, include metric specifications. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification ServiceSpecification { get => (this._serviceSpecification = this._serviceSpecification ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecification()); set => this._serviceSpecification = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated ServiceSpecification { get => (this._serviceSpecification = this._serviceSpecification ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGenerated()); set => this._serviceSpecification = value; } /// Metric specifications of operation. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] ServiceSpecificationMetricSpecification { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal)ServiceSpecification).MetricSpecification; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal)ServiceSpecification).MetricSpecification = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] ServiceSpecificationMetricSpecification { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal)ServiceSpecification).MetricSpecification; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal)ServiceSpecification).MetricSpecification = value; } /// Creates an new instance. public OperationProperties() @@ -38,8 +38,8 @@ public partial interface IOperationProperties : ReadOnly = false, Description = @"Metric specifications of operation.", SerializedName = @"metricSpecifications", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] ServiceSpecificationMetricSpecification { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] ServiceSpecificationMetricSpecification { get; set; } } /// Properties of operation, include metric specifications. @@ -47,9 +47,9 @@ internal partial interface IOperationPropertiesInternal { /// One property of operation, include metric specifications. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification ServiceSpecification { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated ServiceSpecification { get; set; } /// Metric specifications of operation. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] ServiceSpecificationMetricSpecification { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] ServiceSpecificationMetricSpecification { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/OperationProperties.json.cs b/src/Functions/generated/api/Models/Api20190401/OperationProperties.json.cs index c87fc76bfbea..19878dcffb19 100644 --- a/src/Functions/generated/api/Models/Api20190401/OperationProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/OperationProperties.json.cs @@ -70,7 +70,7 @@ internal OperationProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - {_serviceSpecification = If( json?.PropertyT("serviceSpecification"), out var __jsonServiceSpecification) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecification.FromJson(__jsonServiceSpecification) : ServiceSpecification;} + {_serviceSpecification = If( json?.PropertyT("serviceSpecification"), out var __jsonServiceSpecification) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ServiceSpecificationAutoGenerated.FromJson(__jsonServiceSpecification) : ServiceSpecification;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190401/Restriction.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/Restriction.PowerShell.cs index 9da9f3660503..5822bb9a946c 100644 --- a/src/Functions/generated/api/Models/Api20190401/Restriction.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/Restriction.PowerShell.cs @@ -95,8 +95,8 @@ internal Restriction(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode?) content.GetValueForProperty("ReasonCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Value = (string[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode?) content.GetValueForProperty("ReasonCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode.CreateFrom); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal Restriction(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode?) content.GetValueForProperty("ReasonCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Value = (string[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode?) content.GetValueForProperty("ReasonCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestrictionInternal)this).ReasonCode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCode.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/Restriction.json.cs b/src/Functions/generated/api/Models/Api20190401/Restriction.json.cs index fe779183affc..ea058215bf90 100644 --- a/src/Functions/generated/api/Models/Api20190401/Restriction.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/Restriction.json.cs @@ -71,8 +71,8 @@ internal Restriction(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.J return; } {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_reasonCode = If( json?.PropertyT("reasonCode"), out var __jsonReasonCode) ? (string)__jsonReasonCode : (string)ReasonCode;} {_value = If( json?.PropertyT("values"), out var __jsonValues) ? If( __jsonValues as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Value;} + {_reasonCode = If( json?.PropertyT("reasonCode"), out var __jsonReasonCode) ? (string)__jsonReasonCode : (string)ReasonCode;} AfterFromJson(json); } @@ -99,7 +99,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } - AddIf( null != (((object)this._reasonCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reasonCode.ToString()) : null, "reasonCode" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._value) @@ -112,6 +111,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("values",__w); } } + AddIf( null != (((object)this._reasonCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reasonCode.ToString()) : null, "reasonCode" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.PowerShell.cs index c23edadc8325..6f609fc442eb 100644 --- a/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.PowerShell.cs @@ -95,7 +95,16 @@ internal ServiceSasParameters(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CanonicalizedResource = (string) content.GetValueForProperty("CanonicalizedResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CanonicalizedResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource?) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol?) content.GetValueForProperty("Protocol",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier = (string) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart = (string) content.GetValueForProperty("PartitionKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyEnd = (string) content.GetValueForProperty("PartitionKeyEnd",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyEnd, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart = (string) content.GetValueForProperty("RowKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyEnd = (string) content.GetValueForProperty("RowKeyEnd",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyEnd, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).KeyToSign = (string) content.GetValueForProperty("KeyToSign",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).KeyToSign, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CacheControl = (string) content.GetValueForProperty("CacheControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CacheControl, global::System.Convert.ToString); @@ -103,15 +112,6 @@ internal ServiceSasParameters(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentEncoding = (string) content.GetValueForProperty("ContentEncoding",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentEncoding, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentLanguage = (string) content.GetValueForProperty("ContentLanguage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentLanguage, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentType = (string) content.GetValueForProperty("ContentType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier = (string) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol?) content.GetValueForProperty("Protocol",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource?) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart = (string) content.GetValueForProperty("PartitionKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart = (string) content.GetValueForProperty("RowKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -130,7 +130,16 @@ internal ServiceSasParameters(global::System.Management.Automation.PSObject cont } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CanonicalizedResource = (string) content.GetValueForProperty("CanonicalizedResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CanonicalizedResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource?) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol?) content.GetValueForProperty("Protocol",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier = (string) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart = (string) content.GetValueForProperty("PartitionKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyEnd = (string) content.GetValueForProperty("PartitionKeyEnd",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyEnd, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart = (string) content.GetValueForProperty("RowKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyEnd = (string) content.GetValueForProperty("RowKeyEnd",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyEnd, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).KeyToSign = (string) content.GetValueForProperty("KeyToSign",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).KeyToSign, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CacheControl = (string) content.GetValueForProperty("CacheControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).CacheControl, global::System.Convert.ToString); @@ -138,15 +147,6 @@ internal ServiceSasParameters(global::System.Management.Automation.PSObject cont ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentEncoding = (string) content.GetValueForProperty("ContentEncoding",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentEncoding, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentLanguage = (string) content.GetValueForProperty("ContentLanguage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentLanguage, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentType = (string) content.GetValueForProperty("ContentType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).ContentType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessExpiryTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessExpiryTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier = (string) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Identifier, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange = (string) content.GetValueForProperty("IPAddressOrRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).IPAddressOrRange, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Permissions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol?) content.GetValueForProperty("Protocol",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Protocol, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocol.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource?) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).Resource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime = (global::System.DateTime?) content.GetValueForProperty("SharedAccessStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).SharedAccessStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart = (string) content.GetValueForProperty("PartitionKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).PartitionKeyStart, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart = (string) content.GetValueForProperty("RowKeyStart",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSasParametersInternal)this).RowKeyStart, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.json.cs b/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.json.cs index ebba4c2cf427..f949ad57bb3b 100644 --- a/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ServiceSasParameters.json.cs @@ -71,7 +71,16 @@ internal ServiceSasParameters(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti return; } {_canonicalizedResource = If( json?.PropertyT("canonicalizedResource"), out var __jsonCanonicalizedResource) ? (string)__jsonCanonicalizedResource : (string)CanonicalizedResource;} + {_resource = If( json?.PropertyT("signedResource"), out var __jsonSignedResource) ? (string)__jsonSignedResource : (string)Resource;} + {_permission = If( json?.PropertyT("signedPermission"), out var __jsonSignedPermission) ? (string)__jsonSignedPermission : (string)Permission;} + {_iPAddressOrRange = If( json?.PropertyT("signedIp"), out var __jsonSignedIP) ? (string)__jsonSignedIP : (string)IPAddressOrRange;} + {_protocol = If( json?.PropertyT("signedProtocol"), out var __jsonSignedProtocol) ? (string)__jsonSignedProtocol : (string)Protocol;} + {_sharedAccessStartTime = If( json?.PropertyT("signedStart"), out var __jsonSignedStart) ? global::System.DateTime.TryParse((string)__jsonSignedStart, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedStartValue) ? __jsonSignedStartValue : SharedAccessStartTime : SharedAccessStartTime;} + {_sharedAccessExpiryTime = If( json?.PropertyT("signedExpiry"), out var __jsonSignedExpiry) ? global::System.DateTime.TryParse((string)__jsonSignedExpiry, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedExpiryValue) ? __jsonSignedExpiryValue : SharedAccessExpiryTime : SharedAccessExpiryTime;} + {_identifier = If( json?.PropertyT("signedIdentifier"), out var __jsonSignedIdentifier) ? (string)__jsonSignedIdentifier : (string)Identifier;} + {_partitionKeyStart = If( json?.PropertyT("startPk"), out var __jsonStartPk) ? (string)__jsonStartPk : (string)PartitionKeyStart;} {_partitionKeyEnd = If( json?.PropertyT("endPk"), out var __jsonEndPk) ? (string)__jsonEndPk : (string)PartitionKeyEnd;} + {_rowKeyStart = If( json?.PropertyT("startRk"), out var __jsonStartRk) ? (string)__jsonStartRk : (string)RowKeyStart;} {_rowKeyEnd = If( json?.PropertyT("endRk"), out var __jsonEndRk) ? (string)__jsonEndRk : (string)RowKeyEnd;} {_keyToSign = If( json?.PropertyT("keyToSign"), out var __jsonKeyToSign) ? (string)__jsonKeyToSign : (string)KeyToSign;} {_cacheControl = If( json?.PropertyT("rscc"), out var __jsonRscc) ? (string)__jsonRscc : (string)CacheControl;} @@ -79,15 +88,6 @@ internal ServiceSasParameters(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti {_contentEncoding = If( json?.PropertyT("rsce"), out var __jsonRsce) ? (string)__jsonRsce : (string)ContentEncoding;} {_contentLanguage = If( json?.PropertyT("rscl"), out var __jsonRscl) ? (string)__jsonRscl : (string)ContentLanguage;} {_contentType = If( json?.PropertyT("rsct"), out var __jsonRsct) ? (string)__jsonRsct : (string)ContentType;} - {_sharedAccessExpiryTime = If( json?.PropertyT("signedExpiry"), out var __jsonSignedExpiry) ? global::System.DateTime.TryParse((string)__jsonSignedExpiry, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedExpiryValue) ? __jsonSignedExpiryValue : SharedAccessExpiryTime : SharedAccessExpiryTime;} - {_identifier = If( json?.PropertyT("signedIdentifier"), out var __jsonSignedIdentifier) ? (string)__jsonSignedIdentifier : (string)Identifier;} - {_iPAddressOrRange = If( json?.PropertyT("signedIp"), out var __jsonSignedIP) ? (string)__jsonSignedIP : (string)IPAddressOrRange;} - {_permission = If( json?.PropertyT("signedPermission"), out var __jsonSignedPermission) ? (string)__jsonSignedPermission : (string)Permission;} - {_protocol = If( json?.PropertyT("signedProtocol"), out var __jsonSignedProtocol) ? (string)__jsonSignedProtocol : (string)Protocol;} - {_resource = If( json?.PropertyT("signedResource"), out var __jsonSignedResource) ? (string)__jsonSignedResource : (string)Resource;} - {_sharedAccessStartTime = If( json?.PropertyT("signedStart"), out var __jsonSignedStart) ? global::System.DateTime.TryParse((string)__jsonSignedStart, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSignedStartValue) ? __jsonSignedStartValue : SharedAccessStartTime : SharedAccessStartTime;} - {_partitionKeyStart = If( json?.PropertyT("startPk"), out var __jsonStartPk) ? (string)__jsonStartPk : (string)PartitionKeyStart;} - {_rowKeyStart = If( json?.PropertyT("startRk"), out var __jsonStartRk) ? (string)__jsonStartRk : (string)RowKeyStart;} AfterFromJson(json); } @@ -111,7 +111,16 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._canonicalizedResource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._canonicalizedResource.ToString()) : null, "canonicalizedResource" ,container.Add ); + AddIf( null != (((object)this._resource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resource.ToString()) : null, "signedResource" ,container.Add ); + AddIf( null != (((object)this._permission)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._permission.ToString()) : null, "signedPermission" ,container.Add ); + AddIf( null != (((object)this._iPAddressOrRange)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddressOrRange.ToString()) : null, "signedIp" ,container.Add ); + AddIf( null != (((object)this._protocol)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._protocol.ToString()) : null, "signedProtocol" ,container.Add ); + AddIf( null != this._sharedAccessStartTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessStartTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "signedStart" ,container.Add ); + AddIf( null != this._sharedAccessExpiryTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessExpiryTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "signedExpiry" ,container.Add ); + AddIf( null != (((object)this._identifier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._identifier.ToString()) : null, "signedIdentifier" ,container.Add ); + AddIf( null != (((object)this._partitionKeyStart)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._partitionKeyStart.ToString()) : null, "startPk" ,container.Add ); AddIf( null != (((object)this._partitionKeyEnd)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._partitionKeyEnd.ToString()) : null, "endPk" ,container.Add ); + AddIf( null != (((object)this._rowKeyStart)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._rowKeyStart.ToString()) : null, "startRk" ,container.Add ); AddIf( null != (((object)this._rowKeyEnd)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._rowKeyEnd.ToString()) : null, "endRk" ,container.Add ); AddIf( null != (((object)this._keyToSign)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyToSign.ToString()) : null, "keyToSign" ,container.Add ); AddIf( null != (((object)this._cacheControl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._cacheControl.ToString()) : null, "rscc" ,container.Add ); @@ -119,15 +128,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( null != (((object)this._contentEncoding)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._contentEncoding.ToString()) : null, "rsce" ,container.Add ); AddIf( null != (((object)this._contentLanguage)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._contentLanguage.ToString()) : null, "rscl" ,container.Add ); AddIf( null != (((object)this._contentType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._contentType.ToString()) : null, "rsct" ,container.Add ); - AddIf( null != this._sharedAccessExpiryTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessExpiryTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "signedExpiry" ,container.Add ); - AddIf( null != (((object)this._identifier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._identifier.ToString()) : null, "signedIdentifier" ,container.Add ); - AddIf( null != (((object)this._iPAddressOrRange)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddressOrRange.ToString()) : null, "signedIp" ,container.Add ); - AddIf( null != (((object)this._permission)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._permission.ToString()) : null, "signedPermission" ,container.Add ); - AddIf( null != (((object)this._protocol)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._protocol.ToString()) : null, "signedProtocol" ,container.Add ); - AddIf( null != (((object)this._resource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resource.ToString()) : null, "signedResource" ,container.Add ); - AddIf( null != this._sharedAccessStartTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sharedAccessStartTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "signedStart" ,container.Add ); - AddIf( null != (((object)this._partitionKeyStart)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._partitionKeyStart.ToString()) : null, "startPk" ,container.Add ); - AddIf( null != (((object)this._rowKeyStart)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._rowKeyStart.ToString()) : null, "startRk" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.PowerShell.cs similarity index 71% rename from src/Functions/generated/api/Models/Api20190401/ServiceSpecification.PowerShell.cs rename to src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.PowerShell.cs index b39424eb5f01..df712b41de01 100644 --- a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// One property of operation, include metric specifications. - [System.ComponentModel.TypeConverter(typeof(ServiceSpecificationTypeConverter))] - public partial class ServiceSpecification + [System.ComponentModel.TypeConverter(typeof(ServiceSpecificationAutoGeneratedTypeConverter))] + public partial class ServiceSpecificationAutoGenerated { /// @@ -48,44 +48,46 @@ public partial class ServiceSpecification partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new ServiceSpecification(content); + return new ServiceSpecificationAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new ServiceSpecification(content); + return new ServiceSpecificationAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal ServiceSpecification(global::System.Collections.IDictionary content) + internal ServiceSpecificationAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -94,16 +96,16 @@ internal ServiceSpecification(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal)this).MetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[]) content.GetValueForProperty("MetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal)this).MetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal)this).MetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[]) content.GetValueForProperty("MetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal)this).MetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal ServiceSpecification(global::System.Management.Automation.PSObject content) + internal ServiceSpecificationAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -112,7 +114,7 @@ internal ServiceSpecification(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal)this).MetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[]) content.GetValueForProperty("MetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal)this).MetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal)this).MetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[]) content.GetValueForProperty("MetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal)this).MetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } @@ -122,8 +124,8 @@ internal ServiceSpecification(global::System.Management.Automation.PSObject cont public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } /// One property of operation, include metric specifications. - [System.ComponentModel.TypeConverter(typeof(ServiceSpecificationTypeConverter))] - public partial interface IServiceSpecification + [System.ComponentModel.TypeConverter(typeof(ServiceSpecificationAutoGeneratedTypeConverter))] + public partial interface IServiceSpecificationAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.TypeConverter.cs new file mode 100644 index 000000000000..7e1d325860e8 --- /dev/null +++ b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.TypeConverter.cs @@ -0,0 +1,142 @@ +namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 +{ + using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + + /// + /// A PowerShell PSTypeConverter to support converting to an instance of + /// + public partial class ServiceSpecificationAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter + { + + /// + /// Determines if the converter can convert the parameter to the + /// parameter. + /// + /// the to convert from + /// the to convert to + /// + /// true if the converter can convert the parameter to the + /// parameter, otherwise false. + /// + public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); + + /// + /// Determines if the converter can convert the parameter to the + /// parameter. + /// + /// the instance to check if it can be converted to the type. + /// + /// true if the instance could be converted to a type, otherwise false + /// + public static bool CanConvertFrom(dynamic sourceValue) + { + if (null == sourceValue) + { + return true; + } + global::System.Type type = sourceValue.GetType(); + if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) + { + // we say yest to PSObjects + return true; + } + if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) + { + // we say yest to Hashtables/dictionaries + return true; + } + try + { + if (null != sourceValue.ToJsonString()) + { + return true; + } + } + catch + { + // Not one of our objects + } + try + { + string text = sourceValue.ToString()?.Trim(); + return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; + } + catch + { + // Doesn't look like it can be treated as JSON + } + return false; + } + + /// + /// Determines if the parameter can be converted to the parameter + /// + /// the to convert from + /// the to convert to + /// + /// true if the converter can convert the parameter to the + /// parameter, otherwise false + /// + public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; + + /// + /// Converts the parameter to the parameter using and + /// + /// the to convert from + /// the to convert to + /// not used by this TypeConverter. + /// when set to true, will ignore the case when converting. + /// + /// an instance of , or null if there is no suitable conversion. + /// + public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); + + /// + /// Converts the parameter to the parameter using and + /// + /// the value to convert into an instance of . + /// + /// an instance of , or null if there is no suitable conversion. + /// + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated ConvertFrom(dynamic sourceValue) + { + if (null == sourceValue) + { + return null; + } + global::System.Type type = sourceValue.GetType(); + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated).IsAssignableFrom(type)) + { + return sourceValue; + } + try + { + return ServiceSpecificationAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + } + catch + { + // Unable to use JSON pattern + } + if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) + { + return ServiceSpecificationAutoGenerated.DeserializeFromPSObject(sourceValue); + } + if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) + { + return ServiceSpecificationAutoGenerated.DeserializeFromDictionary(sourceValue); + } + return null; + } + + /// NotImplemented -- this will return null + /// the to convert from + /// the to convert to + /// not used by this TypeConverter. + /// when set to true, will ignore the case when converting. + /// will always return null. + public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; + } +} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.cs b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.cs similarity index 66% rename from src/Functions/generated/api/Models/Api20190401/ServiceSpecification.cs rename to src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.cs index 63142a756fbc..27f94e736aa1 100644 --- a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.cs +++ b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.cs @@ -3,26 +3,26 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// One property of operation, include metric specifications. - public partial class ServiceSpecification : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationInternal + public partial class ServiceSpecificationAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGeneratedInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] _metricSpecification; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] _metricSpecification; /// Metric specifications of operation. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] MetricSpecification { get => this._metricSpecification; set => this._metricSpecification = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] MetricSpecification { get => this._metricSpecification; set => this._metricSpecification = value; } - /// Creates an new instance. - public ServiceSpecification() + /// Creates an new instance. + public ServiceSpecificationAutoGenerated() { } } /// One property of operation, include metric specifications. - public partial interface IServiceSpecification : + public partial interface IServiceSpecificationAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// Metric specifications of operation. @@ -31,16 +31,16 @@ public partial interface IServiceSpecification : ReadOnly = false, Description = @"Metric specifications of operation.", SerializedName = @"metricSpecifications", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] MetricSpecification { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] MetricSpecification { get; set; } } /// One property of operation, include metric specifications. - internal partial interface IServiceSpecificationInternal + internal partial interface IServiceSpecificationAutoGeneratedInternal { /// Metric specifications of operation. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification[] MetricSpecification { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated[] MetricSpecification { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.json.cs b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.json.cs similarity index 84% rename from src/Functions/generated/api/Models/Api20190401/ServiceSpecification.json.cs rename to src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.json.cs index a8f4e30755ec..cb5f2bfe28ff 100644 --- a/src/Functions/generated/api/Models/Api20190401/ServiceSpecification.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/ServiceSpecificationAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// One property of operation, include metric specifications. - public partial class ServiceSpecification + public partial class ServiceSpecificationAutoGenerated { /// @@ -47,22 +47,22 @@ public partial class ServiceSpecification partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecification FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IServiceSpecificationAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new ServiceSpecification(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new ServiceSpecificationAutoGenerated(json) : null; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal ServiceSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal ServiceSpecificationAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -70,18 +70,18 @@ internal ServiceSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_metricSpecification = If( json?.PropertyT("metricSpecifications"), out var __jsonMetricSpecifications) ? If( __jsonMetricSpecifications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecification) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecification.FromJson(__u) )) ))() : null : MetricSpecification;} + {_metricSpecification = If( json?.PropertyT("metricSpecifications"), out var __jsonMetricSpecifications) ? If( __jsonMetricSpecifications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGenerated.FromJson(__u) )) ))() : null : MetricSpecification;} AfterFromJson(json); } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { diff --git a/src/Functions/generated/api/Models/Api20190401/Sku.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/Sku.PowerShell.cs index 1386e63dbf69..287c9ebc998f 100644 --- a/src/Functions/generated/api/Models/Api20190401/Sku.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/Sku.PowerShell.cs @@ -95,12 +95,12 @@ internal Sku(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Restriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("Restriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Restriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); AfterDeserializeDictionary(content); } @@ -119,12 +119,12 @@ internal Sku(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Restriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("Restriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Restriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/Sku.json.cs b/src/Functions/generated/api/Models/Api20190401/Sku.json.cs index e7d79af086d5..0df1862c5705 100644 --- a/src/Functions/generated/api/Models/Api20190401/Sku.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/Sku.json.cs @@ -71,12 +71,12 @@ internal Sku(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObjec return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_capability = If( json?.PropertyT("capabilities"), out var __jsonCapabilities) ? If( __jsonCapabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapability.FromJson(__u) )) ))() : null : Capability;} - {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} - {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : Location;} + {_tier = If( json?.PropertyT("tier"), out var __jsonTier) ? (string)__jsonTier : (string)Tier;} {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} + {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} + {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Location;} + {_capability = If( json?.PropertyT("capabilities"), out var __jsonCapabilities) ? If( __jsonCapabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapability.FromJson(__p) )) ))() : null : Capability;} {_restriction = If( json?.PropertyT("restrictions"), out var __jsonRestrictions) ? If( __jsonRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Restriction.FromJson(__k) )) ))() : null : Restriction;} - {_tier = If( json?.PropertyT("tier"), out var __jsonTier) ? (string)__jsonTier : (string)Tier;} AfterFromJson(json); } @@ -102,15 +102,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._capability) - { - var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._capability ) - { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); - } - container.Add("capabilities",__w); - } + AddIf( null != (((object)this._tier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tier.ToString()) : null, "tier" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "resourceType" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -120,17 +116,25 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { if (null != this._location) { - var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._location ) + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._location ) { - AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("locations",__r); + container.Add("locations",__w); } } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "resourceType" ,container.Add ); + if (null != this._capability) + { + var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __s in this._capability ) + { + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); + } + container.Add("capabilities",__r); + } } if (null != this._restriction) { @@ -141,10 +145,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("restrictions",__m); } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._tier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tier.ToString()) : null, "tier" ,container.Add ); - } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccount.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccount.PowerShell.cs index 815ad4be75fd..7fa3fdb70207 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccount.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccount.PowerShell.cs @@ -94,91 +94,91 @@ internal StorageAccount(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfPrimary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfPrimary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfPrimary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfSecondary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfSecondary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStats) content.GetValueForProperty("GeoReplicationStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStatsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryLocation = (string) content.GetValueForProperty("PrimaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStats) content.GetValueForProperty("GeoReplicationStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStatsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointFile = (string) content.GetValueForProperty("SecondaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointFile, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointDf = (string) content.GetValueForProperty("SecondaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointTable = (string) content.GetValueForProperty("PrimaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointFile = (string) content.GetValueForProperty("PrimaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointFile, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf = (string) content.GetValueForProperty("PrimaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("GeoReplicationStatStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf = (string) content.GetValueForProperty("PrimaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatCanFailover = (bool?) content.GetValueForProperty("GeoReplicationStatCanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatCanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -196,91 +196,91 @@ internal StorageAccount(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SkuResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfPrimary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfPrimary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfPrimary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfSecondary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).StatusOfSecondary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStats) content.GetValueForProperty("GeoReplicationStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStatsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryLocation = (string) content.GetValueForProperty("PrimaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStats) content.GetValueForProperty("GeoReplicationStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStatsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointFile = (string) content.GetValueForProperty("SecondaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointFile, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointDf = (string) content.GetValueForProperty("SecondaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointTable = (string) content.GetValueForProperty("PrimaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointFile = (string) content.GetValueForProperty("PrimaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointFile, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf = (string) content.GetValueForProperty("PrimaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("GeoReplicationStatStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf = (string) content.GetValueForProperty("PrimaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointDf, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatCanFailover = (bool?) content.GetValueForProperty("GeoReplicationStatCanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatCanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccount.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccount.cs index dedb19d91eac..c7ca5c3d2fd2 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccount.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccount.cs @@ -129,9 +129,11 @@ public partial class StorageAccount : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus? GeoReplicationStatStatus { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).GeoReplicationStatStatus; } - /// Resource Id. + /// + /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Id; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity _identity; @@ -158,15 +160,15 @@ public partial class StorageAccount : /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyvaultpropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyvaultpropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyVaultPropertyKeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyvaultpropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyvaultpropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyvaultpropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyvaultpropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).KeyVaultPropertyKeyVersion = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind? _kind; @@ -194,13 +196,13 @@ public partial class StorageAccount : public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)__trackedResource).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)__trackedResource).Location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Type = value; } /// Internal Acessors for AccessTier Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.AccessTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).AccessTier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).AccessTier = value; } @@ -225,8 +227,8 @@ public partial class StorageAccount : /// Internal Acessors for Encryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.Encryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).Encryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).Encryption = value; } - /// Internal Acessors for EncryptionKeyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.EncryptionKeyvaultproperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).EncryptionKeyvaultproperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).EncryptionKeyvaultproperty = value; } + /// Internal Acessors for EncryptionKeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.EncryptionKeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).EncryptionKeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).EncryptionKeyVaultProperty = value; } /// Internal Acessors for EncryptionService Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.EncryptionService { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).EncryptionService; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).EncryptionService = value; } @@ -267,8 +269,8 @@ public partial class StorageAccount : /// Internal Acessors for LastGeoFailoverTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.LastGeoFailoverTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).LastGeoFailoverTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).LastGeoFailoverTime = value; } - /// Internal Acessors for NetworkAcls - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.NetworkAcls { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAcls; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAcls = value; } + /// Internal Acessors for NetworkRuleSet + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.NetworkRuleSet { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSet; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSet = value; } /// Internal Acessors for PrimaryEndpoint Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.PrimaryEndpoint { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).PrimaryEndpoint; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).PrimaryEndpoint = value; } @@ -366,28 +368,28 @@ public partial class StorageAccount : /// Internal Acessors for TableLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountInternal.TableLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).TableLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).TableLastEnabledTime = value; } - /// Resource Name. + /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Name; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsBypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsBypass = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetBypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetBypass = value; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsDefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsDefaultAction = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetDefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetDefaultAction = value; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsIPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsIPRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetIPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetIPRule = value; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsVirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkAclsVirtualNetworkRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetVirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)Property).NetworkRuleSetVirtualNetworkRule = value; } /// Gets the blob endpoint. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -547,9 +549,11 @@ public partial class StorageAccount : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceTags Tag { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)__trackedResource).Tag; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.ITrackedResourceInternal)__trackedResource).Tag = value; } - /// Resource type. + /// + /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__trackedResource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGeneratedInternal)__trackedResource).Type; } /// Creates an new instance. public StorageAccount() @@ -812,7 +816,7 @@ public partial interface IStorageAccount : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -820,7 +824,7 @@ public partial interface IStorageAccount : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -828,7 +832,7 @@ public partial interface IStorageAccount : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// Gets the Kind. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -869,7 +873,7 @@ public partial interface IStorageAccount : Description = @"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, ""Logging, Metrics""), or None to bypass none of those traffics.", SerializedName = @"bypass", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -877,7 +881,7 @@ public partial interface IStorageAccount : Description = @"Specifies the default action of allow or deny when no other rules match.", SerializedName = @"defaultAction", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -885,7 +889,7 @@ public partial interface IStorageAccount : Description = @"Sets the IP ACL rules", SerializedName = @"ipRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -893,7 +897,7 @@ public partial interface IStorageAccount : Description = @"Sets the virtual network rules", SerializedName = @"virtualNetworkRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// Gets the blob endpoint. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -1206,7 +1210,7 @@ internal partial interface IStorageAccountInternal : /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource EncryptionKeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyVaultProperty { get; set; } /// List of services which support encryption. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices EncryptionService { get; set; } /// @@ -1252,11 +1256,11 @@ internal partial interface IStorageAccountInternal : /// Account HierarchicalNamespace enabled if sets to true. bool? IsHnsEnabled { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// Gets the Kind. Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind? Kind { get; set; } /// @@ -1270,18 +1274,18 @@ internal partial interface IStorageAccountInternal : /// global::System.DateTime? LastGeoFailoverTime { get; set; } /// Network rule set - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get; set; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and /// Premium_LRS accounts only return the blob endpoint. diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccount.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccount.json.cs index 28471e4e65f5..f6a9e6113de8 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccount.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccount.json.cs @@ -71,9 +71,9 @@ internal StorageAccount(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso return; } __trackedResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.TrackedResource(json); + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Sku.FromJson(__jsonSku) : Sku;} {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Identity.FromJson(__jsonIdentity) : Identity;} {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountProperties.FromJson(__jsonProperties) : Property;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Sku.FromJson(__jsonSku) : Sku;} {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} AfterFromJson(json); } @@ -98,12 +98,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } __trackedResource?.ToJson(container, serializationMode); - AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); - AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._sku ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._sku.ToJson(null,serializationMode) : null, "sku" ,container.Add ); } + AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); + AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.PowerShell.cs index 1a0419bdba43..a283de3b6549 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.PowerShell.cs @@ -96,62 +96,62 @@ internal StorageAccountCreateParameters(global::System.Collections.IDictionary c return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParameters) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesCreateParametersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountCreateParametersTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -169,62 +169,62 @@ internal StorageAccountCreateParameters(global::System.Management.Automation.PSO return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParameters) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesCreateParametersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountCreateParametersTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).SkuResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.cs index 536eb8cae3ab..205944d951c6 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.cs @@ -117,15 +117,15 @@ public partial class StorageAccountCreateParameters : /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyvaultpropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyvaultpropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyVaultPropertyKeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyvaultpropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyvaultpropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyVaultPropertyKeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyvaultpropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyvaultpropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).KeyVaultPropertyKeyVersion = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind _kind; @@ -168,8 +168,8 @@ public partial class StorageAccountCreateParameters : /// Internal Acessors for Encryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.Encryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).Encryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).Encryption = value; } - /// Internal Acessors for EncryptionKeyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.EncryptionKeyvaultproperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).EncryptionKeyvaultproperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).EncryptionKeyvaultproperty = value; } + /// Internal Acessors for EncryptionKeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.EncryptionKeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).EncryptionKeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).EncryptionKeyVaultProperty = value; } /// Internal Acessors for EncryptionService Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.EncryptionService { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).EncryptionService; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).EncryptionService = value; } @@ -189,8 +189,8 @@ public partial class StorageAccountCreateParameters : /// Internal Acessors for IdentityType string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.IdentityType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)Identity).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)Identity).Type = value; } - /// Internal Acessors for NetworkAcls - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.NetworkAcls { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAcls; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAcls = value; } + /// Internal Acessors for NetworkRuleSet + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.NetworkRuleSet { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSet; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSet = value; } /// Internal Acessors for Property Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParameters Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesCreateParameters()); set { {_property = value;} } } @@ -236,19 +236,19 @@ public partial class StorageAccountCreateParameters : /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsBypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsBypass = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetBypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetBypass = value; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsDefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsDefaultAction = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetDefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetDefaultAction = value; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsIPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsIPRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetIPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetIPRule = value; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsVirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkAclsVirtualNetworkRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetVirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)Property).NetworkRuleSetVirtualNetworkRule = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParameters _property; @@ -536,7 +536,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -544,7 +544,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -552,7 +552,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// Required. Indicates the type of storage account. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -593,7 +593,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, ""Logging, Metrics""), or None to bypass none of those traffics.", SerializedName = @"bypass", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -601,7 +601,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"Specifies the default action of allow or deny when no other rules match.", SerializedName = @"defaultAction", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -609,7 +609,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"Sets the IP ACL rules", SerializedName = @"ipRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -617,7 +617,7 @@ public partial interface IStorageAccountCreateParameters : Description = @"Sets the virtual network rules", SerializedName = @"virtualNetworkRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// @@ -801,7 +801,7 @@ internal partial interface IStorageAccountCreateParametersInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource EncryptionKeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyVaultProperty { get; set; } /// List of services which support encryption. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices EncryptionService { get; set; } /// @@ -824,11 +824,11 @@ internal partial interface IStorageAccountCreateParametersInternal /// Account HierarchicalNamespace enabled if sets to true. bool? IsHnsEnabled { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// Required. Indicates the type of storage account. Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind Kind { get; set; } /// @@ -842,18 +842,18 @@ internal partial interface IStorageAccountCreateParametersInternal /// string Location { get; set; } /// Network rule set - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get; set; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// The parameters used to create the storage account. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParameters Property { get; set; } /// diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.json.cs index 6efe29a67258..4edbd33e726a 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountCreateParameters.json.cs @@ -70,9 +70,9 @@ internal StorageAccountCreateParameters(Microsoft.Azure.PowerShell.Cmdlets.Funct { return; } + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Sku.FromJson(__jsonSku) : Sku;} {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Identity.FromJson(__jsonIdentity) : Identity;} {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesCreateParameters.FromJson(__jsonProperties) : Property;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Sku.FromJson(__jsonSku) : Sku;} {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountCreateParametersTags.FromJson(__jsonTags) : Tag;} @@ -98,9 +98,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != this._sku ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._sku.ToJson(null,serializationMode) : null, "sku" ,container.Add ); AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); - AddIf( null != this._sku ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._sku.ToJson(null,serializationMode) : null, "sku" ,container.Add ); AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); AddIf( null != this._tag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tag.ToJson(null,serializationMode) : null, "tags" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.PowerShell.cs index c6e9c8673b80..3a84e5fa6d10 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.PowerShell.cs @@ -95,8 +95,8 @@ internal StorageAccountKey(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).KeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission.CreateFrom); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal StorageAccountKey(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).KeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission?) content.GetValueForProperty("Permission",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKeyInternal)this).Permission, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.json.cs index 9cc51efe19e2..77865b312b69 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountKey.json.cs @@ -71,8 +71,8 @@ internal StorageAccountKey(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. return; } {_keyName = If( json?.PropertyT("keyName"), out var __jsonKeyName) ? (string)__jsonKeyName : (string)KeyName;} - {_permission = If( json?.PropertyT("permissions"), out var __jsonPermissions) ? (string)__jsonPermissions : (string)Permission;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)Value;} + {_permission = If( json?.PropertyT("permissions"), out var __jsonPermissions) ? (string)__jsonPermissions : (string)Permission;} AfterFromJson(json); } @@ -101,11 +101,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._permission)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._permission.ToString()) : null, "permissions" ,container.Add ); + AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._permission)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._permission.ToString()) : null, "permissions" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.PowerShell.cs index d786b303f7b2..5d7d869584d9 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.PowerShell.cs @@ -94,8 +94,8 @@ internal StorageAccountListResult(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccount[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal StorageAccountListResult(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccount[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountListResultInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.json.cs index 0fef8cf43bdb..1e065f30a1cf 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountListResult.json.cs @@ -70,8 +70,8 @@ internal StorageAccountListResult(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccount) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccount.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._value) { @@ -110,6 +106,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("value",__w); } } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.PowerShell.cs index 0f734194709a..9b0459e5d3c0 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.PowerShell.cs @@ -94,71 +94,71 @@ internal StorageAccountProperties(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStats) content.GetValueForProperty("GeoReplicationStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStatsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation = (string) content.GetValueForProperty("PrimaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation = (string) content.GetValueForProperty("PrimaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfPrimary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfPrimary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfPrimary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfSecondary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfSecondary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointFile = (string) content.GetValueForProperty("SecondaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointFile, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointDf = (string) content.GetValueForProperty("SecondaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointTable = (string) content.GetValueForProperty("PrimaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointFile = (string) content.GetValueForProperty("PrimaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointFile, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("GeoReplicationStatStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointDf = (string) content.GetValueForProperty("PrimaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover = (bool?) content.GetValueForProperty("GeoReplicationStatCanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("GeoReplicationStatStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover = (bool?) content.GetValueForProperty("GeoReplicationStatCanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -177,71 +177,71 @@ internal StorageAccountProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IGeoReplicationStats) content.GetValueForProperty("GeoReplicationStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStatsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("PrimaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints) content.GetValueForProperty("SecondaryEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EndpointsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation = (string) content.GetValueForProperty("PrimaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation = (string) content.GetValueForProperty("PrimaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfPrimary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfPrimary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfPrimary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime = (global::System.DateTime?) content.GetValueForProperty("LastGeoFailoverTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LastGeoFailoverTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation = (string) content.GetValueForProperty("SecondaryLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfSecondary = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus?) content.GetValueForProperty("StatusOfSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).StatusOfSecondary, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress = (bool?) content.GetValueForProperty("FailoverInProgress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FailoverInProgress, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue = (string) content.GetValueForProperty("SecondaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable = (string) content.GetValueForProperty("SecondaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointTable, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointFile = (string) content.GetValueForProperty("SecondaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointFile, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb = (string) content.GetValueForProperty("SecondaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointDf = (string) content.GetValueForProperty("SecondaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob = (string) content.GetValueForProperty("SecondaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).SecondaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointTable = (string) content.GetValueForProperty("PrimaryEndpointTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointTable, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointFile = (string) content.GetValueForProperty("PrimaryEndpointFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointFile, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("GeoReplicationStatStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb = (string) content.GetValueForProperty("PrimaryEndpointWeb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointWeb, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointDf = (string) content.GetValueForProperty("PrimaryEndpointDf",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointDf, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob = (string) content.GetValueForProperty("PrimaryEndpointBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointBlob, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue = (string) content.GetValueForProperty("PrimaryEndpointQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).PrimaryEndpointQueue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover = (bool?) content.GetValueForProperty("GeoReplicationStatCanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus?) content.GetValueForProperty("GeoReplicationStatStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover = (bool?) content.GetValueForProperty("GeoReplicationStatCanFailover",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatCanFailover, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime = (global::System.DateTime?) content.GetValueForProperty("GeoReplicationStatLastSyncTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).GeoReplicationStatLastSyncTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.cs index 87473854f864..db9b4ef396fb 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.cs @@ -176,15 +176,15 @@ public partial class StorageAccountProperties : /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVersion = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState? _largeFileSharesState; @@ -229,8 +229,8 @@ public partial class StorageAccountProperties : /// Internal Acessors for Encryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.Encryption { get => (this._encryption = this._encryption ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Encryption()); set { {_encryption = value;} } } - /// Internal Acessors for EncryptionKeyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.EncryptionKeyvaultproperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Keyvaultproperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Keyvaultproperty = value; } + /// Internal Acessors for EncryptionKeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.EncryptionKeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultProperty = value; } /// Internal Acessors for EncryptionService Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.EncryptionService { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Service; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Service = value; } @@ -256,8 +256,8 @@ public partial class StorageAccountProperties : /// Internal Acessors for LastGeoFailoverTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.LastGeoFailoverTime { get => this._lastGeoFailoverTime; set { {_lastGeoFailoverTime = value;} } } - /// Internal Acessors for NetworkAcls - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.NetworkAcls { get => (this._networkAcls = this._networkAcls ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set { {_networkAcls = value;} } } + /// Internal Acessors for NetworkRuleSet + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.NetworkRuleSet { get => (this._networkRuleSet = this._networkRuleSet ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set { {_networkRuleSet = value;} } } /// Internal Acessors for PrimaryEndpoint Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.PrimaryEndpoint { get => (this._primaryEndpoint = this._primaryEndpoint ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Endpoints()); set { {_primaryEndpoint = value;} } } @@ -334,31 +334,31 @@ public partial class StorageAccountProperties : /// Internal Acessors for TableLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesInternal.TableLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).TableLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).TableLastEnabledTime = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet _networkAcls; + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet _networkRuleSet; /// Network rule set [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get => (this._networkAcls = this._networkAcls ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get => (this._networkRuleSet = this._networkRuleSet ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).Bypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).Bypass = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).Bypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).Bypass = value; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).DefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).DefaultAction = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).DefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).DefaultAction = value; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).IPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).IPRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).IPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).IPRule = value; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).VirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).VirtualNetworkRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).VirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).VirtualNetworkRule = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEndpoints _primaryEndpoint; @@ -721,7 +721,7 @@ public partial interface IStorageAccountProperties : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -729,7 +729,7 @@ public partial interface IStorageAccountProperties : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -737,7 +737,7 @@ public partial interface IStorageAccountProperties : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. /// @@ -770,7 +770,7 @@ public partial interface IStorageAccountProperties : Description = @"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, ""Logging, Metrics""), or None to bypass none of those traffics.", SerializedName = @"bypass", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -778,7 +778,7 @@ public partial interface IStorageAccountProperties : Description = @"Specifies the default action of allow or deny when no other rules match.", SerializedName = @"defaultAction", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -786,7 +786,7 @@ public partial interface IStorageAccountProperties : Description = @"Sets the IP ACL rules", SerializedName = @"ipRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -794,7 +794,7 @@ public partial interface IStorageAccountProperties : Description = @"Sets the virtual network rules", SerializedName = @"virtualNetworkRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// Gets the blob endpoint. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -1041,7 +1041,7 @@ internal partial interface IStorageAccountPropertiesInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource EncryptionKeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyVaultProperty { get; set; } /// List of services which support encryption. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices EncryptionService { get; set; } /// @@ -1079,11 +1079,11 @@ internal partial interface IStorageAccountPropertiesInternal /// Account HierarchicalNamespace enabled if sets to true. bool? IsHnsEnabled { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. /// @@ -1095,18 +1095,18 @@ internal partial interface IStorageAccountPropertiesInternal /// global::System.DateTime? LastGeoFailoverTime { get; set; } /// Network rule set - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get; set; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and /// Premium_LRS accounts only return the blob endpoint. diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.json.cs index 9bbc43690aa1..081503c9a7fb 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountProperties.json.cs @@ -70,25 +70,25 @@ internal StorageAccountProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_azureFilesIdentityBasedAuthentication = If( json?.PropertyT("azureFilesIdentityBasedAuthentication"), out var __jsonAzureFilesIdentityBasedAuthentication) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthentication.FromJson(__jsonAzureFilesIdentityBasedAuthentication) : AzureFilesIdentityBasedAuthentication;} + {_primaryEndpoint = If( json?.PropertyT("primaryEndpoints"), out var __jsonPrimaryEndpoints) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Endpoints.FromJson(__jsonPrimaryEndpoints) : PrimaryEndpoint;} {_customDomain = If( json?.PropertyT("customDomain"), out var __jsonCustomDomain) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomain.FromJson(__jsonCustomDomain) : CustomDomain;} + {_secondaryEndpoint = If( json?.PropertyT("secondaryEndpoints"), out var __jsonSecondaryEndpoints) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Endpoints.FromJson(__jsonSecondaryEndpoints) : SecondaryEndpoint;} {_encryption = If( json?.PropertyT("encryption"), out var __jsonEncryption) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Encryption.FromJson(__jsonEncryption) : Encryption;} + {_azureFilesIdentityBasedAuthentication = If( json?.PropertyT("azureFilesIdentityBasedAuthentication"), out var __jsonAzureFilesIdentityBasedAuthentication) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthentication.FromJson(__jsonAzureFilesIdentityBasedAuthentication) : AzureFilesIdentityBasedAuthentication;} + {_networkRuleSet = If( json?.PropertyT("networkAcls"), out var __jsonNetworkAcls) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet.FromJson(__jsonNetworkAcls) : NetworkRuleSet;} {_geoReplicationStat = If( json?.PropertyT("geoReplicationStats"), out var __jsonGeoReplicationStats) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.GeoReplicationStats.FromJson(__jsonGeoReplicationStats) : GeoReplicationStat;} - {_networkAcls = If( json?.PropertyT("networkAcls"), out var __jsonNetworkAcls) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet.FromJson(__jsonNetworkAcls) : NetworkAcls;} - {_primaryEndpoint = If( json?.PropertyT("primaryEndpoints"), out var __jsonPrimaryEndpoints) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Endpoints.FromJson(__jsonPrimaryEndpoints) : PrimaryEndpoint;} - {_secondaryEndpoint = If( json?.PropertyT("secondaryEndpoints"), out var __jsonSecondaryEndpoints) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Endpoints.FromJson(__jsonSecondaryEndpoints) : SecondaryEndpoint;} - {_accessTier = If( json?.PropertyT("accessTier"), out var __jsonAccessTier) ? (string)__jsonAccessTier : (string)AccessTier;} - {_creationTime = If( json?.PropertyT("creationTime"), out var __jsonCreationTime) ? global::System.DateTime.TryParse((string)__jsonCreationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreationTimeValue) ? __jsonCreationTimeValue : CreationTime : CreationTime;} - {_failoverInProgress = If( json?.PropertyT("failoverInProgress"), out var __jsonFailoverInProgress) ? (bool?)__jsonFailoverInProgress : FailoverInProgress;} - {_isHnsEnabled = If( json?.PropertyT("isHnsEnabled"), out var __jsonIsHnsEnabled) ? (bool?)__jsonIsHnsEnabled : IsHnsEnabled;} - {_largeFileSharesState = If( json?.PropertyT("largeFileSharesState"), out var __jsonLargeFileSharesState) ? (string)__jsonLargeFileSharesState : (string)LargeFileSharesState;} - {_lastGeoFailoverTime = If( json?.PropertyT("lastGeoFailoverTime"), out var __jsonLastGeoFailoverTime) ? global::System.DateTime.TryParse((string)__jsonLastGeoFailoverTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastGeoFailoverTimeValue) ? __jsonLastGeoFailoverTimeValue : LastGeoFailoverTime : LastGeoFailoverTime;} - {_primaryLocation = If( json?.PropertyT("primaryLocation"), out var __jsonPrimaryLocation) ? (string)__jsonPrimaryLocation : (string)PrimaryLocation;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} - {_secondaryLocation = If( json?.PropertyT("secondaryLocation"), out var __jsonSecondaryLocation) ? (string)__jsonSecondaryLocation : (string)SecondaryLocation;} + {_primaryLocation = If( json?.PropertyT("primaryLocation"), out var __jsonPrimaryLocation) ? (string)__jsonPrimaryLocation : (string)PrimaryLocation;} {_statusOfPrimary = If( json?.PropertyT("statusOfPrimary"), out var __jsonStatusOfPrimary) ? (string)__jsonStatusOfPrimary : (string)StatusOfPrimary;} + {_lastGeoFailoverTime = If( json?.PropertyT("lastGeoFailoverTime"), out var __jsonLastGeoFailoverTime) ? global::System.DateTime.TryParse((string)__jsonLastGeoFailoverTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastGeoFailoverTimeValue) ? __jsonLastGeoFailoverTimeValue : LastGeoFailoverTime : LastGeoFailoverTime;} + {_secondaryLocation = If( json?.PropertyT("secondaryLocation"), out var __jsonSecondaryLocation) ? (string)__jsonSecondaryLocation : (string)SecondaryLocation;} {_statusOfSecondary = If( json?.PropertyT("statusOfSecondary"), out var __jsonStatusOfSecondary) ? (string)__jsonStatusOfSecondary : (string)StatusOfSecondary;} + {_creationTime = If( json?.PropertyT("creationTime"), out var __jsonCreationTime) ? global::System.DateTime.TryParse((string)__jsonCreationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreationTimeValue) ? __jsonCreationTimeValue : CreationTime : CreationTime;} + {_accessTier = If( json?.PropertyT("accessTier"), out var __jsonAccessTier) ? (string)__jsonAccessTier : (string)AccessTier;} {_enableHttpsTrafficOnly = If( json?.PropertyT("supportsHttpsTrafficOnly"), out var __jsonSupportsHttpsTrafficOnly) ? (bool?)__jsonSupportsHttpsTrafficOnly : EnableHttpsTrafficOnly;} + {_isHnsEnabled = If( json?.PropertyT("isHnsEnabled"), out var __jsonIsHnsEnabled) ? (bool?)__jsonIsHnsEnabled : IsHnsEnabled;} + {_failoverInProgress = If( json?.PropertyT("failoverInProgress"), out var __jsonFailoverInProgress) ? (bool?)__jsonFailoverInProgress : FailoverInProgress;} + {_largeFileSharesState = If( json?.PropertyT("largeFileSharesState"), out var __jsonLargeFileSharesState) ? (string)__jsonLargeFileSharesState : (string)LargeFileSharesState;} AfterFromJson(json); } @@ -111,70 +111,70 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._azureFilesIdentityBasedAuthentication ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureFilesIdentityBasedAuthentication.ToJson(null,serializationMode) : null, "azureFilesIdentityBasedAuthentication" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._customDomain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._customDomain.ToJson(null,serializationMode) : null, "customDomain" ,container.Add ); + AddIf( null != this._primaryEndpoint ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._primaryEndpoint.ToJson(null,serializationMode) : null, "primaryEndpoints" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._encryption ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._encryption.ToJson(null,serializationMode) : null, "encryption" ,container.Add ); + AddIf( null != this._customDomain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._customDomain.ToJson(null,serializationMode) : null, "customDomain" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._geoReplicationStat ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._geoReplicationStat.ToJson(null,serializationMode) : null, "geoReplicationStats" ,container.Add ); + AddIf( null != this._secondaryEndpoint ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._secondaryEndpoint.ToJson(null,serializationMode) : null, "secondaryEndpoints" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._networkAcls ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._networkAcls.ToJson(null,serializationMode) : null, "networkAcls" ,container.Add ); + AddIf( null != this._encryption ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._encryption.ToJson(null,serializationMode) : null, "encryption" ,container.Add ); } + AddIf( null != this._azureFilesIdentityBasedAuthentication ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureFilesIdentityBasedAuthentication.ToJson(null,serializationMode) : null, "azureFilesIdentityBasedAuthentication" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._primaryEndpoint ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._primaryEndpoint.ToJson(null,serializationMode) : null, "primaryEndpoints" ,container.Add ); + AddIf( null != this._networkRuleSet ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._networkRuleSet.ToJson(null,serializationMode) : null, "networkAcls" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._secondaryEndpoint ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._secondaryEndpoint.ToJson(null,serializationMode) : null, "secondaryEndpoints" ,container.Add ); + AddIf( null != this._geoReplicationStat ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._geoReplicationStat.ToJson(null,serializationMode) : null, "geoReplicationStats" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._accessTier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accessTier.ToString()) : null, "accessTier" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._creationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._creationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "creationTime" ,container.Add ); + AddIf( null != (((object)this._primaryLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._primaryLocation.ToString()) : null, "primaryLocation" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._failoverInProgress ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._failoverInProgress) : null, "failoverInProgress" ,container.Add ); + AddIf( null != (((object)this._statusOfPrimary)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._statusOfPrimary.ToString()) : null, "statusOfPrimary" ,container.Add ); } - AddIf( null != this._isHnsEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHnsEnabled) : null, "isHnsEnabled" ,container.Add ); - AddIf( null != (((object)this._largeFileSharesState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._largeFileSharesState.ToString()) : null, "largeFileSharesState" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._lastGeoFailoverTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastGeoFailoverTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastGeoFailoverTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._primaryLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._primaryLocation.ToString()) : null, "primaryLocation" ,container.Add ); + AddIf( null != (((object)this._secondaryLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secondaryLocation.ToString()) : null, "secondaryLocation" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + AddIf( null != (((object)this._statusOfSecondary)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._statusOfSecondary.ToString()) : null, "statusOfSecondary" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._secondaryLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secondaryLocation.ToString()) : null, "secondaryLocation" ,container.Add ); + AddIf( null != this._creationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._creationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "creationTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._statusOfPrimary)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._statusOfPrimary.ToString()) : null, "statusOfPrimary" ,container.Add ); + AddIf( null != (((object)this._accessTier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accessTier.ToString()) : null, "accessTier" ,container.Add ); } + AddIf( null != this._enableHttpsTrafficOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableHttpsTrafficOnly) : null, "supportsHttpsTrafficOnly" ,container.Add ); + AddIf( null != this._isHnsEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHnsEnabled) : null, "isHnsEnabled" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._statusOfSecondary)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._statusOfSecondary.ToString()) : null, "statusOfSecondary" ,container.Add ); + AddIf( null != this._failoverInProgress ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._failoverInProgress) : null, "failoverInProgress" ,container.Add ); } - AddIf( null != this._enableHttpsTrafficOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableHttpsTrafficOnly) : null, "supportsHttpsTrafficOnly" ,container.Add ); + AddIf( null != (((object)this._largeFileSharesState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._largeFileSharesState.ToString()) : null, "largeFileSharesState" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.PowerShell.cs index 91dbfabc4764..23fbd83c7454 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.PowerShell.cs @@ -97,46 +97,46 @@ internal StorageAccountPropertiesCreateParameters(global::System.Collections.IDi return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -154,46 +154,46 @@ internal StorageAccountPropertiesCreateParameters(global::System.Management.Auto return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).IsHnsEnabled = (bool?) content.GetValueForProperty("IsHnsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).IsHnsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.cs index 5d729de33c04..9c3487adac8e 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.cs @@ -135,15 +135,15 @@ public partial class StorageAccountPropertiesCreateParameters : /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVersion = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState? _largeFileSharesState; @@ -171,8 +171,8 @@ public partial class StorageAccountPropertiesCreateParameters : /// Internal Acessors for Encryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.Encryption { get => (this._encryption = this._encryption ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Encryption()); set { {_encryption = value;} } } - /// Internal Acessors for EncryptionKeyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.EncryptionKeyvaultproperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Keyvaultproperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Keyvaultproperty = value; } + /// Internal Acessors for EncryptionKeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.EncryptionKeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultProperty = value; } /// Internal Acessors for EncryptionService Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.EncryptionService { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Service; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Service = value; } @@ -180,8 +180,8 @@ public partial class StorageAccountPropertiesCreateParameters : /// Internal Acessors for FileLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.FileLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).FileLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).FileLastEnabledTime = value; } - /// Internal Acessors for NetworkAcls - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.NetworkAcls { get => (this._networkAcls = this._networkAcls ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set { {_networkAcls = value;} } } + /// Internal Acessors for NetworkRuleSet + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.NetworkRuleSet { get => (this._networkRuleSet = this._networkRuleSet ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set { {_networkRuleSet = value;} } } /// Internal Acessors for QueueLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.QueueLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).QueueLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).QueueLastEnabledTime = value; } @@ -201,31 +201,31 @@ public partial class StorageAccountPropertiesCreateParameters : /// Internal Acessors for TableLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesCreateParametersInternal.TableLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).TableLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).TableLastEnabledTime = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet _networkAcls; + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet _networkRuleSet; /// Network rule set [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get => (this._networkAcls = this._networkAcls ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set => this._networkAcls = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get => (this._networkRuleSet = this._networkRuleSet ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set => this._networkRuleSet = value; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).Bypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).Bypass = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).Bypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).Bypass = value; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).DefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).DefaultAction = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).DefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).DefaultAction = value; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).IPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).IPRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).IPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).IPRule = value; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).VirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).VirtualNetworkRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).VirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).VirtualNetworkRule = value; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. @@ -428,7 +428,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -436,7 +436,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -444,7 +444,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. /// @@ -465,7 +465,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, ""Logging, Metrics""), or None to bypass none of those traffics.", SerializedName = @"bypass", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -473,7 +473,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"Specifies the default action of allow or deny when no other rules match.", SerializedName = @"defaultAction", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -481,7 +481,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"Sets the IP ACL rules", SerializedName = @"ipRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -489,7 +489,7 @@ public partial interface IStorageAccountPropertiesCreateParameters : Description = @"Sets the virtual network rules", SerializedName = @"virtualNetworkRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// @@ -595,7 +595,7 @@ internal partial interface IStorageAccountPropertiesCreateParametersInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource EncryptionKeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyVaultProperty { get; set; } /// List of services which support encryption. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices EncryptionService { get; set; } /// @@ -610,28 +610,28 @@ internal partial interface IStorageAccountPropertiesCreateParametersInternal /// Account HierarchicalNamespace enabled if sets to true. bool? IsHnsEnabled { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState? LargeFileSharesState { get; set; } /// Network rule set - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get; set; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.json.cs index 94b321bf1ef2..e3d925652b1a 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesCreateParameters.json.cs @@ -70,14 +70,14 @@ internal StorageAccountPropertiesCreateParameters(Microsoft.Azure.PowerShell.Cmd { return; } - {_azureFilesIdentityBasedAuthentication = If( json?.PropertyT("azureFilesIdentityBasedAuthentication"), out var __jsonAzureFilesIdentityBasedAuthentication) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthentication.FromJson(__jsonAzureFilesIdentityBasedAuthentication) : AzureFilesIdentityBasedAuthentication;} {_customDomain = If( json?.PropertyT("customDomain"), out var __jsonCustomDomain) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomain.FromJson(__jsonCustomDomain) : CustomDomain;} {_encryption = If( json?.PropertyT("encryption"), out var __jsonEncryption) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Encryption.FromJson(__jsonEncryption) : Encryption;} - {_networkAcls = If( json?.PropertyT("networkAcls"), out var __jsonNetworkAcls) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet.FromJson(__jsonNetworkAcls) : NetworkAcls;} + {_networkRuleSet = If( json?.PropertyT("networkAcls"), out var __jsonNetworkAcls) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet.FromJson(__jsonNetworkAcls) : NetworkRuleSet;} + {_azureFilesIdentityBasedAuthentication = If( json?.PropertyT("azureFilesIdentityBasedAuthentication"), out var __jsonAzureFilesIdentityBasedAuthentication) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthentication.FromJson(__jsonAzureFilesIdentityBasedAuthentication) : AzureFilesIdentityBasedAuthentication;} {_accessTier = If( json?.PropertyT("accessTier"), out var __jsonAccessTier) ? (string)__jsonAccessTier : (string)AccessTier;} + {_enableHttpsTrafficOnly = If( json?.PropertyT("supportsHttpsTrafficOnly"), out var __jsonSupportsHttpsTrafficOnly) ? (bool?)__jsonSupportsHttpsTrafficOnly : EnableHttpsTrafficOnly;} {_isHnsEnabled = If( json?.PropertyT("isHnsEnabled"), out var __jsonIsHnsEnabled) ? (bool?)__jsonIsHnsEnabled : IsHnsEnabled;} {_largeFileSharesState = If( json?.PropertyT("largeFileSharesState"), out var __jsonLargeFileSharesState) ? (string)__jsonLargeFileSharesState : (string)LargeFileSharesState;} - {_enableHttpsTrafficOnly = If( json?.PropertyT("supportsHttpsTrafficOnly"), out var __jsonSupportsHttpsTrafficOnly) ? (bool?)__jsonSupportsHttpsTrafficOnly : EnableHttpsTrafficOnly;} AfterFromJson(json); } @@ -102,14 +102,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._azureFilesIdentityBasedAuthentication ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureFilesIdentityBasedAuthentication.ToJson(null,serializationMode) : null, "azureFilesIdentityBasedAuthentication" ,container.Add ); AddIf( null != this._customDomain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._customDomain.ToJson(null,serializationMode) : null, "customDomain" ,container.Add ); AddIf( null != this._encryption ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._encryption.ToJson(null,serializationMode) : null, "encryption" ,container.Add ); - AddIf( null != this._networkAcls ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._networkAcls.ToJson(null,serializationMode) : null, "networkAcls" ,container.Add ); + AddIf( null != this._networkRuleSet ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._networkRuleSet.ToJson(null,serializationMode) : null, "networkAcls" ,container.Add ); + AddIf( null != this._azureFilesIdentityBasedAuthentication ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureFilesIdentityBasedAuthentication.ToJson(null,serializationMode) : null, "azureFilesIdentityBasedAuthentication" ,container.Add ); AddIf( null != (((object)this._accessTier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accessTier.ToString()) : null, "accessTier" ,container.Add ); + AddIf( null != this._enableHttpsTrafficOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableHttpsTrafficOnly) : null, "supportsHttpsTrafficOnly" ,container.Add ); AddIf( null != this._isHnsEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHnsEnabled) : null, "isHnsEnabled" ,container.Add ); AddIf( null != (((object)this._largeFileSharesState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._largeFileSharesState.ToString()) : null, "largeFileSharesState" ,container.Add ); - AddIf( null != this._enableHttpsTrafficOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableHttpsTrafficOnly) : null, "supportsHttpsTrafficOnly" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.PowerShell.cs index 902c36986b69..71d1e2e61dcb 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.PowerShell.cs @@ -97,44 +97,44 @@ internal StorageAccountPropertiesUpdateParameters(global::System.Collections.IDi return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -153,44 +153,44 @@ internal StorageAccountPropertiesUpdateParameters(global::System.Management.Auto return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.cs index fe03c192aa83..ac469e7b0dbc 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.cs @@ -127,15 +127,15 @@ public partial class StorageAccountPropertiesUpdateParameters : /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyvaultpropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultPropertyKeyVersion = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState? _largeFileSharesState; @@ -163,8 +163,8 @@ public partial class StorageAccountPropertiesUpdateParameters : /// Internal Acessors for Encryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.Encryption { get => (this._encryption = this._encryption ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Encryption()); set { {_encryption = value;} } } - /// Internal Acessors for EncryptionKeyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.EncryptionKeyvaultproperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Keyvaultproperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Keyvaultproperty = value; } + /// Internal Acessors for EncryptionKeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.EncryptionKeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).KeyVaultProperty = value; } /// Internal Acessors for EncryptionService Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.EncryptionService { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Service; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).Service = value; } @@ -172,8 +172,8 @@ public partial class StorageAccountPropertiesUpdateParameters : /// Internal Acessors for FileLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.FileLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).FileLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).FileLastEnabledTime = value; } - /// Internal Acessors for NetworkAcls - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.NetworkAcls { get => (this._networkAcls = this._networkAcls ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set { {_networkAcls = value;} } } + /// Internal Acessors for NetworkRuleSet + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.NetworkRuleSet { get => (this._networkRuleSet = this._networkRuleSet ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set { {_networkRuleSet = value;} } } /// Internal Acessors for QueueLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.QueueLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).QueueLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).QueueLastEnabledTime = value; } @@ -193,31 +193,31 @@ public partial class StorageAccountPropertiesUpdateParameters : /// Internal Acessors for TableLastEnabledTime global::System.DateTime? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal.TableLastEnabledTime { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).TableLastEnabledTime; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionInternal)Encryption).TableLastEnabledTime = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet _networkAcls; + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet _networkRuleSet; /// Network rule set [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get => (this._networkAcls = this._networkAcls ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set => this._networkAcls = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get => (this._networkRuleSet = this._networkRuleSet ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet()); set => this._networkRuleSet = value; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).Bypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).Bypass = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).Bypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).Bypass = value; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).DefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).DefaultAction = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).DefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).DefaultAction = value; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).IPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).IPRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).IPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).IPRule = value; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).VirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkAcls).VirtualNetworkRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).VirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSetInternal)NetworkRuleSet).VirtualNetworkRule = value; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. @@ -410,7 +410,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -418,7 +418,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -426,7 +426,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. /// @@ -447,7 +447,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, ""Logging, Metrics""), or None to bypass none of those traffics.", SerializedName = @"bypass", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -455,7 +455,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"Specifies the default action of allow or deny when no other rules match.", SerializedName = @"defaultAction", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -463,7 +463,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"Sets the IP ACL rules", SerializedName = @"ipRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -471,7 +471,7 @@ public partial interface IStorageAccountPropertiesUpdateParameters : Description = @"Sets the virtual network rules", SerializedName = @"virtualNetworkRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// @@ -576,7 +576,7 @@ internal partial interface IStorageAccountPropertiesUpdateParametersInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource EncryptionKeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyVaultProperty { get; set; } /// List of services which support encryption. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices EncryptionService { get; set; } /// @@ -589,28 +589,28 @@ internal partial interface IStorageAccountPropertiesUpdateParametersInternal /// global::System.DateTime? FileLastEnabledTime { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState? LargeFileSharesState { get; set; } /// Network rule set - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get; set; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.json.cs index 2410d0dec95a..4040da1f0854 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountPropertiesUpdateParameters.json.cs @@ -70,13 +70,13 @@ internal StorageAccountPropertiesUpdateParameters(Microsoft.Azure.PowerShell.Cmd { return; } - {_azureFilesIdentityBasedAuthentication = If( json?.PropertyT("azureFilesIdentityBasedAuthentication"), out var __jsonAzureFilesIdentityBasedAuthentication) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthentication.FromJson(__jsonAzureFilesIdentityBasedAuthentication) : AzureFilesIdentityBasedAuthentication;} {_customDomain = If( json?.PropertyT("customDomain"), out var __jsonCustomDomain) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomain.FromJson(__jsonCustomDomain) : CustomDomain;} {_encryption = If( json?.PropertyT("encryption"), out var __jsonEncryption) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Encryption.FromJson(__jsonEncryption) : Encryption;} - {_networkAcls = If( json?.PropertyT("networkAcls"), out var __jsonNetworkAcls) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet.FromJson(__jsonNetworkAcls) : NetworkAcls;} + {_azureFilesIdentityBasedAuthentication = If( json?.PropertyT("azureFilesIdentityBasedAuthentication"), out var __jsonAzureFilesIdentityBasedAuthentication) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthentication.FromJson(__jsonAzureFilesIdentityBasedAuthentication) : AzureFilesIdentityBasedAuthentication;} + {_networkRuleSet = If( json?.PropertyT("networkAcls"), out var __jsonNetworkAcls) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSet.FromJson(__jsonNetworkAcls) : NetworkRuleSet;} {_accessTier = If( json?.PropertyT("accessTier"), out var __jsonAccessTier) ? (string)__jsonAccessTier : (string)AccessTier;} - {_largeFileSharesState = If( json?.PropertyT("largeFileSharesState"), out var __jsonLargeFileSharesState) ? (string)__jsonLargeFileSharesState : (string)LargeFileSharesState;} {_enableHttpsTrafficOnly = If( json?.PropertyT("supportsHttpsTrafficOnly"), out var __jsonSupportsHttpsTrafficOnly) ? (bool?)__jsonSupportsHttpsTrafficOnly : EnableHttpsTrafficOnly;} + {_largeFileSharesState = If( json?.PropertyT("largeFileSharesState"), out var __jsonLargeFileSharesState) ? (string)__jsonLargeFileSharesState : (string)LargeFileSharesState;} AfterFromJson(json); } @@ -101,13 +101,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._azureFilesIdentityBasedAuthentication ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureFilesIdentityBasedAuthentication.ToJson(null,serializationMode) : null, "azureFilesIdentityBasedAuthentication" ,container.Add ); AddIf( null != this._customDomain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._customDomain.ToJson(null,serializationMode) : null, "customDomain" ,container.Add ); AddIf( null != this._encryption ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._encryption.ToJson(null,serializationMode) : null, "encryption" ,container.Add ); - AddIf( null != this._networkAcls ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._networkAcls.ToJson(null,serializationMode) : null, "networkAcls" ,container.Add ); + AddIf( null != this._azureFilesIdentityBasedAuthentication ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureFilesIdentityBasedAuthentication.ToJson(null,serializationMode) : null, "azureFilesIdentityBasedAuthentication" ,container.Add ); + AddIf( null != this._networkRuleSet ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._networkRuleSet.ToJson(null,serializationMode) : null, "networkAcls" ,container.Add ); AddIf( null != (((object)this._accessTier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accessTier.ToString()) : null, "accessTier" ,container.Add ); - AddIf( null != (((object)this._largeFileSharesState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._largeFileSharesState.ToString()) : null, "largeFileSharesState" ,container.Add ); AddIf( null != this._enableHttpsTrafficOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableHttpsTrafficOnly) : null, "supportsHttpsTrafficOnly" ,container.Add ); + AddIf( null != (((object)this._largeFileSharesState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._largeFileSharesState.ToString()) : null, "largeFileSharesState" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.PowerShell.cs index e1f333000b67..709fcb4e6800 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.PowerShell.cs @@ -98,60 +98,60 @@ internal StorageAccountUpdateParameters(global::System.Collections.IDictionary c return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesUpdateParametersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountUpdateParametersTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -169,60 +169,60 @@ internal StorageAccountUpdateParameters(global::System.Management.Automation.PSO return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesUpdateParametersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountUpdateParametersTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier?) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IRestriction[]) content.GetValueForProperty("SkuRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.RestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType = (string) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomain = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Encryption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption) content.GetValueForProperty("Encryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).Encryption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuResourceType = (string) content.GetValueForProperty("SkuResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AccessTier = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier?) content.GetValueForProperty("AccessTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AccessTier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind?) content.GetValueForProperty("SkuKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuKind, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ISkuCapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.SkuCapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAcls = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkAcls",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAcls, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSet = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet) content.GetValueForProperty("NetworkRuleSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.NetworkRuleSetTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EnableHttpsTrafficOnly = (bool?) content.GetValueForProperty("EnableHttpsTrafficOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EnableHttpsTrafficOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkAclsDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState?) content.GetValueForProperty("LargeFileSharesState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).LargeFileSharesState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainName = (string) content.GetValueForProperty("CustomDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkAclsBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetDefaultAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) content.GetValueForProperty("NetworkRuleSetDefaultAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetDefaultAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices) content.GetValueForProperty("EncryptionService",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionService, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkRuleSetIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource) content.GetValueForProperty("EncryptionKeySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetBypass = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass?) content.GetValueForProperty("NetworkRuleSetBypass",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetBypass, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IAzureFilesIdentityBasedAuthentication) content.GetValueForProperty("AzureFilesIdentityBasedAuthentication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.AzureFilesIdentityBasedAuthenticationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkRuleSetVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkRuleSetVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsIPRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[]) content.GetValueForProperty("NetworkAclsIPRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsIPRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IPRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[]) content.GetValueForProperty("NetworkAclsVirtualNetworkRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).NetworkAclsVirtualNetworkRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.VirtualNetworkRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainUseSubDomainName = (bool?) content.GetValueForProperty("CustomDomainUseSubDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).CustomDomainUseSubDomainName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyvaultproperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyvaultproperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyvaultproperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyName = (string) content.GetValueForProperty("KeyvaultpropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid = (string) content.GetValueForProperty("ActiveDirectoryPropertyDomainGuid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyDomainGuid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IActiveDirectoryProperties) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationActiveDirectoryProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationActiveDirectoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ActiveDirectoryPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions) content.GetValueForProperty("AzureFileIdentityBasedAuthenticationDirectoryServiceOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).AzureFileIdentityBasedAuthenticationDirectoryServiceOption, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName = (string) content.GetValueForProperty("ActiveDirectoryPropertyForestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyForestName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties) content.GetValueForProperty("EncryptionKeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).EncryptionKeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceQueue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceQueue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceQueue, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri = (string) content.GetValueForProperty("KeyvaultpropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceFile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceFile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName = (string) content.GetValueForProperty("ActiveDirectoryPropertyNetBiosDomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyNetBiosDomainName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid = (string) content.GetValueForProperty("ActiveDirectoryPropertyAzureStorageSid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ActiveDirectoryPropertyAzureStorageSid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVersion = (string) content.GetValueForProperty("KeyvaultpropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyvaultpropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceTable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceTable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionService) content.GetValueForProperty("ServiceBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).ServiceBlob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("FileLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobEnabled = (bool?) content.GetValueForProperty("BlobEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled = (bool?) content.GetValueForProperty("FileEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).FileEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableEnabled = (bool?) content.GetValueForProperty("TableEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("TableLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).TableLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled = (bool?) content.GetValueForProperty("QueueEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("QueueLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).QueueLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime = (global::System.DateTime?) content.GetValueForProperty("BlobLastEnabledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal)this).BlobLastEnabledTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.cs index 31556650fc99..9dcbd3fb9bbe 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.cs @@ -113,15 +113,15 @@ public partial class StorageAccountUpdateParameters : /// The name of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyvaultpropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyvaultpropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyVaultPropertyKeyName = value; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyvaultpropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyvaultpropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyVaultPropertyKeyVaultUri = value; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string KeyvaultpropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyvaultpropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyvaultpropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).KeyVaultPropertyKeyVersion = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind? _kind; @@ -155,8 +155,8 @@ public partial class StorageAccountUpdateParameters : /// Internal Acessors for Encryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.Encryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).Encryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).Encryption = value; } - /// Internal Acessors for EncryptionKeyvaultproperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.EncryptionKeyvaultproperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).EncryptionKeyvaultproperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).EncryptionKeyvaultproperty = value; } + /// Internal Acessors for EncryptionKeyVaultProperty + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.EncryptionKeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).EncryptionKeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).EncryptionKeyVaultProperty = value; } /// Internal Acessors for EncryptionService Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.EncryptionService { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).EncryptionService; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).EncryptionService = value; } @@ -176,8 +176,8 @@ public partial class StorageAccountUpdateParameters : /// Internal Acessors for IdentityType string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.IdentityType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)Identity).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIdentityInternal)Identity).Type = value; } - /// Internal Acessors for NetworkAcls - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.NetworkAcls { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAcls; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAcls = value; } + /// Internal Acessors for NetworkRuleSet + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.NetworkRuleSet { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSet; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSet = value; } /// Internal Acessors for Property Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountUpdateParametersInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesUpdateParameters()); set { {_property = value;} } } @@ -223,19 +223,19 @@ public partial class StorageAccountUpdateParameters : /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsBypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsBypass = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetBypass; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetBypass = value; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsDefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsDefaultAction = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetDefaultAction; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetDefaultAction = value; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsIPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsIPRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetIPRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetIPRule = value; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsVirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkAclsVirtualNetworkRule = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetVirtualNetworkRule; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParametersInternal)Property).NetworkRuleSetVirtualNetworkRule = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters _property; @@ -516,7 +516,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"The name of KeyVault key.", SerializedName = @"keyname", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -524,7 +524,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"The Uri of KeyVault.", SerializedName = @"keyvaulturi", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -532,7 +532,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"The version of KeyVault key.", SerializedName = @"keyversion", PossibleTypes = new [] { typeof(string) })] - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. /// @@ -563,7 +563,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, ""Logging, Metrics""), or None to bypass none of those traffics.", SerializedName = @"bypass", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, @@ -571,7 +571,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"Specifies the default action of allow or deny when no other rules match.", SerializedName = @"defaultAction", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -579,7 +579,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"Sets the IP ACL rules", SerializedName = @"ipRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -587,7 +587,7 @@ public partial interface IStorageAccountUpdateParameters : Description = @"Sets the virtual network rules", SerializedName = @"virtualNetworkRules", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// /// A boolean indicating whether or not the service encrypts the data as it is stored. /// @@ -770,7 +770,7 @@ internal partial interface IStorageAccountUpdateParametersInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySource EncryptionKeySource { get; set; } /// Properties provided by key vault. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyvaultproperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties EncryptionKeyVaultProperty { get; set; } /// List of services which support encryption. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices EncryptionService { get; set; } /// @@ -791,11 +791,11 @@ internal partial interface IStorageAccountUpdateParametersInternal /// The identity type. string IdentityType { get; set; } /// The name of KeyVault key. - string KeyvaultpropertyKeyName { get; set; } + string KeyVaultPropertyKeyName { get; set; } /// The Uri of KeyVault. - string KeyvaultpropertyKeyVaultUri { get; set; } + string KeyVaultPropertyKeyVaultUri { get; set; } /// The version of KeyVault key. - string KeyvaultpropertyKeyVersion { get; set; } + string KeyVaultPropertyKeyVersion { get; set; } /// /// Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. /// @@ -805,18 +805,18 @@ internal partial interface IStorageAccountUpdateParametersInternal /// Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState? LargeFileSharesState { get; set; } /// Network rule set - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkAcls { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.INetworkRuleSet NetworkRuleSet { get; set; } /// /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. /// - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkAclsBypass { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Bypass? NetworkRuleSetBypass { get; set; } /// Specifies the default action of allow or deny when no other rules match. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkAclsDefaultAction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction NetworkRuleSetDefaultAction { get; set; } /// Sets the IP ACL rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkAclsIPRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IIPRule[] NetworkRuleSetIPRule { get; set; } /// Sets the virtual network rules - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkAclsVirtualNetworkRule { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRule[] NetworkRuleSetVirtualNetworkRule { get; set; } /// The parameters used when updating a storage account. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters Property { get; set; } /// diff --git a/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.json.cs b/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.json.cs index 70838064575e..e68329852b9b 100644 --- a/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/StorageAccountUpdateParameters.json.cs @@ -72,11 +72,11 @@ internal StorageAccountUpdateParameters(Microsoft.Azure.PowerShell.Cmdlets.Funct { return; } + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Sku.FromJson(__jsonSku) : Sku;} {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Identity.FromJson(__jsonIdentity) : Identity;} {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesUpdateParameters.FromJson(__jsonProperties) : Property;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Sku.FromJson(__jsonSku) : Sku;} - {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountUpdateParametersTags.FromJson(__jsonTags) : Tag;} + {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} AfterFromJson(json); } @@ -99,11 +99,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != this._sku ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._sku.ToJson(null,serializationMode) : null, "sku" ,container.Add ); AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); - AddIf( null != this._sku ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._sku.ToJson(null,serializationMode) : null, "sku" ,container.Add ); - AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); AddIf( null != this._tag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tag.ToJson(null,serializationMode) : null, "tags" ,container.Add ); + AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190401/TagProperty.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/TagProperty.PowerShell.cs index fe1d7b3300c5..403a114cfc27 100644 --- a/src/Functions/generated/api/Models/Api20190401/TagProperty.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/TagProperty.PowerShell.cs @@ -94,10 +94,10 @@ internal TagProperty(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier = (string) content.GetValueForProperty("ObjectIdentifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Tag = (string) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Tag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier = (string) content.GetValueForProperty("ObjectIdentifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Upn = (string) content.GetValueForProperty("Upn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Upn, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,10 +116,10 @@ internal TagProperty(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier = (string) content.GetValueForProperty("ObjectIdentifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Tag = (string) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Tag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier = (string) content.GetValueForProperty("ObjectIdentifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).ObjectIdentifier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).TenantId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Upn = (string) content.GetValueForProperty("Upn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagPropertyInternal)this).Upn, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/TagProperty.json.cs b/src/Functions/generated/api/Models/Api20190401/TagProperty.json.cs index 29f02c915ca9..01265a1029c7 100644 --- a/src/Functions/generated/api/Models/Api20190401/TagProperty.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/TagProperty.json.cs @@ -70,10 +70,10 @@ internal TagProperty(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.J { return; } - {_objectIdentifier = If( json?.PropertyT("objectIdentifier"), out var __jsonObjectIdentifier) ? (string)__jsonObjectIdentifier : (string)ObjectIdentifier;} {_tag = If( json?.PropertyT("tag"), out var __jsonTag) ? (string)__jsonTag : (string)Tag;} - {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} {_timestamp = If( json?.PropertyT("timestamp"), out var __jsonTimestamp) ? global::System.DateTime.TryParse((string)__jsonTimestamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimestampValue) ? __jsonTimestampValue : Timestamp : Timestamp;} + {_objectIdentifier = If( json?.PropertyT("objectIdentifier"), out var __jsonObjectIdentifier) ? (string)__jsonObjectIdentifier : (string)ObjectIdentifier;} + {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} {_upn = If( json?.PropertyT("upn"), out var __jsonUpn) ? (string)__jsonUpn : (string)Upn;} AfterFromJson(json); } @@ -99,19 +99,19 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._objectIdentifier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._objectIdentifier.ToString()) : null, "objectIdentifier" ,container.Add ); + AddIf( null != (((object)this._tag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tag.ToString()) : null, "tag" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tag.ToString()) : null, "tag" ,container.Add ); + AddIf( null != this._timestamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestamp" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); + AddIf( null != (((object)this._objectIdentifier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._objectIdentifier.ToString()) : null, "objectIdentifier" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._timestamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestamp" ,container.Add ); + AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { diff --git a/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.PowerShell.cs index 49fe9748660b..b2ca67a345d3 100644 --- a/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.PowerShell.cs @@ -99,11 +99,11 @@ internal UpdateHistoryProperty(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType?) content.GetValueForProperty("Update",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ImmutabilityPeriodSinceCreationInDay = (int?) content.GetValueForProperty("ImmutabilityPeriodSinceCreationInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ImmutabilityPeriodSinceCreationInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ObjectIdentifier = (string) content.GetValueForProperty("ObjectIdentifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ObjectIdentifier, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType?) content.GetValueForProperty("Update",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Upn = (string) content.GetValueForProperty("Upn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Upn, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -122,11 +122,11 @@ internal UpdateHistoryProperty(global::System.Management.Automation.PSObject con return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType?) content.GetValueForProperty("Update",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ImmutabilityPeriodSinceCreationInDay = (int?) content.GetValueForProperty("ImmutabilityPeriodSinceCreationInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ImmutabilityPeriodSinceCreationInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ObjectIdentifier = (string) content.GetValueForProperty("ObjectIdentifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).ObjectIdentifier, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType?) content.GetValueForProperty("Update",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Update, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Upn = (string) content.GetValueForProperty("Upn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryPropertyInternal)this).Upn, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.json.cs b/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.json.cs index 470c25c7f232..0821d311ccce 100644 --- a/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/UpdateHistoryProperty.json.cs @@ -79,23 +79,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._immutabilityPeriodSinceCreationInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._immutabilityPeriodSinceCreationInDay) : null, "immutabilityPeriodSinceCreationInDays" ,container.Add ); + AddIf( null != (((object)this._update)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._update.ToString()) : null, "update" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._objectIdentifier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._objectIdentifier.ToString()) : null, "objectIdentifier" ,container.Add ); + AddIf( null != this._immutabilityPeriodSinceCreationInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._immutabilityPeriodSinceCreationInDay) : null, "immutabilityPeriodSinceCreationInDays" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); + AddIf( null != this._timestamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestamp" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._timestamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestamp" ,container.Add ); + AddIf( null != (((object)this._objectIdentifier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._objectIdentifier.ToString()) : null, "objectIdentifier" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._update)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._update.ToString()) : null, "update" ,container.Add ); + AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -117,11 +117,11 @@ internal UpdateHistoryProperty(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } + {_update = If( json?.PropertyT("update"), out var __jsonUpdate) ? (string)__jsonUpdate : (string)Update;} {_immutabilityPeriodSinceCreationInDay = If( json?.PropertyT("immutabilityPeriodSinceCreationInDays"), out var __jsonImmutabilityPeriodSinceCreationInDays) ? (int?)__jsonImmutabilityPeriodSinceCreationInDays : ImmutabilityPeriodSinceCreationInDay;} + {_timestamp = If( json?.PropertyT("timestamp"), out var __jsonTimestamp) ? global::System.DateTime.TryParse((string)__jsonTimestamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimestampValue) ? __jsonTimestampValue : Timestamp : Timestamp;} {_objectIdentifier = If( json?.PropertyT("objectIdentifier"), out var __jsonObjectIdentifier) ? (string)__jsonObjectIdentifier : (string)ObjectIdentifier;} {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} - {_timestamp = If( json?.PropertyT("timestamp"), out var __jsonTimestamp) ? global::System.DateTime.TryParse((string)__jsonTimestamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimestampValue) ? __jsonTimestampValue : Timestamp : Timestamp;} - {_update = If( json?.PropertyT("update"), out var __jsonUpdate) ? (string)__jsonUpdate : (string)Update;} {_upn = If( json?.PropertyT("upn"), out var __jsonUpn) ? (string)__jsonUpn : (string)Upn;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190401/Usage.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.PowerShell.cs similarity index 56% rename from src/Functions/generated/api/Models/Api20190401/Usage.PowerShell.cs rename to src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.PowerShell.cs index 128f489c7d04..37905461458e 100644 --- a/src/Functions/generated/api/Models/Api20190401/Usage.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.PowerShell.cs @@ -3,8 +3,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// Describes Storage Resource Usage. - [System.ComponentModel.TypeConverter(typeof(UsageTypeConverter))] - public partial class Usage + [System.ComponentModel.TypeConverter(typeof(UsageAutoGeneratedTypeConverter))] + public partial class UsageAutoGenerated { /// @@ -48,37 +48,37 @@ public partial class Usage partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated DeserializeFromDictionary(global::System.Collections.IDictionary content) { - return new Usage(content); + return new UsageAutoGenerated(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { - return new Usage(content); + return new UsageAutoGenerated(content); } /// - /// Creates a new instance of , deserializing the content from a json string. + /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. @@ -86,11 +86,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IU public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. - internal Usage(global::System.Collections.IDictionary content) + internal UsageAutoGenerated(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); @@ -99,21 +99,21 @@ internal Usage(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageNameTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).CurrentValue = (int?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).CurrentValue, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Limit = (int?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Limit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Unit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit?) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Unit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameLocalizedValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameValue = (string) content.GetValueForProperty("NameValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameValue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageNameTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Unit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit?) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Unit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).CurrentValue = (int?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).CurrentValue, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Limit = (int?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Limit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameValue = (string) content.GetValueForProperty("NameValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameValue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameLocalizedValue, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. - internal Usage(global::System.Management.Automation.PSObject content) + internal UsageAutoGenerated(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); @@ -122,18 +122,18 @@ internal Usage(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageNameTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).CurrentValue = (int?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).CurrentValue, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Limit = (int?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Limit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Unit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit?) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).Unit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameLocalizedValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameValue = (string) content.GetValueForProperty("NameValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal)this).NameValue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageNameTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Unit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit?) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Unit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).CurrentValue = (int?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).CurrentValue, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Limit = (int?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).Limit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameValue = (string) content.GetValueForProperty("NameValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameValue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal)this).NameLocalizedValue, global::System.Convert.ToString); AfterDeserializePSObject(content); } } /// Describes Storage Resource Usage. - [System.ComponentModel.TypeConverter(typeof(UsageTypeConverter))] - public partial interface IUsage + [System.ComponentModel.TypeConverter(typeof(UsageAutoGeneratedTypeConverter))] + public partial interface IUsageAutoGenerated { diff --git a/src/Functions/generated/api/Models/Api20190401/Dimension.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.TypeConverter.cs similarity index 86% rename from src/Functions/generated/api/Models/Api20190401/Dimension.TypeConverter.cs rename to src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.TypeConverter.cs index afb7e52e0ef8..8c40e2fcc834 100644 --- a/src/Functions/generated/api/Models/Api20190401/Dimension.TypeConverter.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.TypeConverter.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// - /// A PowerShell PSTypeConverter to support converting to an instance of + /// A PowerShell PSTypeConverter to support converting to an instance of /// - public partial class DimensionTypeConverter : global::System.Management.Automation.PSTypeConverter + public partial class UsageAutoGeneratedTypeConverter : global::System.Management.Automation.PSTypeConverter { /// @@ -24,10 +24,10 @@ public partial class DimensionTypeConverter : global::System.Management.Automati /// Determines if the converter can convert the parameter to the /// parameter. /// - /// the instance to check if it can be converted to the the instance to check if it can be converted to the type. /// - /// true if the instance could be converted to a type, otherwise false + /// true if the instance could be converted to a type, otherwise false /// public static bool CanConvertFrom(dynamic sourceValue) { @@ -89,7 +89,7 @@ public static bool CanConvertFrom(dynamic sourceValue) /// not used by this TypeConverter. /// when set to true, will ignore the case when converting. /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); @@ -97,24 +97,24 @@ public static bool CanConvertFrom(dynamic sourceValue) /// Converts the parameter to the parameter using and /// - /// the value to convert into an instance of . + /// the value to convert into an instance of . /// - /// an instance of , or null if there is no suitable conversion. + /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated).IsAssignableFrom(type)) { return sourceValue; } try { - return Dimension.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; + return UsageAutoGenerated.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; } catch { @@ -122,11 +122,11 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ID } if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) { - return Dimension.DeserializeFromPSObject(sourceValue); + return UsageAutoGenerated.DeserializeFromPSObject(sourceValue); } if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) { - return Dimension.DeserializeFromDictionary(sourceValue); + return UsageAutoGenerated.DeserializeFromDictionary(sourceValue); } return null; } diff --git a/src/Functions/generated/api/Models/Api20190401/Usage.cs b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.cs similarity index 83% rename from src/Functions/generated/api/Models/Api20190401/Usage.cs rename to src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.cs index 3a11f6875215..35d03339a2cc 100644 --- a/src/Functions/generated/api/Models/Api20190401/Usage.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.cs @@ -3,9 +3,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Describes Storage Resource Usage. - public partial class Usage : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal + public partial class UsageAutoGenerated : + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal { /// Backing field for property. @@ -25,22 +25,22 @@ public partial class Usage : public int? Limit { get => this._limit; } /// Internal Acessors for CurrentValue - int? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal.CurrentValue { get => this._currentValue; set { {_currentValue = value;} } } + int? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal.CurrentValue { get => this._currentValue; set { {_currentValue = value;} } } /// Internal Acessors for Limit - int? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal.Limit { get => this._limit; set { {_limit = value;} } } + int? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal.Limit { get => this._limit; set { {_limit = value;} } } /// Internal Acessors for Name - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal.Name { get => (this._name = this._name ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageName()); set { {_name = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal.Name { get => (this._name = this._name ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageName()); set { {_name = value;} } } /// Internal Acessors for NameLocalizedValue - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal.NameLocalizedValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).LocalizedValue; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).LocalizedValue = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal.NameLocalizedValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).LocalizedValue; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).LocalizedValue = value; } /// Internal Acessors for NameValue - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal.NameValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).Value; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).Value = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal.NameValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).Value; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)Name).Value = value; } /// Internal Acessors for Unit - Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageInternal.Unit { get => this._unit; set { {_unit = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGeneratedInternal.Unit { get => this._unit; set { {_unit = value;} } } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName _name; @@ -64,14 +64,14 @@ public partial class Usage : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit? Unit { get => this._unit; } - /// Creates an new instance. - public Usage() + /// Creates an new instance. + public UsageAutoGenerated() { } } /// Describes Storage Resource Usage. - public partial interface IUsage : + public partial interface IUsageAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { /// Gets the current count of the allocated resources in the subscription. @@ -119,7 +119,7 @@ public partial interface IUsage : } /// Describes Storage Resource Usage. - internal partial interface IUsageInternal + internal partial interface IUsageAutoGeneratedInternal { /// Gets the current count of the allocated resources in the subscription. diff --git a/src/Functions/generated/api/Models/Api20190401/Usage.json.cs b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.json.cs similarity index 90% rename from src/Functions/generated/api/Models/Api20190401/Usage.json.cs rename to src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.json.cs index 55f590f07a9c..5ea96b860e05 100644 --- a/src/Functions/generated/api/Models/Api20190401/Usage.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageAutoGenerated.json.cs @@ -3,7 +3,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401 using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; /// Describes Storage Resource Usage. - public partial class Usage + public partial class UsageAutoGenerated { /// @@ -47,25 +47,25 @@ public partial class Usage partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Usage(json) : null; + return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new UsageAutoGenerated(json) : null; } /// - /// Serializes this instance of into a . + /// Serializes this instance of into a . /// /// The container to serialize this object into. If the caller /// passes in null, a new instance will be created and returned to the caller. /// Allows the caller to choose the depth of the serialization. See . /// - /// a serialized instance of as a . + /// a serialized instance of as a . /// public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) { @@ -83,25 +83,25 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._currentValue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._currentValue) : null, "currentValue" ,container.Add ); + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._limit) : null, "limit" ,container.Add ); + AddIf( null != this._currentValue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._currentValue) : null, "currentValue" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); + AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._limit) : null, "limit" ,container.Add ); } AfterToJson(ref container); return container; } /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . + /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Usage(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + internal UsageAutoGenerated(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -110,9 +110,9 @@ internal Usage(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObj return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageName.FromJson(__jsonName) : Name;} + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} {_currentValue = If( json?.PropertyT("currentValue"), out var __jsonCurrentValue) ? (int?)__jsonCurrentValue : CurrentValue;} {_limit = If( json?.PropertyT("limit"), out var __jsonLimit) ? (int?)__jsonLimit : Limit;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190401/UsageListResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/UsageListResult.PowerShell.cs index fc7308518298..7a03e2f60be7 100644 --- a/src/Functions/generated/api/Models/Api20190401/UsageListResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageListResult.PowerShell.cs @@ -99,7 +99,7 @@ internal UsageListResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -117,7 +117,7 @@ internal UsageListResult(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageAutoGeneratedTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190401/UsageListResult.cs b/src/Functions/generated/api/Models/Api20190401/UsageListResult.cs index c7c7665726af..74edd045fa92 100644 --- a/src/Functions/generated/api/Models/Api20190401/UsageListResult.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageListResult.cs @@ -9,11 +9,11 @@ public partial class UsageListResult : { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated[] _value; /// Gets or sets the list of Storage Resource Usages. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public UsageListResult() @@ -31,8 +31,8 @@ public partial interface IUsageListResult : ReadOnly = false, Description = @"Gets or sets the list of Storage Resource Usages.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated[] Value { get; set; } } /// The response from the List Usages operation. @@ -40,7 +40,7 @@ internal partial interface IUsageListResultInternal { /// Gets or sets the list of Storage Resource Usages. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190401/UsageListResult.json.cs b/src/Functions/generated/api/Models/Api20190401/UsageListResult.json.cs index bf7f9ea1585b..0e0bc7e2a55d 100644 --- a/src/Functions/generated/api/Models/Api20190401/UsageListResult.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageListResult.json.cs @@ -102,7 +102,7 @@ internal UsageListResult(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Js { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsage) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Usage.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageAutoGenerated) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageAutoGenerated.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190401/UsageName.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/UsageName.PowerShell.cs index 35b51f2d1be3..bfeea1ab1218 100644 --- a/src/Functions/generated/api/Models/Api20190401/UsageName.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageName.PowerShell.cs @@ -99,8 +99,8 @@ internal UsageName(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal UsageName(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageNameInternal)this).LocalizedValue, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190401/UsageName.json.cs b/src/Functions/generated/api/Models/Api20190401/UsageName.json.cs index fd7764900ace..7d8a9f053094 100644 --- a/src/Functions/generated/api/Models/Api20190401/UsageName.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/UsageName.json.cs @@ -79,11 +79,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._localizedValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localizedValue.ToString()) : null, "localizedValue" ,container.Add ); + AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._localizedValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localizedValue.ToString()) : null, "localizedValue" ,container.Add ); } AfterToJson(ref container); return container; @@ -101,8 +101,8 @@ internal UsageName(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso { return; } - {_localizedValue = If( json?.PropertyT("localizedValue"), out var __jsonLocalizedValue) ? (string)__jsonLocalizedValue : (string)LocalizedValue;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)Value;} + {_localizedValue = If( json?.PropertyT("localizedValue"), out var __jsonLocalizedValue) ? (string)__jsonLocalizedValue : (string)LocalizedValue;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.PowerShell.cs index 9788bf4bcfd1..07959b1b8dd0 100644 --- a/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.PowerShell.cs @@ -99,8 +99,8 @@ internal VirtualNetworkRule(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).VirtualNetworkResourceId = (string) content.GetValueForProperty("VirtualNetworkResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).VirtualNetworkResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.State.CreateFrom); AfterDeserializeDictionary(content); } @@ -119,8 +119,8 @@ internal VirtualNetworkRule(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).VirtualNetworkResourceId = (string) content.GetValueForProperty("VirtualNetworkResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).VirtualNetworkResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Action.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IVirtualNetworkRuleInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.State.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.json.cs b/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.json.cs index 8d52a84263a3..3f26878209d9 100644 --- a/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.json.cs +++ b/src/Functions/generated/api/Models/Api20190401/VirtualNetworkRule.json.cs @@ -77,8 +77,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); AddIf( null != (((object)this._virtualNetworkResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualNetworkResourceId.ToString()) : null, "id" ,container.Add ); + AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); AfterToJson(ref container); return container; @@ -96,8 +96,8 @@ internal VirtualNetworkRule(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} {_virtualNetworkResourceId = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)VirtualNetworkResourceId;} + {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.PowerShell.cs index 13101ebf06d7..b4be2c78d5bd 100644 --- a/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.PowerShell.cs @@ -61,10 +61,10 @@ internal AbnormalTimePeriod(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Event = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("Event",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Event, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Solution = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution[]) content.GetValueForProperty("Solution",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Solution, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SolutionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -82,10 +82,10 @@ internal AbnormalTimePeriod(global::System.Management.Automation.PSObject conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Event = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("Event",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Event, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Solution = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution[]) content.GetValueForProperty("Solution",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).Solution, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SolutionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.json.cs b/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.json.cs index a9bb12017a29..415d8b983dc0 100644 --- a/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AbnormalTimePeriod.json.cs @@ -58,10 +58,10 @@ internal AbnormalTimePeriod(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } + {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_event = If( json?.PropertyT("events"), out var __jsonEvents) ? If( __jsonEvents as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriod.FromJson(__u) )) ))() : null : Event;} {_solution = If( json?.PropertyT("solutions"), out var __jsonSolutions) ? If( __jsonSolutions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Solution.FromJson(__p) )) ))() : null : Solution;} - {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} AfterFromJson(json); } @@ -96,6 +96,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); if (null != this._event) { @@ -115,7 +116,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("solutions",__r); } - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AddressResponse.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AddressResponse.PowerShell.cs index fae9c7b87426..46c4fd7d7d42 100644 --- a/src/Functions/generated/api/Models/Api20190801/AddressResponse.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AddressResponse.PowerShell.cs @@ -62,13 +62,13 @@ internal AddressResponse(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).InternalIPAddress = (string) content.GetValueForProperty("InternalIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).InternalIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).OutboundIPAddress = (string[]) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).OutboundIPAddress, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -88,13 +88,13 @@ internal AddressResponse(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).InternalIPAddress = (string) content.GetValueForProperty("InternalIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).InternalIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).OutboundIPAddress = (string[]) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).OutboundIPAddress, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponseInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.PowerShell.cs index f09a30a485ed..ef07c9e5a82e 100644 --- a/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.PowerShell.cs @@ -61,9 +61,9 @@ internal AddressResponseProperties(global::System.Collections.IDictionary conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).InternalIPAddress = (string) content.GetValueForProperty("InternalIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).InternalIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).OutboundIPAddress = (string[]) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).OutboundIPAddress, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -82,9 +82,9 @@ internal AddressResponseProperties(global::System.Management.Automation.PSObject return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).InternalIPAddress = (string) content.GetValueForProperty("InternalIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).InternalIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).OutboundIPAddress = (string[]) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).OutboundIPAddress, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress = (string) content.GetValueForProperty("ServiceIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).ServiceIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponsePropertiesInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.json.cs index 11660e0a52f9..ede523662577 100644 --- a/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AddressResponseProperties.json.cs @@ -58,9 +58,9 @@ internal AddressResponseProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } + {_serviceIPAddress = If( json?.PropertyT("serviceIpAddress"), out var __jsonServiceIPAddress) ? (string)__jsonServiceIPAddress : (string)ServiceIPAddress;} {_internalIPAddress = If( json?.PropertyT("internalIpAddress"), out var __jsonInternalIPAddress) ? (string)__jsonInternalIPAddress : (string)InternalIPAddress;} {_outboundIPAddress = If( json?.PropertyT("outboundIpAddresses"), out var __jsonOutboundIPAddresses) ? If( __jsonOutboundIPAddresses as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : OutboundIPAddress;} - {_serviceIPAddress = If( json?.PropertyT("serviceIpAddress"), out var __jsonServiceIPAddress) ? (string)__jsonServiceIPAddress : (string)ServiceIPAddress;} {_vipMapping = If( json?.PropertyT("vipMappings"), out var __jsonVipMappings) ? If( __jsonVipMappings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMapping.FromJson(__p) )) ))() : null : VipMapping;} AfterFromJson(json); } @@ -96,6 +96,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._serviceIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serviceIPAddress.ToString()) : null, "serviceIpAddress" ,container.Add ); AddIf( null != (((object)this._internalIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._internalIPAddress.ToString()) : null, "internalIpAddress" ,container.Add ); if (null != this._outboundIPAddress) { @@ -106,7 +107,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("outboundIpAddresses",__w); } - AddIf( null != (((object)this._serviceIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serviceIPAddress.ToString()) : null, "serviceIpAddress" ,container.Add ); if (null != this._vipMapping) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); diff --git a/src/Functions/generated/api/Models/Api20190801/AnalysisData.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AnalysisData.PowerShell.cs index 0a79483b22b2..f23c07f76330 100644 --- a/src/Functions/generated/api/Models/Api20190801/AnalysisData.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AnalysisData.PowerShell.cs @@ -63,20 +63,20 @@ internal AnalysisData(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) content.GetValueForProperty("DetectorDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData) content.GetValueForProperty("DetectorMetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Source = (string) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Source, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("DetectorDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaDataSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource) content.GetValueForProperty("DetectorMetaDataSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaDataSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionType = (string) content.GetValueForProperty("DetectorDefinitionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionId = (string) content.GetValueForProperty("DetectorDefinitionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceUri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("DataSourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceUri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -97,20 +97,20 @@ internal AnalysisData(global::System.Management.Automation.PSObject content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) content.GetValueForProperty("DetectorDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData) content.GetValueForProperty("DetectorMetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Source = (string) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Source, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("DetectorDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaDataSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource) content.GetValueForProperty("DetectorMetaDataSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorMetaDataSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionType = (string) content.GetValueForProperty("DetectorDefinitionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionId = (string) content.GetValueForProperty("DetectorDefinitionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceUri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("DataSourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDataInternal)this).DataSourceUri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AnalysisData.json.cs b/src/Functions/generated/api/Models/Api20190801/AnalysisData.json.cs index 30f1d0936bc7..7fadedafcf59 100644 --- a/src/Functions/generated/api/Models/Api20190801/AnalysisData.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AnalysisData.json.cs @@ -60,9 +60,9 @@ internal AnalysisData(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json. } {_detectorDefinition = If( json?.PropertyT("detectorDefinition"), out var __jsonDetectorDefinition) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinition.FromJson(__jsonDetectorDefinition) : DetectorDefinition;} {_detectorMetaData = If( json?.PropertyT("detectorMetaData"), out var __jsonDetectorMetaData) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaData.FromJson(__jsonDetectorMetaData) : DetectorMetaData;} - {_data = If( json?.PropertyT("data"), out var __jsonData) ? If( __jsonData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __u) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__u, (__t)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __t as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __s) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__s, (__r)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__r) )) ))() : null /* arrayOf */)) ))() : null : Data;} - {_metric = If( json?.PropertyT("metrics"), out var __jsonMetrics) ? If( __jsonMetrics as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __n) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__n, (__m)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSet.FromJson(__m) )) ))() : null : Metric;} {_source = If( json?.PropertyT("source"), out var __jsonSource) ? (string)__jsonSource : (string)Source;} + {_metric = If( json?.PropertyT("metrics"), out var __jsonMetrics) ? If( __jsonMetrics as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSet.FromJson(__u) )) ))() : null : Metric;} + {_data = If( json?.PropertyT("data"), out var __jsonData) ? If( __jsonData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __p) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__p, (__o)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __o as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __n) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__n, (__m)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__m) )) ))() : null /* arrayOf */)) ))() : null : Data;} AfterFromJson(json); } @@ -99,25 +99,25 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._detectorDefinition ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._detectorDefinition.ToJson(null,serializationMode) : null, "detectorDefinition" ,container.Add ); AddIf( null != this._detectorMetaData ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._detectorMetaData.ToJson(null,serializationMode) : null, "detectorMetaData" ,container.Add ); - if (null != this._data) + AddIf( null != (((object)this._source)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._source.ToString()) : null, "source" ,container.Add ); + if (null != this._metric) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._data ) + foreach( var __x in this._metric ) { - AddIf(null != __x ? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(global::System.Linq.Enumerable.ToArray(System.Linq.Enumerable.Select(__x, (__v) => __v?.ToJson(null, serializationMode)))) : null ,__w.Add); + AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("data",__w); + container.Add("metrics",__w); } - if (null != this._metric) + if (null != this._data) { - var __o = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __p in this._metric ) + var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __s in this._data ) { - AddIf(__p?.ToJson(null, serializationMode) ,__o.Add); + AddIf(null != __s ? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(global::System.Linq.Enumerable.ToArray(System.Linq.Enumerable.Select(__s, (__q) => __q?.ToJson(null, serializationMode)))) : null ,__r.Add); } - container.Add("metrics",__o); + container.Add("data",__r); } - AddIf( null != (((object)this._source)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._source.ToString()) : null, "source" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AnalysisDefinition.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AnalysisDefinition.PowerShell.cs index 5ef1d5eca5c5..7be51d12a7d4 100644 --- a/src/Functions/generated/api/Models/Api20190801/AnalysisDefinition.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AnalysisDefinition.PowerShell.cs @@ -62,10 +62,10 @@ internal AnalysisDefinition(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinitionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -85,10 +85,10 @@ internal AnalysisDefinition(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinitionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinitionInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ApiKvReference.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ApiKvReference.PowerShell.cs index b610258ae540..047cfd8bedb1 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApiKvReference.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApiKvReference.PowerShell.cs @@ -61,15 +61,15 @@ internal ApiKvReference(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Reference = (string) content.GetValueForProperty("Reference",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Reference, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).VaultName = (string) content.GetValueForProperty("VaultName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).VaultName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Detail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); AfterDeserializeDictionary(content); } @@ -87,15 +87,15 @@ internal ApiKvReference(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Reference = (string) content.GetValueForProperty("Reference",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Reference, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).VaultName = (string) content.GetValueForProperty("VaultName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).VaultName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).SecretVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Detail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReferenceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ApiKvReference.json.cs b/src/Functions/generated/api/Models/Api20190801/ApiKvReference.json.cs index da720680f140..80e2a9f70f43 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApiKvReference.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApiKvReference.json.cs @@ -58,15 +58,15 @@ internal ApiKvReference(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_identityType = If( json?.PropertyT("identityType"), out var __jsonIdentityType) ? (string)__jsonIdentityType : (string)IdentityType;} - {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} {_reference = If( json?.PropertyT("reference"), out var __jsonReference) ? (string)__jsonReference : (string)Reference;} - {_secretName = If( json?.PropertyT("secretName"), out var __jsonSecretName) ? (string)__jsonSecretName : (string)SecretName;} - {_secretVersion = If( json?.PropertyT("secretVersion"), out var __jsonSecretVersion) ? (string)__jsonSecretVersion : (string)SecretVersion;} - {_source = If( json?.PropertyT("source"), out var __jsonSource) ? (string)__jsonSource : (string)Source;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} {_vaultName = If( json?.PropertyT("vaultName"), out var __jsonVaultName) ? (string)__jsonVaultName : (string)VaultName;} + {_secretName = If( json?.PropertyT("secretName"), out var __jsonSecretName) ? (string)__jsonSecretName : (string)SecretName;} + {_secretVersion = If( json?.PropertyT("secretVersion"), out var __jsonSecretVersion) ? (string)__jsonSecretVersion : (string)SecretVersion;} + {_identityType = If( json?.PropertyT("identityType"), out var __jsonIdentityType) ? (string)__jsonIdentityType : (string)IdentityType;} {_detail = If( json?.PropertyT("details"), out var __jsonDetails) ? (string)__jsonDetails : (string)Detail;} + {_source = If( json?.PropertyT("source"), out var __jsonSource) ? (string)__jsonSource : (string)Source;} + {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} AfterFromJson(json); } @@ -101,15 +101,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._identityType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._identityType.ToString()) : null, "identityType" ,container.Add ); - AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); AddIf( null != (((object)this._reference)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reference.ToString()) : null, "reference" ,container.Add ); - AddIf( null != (((object)this._secretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secretName.ToString()) : null, "secretName" ,container.Add ); - AddIf( null != (((object)this._secretVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secretVersion.ToString()) : null, "secretVersion" ,container.Add ); - AddIf( null != (((object)this._source)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._source.ToString()) : null, "source" ,container.Add ); AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AddIf( null != (((object)this._vaultName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vaultName.ToString()) : null, "vaultName" ,container.Add ); + AddIf( null != (((object)this._secretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secretName.ToString()) : null, "secretName" ,container.Add ); + AddIf( null != (((object)this._secretVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secretVersion.ToString()) : null, "secretVersion" ,container.Add ); + AddIf( null != (((object)this._identityType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._identityType.ToString()) : null, "identityType" ,container.Add ); AddIf( null != (((object)this._detail)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._detail.ToString()) : null, "details" ,container.Add ); + AddIf( null != (((object)this._source)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._source.ToString()) : null, "source" ,container.Add ); + AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.PowerShell.cs index 02bbe3c83bb1..6e47dba6e450 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal AppServiceCertificateCollection(global::System.Collections.IDictionary return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal AppServiceCertificateCollection(global::System.Management.Automation.PS return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.json.cs index 0996ee72aab2..25862e4df61e 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateCollection.json.cs @@ -58,8 +58,8 @@ internal AppServiceCertificateCollection(Microsoft.Azure.PowerShell.Cmdlets.Func { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.PowerShell.cs index f222c9c44b94..3f81414fc7ee 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.PowerShell.cs @@ -62,58 +62,58 @@ internal AppServiceCertificateOrder(global::System.Collections.IDictionary conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -132,58 +132,58 @@ internal AppServiceCertificateOrder(global::System.Management.Automation.PSObjec } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.cs index bf90c6c5c807..745851b247b5 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrder.cs @@ -46,7 +46,7 @@ public partial class AppServiceCertificateOrder : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Certificate Issuer. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -104,15 +104,6 @@ public partial class AppServiceCertificateOrder : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location = value; } - /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } - - /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } - - /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - /// Internal Acessors for AppServiceCertificateNotRenewableReason string[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal.AppServiceCertificateNotRenewableReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)Property).AppServiceCertificateNotRenewableReason; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)Property).AppServiceCertificateNotRenewableReason = value; } @@ -233,9 +224,18 @@ public partial class AppServiceCertificateOrder : /// Internal Acessors for Status Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderInternal.Status { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)Property).Status; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)Property).Status = value; } + /// Internal Acessors for Id + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } + + /// Internal Acessors for Name + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } + + /// Internal Acessors for Type + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } + /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Time stamp when the certificate would be auto renewed next [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -342,7 +342,7 @@ public partial class AppServiceCertificateOrder : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Duration in years (must be between 1 and 3). [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.PowerShell.cs index 589a500a9514..af44e8dc2536 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal AppServiceCertificateOrderCollection(global::System.Collections.IDictio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrder[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal AppServiceCertificateOrderCollection(global::System.Management.Automati return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrder[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.json.cs index 77e145a02cf4..f56764389322 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderCollection.json.cs @@ -58,8 +58,8 @@ internal AppServiceCertificateOrderCollection(Microsoft.Azure.PowerShell.Cmdlets { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrder) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrder.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +104,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResource.PowerShell.cs index 336df956a87d..3561c4929b0c 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResource.PowerShell.cs @@ -62,56 +62,56 @@ internal AppServiceCertificateOrderPatchResource(global::System.Collections.IDic } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -130,56 +130,56 @@ internal AppServiceCertificateOrderPatchResource(global::System.Management.Autom } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourceInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.PowerShell.cs index 371bebce3a3f..8f25ead17495 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.PowerShell.cs @@ -61,52 +61,52 @@ internal AppServiceCertificateOrderPatchResourceProperties(global::System.Collec return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,52 +124,52 @@ internal AppServiceCertificateOrderPatchResourceProperties(global::System.Manage return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPatchResourcePropertiesInternal)this).RootRawData, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.json.cs index 803b18ba91fb..0bcc63aea319 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourceProperties.json.cs @@ -59,25 +59,25 @@ internal AppServiceCertificateOrderPatchResourceProperties(Microsoft.Azure.Power { return; } + {_signedCertificate = If( json?.PropertyT("signedCertificate"), out var __jsonSignedCertificate) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonSignedCertificate) : SignedCertificate;} {_intermediate = If( json?.PropertyT("intermediate"), out var __jsonIntermediate) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonIntermediate) : Intermediate;} {_root = If( json?.PropertyT("root"), out var __jsonRoot) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonRoot) : Root;} - {_signedCertificate = If( json?.PropertyT("signedCertificate"), out var __jsonSignedCertificate) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonSignedCertificate) : SignedCertificate;} - {_appServiceCertificateNotRenewableReason = If( json?.PropertyT("appServiceCertificateNotRenewableReasons"), out var __jsonAppServiceCertificateNotRenewableReasons) ? If( __jsonAppServiceCertificateNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AppServiceCertificateNotRenewableReason;} - {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} {_certificate = If( json?.PropertyT("certificates"), out var __jsonCertificates) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPatchResourcePropertiesCertificates.FromJson(__jsonCertificates) : Certificate;} - {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} {_distinguishedName = If( json?.PropertyT("distinguishedName"), out var __jsonDistinguishedName) ? (string)__jsonDistinguishedName : (string)DistinguishedName;} {_domainVerificationToken = If( json?.PropertyT("domainVerificationToken"), out var __jsonDomainVerificationToken) ? (string)__jsonDomainVerificationToken : (string)DomainVerificationToken;} - {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} - {_isPrivateKeyExternal = If( json?.PropertyT("isPrivateKeyExternal"), out var __jsonIsPrivateKeyExternal) ? (bool?)__jsonIsPrivateKeyExternal : IsPrivateKeyExternal;} + {_validityInYear = If( json?.PropertyT("validityInYears"), out var __jsonValidityInYears) ? (int?)__jsonValidityInYears : ValidityInYear;} {_keySize = If( json?.PropertyT("keySize"), out var __jsonKeySize) ? (int?)__jsonKeySize : KeySize;} - {_lastCertificateIssuanceTime = If( json?.PropertyT("lastCertificateIssuanceTime"), out var __jsonLastCertificateIssuanceTime) ? global::System.DateTime.TryParse((string)__jsonLastCertificateIssuanceTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastCertificateIssuanceTimeValue) ? __jsonLastCertificateIssuanceTimeValue : LastCertificateIssuanceTime : LastCertificateIssuanceTime;} - {_nextAutoRenewalTimeStamp = If( json?.PropertyT("nextAutoRenewalTimeStamp"), out var __jsonNextAutoRenewalTimeStamp) ? global::System.DateTime.TryParse((string)__jsonNextAutoRenewalTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextAutoRenewalTimeStampValue) ? __jsonNextAutoRenewalTimeStampValue : NextAutoRenewalTimeStamp : NextAutoRenewalTimeStamp;} {_productType = If( json?.PropertyT("productType"), out var __jsonProductType) ? (string)__jsonProductType : (string)ProductType;} + {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} - {_serialNumber = If( json?.PropertyT("serialNumber"), out var __jsonSerialNumber) ? (string)__jsonSerialNumber : (string)SerialNumber;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} - {_validityInYear = If( json?.PropertyT("validityInYears"), out var __jsonValidityInYears) ? (int?)__jsonValidityInYears : ValidityInYear;} + {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} + {_serialNumber = If( json?.PropertyT("serialNumber"), out var __jsonSerialNumber) ? (string)__jsonSerialNumber : (string)SerialNumber;} + {_lastCertificateIssuanceTime = If( json?.PropertyT("lastCertificateIssuanceTime"), out var __jsonLastCertificateIssuanceTime) ? global::System.DateTime.TryParse((string)__jsonLastCertificateIssuanceTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastCertificateIssuanceTimeValue) ? __jsonLastCertificateIssuanceTimeValue : LastCertificateIssuanceTime : LastCertificateIssuanceTime;} + {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} + {_isPrivateKeyExternal = If( json?.PropertyT("isPrivateKeyExternal"), out var __jsonIsPrivateKeyExternal) ? (bool?)__jsonIsPrivateKeyExternal : IsPrivateKeyExternal;} + {_appServiceCertificateNotRenewableReason = If( json?.PropertyT("appServiceCertificateNotRenewableReasons"), out var __jsonAppServiceCertificateNotRenewableReasons) ? If( __jsonAppServiceCertificateNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AppServiceCertificateNotRenewableReason;} + {_nextAutoRenewalTimeStamp = If( json?.PropertyT("nextAutoRenewalTimeStamp"), out var __jsonNextAutoRenewalTimeStamp) ? global::System.DateTime.TryParse((string)__jsonNextAutoRenewalTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextAutoRenewalTimeStampValue) ? __jsonNextAutoRenewalTimeStampValue : NextAutoRenewalTimeStamp : NextAutoRenewalTimeStamp;} AfterFromJson(json); } @@ -116,67 +116,67 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._intermediate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._intermediate.ToJson(null,serializationMode) : null, "intermediate" ,container.Add ); + AddIf( null != this._signedCertificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._signedCertificate.ToJson(null,serializationMode) : null, "signedCertificate" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._root ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._root.ToJson(null,serializationMode) : null, "root" ,container.Add ); + AddIf( null != this._intermediate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._intermediate.ToJson(null,serializationMode) : null, "intermediate" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._signedCertificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._signedCertificate.ToJson(null,serializationMode) : null, "signedCertificate" ,container.Add ); + AddIf( null != this._root ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._root.ToJson(null,serializationMode) : null, "root" ,container.Add ); } + AddIf( null != this._certificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._certificate.ToJson(null,serializationMode) : null, "certificates" ,container.Add ); + AddIf( null != (((object)this._distinguishedName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._distinguishedName.ToString()) : null, "distinguishedName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._appServiceCertificateNotRenewableReason) - { - var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._appServiceCertificateNotRenewableReason ) - { - AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); - } - container.Add("appServiceCertificateNotRenewableReasons",__w); - } + AddIf( null != (((object)this._domainVerificationToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainVerificationToken.ToString()) : null, "domainVerificationToken" ,container.Add ); } + AddIf( null != this._validityInYear ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._validityInYear) : null, "validityInYears" ,container.Add ); + AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); + AddIf( null != (((object)this._productType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._productType.ToString()) : null, "productType" ,container.Add ); AddIf( null != this._autoRenew ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoRenew) : null, "autoRenew" ,container.Add ); - AddIf( null != this._certificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._certificate.ToJson(null,serializationMode) : null, "certificates" ,container.Add ); - AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); - AddIf( null != (((object)this._distinguishedName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._distinguishedName.ToString()) : null, "distinguishedName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._domainVerificationToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainVerificationToken.ToString()) : null, "domainVerificationToken" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } + AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._isPrivateKeyExternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPrivateKeyExternal) : null, "isPrivateKeyExternal" ,container.Add ); + AddIf( null != (((object)this._serialNumber)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serialNumber.ToString()) : null, "serialNumber" ,container.Add ); } - AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._lastCertificateIssuanceTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastCertificateIssuanceTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastCertificateIssuanceTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._nextAutoRenewalTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextAutoRenewalTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextAutoRenewalTimeStamp" ,container.Add ); + AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); } - AddIf( null != (((object)this._productType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._productType.ToString()) : null, "productType" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + AddIf( null != this._isPrivateKeyExternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPrivateKeyExternal) : null, "isPrivateKeyExternal" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._serialNumber)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serialNumber.ToString()) : null, "serialNumber" ,container.Add ); + if (null != this._appServiceCertificateNotRenewableReason) + { + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._appServiceCertificateNotRenewableReason ) + { + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); + } + container.Add("appServiceCertificateNotRenewableReasons",__w); + } } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != this._nextAutoRenewalTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextAutoRenewalTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextAutoRenewalTimeStamp" ,container.Add ); } - AddIf( null != this._validityInYear ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._validityInYear) : null, "validityInYears" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourcePropertiesCertificates.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourcePropertiesCertificates.json.cs index 2db380a455eb..e5db70ab2e29 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourcePropertiesCertificates.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPatchResourcePropertiesCertificates.json.cs @@ -60,7 +60,7 @@ internal AppServiceCertificateOrderPatchResourcePropertiesCertificates(Microsoft { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificate.FromJson(j) ,exclusions ); AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.PowerShell.cs index 491b0969e29f..3cbeb894c294 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.PowerShell.cs @@ -61,52 +61,52 @@ internal AppServiceCertificateOrderProperties(global::System.Collections.IDictio return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,52 +124,52 @@ internal AppServiceCertificateOrderProperties(global::System.Management.Automati return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Intermediate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Intermediate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Intermediate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Root = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("Root",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Root, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetails) content.GetValueForProperty("SignedCertificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetailsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Certificate = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesCertificates) content.GetValueForProperty("Certificate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Certificate, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificatesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DistinguishedName = (string) content.GetValueForProperty("DistinguishedName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DistinguishedName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DomainVerificationToken = (string) content.GetValueForProperty("DomainVerificationToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).DomainVerificationToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProductType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) content.GetValueForProperty("ProductType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProductType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear = (int?) content.GetValueForProperty("ValidityInYear",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ValidityInYear, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime = (global::System.DateTime?) content.GetValueForProperty("LastCertificateIssuanceTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).LastCertificateIssuanceTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason = (string[]) content.GetValueForProperty("AppServiceCertificateNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).AppServiceCertificateNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp = (global::System.DateTime?) content.GetValueForProperty("NextAutoRenewalTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).NextAutoRenewalTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotBefore = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSerialNumber = (string) content.GetValueForProperty("IntermediateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateThumbprint = (string) content.GetValueForProperty("IntermediateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion = (int?) content.GetValueForProperty("IntermediateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject = (string) content.GetValueForProperty("IntermediateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotAfter = (global::System.DateTime?) content.GetValueForProperty("IntermediateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm = (string) content.GetValueForProperty("IntermediateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer = (string) content.GetValueForProperty("IntermediateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData = (string) content.GetValueForProperty("IntermediateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).IntermediateRawData, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootVersion = (int?) content.GetValueForProperty("RootVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer = (string) content.GetValueForProperty("SignedCertificateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateIssuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore = (global::System.DateTime?) content.GetValueForProperty("SignedCertificateNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData = (string) content.GetValueForProperty("SignedCertificateRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateRawData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber = (string) content.GetValueForProperty("SignedCertificateSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm = (string) content.GetValueForProperty("SignedCertificateSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject = (string) content.GetValueForProperty("SignedCertificateSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateSubject, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint = (string) content.GetValueForProperty("SignedCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion = (int?) content.GetValueForProperty("SignedCertificateVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).SignedCertificateVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber = (string) content.GetValueForProperty("RootSerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSerialNumber, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint = (string) content.GetValueForProperty("RootThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject = (string) content.GetValueForProperty("RootSubject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSubject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore = (global::System.DateTime?) content.GetValueForProperty("RootNotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter = (global::System.DateTime?) content.GetValueForProperty("RootNotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootNotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm = (string) content.GetValueForProperty("RootSignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootSignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer = (string) content.GetValueForProperty("RootIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootIssuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData = (string) content.GetValueForProperty("RootRawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateOrderPropertiesInternal)this).RootRawData, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.json.cs index 86bb4a652c3d..c1c4dda1d57e 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderProperties.json.cs @@ -58,25 +58,25 @@ internal AppServiceCertificateOrderProperties(Microsoft.Azure.PowerShell.Cmdlets { return; } + {_signedCertificate = If( json?.PropertyT("signedCertificate"), out var __jsonSignedCertificate) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonSignedCertificate) : SignedCertificate;} {_intermediate = If( json?.PropertyT("intermediate"), out var __jsonIntermediate) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonIntermediate) : Intermediate;} {_root = If( json?.PropertyT("root"), out var __jsonRoot) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonRoot) : Root;} - {_signedCertificate = If( json?.PropertyT("signedCertificate"), out var __jsonSignedCertificate) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateDetails.FromJson(__jsonSignedCertificate) : SignedCertificate;} - {_appServiceCertificateNotRenewableReason = If( json?.PropertyT("appServiceCertificateNotRenewableReasons"), out var __jsonAppServiceCertificateNotRenewableReasons) ? If( __jsonAppServiceCertificateNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AppServiceCertificateNotRenewableReason;} - {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} {_certificate = If( json?.PropertyT("certificates"), out var __jsonCertificates) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateOrderPropertiesCertificates.FromJson(__jsonCertificates) : Certificate;} - {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} {_distinguishedName = If( json?.PropertyT("distinguishedName"), out var __jsonDistinguishedName) ? (string)__jsonDistinguishedName : (string)DistinguishedName;} {_domainVerificationToken = If( json?.PropertyT("domainVerificationToken"), out var __jsonDomainVerificationToken) ? (string)__jsonDomainVerificationToken : (string)DomainVerificationToken;} - {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} - {_isPrivateKeyExternal = If( json?.PropertyT("isPrivateKeyExternal"), out var __jsonIsPrivateKeyExternal) ? (bool?)__jsonIsPrivateKeyExternal : IsPrivateKeyExternal;} + {_validityInYear = If( json?.PropertyT("validityInYears"), out var __jsonValidityInYears) ? (int?)__jsonValidityInYears : ValidityInYear;} {_keySize = If( json?.PropertyT("keySize"), out var __jsonKeySize) ? (int?)__jsonKeySize : KeySize;} - {_lastCertificateIssuanceTime = If( json?.PropertyT("lastCertificateIssuanceTime"), out var __jsonLastCertificateIssuanceTime) ? global::System.DateTime.TryParse((string)__jsonLastCertificateIssuanceTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastCertificateIssuanceTimeValue) ? __jsonLastCertificateIssuanceTimeValue : LastCertificateIssuanceTime : LastCertificateIssuanceTime;} - {_nextAutoRenewalTimeStamp = If( json?.PropertyT("nextAutoRenewalTimeStamp"), out var __jsonNextAutoRenewalTimeStamp) ? global::System.DateTime.TryParse((string)__jsonNextAutoRenewalTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextAutoRenewalTimeStampValue) ? __jsonNextAutoRenewalTimeStampValue : NextAutoRenewalTimeStamp : NextAutoRenewalTimeStamp;} {_productType = If( json?.PropertyT("productType"), out var __jsonProductType) ? (string)__jsonProductType : (string)ProductType;} + {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} - {_serialNumber = If( json?.PropertyT("serialNumber"), out var __jsonSerialNumber) ? (string)__jsonSerialNumber : (string)SerialNumber;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} - {_validityInYear = If( json?.PropertyT("validityInYears"), out var __jsonValidityInYears) ? (int?)__jsonValidityInYears : ValidityInYear;} + {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} + {_serialNumber = If( json?.PropertyT("serialNumber"), out var __jsonSerialNumber) ? (string)__jsonSerialNumber : (string)SerialNumber;} + {_lastCertificateIssuanceTime = If( json?.PropertyT("lastCertificateIssuanceTime"), out var __jsonLastCertificateIssuanceTime) ? global::System.DateTime.TryParse((string)__jsonLastCertificateIssuanceTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastCertificateIssuanceTimeValue) ? __jsonLastCertificateIssuanceTimeValue : LastCertificateIssuanceTime : LastCertificateIssuanceTime;} + {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} + {_isPrivateKeyExternal = If( json?.PropertyT("isPrivateKeyExternal"), out var __jsonIsPrivateKeyExternal) ? (bool?)__jsonIsPrivateKeyExternal : IsPrivateKeyExternal;} + {_appServiceCertificateNotRenewableReason = If( json?.PropertyT("appServiceCertificateNotRenewableReasons"), out var __jsonAppServiceCertificateNotRenewableReasons) ? If( __jsonAppServiceCertificateNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AppServiceCertificateNotRenewableReason;} + {_nextAutoRenewalTimeStamp = If( json?.PropertyT("nextAutoRenewalTimeStamp"), out var __jsonNextAutoRenewalTimeStamp) ? global::System.DateTime.TryParse((string)__jsonNextAutoRenewalTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextAutoRenewalTimeStampValue) ? __jsonNextAutoRenewalTimeStampValue : NextAutoRenewalTimeStamp : NextAutoRenewalTimeStamp;} AfterFromJson(json); } @@ -114,67 +114,67 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._intermediate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._intermediate.ToJson(null,serializationMode) : null, "intermediate" ,container.Add ); + AddIf( null != this._signedCertificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._signedCertificate.ToJson(null,serializationMode) : null, "signedCertificate" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._root ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._root.ToJson(null,serializationMode) : null, "root" ,container.Add ); + AddIf( null != this._intermediate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._intermediate.ToJson(null,serializationMode) : null, "intermediate" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._signedCertificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._signedCertificate.ToJson(null,serializationMode) : null, "signedCertificate" ,container.Add ); + AddIf( null != this._root ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._root.ToJson(null,serializationMode) : null, "root" ,container.Add ); } + AddIf( null != this._certificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._certificate.ToJson(null,serializationMode) : null, "certificates" ,container.Add ); + AddIf( null != (((object)this._distinguishedName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._distinguishedName.ToString()) : null, "distinguishedName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._appServiceCertificateNotRenewableReason) - { - var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._appServiceCertificateNotRenewableReason ) - { - AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); - } - container.Add("appServiceCertificateNotRenewableReasons",__w); - } + AddIf( null != (((object)this._domainVerificationToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainVerificationToken.ToString()) : null, "domainVerificationToken" ,container.Add ); } + AddIf( null != this._validityInYear ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._validityInYear) : null, "validityInYears" ,container.Add ); + AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); + AddIf( null != (((object)this._productType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._productType.ToString()) : null, "productType" ,container.Add ); AddIf( null != this._autoRenew ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoRenew) : null, "autoRenew" ,container.Add ); - AddIf( null != this._certificate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._certificate.ToJson(null,serializationMode) : null, "certificates" ,container.Add ); - AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); - AddIf( null != (((object)this._distinguishedName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._distinguishedName.ToString()) : null, "distinguishedName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._domainVerificationToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainVerificationToken.ToString()) : null, "domainVerificationToken" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } + AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._isPrivateKeyExternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPrivateKeyExternal) : null, "isPrivateKeyExternal" ,container.Add ); + AddIf( null != (((object)this._serialNumber)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serialNumber.ToString()) : null, "serialNumber" ,container.Add ); } - AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._lastCertificateIssuanceTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastCertificateIssuanceTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastCertificateIssuanceTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._nextAutoRenewalTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextAutoRenewalTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextAutoRenewalTimeStamp" ,container.Add ); + AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); } - AddIf( null != (((object)this._productType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._productType.ToString()) : null, "productType" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + AddIf( null != this._isPrivateKeyExternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPrivateKeyExternal) : null, "isPrivateKeyExternal" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._serialNumber)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serialNumber.ToString()) : null, "serialNumber" ,container.Add ); + if (null != this._appServiceCertificateNotRenewableReason) + { + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._appServiceCertificateNotRenewableReason ) + { + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); + } + container.Add("appServiceCertificateNotRenewableReasons",__w); + } } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != this._nextAutoRenewalTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextAutoRenewalTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextAutoRenewalTimeStamp" ,container.Add ); } - AddIf( null != this._validityInYear ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._validityInYear) : null, "validityInYears" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPropertiesCertificates.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPropertiesCertificates.json.cs index 5affb1949936..6678980f2e5f 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPropertiesCertificates.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateOrderPropertiesCertificates.json.cs @@ -60,7 +60,7 @@ internal AppServiceCertificateOrderPropertiesCertificates(Microsoft.Azure.PowerS { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificate.FromJson(j) ,exclusions ); AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificatePatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificatePatchResource.PowerShell.cs index 2f8f3ce8d6eb..62efe6f989aa 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificatePatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificatePatchResource.PowerShell.cs @@ -64,10 +64,10 @@ internal AppServiceCertificatePatchResource(global::System.Collections.IDictiona } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); @@ -89,10 +89,10 @@ internal AppServiceCertificatePatchResource(global::System.Management.Automation } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificatePatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.PowerShell.cs index 4c209dadcd9f..4e3c023230b6 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.PowerShell.cs @@ -64,11 +64,11 @@ internal AppServiceCertificateResource(global::System.Collections.IDictionary co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultSecretName, global::System.Convert.ToString); @@ -91,11 +91,11 @@ internal AppServiceCertificateResource(global::System.Management.Automation.PSOb } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal)this).KeyVaultSecretName, global::System.Convert.ToString); diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.cs index 9cbb2fffe6ce..3ae09f8251cb 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceCertificateResource.cs @@ -18,7 +18,7 @@ public partial class AppServiceCertificateResource : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Key Vault resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -36,24 +36,24 @@ public partial class AppServiceCertificateResource : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location = value; } - /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } - - /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } - - /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - /// Internal Acessors for Property Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificate()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResourceInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateInternal)Property).ProvisioningState = value; } + /// Internal Acessors for Id + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } + + /// Internal Acessors for Name + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } + + /// Internal Acessors for Type + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } + /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificate _property; @@ -72,7 +72,7 @@ public partial class AppServiceCertificateResource : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Creates an new instance. public AppServiceCertificateResource() diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.PowerShell.cs index da4540e53198..887317c68d74 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.PowerShell.cs @@ -63,46 +63,46 @@ internal AppServiceEnvironment(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseEdition = (string) content.GetValueForProperty("DatabaseEdition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseEdition, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseServiceObjective = (string) content.GetValueForProperty("DatabaseServiceObjective",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseServiceObjective, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DnsSuffix = (string) content.GetValueForProperty("DnsSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DnsSuffix, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastAction = (string) content.GetValueForProperty("LastAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastAction, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastActionResult = (string) content.GetValueForProperty("LastActionResult",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastActionResult, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).NetworkAccessControlList = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry[]) content.GetValueForProperty("NetworkAccessControlList",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).NetworkAccessControlList, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Suspended = (bool?) content.GetValueForProperty("Suspended",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Suspended, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UserWhitelistedIPRange = (string[]) content.GetValueForProperty("UserWhitelistedIPRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UserWhitelistedIPRange, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkType = (string) content.GetValueForProperty("VirtualNetworkType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkSubnet = (string) content.GetValueForProperty("VirtualNetworkSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkSubnet, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -123,46 +123,46 @@ internal AppServiceEnvironment(global::System.Management.Automation.PSObject con // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseEdition = (string) content.GetValueForProperty("DatabaseEdition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseEdition, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseServiceObjective = (string) content.GetValueForProperty("DatabaseServiceObjective",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DatabaseServiceObjective, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DnsSuffix = (string) content.GetValueForProperty("DnsSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DnsSuffix, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastAction = (string) content.GetValueForProperty("LastAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastAction, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastActionResult = (string) content.GetValueForProperty("LastActionResult",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).LastActionResult, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedMultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).AllowedWorkerSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).NetworkAccessControlList = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry[]) content.GetValueForProperty("NetworkAccessControlList",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).NetworkAccessControlList, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).EnvironmentStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ApiManagementAccountId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Suspended = (bool?) content.GetValueForProperty("Suspended",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).Suspended, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UserWhitelistedIPRange = (string[]) content.GetValueForProperty("UserWhitelistedIPRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).UserWhitelistedIPRange, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VnetSubnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkType = (string) content.GetValueForProperty("VirtualNetworkType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkSubnet = (string) content.GetValueForProperty("VirtualNetworkSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)this).VirtualNetworkSubnet, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.json.cs index d80d8680ff1b..27f59aebdc0e 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironment.json.cs @@ -60,43 +60,43 @@ internal AppServiceEnvironment(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt } {_virtualNetwork = If( json?.PropertyT("virtualNetwork"), out var __jsonVirtualNetwork) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfile.FromJson(__jsonVirtualNetwork) : VirtualNetwork;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_allowedMultiSize = If( json?.PropertyT("allowedMultiSizes"), out var __jsonAllowedMultiSizes) ? (string)__jsonAllowedMultiSizes : (string)AllowedMultiSize;} - {_allowedWorkerSize = If( json?.PropertyT("allowedWorkerSizes"), out var __jsonAllowedWorkerSizes) ? (string)__jsonAllowedWorkerSizes : (string)AllowedWorkerSize;} - {_apiManagementAccountId = If( json?.PropertyT("apiManagementAccountId"), out var __jsonApiManagementAccountId) ? (string)__jsonApiManagementAccountId : (string)ApiManagementAccountId;} - {_clusterSetting = If( json?.PropertyT("clusterSettings"), out var __jsonClusterSettings) ? If( __jsonClusterSettings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__u) )) ))() : null : ClusterSetting;} + {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} + {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} + {_vnetResourceGroupName = If( json?.PropertyT("vnetResourceGroupName"), out var __jsonVnetResourceGroupName) ? (string)__jsonVnetResourceGroupName : (string)VnetResourceGroupName;} + {_vnetSubnetName = If( json?.PropertyT("vnetSubnetName"), out var __jsonVnetSubnetName) ? (string)__jsonVnetSubnetName : (string)VnetSubnetName;} + {_internalLoadBalancingMode = If( json?.PropertyT("internalLoadBalancingMode"), out var __jsonInternalLoadBalancingMode) ? (string)__jsonInternalLoadBalancingMode : (string)InternalLoadBalancingMode;} + {_multiSize = If( json?.PropertyT("multiSize"), out var __jsonMultiSize) ? (string)__jsonMultiSize : (string)MultiSize;} + {_multiRoleCount = If( json?.PropertyT("multiRoleCount"), out var __jsonMultiRoleCount) ? (int?)__jsonMultiRoleCount : MultiRoleCount;} + {_workerPool = If( json?.PropertyT("workerPools"), out var __jsonWorkerPools) ? If( __jsonWorkerPools as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPool.FromJson(__u) )) ))() : null : WorkerPool;} + {_ipsslAddressCount = If( json?.PropertyT("ipsslAddressCount"), out var __jsonIpsslAddressCount) ? (int?)__jsonIpsslAddressCount : IpsslAddressCount;} {_databaseEdition = If( json?.PropertyT("databaseEdition"), out var __jsonDatabaseEdition) ? (string)__jsonDatabaseEdition : (string)DatabaseEdition;} {_databaseServiceObjective = If( json?.PropertyT("databaseServiceObjective"), out var __jsonDatabaseServiceObjective) ? (string)__jsonDatabaseServiceObjective : (string)DatabaseServiceObjective;} - {_defaultFrontEndScaleFactor = If( json?.PropertyT("defaultFrontEndScaleFactor"), out var __jsonDefaultFrontEndScaleFactor) ? (int?)__jsonDefaultFrontEndScaleFactor : DefaultFrontEndScaleFactor;} + {_upgradeDomain = If( json?.PropertyT("upgradeDomains"), out var __jsonUpgradeDomains) ? (int?)__jsonUpgradeDomains : UpgradeDomain;} + {_subscriptionId = If( json?.PropertyT("subscriptionId"), out var __jsonSubscriptionId) ? (string)__jsonSubscriptionId : (string)SubscriptionId;} {_dnsSuffix = If( json?.PropertyT("dnsSuffix"), out var __jsonDnsSuffix) ? (string)__jsonDnsSuffix : (string)DnsSuffix;} - {_dynamicCacheEnabled = If( json?.PropertyT("dynamicCacheEnabled"), out var __jsonDynamicCacheEnabled) ? (bool?)__jsonDynamicCacheEnabled : DynamicCacheEnabled;} - {_environmentCapacity = If( json?.PropertyT("environmentCapacities"), out var __jsonEnvironmentCapacities) ? If( __jsonEnvironmentCapacities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacity.FromJson(__p) )) ))() : null : EnvironmentCapacity;} - {_environmentIsHealthy = If( json?.PropertyT("environmentIsHealthy"), out var __jsonEnvironmentIsHealthy) ? (bool?)__jsonEnvironmentIsHealthy : EnvironmentIsHealthy;} - {_environmentStatus = If( json?.PropertyT("environmentStatus"), out var __jsonEnvironmentStatus) ? (string)__jsonEnvironmentStatus : (string)EnvironmentStatus;} - {_frontEndScaleFactor = If( json?.PropertyT("frontEndScaleFactor"), out var __jsonFrontEndScaleFactor) ? (int?)__jsonFrontEndScaleFactor : FrontEndScaleFactor;} - {_hasLinuxWorker = If( json?.PropertyT("hasLinuxWorkers"), out var __jsonHasLinuxWorkers) ? (bool?)__jsonHasLinuxWorkers : HasLinuxWorker;} - {_internalLoadBalancingMode = If( json?.PropertyT("internalLoadBalancingMode"), out var __jsonInternalLoadBalancingMode) ? (string)__jsonInternalLoadBalancingMode : (string)InternalLoadBalancingMode;} - {_ipsslAddressCount = If( json?.PropertyT("ipsslAddressCount"), out var __jsonIpsslAddressCount) ? (int?)__jsonIpsslAddressCount : IpsslAddressCount;} {_lastAction = If( json?.PropertyT("lastAction"), out var __jsonLastAction) ? (string)__jsonLastAction : (string)LastAction;} {_lastActionResult = If( json?.PropertyT("lastActionResult"), out var __jsonLastActionResult) ? (string)__jsonLastActionResult : (string)LastActionResult;} - {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} + {_allowedMultiSize = If( json?.PropertyT("allowedMultiSizes"), out var __jsonAllowedMultiSizes) ? (string)__jsonAllowedMultiSizes : (string)AllowedMultiSize;} + {_allowedWorkerSize = If( json?.PropertyT("allowedWorkerSizes"), out var __jsonAllowedWorkerSizes) ? (string)__jsonAllowedWorkerSizes : (string)AllowedWorkerSize;} {_maximumNumberOfMachine = If( json?.PropertyT("maximumNumberOfMachines"), out var __jsonMaximumNumberOfMachines) ? (int?)__jsonMaximumNumberOfMachines : MaximumNumberOfMachine;} - {_multiRoleCount = If( json?.PropertyT("multiRoleCount"), out var __jsonMultiRoleCount) ? (int?)__jsonMultiRoleCount : MultiRoleCount;} - {_multiSize = If( json?.PropertyT("multiSize"), out var __jsonMultiSize) ? (string)__jsonMultiSize : (string)MultiSize;} - {_networkAccessControlList = If( json?.PropertyT("networkAccessControlList"), out var __jsonNetworkAccessControlList) ? If( __jsonNetworkAccessControlList as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntry.FromJson(__k) )) ))() : null : NetworkAccessControlList;} - {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_vipMapping = If( json?.PropertyT("vipMappings"), out var __jsonVipMappings) ? If( __jsonVipMappings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMapping.FromJson(__p) )) ))() : null : VipMapping;} + {_environmentCapacity = If( json?.PropertyT("environmentCapacities"), out var __jsonEnvironmentCapacities) ? If( __jsonEnvironmentCapacities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacity.FromJson(__k) )) ))() : null : EnvironmentCapacity;} + {_networkAccessControlList = If( json?.PropertyT("networkAccessControlList"), out var __jsonNetworkAccessControlList) ? If( __jsonNetworkAccessControlList as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntry.FromJson(__f) )) ))() : null : NetworkAccessControlList;} + {_environmentIsHealthy = If( json?.PropertyT("environmentIsHealthy"), out var __jsonEnvironmentIsHealthy) ? (bool?)__jsonEnvironmentIsHealthy : EnvironmentIsHealthy;} + {_environmentStatus = If( json?.PropertyT("environmentStatus"), out var __jsonEnvironmentStatus) ? (string)__jsonEnvironmentStatus : (string)EnvironmentStatus;} {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_frontEndScaleFactor = If( json?.PropertyT("frontEndScaleFactor"), out var __jsonFrontEndScaleFactor) ? (int?)__jsonFrontEndScaleFactor : FrontEndScaleFactor;} + {_defaultFrontEndScaleFactor = If( json?.PropertyT("defaultFrontEndScaleFactor"), out var __jsonDefaultFrontEndScaleFactor) ? (int?)__jsonDefaultFrontEndScaleFactor : DefaultFrontEndScaleFactor;} + {_apiManagementAccountId = If( json?.PropertyT("apiManagementAccountId"), out var __jsonApiManagementAccountId) ? (string)__jsonApiManagementAccountId : (string)ApiManagementAccountId;} + {_suspended = If( json?.PropertyT("suspended"), out var __jsonSuspended) ? (bool?)__jsonSuspended : Suspended;} + {_dynamicCacheEnabled = If( json?.PropertyT("dynamicCacheEnabled"), out var __jsonDynamicCacheEnabled) ? (bool?)__jsonDynamicCacheEnabled : DynamicCacheEnabled;} + {_clusterSetting = If( json?.PropertyT("clusterSettings"), out var __jsonClusterSettings) ? If( __jsonClusterSettings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__a) )) ))() : null : ClusterSetting;} + {_userWhitelistedIPRange = If( json?.PropertyT("userWhitelistedIpRanges"), out var __jsonUserWhitelistedIPRanges) ? If( __jsonUserWhitelistedIPRanges as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___w) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___w, (___v)=>(string) (___v is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString ___u ? (string)(___u.ToString()) : null)) ))() : null : UserWhitelistedIPRange;} + {_hasLinuxWorker = If( json?.PropertyT("hasLinuxWorkers"), out var __jsonHasLinuxWorkers) ? (bool?)__jsonHasLinuxWorkers : HasLinuxWorker;} {_sslCertKeyVaultId = If( json?.PropertyT("sslCertKeyVaultId"), out var __jsonSslCertKeyVaultId) ? (string)__jsonSslCertKeyVaultId : (string)SslCertKeyVaultId;} {_sslCertKeyVaultSecretName = If( json?.PropertyT("sslCertKeyVaultSecretName"), out var __jsonSslCertKeyVaultSecretName) ? (string)__jsonSslCertKeyVaultSecretName : (string)SslCertKeyVaultSecretName;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} - {_subscriptionId = If( json?.PropertyT("subscriptionId"), out var __jsonSubscriptionId) ? (string)__jsonSubscriptionId : (string)SubscriptionId;} - {_suspended = If( json?.PropertyT("suspended"), out var __jsonSuspended) ? (bool?)__jsonSuspended : Suspended;} - {_upgradeDomain = If( json?.PropertyT("upgradeDomains"), out var __jsonUpgradeDomains) ? (int?)__jsonUpgradeDomains : UpgradeDomain;} - {_userWhitelistedIPRange = If( json?.PropertyT("userWhitelistedIpRanges"), out var __jsonUserWhitelistedIPRanges) ? If( __jsonUserWhitelistedIPRanges as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : UserWhitelistedIPRange;} - {_vipMapping = If( json?.PropertyT("vipMappings"), out var __jsonVipMappings) ? If( __jsonVipMappings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMapping.FromJson(__a) )) ))() : null : VipMapping;} - {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} - {_vnetResourceGroupName = If( json?.PropertyT("vnetResourceGroupName"), out var __jsonVnetResourceGroupName) ? (string)__jsonVnetResourceGroupName : (string)VnetResourceGroupName;} - {_vnetSubnetName = If( json?.PropertyT("vnetSubnetName"), out var __jsonVnetSubnetName) ? (string)__jsonVnetSubnetName : (string)VnetSubnetName;} - {_workerPool = If( json?.PropertyT("workerPools"), out var __jsonWorkerPools) ? If( __jsonWorkerPools as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___w) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___w, (___v)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPool.FromJson(___v) )) ))() : null : WorkerPool;} AfterFromJson(json); } @@ -133,24 +133,31 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._virtualNetwork ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._virtualNetwork.ToJson(null,serializationMode) : null, "virtualNetwork" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._allowedMultiSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._allowedMultiSize.ToString()) : null, "allowedMultiSizes" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._allowedWorkerSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._allowedWorkerSize.ToString()) : null, "allowedWorkerSizes" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } - AddIf( null != (((object)this._apiManagementAccountId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._apiManagementAccountId.ToString()) : null, "apiManagementAccountId" ,container.Add ); - if (null != this._clusterSetting) + AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); + AddIf( null != (((object)this._vnetResourceGroupName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetResourceGroupName.ToString()) : null, "vnetResourceGroupName" ,container.Add ); + AddIf( null != (((object)this._vnetSubnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetSubnetName.ToString()) : null, "vnetSubnetName" ,container.Add ); + AddIf( null != (((object)this._internalLoadBalancingMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._internalLoadBalancingMode.ToString()) : null, "internalLoadBalancingMode" ,container.Add ); + AddIf( null != (((object)this._multiSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._multiSize.ToString()) : null, "multiSize" ,container.Add ); + AddIf( null != this._multiRoleCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._multiRoleCount) : null, "multiRoleCount" ,container.Add ); + if (null != this._workerPool) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._clusterSetting ) + foreach( var __x in this._workerPool ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("clusterSettings",__w); + container.Add("workerPools",__w); } + AddIf( null != this._ipsslAddressCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._ipsslAddressCount) : null, "ipsslAddressCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._databaseEdition)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._databaseEdition.ToString()) : null, "databaseEdition" ,container.Add ); @@ -161,114 +168,107 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._defaultFrontEndScaleFactor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._defaultFrontEndScaleFactor) : null, "defaultFrontEndScaleFactor" ,container.Add ); + AddIf( null != this._upgradeDomain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._upgradeDomain) : null, "upgradeDomains" ,container.Add ); } - AddIf( null != (((object)this._dnsSuffix)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsSuffix.ToString()) : null, "dnsSuffix" ,container.Add ); - AddIf( null != this._dynamicCacheEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._dynamicCacheEnabled) : null, "dynamicCacheEnabled" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._environmentCapacity) - { - var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._environmentCapacity ) - { - AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); - } - container.Add("environmentCapacities",__r); - } + AddIf( null != (((object)this._subscriptionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscriptionId.ToString()) : null, "subscriptionId" ,container.Add ); } + AddIf( null != (((object)this._dnsSuffix)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsSuffix.ToString()) : null, "dnsSuffix" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._environmentIsHealthy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._environmentIsHealthy) : null, "environmentIsHealthy" ,container.Add ); + AddIf( null != (((object)this._lastAction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastAction.ToString()) : null, "lastAction" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._environmentStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._environmentStatus.ToString()) : null, "environmentStatus" ,container.Add ); + AddIf( null != (((object)this._lastActionResult)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastActionResult.ToString()) : null, "lastActionResult" ,container.Add ); } - AddIf( null != this._frontEndScaleFactor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._frontEndScaleFactor) : null, "frontEndScaleFactor" ,container.Add ); - AddIf( null != this._hasLinuxWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasLinuxWorker) : null, "hasLinuxWorkers" ,container.Add ); - AddIf( null != (((object)this._internalLoadBalancingMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._internalLoadBalancingMode.ToString()) : null, "internalLoadBalancingMode" ,container.Add ); - AddIf( null != this._ipsslAddressCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._ipsslAddressCount) : null, "ipsslAddressCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._lastAction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastAction.ToString()) : null, "lastAction" ,container.Add ); + AddIf( null != (((object)this._allowedMultiSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._allowedMultiSize.ToString()) : null, "allowedMultiSizes" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._lastActionResult)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastActionResult.ToString()) : null, "lastActionResult" ,container.Add ); + AddIf( null != (((object)this._allowedWorkerSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._allowedWorkerSize.ToString()) : null, "allowedWorkerSizes" ,container.Add ); } - AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._maximumNumberOfMachine ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumNumberOfMachine) : null, "maximumNumberOfMachines" ,container.Add ); } - AddIf( null != this._multiRoleCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._multiRoleCount) : null, "multiRoleCount" ,container.Add ); - AddIf( null != (((object)this._multiSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._multiSize.ToString()) : null, "multiSize" ,container.Add ); - if (null != this._networkAccessControlList) + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._networkAccessControlList ) + if (null != this._vipMapping) { - AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); + var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __s in this._vipMapping ) + { + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); + } + container.Add("vipMappings",__r); } - container.Add("networkAccessControlList",__m); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + if (null != this._environmentCapacity) + { + var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __n in this._environmentCapacity ) + { + AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); + } + container.Add("environmentCapacities",__m); + } } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + if (null != this._networkAccessControlList) { - AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); + var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __i in this._networkAccessControlList ) + { + AddIf(__i?.ToJson(null, serializationMode) ,__h.Add); + } + container.Add("networkAccessControlList",__h); } - AddIf( null != (((object)this._sslCertKeyVaultId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sslCertKeyVaultId.ToString()) : null, "sslCertKeyVaultId" ,container.Add ); - AddIf( null != (((object)this._sslCertKeyVaultSecretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sslCertKeyVaultSecretName.ToString()) : null, "sslCertKeyVaultSecretName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != this._environmentIsHealthy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._environmentIsHealthy) : null, "environmentIsHealthy" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subscriptionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscriptionId.ToString()) : null, "subscriptionId" ,container.Add ); + AddIf( null != (((object)this._environmentStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._environmentStatus.ToString()) : null, "environmentStatus" ,container.Add ); } - AddIf( null != this._suspended ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._suspended) : null, "suspended" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._upgradeDomain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._upgradeDomain) : null, "upgradeDomains" ,container.Add ); + AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); } - if (null != this._userWhitelistedIPRange) + AddIf( null != this._frontEndScaleFactor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._frontEndScaleFactor) : null, "frontEndScaleFactor" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._userWhitelistedIPRange ) - { - AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); - } - container.Add("userWhitelistedIpRanges",__h); + AddIf( null != this._defaultFrontEndScaleFactor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._defaultFrontEndScaleFactor) : null, "defaultFrontEndScaleFactor" ,container.Add ); } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + AddIf( null != (((object)this._apiManagementAccountId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._apiManagementAccountId.ToString()) : null, "apiManagementAccountId" ,container.Add ); + AddIf( null != this._suspended ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._suspended) : null, "suspended" ,container.Add ); + AddIf( null != this._dynamicCacheEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._dynamicCacheEnabled) : null, "dynamicCacheEnabled" ,container.Add ); + if (null != this._clusterSetting) { - if (null != this._vipMapping) + var __c = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __d in this._clusterSetting ) { - var __c = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __d in this._vipMapping ) - { - AddIf(__d?.ToJson(null, serializationMode) ,__c.Add); - } - container.Add("vipMappings",__c); + AddIf(__d?.ToJson(null, serializationMode) ,__c.Add); } + container.Add("clusterSettings",__c); } - AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); - AddIf( null != (((object)this._vnetResourceGroupName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetResourceGroupName.ToString()) : null, "vnetResourceGroupName" ,container.Add ); - AddIf( null != (((object)this._vnetSubnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetSubnetName.ToString()) : null, "vnetSubnetName" ,container.Add ); - if (null != this._workerPool) + if (null != this._userWhitelistedIPRange) { var ___x = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var ___y in this._workerPool ) + foreach( var ___y in this._userWhitelistedIPRange ) { - AddIf(___y?.ToJson(null, serializationMode) ,___x.Add); + AddIf(null != (((object)___y)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(___y.ToString()) : null ,___x.Add); } - container.Add("workerPools",___x); + container.Add("userWhitelistedIpRanges",___x); } + AddIf( null != this._hasLinuxWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasLinuxWorker) : null, "hasLinuxWorkers" ,container.Add ); + AddIf( null != (((object)this._sslCertKeyVaultId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sslCertKeyVaultId.ToString()) : null, "sslCertKeyVaultId" ,container.Add ); + AddIf( null != (((object)this._sslCertKeyVaultSecretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sslCertKeyVaultSecretName.ToString()) : null, "sslCertKeyVaultSecretName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.PowerShell.cs index bbbe4eb637d2..3202e071681b 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal AppServiceEnvironmentCollection(global::System.Collections.IDictionary return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal AppServiceEnvironmentCollection(global::System.Management.Automation.PS return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.json.cs index 5e36ba3a3277..34894004450e 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentCollection.json.cs @@ -58,8 +58,8 @@ internal AppServiceEnvironmentCollection(Microsoft.Azure.PowerShell.Cmdlets.Func { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentPatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentPatchResource.PowerShell.cs index 0ff0c530812e..e26520a6c885 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentPatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentPatchResource.PowerShell.cs @@ -62,52 +62,52 @@ internal AppServiceEnvironmentPatchResource(global::System.Collections.IDictiona } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedWorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseEdition = (string) content.GetValueForProperty("DatabaseEdition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseEdition, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseServiceObjective = (string) content.GetValueForProperty("DatabaseServiceObjective",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseServiceObjective, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DnsSuffix = (string) content.GetValueForProperty("DnsSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DnsSuffix, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastAction = (string) content.GetValueForProperty("LastAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastAction, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastActionResult = (string) content.GetValueForProperty("LastActionResult",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastActionResult, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).NetworkAccessControlList = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry[]) content.GetValueForProperty("NetworkAccessControlList",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).NetworkAccessControlList, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Suspended = (bool?) content.GetValueForProperty("Suspended",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Suspended, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UserWhitelistedIPRange = (string[]) content.GetValueForProperty("UserWhitelistedIPRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UserWhitelistedIPRange, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkType = (string) content.GetValueForProperty("VirtualNetworkType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkSubnet = (string) content.GetValueForProperty("VirtualNetworkSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkSubnet, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -127,52 +127,52 @@ internal AppServiceEnvironmentPatchResource(global::System.Management.Automation } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedWorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseEdition = (string) content.GetValueForProperty("DatabaseEdition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseEdition, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseServiceObjective = (string) content.GetValueForProperty("DatabaseServiceObjective",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DatabaseServiceObjective, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DnsSuffix = (string) content.GetValueForProperty("DnsSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DnsSuffix, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastAction = (string) content.GetValueForProperty("LastAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastAction, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastActionResult = (string) content.GetValueForProperty("LastActionResult",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).LastActionResult, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).NetworkAccessControlList = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry[]) content.GetValueForProperty("NetworkAccessControlList",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).NetworkAccessControlList, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Suspended = (bool?) content.GetValueForProperty("Suspended",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).Suspended, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UserWhitelistedIPRange = (string[]) content.GetValueForProperty("UserWhitelistedIPRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).UserWhitelistedIPRange, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkType = (string) content.GetValueForProperty("VirtualNetworkType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkSubnet = (string) content.GetValueForProperty("VirtualNetworkSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentPatchResourceInternal)this).VirtualNetworkSubnet, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.PowerShell.cs index e38c20f303f2..33535361fae3 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.PowerShell.cs @@ -62,54 +62,54 @@ internal AppServiceEnvironmentResource(global::System.Collections.IDictionary co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedWorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation = (string) content.GetValueForProperty("PropertiesLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseEdition = (string) content.GetValueForProperty("DatabaseEdition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseEdition, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseServiceObjective = (string) content.GetValueForProperty("DatabaseServiceObjective",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseServiceObjective, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DnsSuffix = (string) content.GetValueForProperty("DnsSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DnsSuffix, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastAction = (string) content.GetValueForProperty("LastAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastAction, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastActionResult = (string) content.GetValueForProperty("LastActionResult",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastActionResult, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation = (string) content.GetValueForProperty("PropertiesLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).NetworkAccessControlList = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry[]) content.GetValueForProperty("NetworkAccessControlList",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).NetworkAccessControlList, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Suspended = (bool?) content.GetValueForProperty("Suspended",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Suspended, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UserWhitelistedIPRange = (string[]) content.GetValueForProperty("UserWhitelistedIPRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UserWhitelistedIPRange, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkType = (string) content.GetValueForProperty("VirtualNetworkType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkSubnet = (string) content.GetValueForProperty("VirtualNetworkSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkSubnet, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -129,54 +129,54 @@ internal AppServiceEnvironmentResource(global::System.Management.Automation.PSOb } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedWorkerSize = (string) content.GetValueForProperty("AllowedWorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedWorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation = (string) content.GetValueForProperty("PropertiesLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseEdition = (string) content.GetValueForProperty("DatabaseEdition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseEdition, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseServiceObjective = (string) content.GetValueForProperty("DatabaseServiceObjective",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DatabaseServiceObjective, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DnsSuffix = (string) content.GetValueForProperty("DnsSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DnsSuffix, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode?) content.GetValueForProperty("InternalLoadBalancingMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).InternalLoadBalancingMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount = (int?) content.GetValueForProperty("IpsslAddressCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).IpsslAddressCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastAction = (string) content.GetValueForProperty("LastAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastAction, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastActionResult = (string) content.GetValueForProperty("LastActionResult",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).LastActionResult, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation = (string) content.GetValueForProperty("PropertiesLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize = (string) content.GetValueForProperty("AllowedMultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).AllowedMultiSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount = (int?) content.GetValueForProperty("MultiRoleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiRoleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize = (string) content.GetValueForProperty("MultiSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MultiSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine = (int?) content.GetValueForProperty("MaximumNumberOfMachine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).MaximumNumberOfMachine, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("EnvironmentCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentCapacity, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).NetworkAccessControlList = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntry[]) content.GetValueForProperty("NetworkAccessControlList",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).NetworkAccessControlList, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkAccessControlEntryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy = (bool?) content.GetValueForProperty("EnvironmentIsHealthy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentIsHealthy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus = (string) content.GetValueForProperty("EnvironmentStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).EnvironmentStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor = (int?) content.GetValueForProperty("FrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).FrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor = (int?) content.GetValueForProperty("DefaultFrontEndScaleFactor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DefaultFrontEndScaleFactor, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId = (string) content.GetValueForProperty("ApiManagementAccountId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ApiManagementAccountId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Suspended = (bool?) content.GetValueForProperty("Suspended",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).Suspended, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain = (int?) content.GetValueForProperty("UpgradeDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UpgradeDomain, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled = (bool?) content.GetValueForProperty("DynamicCacheEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).DynamicCacheEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("ClusterSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).ClusterSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UserWhitelistedIPRange = (string[]) content.GetValueForProperty("UserWhitelistedIPRange",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).UserWhitelistedIPRange, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMapping[]) content.GetValueForProperty("VipMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VipMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualIPMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName = (string) content.GetValueForProperty("VnetResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VnetSubnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool[]) content.GetValueForProperty("WorkerPool",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).WorkerPool, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker = (bool?) content.GetValueForProperty("HasLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).HasLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId = (string) content.GetValueForProperty("SslCertKeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName = (string) content.GetValueForProperty("SslCertKeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).SslCertKeyVaultSecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkType = (string) content.GetValueForProperty("VirtualNetworkType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId = (string) content.GetValueForProperty("VirtualNetworkId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkSubnet = (string) content.GetValueForProperty("VirtualNetworkSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal)this).VirtualNetworkSubnet, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.cs b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.cs index a5dadb528abd..387d5fc8a30f 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServiceEnvironmentResource.cs @@ -86,7 +86,7 @@ public partial class AppServiceEnvironmentResource : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// /// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. @@ -118,15 +118,6 @@ public partial class AppServiceEnvironmentResource : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public int? MaximumNumberOfMachine { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).MaximumNumberOfMachine; } - /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } - - /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } - - /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - /// Internal Acessors for AllowedMultiSize string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal.AllowedMultiSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).AllowedMultiSize; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).AllowedMultiSize = value; } @@ -190,6 +181,15 @@ public partial class AppServiceEnvironmentResource : /// Internal Acessors for VirtualNetworkType string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentResourceInternal.VirtualNetworkType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).VirtualNetworkType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).VirtualNetworkType = value; } + /// Internal Acessors for Id + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } + + /// Internal Acessors for Name + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } + + /// Internal Acessors for Type + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } + /// Number of front-end instances. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public int? MultiRoleCount { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).MultiRoleCount; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironmentInternal)Property).MultiRoleCount = value; } @@ -200,7 +200,7 @@ public partial class AppServiceEnvironmentResource : /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Access control list for controlling traffic to the App Service Environment. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -259,7 +259,7 @@ public partial class AppServiceEnvironmentResource : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Number of upgrade domains of the App Service Environment. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlan.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlan.PowerShell.cs index c8bea5c02fdd..ba1e18818784 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlan.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlan.PowerShell.cs @@ -63,46 +63,46 @@ internal AppServicePlan(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuFamily, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -122,46 +122,46 @@ internal AppServicePlan(global::System.Management.Automation.PSObject content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Subscription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).GeoRegion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuFamily, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlan.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlan.cs index bb406870319b..b520105053fe 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlan.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlan.cs @@ -47,7 +47,7 @@ public partial class AppServicePlan : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// If true, this App Service Plan owns spot instances. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -77,15 +77,6 @@ public partial class AppServicePlan : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public int? MaximumNumberOfWorker { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)Property).MaximumNumberOfWorker; } - /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } - - /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } - - /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - /// Internal Acessors for GeoRegion string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal.GeoRegion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)Property).GeoRegion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)Property).GeoRegion = value; } @@ -125,9 +116,18 @@ public partial class AppServicePlan : /// Internal Acessors for Subscription string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanInternal.Subscription { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)Property).Subscription; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)Property).Subscription = value; } + /// Internal Acessors for Id + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } + + /// Internal Acessors for Name + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } + + /// Internal Acessors for Type + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } + /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Number of apps assigned to this App Service plan. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -232,7 +232,7 @@ public partial class AppServicePlan : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Target worker tier assigned to the App Service plan. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.PowerShell.cs index f0de1743fcd8..385ef543097f 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal AppServicePlanCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal AppServicePlanCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.json.cs index bbc2f6c9399b..5b7f251a5dda 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanCollection.json.cs @@ -58,8 +58,8 @@ internal AppServicePlanCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlan.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResource.PowerShell.cs index 3e161dde493e..2e93455ac7f3 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResource.PowerShell.cs @@ -62,32 +62,32 @@ internal AppServicePlanPatchResource(global::System.Collections.IDictionary cont } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).GeoRegion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -106,32 +106,32 @@ internal AppServicePlanPatchResource(global::System.Management.Automation.PSObje } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).GeoRegion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.PowerShell.cs index 87ca37e0121a..8c0781118621 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.PowerShell.cs @@ -62,27 +62,27 @@ internal AppServicePlanPatchResourceProperties(global::System.Collections.IDicti } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).GeoRegion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -101,27 +101,27 @@ internal AppServicePlanPatchResourceProperties(global::System.Management.Automat } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).GeoRegion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.json.cs index 791769603cbc..2e22c3629e89 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanPatchResourceProperties.json.cs @@ -59,24 +59,24 @@ internal AppServicePlanPatchResourceProperties(Microsoft.Azure.PowerShell.Cmdlet return; } {_hostingEnvironmentProfile = If( json?.PropertyT("hostingEnvironmentProfile"), out var __jsonHostingEnvironmentProfile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfile.FromJson(__jsonHostingEnvironmentProfile) : HostingEnvironmentProfile;} - {_freeOfferExpirationTime = If( json?.PropertyT("freeOfferExpirationTime"), out var __jsonFreeOfferExpirationTime) ? global::System.DateTime.TryParse((string)__jsonFreeOfferExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonFreeOfferExpirationTimeValue) ? __jsonFreeOfferExpirationTimeValue : FreeOfferExpirationTime : FreeOfferExpirationTime;} + {_workerTierName = If( json?.PropertyT("workerTierName"), out var __jsonWorkerTierName) ? (string)__jsonWorkerTierName : (string)WorkerTierName;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_subscription = If( json?.PropertyT("subscription"), out var __jsonSubscription) ? (string)__jsonSubscription : (string)Subscription;} + {_maximumNumberOfWorker = If( json?.PropertyT("maximumNumberOfWorkers"), out var __jsonMaximumNumberOfWorkers) ? (int?)__jsonMaximumNumberOfWorkers : MaximumNumberOfWorker;} {_geoRegion = If( json?.PropertyT("geoRegion"), out var __jsonGeoRegion) ? (string)__jsonGeoRegion : (string)GeoRegion;} - {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} - {_isSpot = If( json?.PropertyT("isSpot"), out var __jsonIsSpot) ? (bool?)__jsonIsSpot : IsSpot;} - {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} + {_perSiteScaling = If( json?.PropertyT("perSiteScaling"), out var __jsonPerSiteScaling) ? (bool?)__jsonPerSiteScaling : PerSiteScaling;} {_maximumElasticWorkerCount = If( json?.PropertyT("maximumElasticWorkerCount"), out var __jsonMaximumElasticWorkerCount) ? (int?)__jsonMaximumElasticWorkerCount : MaximumElasticWorkerCount;} - {_maximumNumberOfWorker = If( json?.PropertyT("maximumNumberOfWorkers"), out var __jsonMaximumNumberOfWorkers) ? (int?)__jsonMaximumNumberOfWorkers : MaximumNumberOfWorker;} {_numberOfSite = If( json?.PropertyT("numberOfSites"), out var __jsonNumberOfSites) ? (int?)__jsonNumberOfSites : NumberOfSite;} - {_perSiteScaling = If( json?.PropertyT("perSiteScaling"), out var __jsonPerSiteScaling) ? (bool?)__jsonPerSiteScaling : PerSiteScaling;} - {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} - {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} - {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_isSpot = If( json?.PropertyT("isSpot"), out var __jsonIsSpot) ? (bool?)__jsonIsSpot : IsSpot;} {_spotExpirationTime = If( json?.PropertyT("spotExpirationTime"), out var __jsonSpotExpirationTime) ? global::System.DateTime.TryParse((string)__jsonSpotExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSpotExpirationTimeValue) ? __jsonSpotExpirationTimeValue : SpotExpirationTime : SpotExpirationTime;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} - {_subscription = If( json?.PropertyT("subscription"), out var __jsonSubscription) ? (string)__jsonSubscription : (string)Subscription;} + {_freeOfferExpirationTime = If( json?.PropertyT("freeOfferExpirationTime"), out var __jsonFreeOfferExpirationTime) ? global::System.DateTime.TryParse((string)__jsonFreeOfferExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonFreeOfferExpirationTimeValue) ? __jsonFreeOfferExpirationTimeValue : FreeOfferExpirationTime : FreeOfferExpirationTime;} + {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} + {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} + {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} {_targetWorkerCount = If( json?.PropertyT("targetWorkerCount"), out var __jsonTargetWorkerCount) ? (int?)__jsonTargetWorkerCount : TargetWorkerCount;} {_targetWorkerSizeId = If( json?.PropertyT("targetWorkerSizeId"), out var __jsonTargetWorkerSizeId) ? (int?)__jsonTargetWorkerSizeId : TargetWorkerSizeId;} - {_workerTierName = If( json?.PropertyT("workerTierName"), out var __jsonWorkerTierName) ? (string)__jsonWorkerTierName : (string)WorkerTierName;} + {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} AfterFromJson(json); } @@ -113,45 +113,45 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._hostingEnvironmentProfile ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._hostingEnvironmentProfile.ToJson(null,serializationMode) : null, "hostingEnvironmentProfile" ,container.Add ); - AddIf( null != this._freeOfferExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._freeOfferExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "freeOfferExpirationTime" ,container.Add ); + AddIf( null != (((object)this._workerTierName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerTierName.ToString()) : null, "workerTierName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._geoRegion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoRegion.ToString()) : null, "geoRegion" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } - AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); - AddIf( null != this._isSpot ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSpot) : null, "isSpot" ,container.Add ); - AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); - AddIf( null != this._maximumElasticWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumElasticWorkerCount) : null, "maximumElasticWorkerCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._maximumNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumNumberOfWorker) : null, "maximumNumberOfWorkers" ,container.Add ); + AddIf( null != (((object)this._subscription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscription.ToString()) : null, "subscription" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._numberOfSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numberOfSite) : null, "numberOfSites" ,container.Add ); + AddIf( null != this._maximumNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumNumberOfWorker) : null, "maximumNumberOfWorkers" ,container.Add ); } - AddIf( null != this._perSiteScaling ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._perSiteScaling) : null, "perSiteScaling" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + AddIf( null != (((object)this._geoRegion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoRegion.ToString()) : null, "geoRegion" ,container.Add ); } - AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); + AddIf( null != this._perSiteScaling ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._perSiteScaling) : null, "perSiteScaling" ,container.Add ); + AddIf( null != this._maximumElasticWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumElasticWorkerCount) : null, "maximumElasticWorkerCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); + AddIf( null != this._numberOfSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numberOfSite) : null, "numberOfSites" ,container.Add ); } + AddIf( null != this._isSpot ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSpot) : null, "isSpot" ,container.Add ); AddIf( null != this._spotExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._spotExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "spotExpirationTime" ,container.Add ); + AddIf( null != this._freeOfferExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._freeOfferExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "freeOfferExpirationTime" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); } + AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); + AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); + AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); + AddIf( null != this._targetWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerCount) : null, "targetWorkerCount" ,container.Add ); + AddIf( null != this._targetWorkerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerSizeId) : null, "targetWorkerSizeId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subscription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscription.ToString()) : null, "subscription" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } - AddIf( null != this._targetWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerCount) : null, "targetWorkerCount" ,container.Add ); - AddIf( null != this._targetWorkerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerSizeId) : null, "targetWorkerSizeId" ,container.Add ); - AddIf( null != (((object)this._workerTierName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerTierName.ToString()) : null, "workerTierName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.PowerShell.cs index 660cc54db61b..c0378a498960 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.PowerShell.cs @@ -62,27 +62,27 @@ internal AppServicePlanProperties(global::System.Collections.IDictionary content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).GeoRegion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -101,27 +101,27 @@ internal AppServicePlanProperties(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).GeoRegion = (string) content.GetValueForProperty("GeoRegion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).GeoRegion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumElasticWorkerCount = (int?) content.GetValueForProperty("MaximumElasticWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumElasticWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker = (int?) content.GetValueForProperty("MaximumNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).MaximumNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).NumberOfSite = (int?) content.GetValueForProperty("NumberOfSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).NumberOfSite, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling = (bool?) content.GetValueForProperty("PerSiteScaling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).PerSiteScaling, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).SpotExpirationTime = (global::System.DateTime?) content.GetValueForProperty("SpotExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).SpotExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime = (global::System.DateTime?) content.GetValueForProperty("FreeOfferExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).FreeOfferExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerCount = (int?) content.GetValueForProperty("TargetWorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerSizeId = (int?) content.GetValueForProperty("TargetWorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).TargetWorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName = (string) content.GetValueForProperty("WorkerTierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).WorkerTierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanPropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.json.cs index 0439d55b7f5c..b9946c47541d 100644 --- a/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AppServicePlanProperties.json.cs @@ -59,24 +59,24 @@ internal AppServicePlanProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R return; } {_hostingEnvironmentProfile = If( json?.PropertyT("hostingEnvironmentProfile"), out var __jsonHostingEnvironmentProfile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfile.FromJson(__jsonHostingEnvironmentProfile) : HostingEnvironmentProfile;} - {_freeOfferExpirationTime = If( json?.PropertyT("freeOfferExpirationTime"), out var __jsonFreeOfferExpirationTime) ? global::System.DateTime.TryParse((string)__jsonFreeOfferExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonFreeOfferExpirationTimeValue) ? __jsonFreeOfferExpirationTimeValue : FreeOfferExpirationTime : FreeOfferExpirationTime;} + {_workerTierName = If( json?.PropertyT("workerTierName"), out var __jsonWorkerTierName) ? (string)__jsonWorkerTierName : (string)WorkerTierName;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_subscription = If( json?.PropertyT("subscription"), out var __jsonSubscription) ? (string)__jsonSubscription : (string)Subscription;} + {_maximumNumberOfWorker = If( json?.PropertyT("maximumNumberOfWorkers"), out var __jsonMaximumNumberOfWorkers) ? (int?)__jsonMaximumNumberOfWorkers : MaximumNumberOfWorker;} {_geoRegion = If( json?.PropertyT("geoRegion"), out var __jsonGeoRegion) ? (string)__jsonGeoRegion : (string)GeoRegion;} - {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} - {_isSpot = If( json?.PropertyT("isSpot"), out var __jsonIsSpot) ? (bool?)__jsonIsSpot : IsSpot;} - {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} + {_perSiteScaling = If( json?.PropertyT("perSiteScaling"), out var __jsonPerSiteScaling) ? (bool?)__jsonPerSiteScaling : PerSiteScaling;} {_maximumElasticWorkerCount = If( json?.PropertyT("maximumElasticWorkerCount"), out var __jsonMaximumElasticWorkerCount) ? (int?)__jsonMaximumElasticWorkerCount : MaximumElasticWorkerCount;} - {_maximumNumberOfWorker = If( json?.PropertyT("maximumNumberOfWorkers"), out var __jsonMaximumNumberOfWorkers) ? (int?)__jsonMaximumNumberOfWorkers : MaximumNumberOfWorker;} {_numberOfSite = If( json?.PropertyT("numberOfSites"), out var __jsonNumberOfSites) ? (int?)__jsonNumberOfSites : NumberOfSite;} - {_perSiteScaling = If( json?.PropertyT("perSiteScaling"), out var __jsonPerSiteScaling) ? (bool?)__jsonPerSiteScaling : PerSiteScaling;} - {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} - {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} - {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_isSpot = If( json?.PropertyT("isSpot"), out var __jsonIsSpot) ? (bool?)__jsonIsSpot : IsSpot;} {_spotExpirationTime = If( json?.PropertyT("spotExpirationTime"), out var __jsonSpotExpirationTime) ? global::System.DateTime.TryParse((string)__jsonSpotExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSpotExpirationTimeValue) ? __jsonSpotExpirationTimeValue : SpotExpirationTime : SpotExpirationTime;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} - {_subscription = If( json?.PropertyT("subscription"), out var __jsonSubscription) ? (string)__jsonSubscription : (string)Subscription;} + {_freeOfferExpirationTime = If( json?.PropertyT("freeOfferExpirationTime"), out var __jsonFreeOfferExpirationTime) ? global::System.DateTime.TryParse((string)__jsonFreeOfferExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonFreeOfferExpirationTimeValue) ? __jsonFreeOfferExpirationTimeValue : FreeOfferExpirationTime : FreeOfferExpirationTime;} + {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} + {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} + {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} {_targetWorkerCount = If( json?.PropertyT("targetWorkerCount"), out var __jsonTargetWorkerCount) ? (int?)__jsonTargetWorkerCount : TargetWorkerCount;} {_targetWorkerSizeId = If( json?.PropertyT("targetWorkerSizeId"), out var __jsonTargetWorkerSizeId) ? (int?)__jsonTargetWorkerSizeId : TargetWorkerSizeId;} - {_workerTierName = If( json?.PropertyT("workerTierName"), out var __jsonWorkerTierName) ? (string)__jsonWorkerTierName : (string)WorkerTierName;} + {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} AfterFromJson(json); } @@ -112,45 +112,45 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._hostingEnvironmentProfile ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._hostingEnvironmentProfile.ToJson(null,serializationMode) : null, "hostingEnvironmentProfile" ,container.Add ); - AddIf( null != this._freeOfferExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._freeOfferExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "freeOfferExpirationTime" ,container.Add ); + AddIf( null != (((object)this._workerTierName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerTierName.ToString()) : null, "workerTierName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._geoRegion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoRegion.ToString()) : null, "geoRegion" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } - AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); - AddIf( null != this._isSpot ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSpot) : null, "isSpot" ,container.Add ); - AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); - AddIf( null != this._maximumElasticWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumElasticWorkerCount) : null, "maximumElasticWorkerCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._maximumNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumNumberOfWorker) : null, "maximumNumberOfWorkers" ,container.Add ); + AddIf( null != (((object)this._subscription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscription.ToString()) : null, "subscription" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._numberOfSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numberOfSite) : null, "numberOfSites" ,container.Add ); + AddIf( null != this._maximumNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumNumberOfWorker) : null, "maximumNumberOfWorkers" ,container.Add ); } - AddIf( null != this._perSiteScaling ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._perSiteScaling) : null, "perSiteScaling" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + AddIf( null != (((object)this._geoRegion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoRegion.ToString()) : null, "geoRegion" ,container.Add ); } - AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); + AddIf( null != this._perSiteScaling ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._perSiteScaling) : null, "perSiteScaling" ,container.Add ); + AddIf( null != this._maximumElasticWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximumElasticWorkerCount) : null, "maximumElasticWorkerCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); + AddIf( null != this._numberOfSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numberOfSite) : null, "numberOfSites" ,container.Add ); } + AddIf( null != this._isSpot ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSpot) : null, "isSpot" ,container.Add ); AddIf( null != this._spotExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._spotExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "spotExpirationTime" ,container.Add ); + AddIf( null != this._freeOfferExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._freeOfferExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "freeOfferExpirationTime" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); } + AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); + AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); + AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); + AddIf( null != this._targetWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerCount) : null, "targetWorkerCount" ,container.Add ); + AddIf( null != this._targetWorkerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerSizeId) : null, "targetWorkerSizeId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subscription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscription.ToString()) : null, "subscription" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } - AddIf( null != this._targetWorkerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerCount) : null, "targetWorkerCount" ,container.Add ); - AddIf( null != this._targetWorkerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._targetWorkerSizeId) : null, "targetWorkerSizeId" ,container.Add ); - AddIf( null != (((object)this._workerTierName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerTierName.ToString()) : null, "workerTierName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.PowerShell.cs index dde16df46b37..04452e932f0d 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.PowerShell.cs @@ -61,15 +61,15 @@ internal ApplicationLogsConfig(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("AzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("FileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("AzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureTableStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageSasUrl = (string) content.GetValueForProperty("AzureTableStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -87,15 +87,15 @@ internal ApplicationLogsConfig(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("AzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("FileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("AzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureTableStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageSasUrl = (string) content.GetValueForProperty("AzureTableStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureTableStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.json.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.json.cs index 5f8f634a3c6a..6e25b578040d 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationLogsConfig.json.cs @@ -58,9 +58,9 @@ internal ApplicationLogsConfig(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_azureBlobStorage = If( json?.PropertyT("azureBlobStorage"), out var __jsonAzureBlobStorage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfig.FromJson(__jsonAzureBlobStorage) : AzureBlobStorage;} - {_azureTableStorage = If( json?.PropertyT("azureTableStorage"), out var __jsonAzureTableStorage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfig.FromJson(__jsonAzureTableStorage) : AzureTableStorage;} {_fileSystem = If( json?.PropertyT("fileSystem"), out var __jsonFileSystem) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfig.FromJson(__jsonFileSystem) : FileSystem;} + {_azureTableStorage = If( json?.PropertyT("azureTableStorage"), out var __jsonAzureTableStorage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfig.FromJson(__jsonAzureTableStorage) : AzureTableStorage;} + {_azureBlobStorage = If( json?.PropertyT("azureBlobStorage"), out var __jsonAzureBlobStorage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfig.FromJson(__jsonAzureBlobStorage) : AzureBlobStorage;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._azureBlobStorage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureBlobStorage.ToJson(null,serializationMode) : null, "azureBlobStorage" ,container.Add ); - AddIf( null != this._azureTableStorage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureTableStorage.ToJson(null,serializationMode) : null, "azureTableStorage" ,container.Add ); AddIf( null != this._fileSystem ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._fileSystem.ToJson(null,serializationMode) : null, "fileSystem" ,container.Add ); + AddIf( null != this._azureTableStorage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureTableStorage.ToJson(null,serializationMode) : null, "azureTableStorage" ,container.Add ); + AddIf( null != this._azureBlobStorage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureBlobStorage.ToJson(null,serializationMode) : null, "azureBlobStorage" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationStack.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationStack.PowerShell.cs index bd9c2d3c0ddc..07298aa71927 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationStack.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationStack.PowerShell.cs @@ -62,10 +62,10 @@ internal ApplicationStack(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Display = (string) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Display, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).MajorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion[]) content.GetValueForProperty("MajorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).MajorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -84,10 +84,10 @@ internal ApplicationStack(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Display = (string) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Display, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).MajorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion[]) content.GetValueForProperty("MajorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).MajorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationStack.json.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationStack.json.cs index bd5a03c838de..663b1daf8bad 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationStack.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationStack.json.cs @@ -59,10 +59,10 @@ internal ApplicationStack(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_dependency = If( json?.PropertyT("dependency"), out var __jsonDependency) ? (string)__jsonDependency : (string)Dependency;} {_display = If( json?.PropertyT("display"), out var __jsonDisplay) ? (string)__jsonDisplay : (string)Display;} - {_framework = If( json?.PropertyT("frameworks"), out var __jsonFrameworks) ? If( __jsonFrameworks as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStack.FromJson(__u) )) ))() : null : Framework;} - {_majorVersion = If( json?.PropertyT("majorVersions"), out var __jsonMajorVersions) ? If( __jsonMajorVersions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersion.FromJson(__p) )) ))() : null : MajorVersion;} + {_dependency = If( json?.PropertyT("dependency"), out var __jsonDependency) ? (string)__jsonDependency : (string)Dependency;} + {_majorVersion = If( json?.PropertyT("majorVersions"), out var __jsonMajorVersions) ? If( __jsonMajorVersions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersion.FromJson(__u) )) ))() : null : MajorVersion;} + {_framework = If( json?.PropertyT("frameworks"), out var __jsonFrameworks) ? If( __jsonFrameworks as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStack.FromJson(__p) )) ))() : null : Framework;} AfterFromJson(json); } @@ -98,25 +98,25 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._dependency)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dependency.ToString()) : null, "dependency" ,container.Add ); AddIf( null != (((object)this._display)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._display.ToString()) : null, "display" ,container.Add ); - if (null != this._framework) + AddIf( null != (((object)this._dependency)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dependency.ToString()) : null, "dependency" ,container.Add ); + if (null != this._majorVersion) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._framework ) + foreach( var __x in this._majorVersion ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("frameworks",__w); + container.Add("majorVersions",__w); } - if (null != this._majorVersion) + if (null != this._framework) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._majorVersion ) + foreach( var __s in this._framework ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("majorVersions",__r); + container.Add("frameworks",__r); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.PowerShell.cs index a0015628b1ac..aa164bb406ef 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal ApplicationStackCollection(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal ApplicationStackCollection(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.json.cs index 3acf117efec8..a827a6bb4ad3 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationStackCollection.json.cs @@ -58,8 +58,8 @@ internal ApplicationStackCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ApplicationStackResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ApplicationStackResource.PowerShell.cs index 3a673f7dc7c8..7392526f64f1 100644 --- a/src/Functions/generated/api/Models/Api20190801/ApplicationStackResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ApplicationStackResource.PowerShell.cs @@ -62,15 +62,15 @@ internal ApplicationStackResource(global::System.Collections.IDictionary content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Display = (string) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Display, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).MajorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion[]) content.GetValueForProperty("MajorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).MajorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -89,15 +89,15 @@ internal ApplicationStackResource(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Display = (string) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Display, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency = (string) content.GetValueForProperty("Dependency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Dependency, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).MajorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion[]) content.GetValueForProperty("MajorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).MajorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[]) content.GetValueForProperty("Framework",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResourceInternal)this).Framework, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AutoHealRules.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AutoHealRules.PowerShell.cs index ba32a4093e0a..b0be4cbd1a27 100644 --- a/src/Functions/generated/api/Models/Api20190801/AutoHealRules.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AutoHealRules.PowerShell.cs @@ -61,22 +61,22 @@ internal AutoHealRules(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Trigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Trigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionParameter = (string) content.GetValueForProperty("CustomActionParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionParameter, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestTimeInterval, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -94,22 +94,22 @@ internal AutoHealRules(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Trigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Trigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionParameter = (string) content.GetValueForProperty("CustomActionParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionParameter, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).RequestTimeInterval, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).CustomActionExe, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRulesInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AutoHealRules.json.cs b/src/Functions/generated/api/Models/Api20190801/AutoHealRules.json.cs index d3b99720dcff..268401584e33 100644 --- a/src/Functions/generated/api/Models/Api20190801/AutoHealRules.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AutoHealRules.json.cs @@ -58,8 +58,8 @@ internal AutoHealRules(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json { return; } - {_action = If( json?.PropertyT("actions"), out var __jsonActions) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActions.FromJson(__jsonActions) : Action;} {_trigger = If( json?.PropertyT("triggers"), out var __jsonTriggers) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggers.FromJson(__jsonTriggers) : Trigger;} + {_action = If( json?.PropertyT("actions"), out var __jsonActions) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActions.FromJson(__jsonActions) : Action;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._action ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._action.ToJson(null,serializationMode) : null, "actions" ,container.Add ); AddIf( null != this._trigger ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._trigger.ToJson(null,serializationMode) : null, "triggers" ,container.Add ); + AddIf( null != this._action ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._action.ToJson(null,serializationMode) : null, "actions" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AutoHealTriggers.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AutoHealTriggers.PowerShell.cs index b02e5e429356..18433e523ccf 100644 --- a/src/Functions/generated/api/Models/Api20190801/AutoHealTriggers.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AutoHealTriggers.PowerShell.cs @@ -67,9 +67,9 @@ internal AutoHealTriggers(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).StatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("StatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).StatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestTimeInterval, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -93,9 +93,9 @@ internal AutoHealTriggers(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).StatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("StatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).StatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).RequestTimeInterval, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggersInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.PowerShell.cs index 5b2e007b5023..ebaa3b147fbb 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.PowerShell.cs @@ -62,8 +62,8 @@ internal AzureBlobStorageApplicationLogsConfig(global::System.Collections.IDicti } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).SasUrl = (string) content.GetValueForProperty("SasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).SasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -82,8 +82,8 @@ internal AzureBlobStorageApplicationLogsConfig(global::System.Management.Automat } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).SasUrl = (string) content.GetValueForProperty("SasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).SasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.json.cs b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.json.cs index 25618795fb49..7d552ad5689b 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageApplicationLogsConfig.json.cs @@ -59,8 +59,8 @@ internal AzureBlobStorageApplicationLogsConfig(Microsoft.Azure.PowerShell.Cmdlet return; } {_level = If( json?.PropertyT("level"), out var __jsonLevel) ? (string)__jsonLevel : (string)Level;} - {_retentionInDay = If( json?.PropertyT("retentionInDays"), out var __jsonRetentionInDays) ? (int?)__jsonRetentionInDays : RetentionInDay;} {_sasUrl = If( json?.PropertyT("sasUrl"), out var __jsonSasUrl) ? (string)__jsonSasUrl : (string)SasUrl;} + {_retentionInDay = If( json?.PropertyT("retentionInDays"), out var __jsonRetentionInDays) ? (int?)__jsonRetentionInDays : RetentionInDay;} AfterFromJson(json); } @@ -97,8 +97,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); - AddIf( null != this._retentionInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInDay) : null, "retentionInDays" ,container.Add ); AddIf( null != (((object)this._sasUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sasUrl.ToString()) : null, "sasUrl" ,container.Add ); + AddIf( null != this._retentionInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInDay) : null, "retentionInDays" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.PowerShell.cs index 12042b46080a..b4e27bc4c2a7 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.PowerShell.cs @@ -61,9 +61,9 @@ internal AzureBlobStorageHttpLogsConfig(global::System.Collections.IDictionary c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).SasUrl = (string) content.GetValueForProperty("SasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).SasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -81,9 +81,9 @@ internal AzureBlobStorageHttpLogsConfig(global::System.Management.Automation.PSO return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).SasUrl = (string) content.GetValueForProperty("SasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).SasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.json.cs b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.json.cs index 9b55ce712e3e..8e040d5cc06f 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureBlobStorageHttpLogsConfig.json.cs @@ -58,9 +58,9 @@ internal AzureBlobStorageHttpLogsConfig(Microsoft.Azure.PowerShell.Cmdlets.Funct { return; } - {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} - {_retentionInDay = If( json?.PropertyT("retentionInDays"), out var __jsonRetentionInDays) ? (int?)__jsonRetentionInDays : RetentionInDay;} {_sasUrl = If( json?.PropertyT("sasUrl"), out var __jsonSasUrl) ? (string)__jsonSasUrl : (string)SasUrl;} + {_retentionInDay = If( json?.PropertyT("retentionInDays"), out var __jsonRetentionInDays) ? (int?)__jsonRetentionInDays : RetentionInDay;} + {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); - AddIf( null != this._retentionInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInDay) : null, "retentionInDays" ,container.Add ); AddIf( null != (((object)this._sasUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sasUrl.ToString()) : null, "sasUrl" ,container.Add ); + AddIf( null != this._retentionInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInDay) : null, "retentionInDays" ,container.Add ); + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.PowerShell.cs index a6f21a863e07..fba7f0e75da4 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.PowerShell.cs @@ -62,10 +62,10 @@ internal AzureStorageInfoValue(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey = (string) content.GetValueForProperty("AccessKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccountName = (string) content.GetValueForProperty("AccountName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccountName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath = (string) content.GetValueForProperty("MountPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).ShareName = (string) content.GetValueForProperty("ShareName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).ShareName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey = (string) content.GetValueForProperty("AccessKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath = (string) content.GetValueForProperty("MountPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageState.CreateFrom); AfterDeserializeDictionary(content); } @@ -85,10 +85,10 @@ internal AzureStorageInfoValue(global::System.Management.Automation.PSObject con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey = (string) content.GetValueForProperty("AccessKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccountName = (string) content.GetValueForProperty("AccountName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccountName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath = (string) content.GetValueForProperty("MountPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).ShareName = (string) content.GetValueForProperty("ShareName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).ShareName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey = (string) content.GetValueForProperty("AccessKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).AccessKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath = (string) content.GetValueForProperty("MountPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).MountPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStorageInfoValueInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageState.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.json.cs b/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.json.cs index e3f6176d2d64..6ed85c391c6d 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureStorageInfoValue.json.cs @@ -59,10 +59,10 @@ internal AzureStorageInfoValue(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt return; } {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_accessKey = If( json?.PropertyT("accessKey"), out var __jsonAccessKey) ? (string)__jsonAccessKey : (string)AccessKey;} {_accountName = If( json?.PropertyT("accountName"), out var __jsonAccountName) ? (string)__jsonAccountName : (string)AccountName;} - {_mountPath = If( json?.PropertyT("mountPath"), out var __jsonMountPath) ? (string)__jsonMountPath : (string)MountPath;} {_shareName = If( json?.PropertyT("shareName"), out var __jsonShareName) ? (string)__jsonShareName : (string)ShareName;} + {_accessKey = If( json?.PropertyT("accessKey"), out var __jsonAccessKey) ? (string)__jsonAccessKey : (string)AccessKey;} + {_mountPath = If( json?.PropertyT("mountPath"), out var __jsonMountPath) ? (string)__jsonMountPath : (string)MountPath;} {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} AfterFromJson(json); } @@ -99,10 +99,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); - AddIf( null != (((object)this._accessKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accessKey.ToString()) : null, "accessKey" ,container.Add ); AddIf( null != (((object)this._accountName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accountName.ToString()) : null, "accountName" ,container.Add ); - AddIf( null != (((object)this._mountPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._mountPath.ToString()) : null, "mountPath" ,container.Add ); AddIf( null != (((object)this._shareName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._shareName.ToString()) : null, "shareName" ,container.Add ); + AddIf( null != (((object)this._accessKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accessKey.ToString()) : null, "accessKey" ,container.Add ); + AddIf( null != (((object)this._mountPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._mountPath.ToString()) : null, "mountPath" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); diff --git a/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResource.PowerShell.cs index 6a86ee3a6ece..bfc7c7242a7a 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResource.PowerShell.cs @@ -62,10 +62,10 @@ internal AzureStoragePropertyDictionaryResource(global::System.Collections.IDict } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStoragePropertyDictionaryResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStoragePropertyDictionaryResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStoragePropertyDictionaryResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureStoragePropertyDictionaryResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -84,10 +84,10 @@ internal AzureStoragePropertyDictionaryResource(global::System.Management.Automa } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStoragePropertyDictionaryResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStoragePropertyDictionaryResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureStoragePropertyDictionaryResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureStoragePropertyDictionaryResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResourceProperties.json.cs index fce2027d206d..ba831f90e1d7 100644 --- a/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/AzureStoragePropertyDictionaryResourceProperties.json.cs @@ -60,7 +60,7 @@ internal AzureStoragePropertyDictionaryResourceProperties(Microsoft.Azure.PowerS { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureStorageInfoValue.FromJson(j) ,exclusions ); AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupItem.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BackupItem.PowerShell.cs index 3830a172ddaf..3c9c26273dca 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupItem.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupItem.PowerShell.cs @@ -62,24 +62,24 @@ internal BackupItem(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupItemPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte = (long?) content.GetValueForProperty("WebsiteSizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Created = (global::System.DateTime?) content.GetValueForProperty("Created",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Created, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled = (bool?) content.GetValueForProperty("Scheduled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).FinishedTimeStamp = (global::System.DateTime?) content.GetValueForProperty("FinishedTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).FinishedTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Log = (string) content.GetValueForProperty("Log",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Log, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled = (bool?) content.GetValueForProperty("Scheduled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte = (long?) content.GetValueForProperty("WebsiteSizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializeDictionary(content); } @@ -98,24 +98,24 @@ internal BackupItem(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupItemPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte = (long?) content.GetValueForProperty("WebsiteSizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).PropertiesName = (string) content.GetValueForProperty("PropertiesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).PropertiesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Created = (global::System.DateTime?) content.GetValueForProperty("Created",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Created, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled = (bool?) content.GetValueForProperty("Scheduled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).FinishedTimeStamp = (global::System.DateTime?) content.GetValueForProperty("FinishedTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).FinishedTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).BlobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).CorrelationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Log = (string) content.GetValueForProperty("Log",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Log, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled = (bool?) content.GetValueForProperty("Scheduled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Scheduled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).StorageAccountUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte = (long?) content.GetValueForProperty("WebsiteSizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemInternal)this).WebsiteSizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.PowerShell.cs index cdadb8438e25..41c82168b25d 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal BackupItemCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItem[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal BackupItemCollection(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItem[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.json.cs index bc20467349f6..d35bdbeb56b6 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupItemCollection.json.cs @@ -58,8 +58,8 @@ internal BackupItemCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItem) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupItem.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.PowerShell.cs index bda9de41025b..19d75d461e72 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.PowerShell.cs @@ -61,19 +61,19 @@ internal BackupItemProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BlobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Created = (global::System.DateTime?) content.GetValueForProperty("Created",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Created, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp = (global::System.DateTime?) content.GetValueForProperty("FinishedTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Log = (string) content.GetValueForProperty("Log",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Log, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Scheduled = (bool?) content.GetValueForProperty("Scheduled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Scheduled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp = (global::System.DateTime?) content.GetValueForProperty("FinishedTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).WebsiteSizeInByte = (long?) content.GetValueForProperty("WebsiteSizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).WebsiteSizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializeDictionary(content); } @@ -92,19 +92,19 @@ internal BackupItemProperties(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BlobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Created = (global::System.DateTime?) content.GetValueForProperty("Created",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Created, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp = (global::System.DateTime?) content.GetValueForProperty("FinishedTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId = (int?) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).BackupId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Log = (string) content.GetValueForProperty("Log",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Log, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Scheduled = (bool?) content.GetValueForProperty("Scheduled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Scheduled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte = (long?) content.GetValueForProperty("SizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).SizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp = (global::System.DateTime?) content.GetValueForProperty("LastRestoreTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).LastRestoreTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp = (global::System.DateTime?) content.GetValueForProperty("FinishedTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).FinishedTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).CorrelationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).WebsiteSizeInByte = (long?) content.GetValueForProperty("WebsiteSizeInByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupItemPropertiesInternal)this).WebsiteSizeInByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.json.cs index 50ded2a26abe..ad49960f0707 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupItemProperties.json.cs @@ -58,19 +58,19 @@ internal BackupItemProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_backupId = If( json?.PropertyT("id"), out var __jsonId) ? (int?)__jsonId : BackupId;} + {_storageAccountUrl = If( json?.PropertyT("storageAccountUrl"), out var __jsonStorageAccountUrl) ? (string)__jsonStorageAccountUrl : (string)StorageAccountUrl;} {_blobName = If( json?.PropertyT("blobName"), out var __jsonBlobName) ? (string)__jsonBlobName : (string)BlobName;} - {_correlationId = If( json?.PropertyT("correlationId"), out var __jsonCorrelationId) ? (string)__jsonCorrelationId : (string)CorrelationId;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_sizeInByte = If( json?.PropertyT("sizeInBytes"), out var __jsonSizeInBytes) ? (long?)__jsonSizeInBytes : SizeInByte;} {_created = If( json?.PropertyT("created"), out var __jsonCreated) ? global::System.DateTime.TryParse((string)__jsonCreated, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedValue) ? __jsonCreatedValue : Created : Created;} - {_database = If( json?.PropertyT("databases"), out var __jsonDatabases) ? If( __jsonDatabases as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSetting.FromJson(__u) )) ))() : null : Database;} - {_finishedTimeStamp = If( json?.PropertyT("finishedTimeStamp"), out var __jsonFinishedTimeStamp) ? global::System.DateTime.TryParse((string)__jsonFinishedTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonFinishedTimeStampValue) ? __jsonFinishedTimeStampValue : FinishedTimeStamp : FinishedTimeStamp;} - {_backupId = If( json?.PropertyT("id"), out var __jsonId) ? (int?)__jsonId : BackupId;} - {_lastRestoreTimeStamp = If( json?.PropertyT("lastRestoreTimeStamp"), out var __jsonLastRestoreTimeStamp) ? global::System.DateTime.TryParse((string)__jsonLastRestoreTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastRestoreTimeStampValue) ? __jsonLastRestoreTimeStampValue : LastRestoreTimeStamp : LastRestoreTimeStamp;} {_log = If( json?.PropertyT("log"), out var __jsonLog) ? (string)__jsonLog : (string)Log;} + {_database = If( json?.PropertyT("databases"), out var __jsonDatabases) ? If( __jsonDatabases as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSetting.FromJson(__u) )) ))() : null : Database;} {_scheduled = If( json?.PropertyT("scheduled"), out var __jsonScheduled) ? (bool?)__jsonScheduled : Scheduled;} - {_sizeInByte = If( json?.PropertyT("sizeInBytes"), out var __jsonSizeInBytes) ? (long?)__jsonSizeInBytes : SizeInByte;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} - {_storageAccountUrl = If( json?.PropertyT("storageAccountUrl"), out var __jsonStorageAccountUrl) ? (string)__jsonStorageAccountUrl : (string)StorageAccountUrl;} + {_lastRestoreTimeStamp = If( json?.PropertyT("lastRestoreTimeStamp"), out var __jsonLastRestoreTimeStamp) ? global::System.DateTime.TryParse((string)__jsonLastRestoreTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastRestoreTimeStampValue) ? __jsonLastRestoreTimeStampValue : LastRestoreTimeStamp : LastRestoreTimeStamp;} + {_finishedTimeStamp = If( json?.PropertyT("finishedTimeStamp"), out var __jsonFinishedTimeStamp) ? global::System.DateTime.TryParse((string)__jsonFinishedTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonFinishedTimeStampValue) ? __jsonFinishedTimeStampValue : FinishedTimeStamp : FinishedTimeStamp;} + {_correlationId = If( json?.PropertyT("correlationId"), out var __jsonCorrelationId) ? (string)__jsonCorrelationId : (string)CorrelationId;} {_websiteSizeInByte = If( json?.PropertyT("websiteSizeInBytes"), out var __jsonWebsiteSizeInBytes) ? (long?)__jsonWebsiteSizeInBytes : WebsiteSizeInByte;} AfterFromJson(json); } @@ -108,47 +108,47 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != this._backupId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._backupId) : null, "id" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._blobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobName.ToString()) : null, "blobName" ,container.Add ); + AddIf( null != (((object)this._storageAccountUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._storageAccountUrl.ToString()) : null, "storageAccountUrl" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._correlationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._correlationId.ToString()) : null, "correlationId" ,container.Add ); + AddIf( null != (((object)this._blobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobName.ToString()) : null, "blobName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._created ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._created?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "created" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._database) - { - var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._database ) - { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); - } - container.Add("databases",__w); - } + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._finishedTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._finishedTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "finishedTimeStamp" ,container.Add ); + AddIf( null != this._sizeInByte ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._sizeInByte) : null, "sizeInBytes" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._backupId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._backupId) : null, "id" ,container.Add ); + AddIf( null != this._created ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._created?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "created" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._lastRestoreTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastRestoreTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastRestoreTimeStamp" ,container.Add ); + AddIf( null != (((object)this._log)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._log.ToString()) : null, "log" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._log)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._log.ToString()) : null, "log" ,container.Add ); + if (null != this._database) + { + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._database ) + { + AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + } + container.Add("databases",__w); + } } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -156,15 +156,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._sizeInByte ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._sizeInByte) : null, "sizeInBytes" ,container.Add ); + AddIf( null != this._lastRestoreTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastRestoreTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastRestoreTimeStamp" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != this._finishedTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._finishedTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "finishedTimeStamp" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._storageAccountUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._storageAccountUrl.ToString()) : null, "storageAccountUrl" ,container.Add ); + AddIf( null != (((object)this._correlationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._correlationId.ToString()) : null, "correlationId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { diff --git a/src/Functions/generated/api/Models/Api20190801/BackupRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BackupRequest.PowerShell.cs index d7bbd3ef737f..a5715bcaf3dd 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupRequest.PowerShell.cs @@ -62,21 +62,21 @@ internal BackupRequest(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupSchedule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupSchedule) content.GetValueForProperty("BackupSchedule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupSchedule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupScheduleTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyUnit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) content.GetValueForProperty("BackupScheduleFrequencyUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyUnit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupName = (string) content.GetValueForProperty("BackupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleStartTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyInterval = (int) content.GetValueForProperty("BackupScheduleFrequencyInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyInterval, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleKeepAtLeastOneBackup = (bool) content.GetValueForProperty("BackupScheduleKeepAtLeastOneBackup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleKeepAtLeastOneBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleRetentionPeriodInDay = (int) content.GetValueForProperty("BackupScheduleRetentionPeriodInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleRetentionPeriodInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -95,21 +95,21 @@ internal BackupRequest(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupSchedule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupSchedule) content.GetValueForProperty("BackupSchedule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupSchedule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupScheduleTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyUnit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) content.GetValueForProperty("BackupScheduleFrequencyUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyUnit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupName = (string) content.GetValueForProperty("BackupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleStartTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyInterval = (int) content.GetValueForProperty("BackupScheduleFrequencyInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleFrequencyInterval, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleKeepAtLeastOneBackup = (bool) content.GetValueForProperty("BackupScheduleKeepAtLeastOneBackup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleKeepAtLeastOneBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleRetentionPeriodInDay = (int) content.GetValueForProperty("BackupScheduleRetentionPeriodInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleRetentionPeriodInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.PowerShell.cs index a98f70740e00..492a607ff62f 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.PowerShell.cs @@ -63,15 +63,15 @@ internal BackupRequestProperties(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupSchedule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupSchedule) content.GetValueForProperty("BackupSchedule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupSchedule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupScheduleTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupName = (string) content.GetValueForProperty("BackupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyUnit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) content.GetValueForProperty("BackupScheduleFrequencyUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyUnit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleStartTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyInterval = (int) content.GetValueForProperty("BackupScheduleFrequencyInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyInterval, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleKeepAtLeastOneBackup = (bool) content.GetValueForProperty("BackupScheduleKeepAtLeastOneBackup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleKeepAtLeastOneBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleRetentionPeriodInDay = (int) content.GetValueForProperty("BackupScheduleRetentionPeriodInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleRetentionPeriodInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -91,15 +91,15 @@ internal BackupRequestProperties(global::System.Management.Automation.PSObject c // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupSchedule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupSchedule) content.GetValueForProperty("BackupSchedule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupSchedule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupScheduleTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupName = (string) content.GetValueForProperty("BackupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyUnit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) content.GetValueForProperty("BackupScheduleFrequencyUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyUnit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleStartTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyInterval = (int) content.GetValueForProperty("BackupScheduleFrequencyInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleFrequencyInterval, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleKeepAtLeastOneBackup = (bool) content.GetValueForProperty("BackupScheduleKeepAtLeastOneBackup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleKeepAtLeastOneBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleRetentionPeriodInDay = (int) content.GetValueForProperty("BackupScheduleRetentionPeriodInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleRetentionPeriodInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("BackupScheduleLastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequestPropertiesInternal)this).BackupScheduleLastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.json.cs index cc5f01952efa..1535d02fcb03 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupRequestProperties.json.cs @@ -60,9 +60,9 @@ internal BackupRequestProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru } {_backupSchedule = If( json?.PropertyT("backupSchedule"), out var __jsonBackupSchedule) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupSchedule.FromJson(__jsonBackupSchedule) : BackupSchedule;} {_backupName = If( json?.PropertyT("backupName"), out var __jsonBackupName) ? (string)__jsonBackupName : (string)BackupName;} - {_database = If( json?.PropertyT("databases"), out var __jsonDatabases) ? If( __jsonDatabases as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSetting.FromJson(__u) )) ))() : null : Database;} {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} {_storageAccountUrl = If( json?.PropertyT("storageAccountUrl"), out var __jsonStorageAccountUrl) ? (string)__jsonStorageAccountUrl : (string)StorageAccountUrl;} + {_database = If( json?.PropertyT("databases"), out var __jsonDatabases) ? If( __jsonDatabases as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSetting.FromJson(__u) )) ))() : null : Database;} AfterFromJson(json); } @@ -99,6 +99,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._backupSchedule ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._backupSchedule.ToJson(null,serializationMode) : null, "backupSchedule" ,container.Add ); AddIf( null != (((object)this._backupName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._backupName.ToString()) : null, "backupName" ,container.Add ); + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); + AddIf( null != (((object)this._storageAccountUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._storageAccountUrl.ToString()) : null, "storageAccountUrl" ,container.Add ); if (null != this._database) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,8 +110,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("databases",__w); } - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); - AddIf( null != (((object)this._storageAccountUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._storageAccountUrl.ToString()) : null, "storageAccountUrl" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupSchedule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BackupSchedule.PowerShell.cs index adcd7124aa46..a41fdf0cb95f 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupSchedule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupSchedule.PowerShell.cs @@ -67,9 +67,9 @@ internal BackupSchedule(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyInterval = (int) content.GetValueForProperty("FrequencyInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyInterval, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyUnit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) content.GetValueForProperty("FrequencyUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyUnit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).KeepAtLeastOneBackup = (bool) content.GetValueForProperty("KeepAtLeastOneBackup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).KeepAtLeastOneBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("LastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).RetentionPeriodInDay = (int) content.GetValueForProperty("RetentionPeriodInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).RetentionPeriodInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("LastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -90,9 +90,9 @@ internal BackupSchedule(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyInterval = (int) content.GetValueForProperty("FrequencyInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyInterval, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyUnit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) content.GetValueForProperty("FrequencyUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).FrequencyUnit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).KeepAtLeastOneBackup = (bool) content.GetValueForProperty("KeepAtLeastOneBackup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).KeepAtLeastOneBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("LastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).RetentionPeriodInDay = (int) content.GetValueForProperty("RetentionPeriodInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).RetentionPeriodInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime = (global::System.DateTime?) content.GetValueForProperty("LastExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupScheduleInternal)this).LastExecutionTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BackupSchedule.json.cs b/src/Functions/generated/api/Models/Api20190801/BackupSchedule.json.cs index a5f0609c5658..047fe74104f4 100644 --- a/src/Functions/generated/api/Models/Api20190801/BackupSchedule.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/BackupSchedule.json.cs @@ -64,9 +64,9 @@ internal BackupSchedule(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso {_frequencyInterval = If( json?.PropertyT("frequencyInterval"), out var __jsonFrequencyInterval) ? (int)__jsonFrequencyInterval : FrequencyInterval;} {_frequencyUnit = If( json?.PropertyT("frequencyUnit"), out var __jsonFrequencyUnit) ? (string)__jsonFrequencyUnit : (string)FrequencyUnit;} {_keepAtLeastOneBackup = If( json?.PropertyT("keepAtLeastOneBackup"), out var __jsonKeepAtLeastOneBackup) ? (bool)__jsonKeepAtLeastOneBackup : KeepAtLeastOneBackup;} - {_lastExecutionTime = If( json?.PropertyT("lastExecutionTime"), out var __jsonLastExecutionTime) ? global::System.DateTime.TryParse((string)__jsonLastExecutionTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastExecutionTimeValue) ? __jsonLastExecutionTimeValue : LastExecutionTime : LastExecutionTime;} {_retentionPeriodInDay = If( json?.PropertyT("retentionPeriodInDays"), out var __jsonRetentionPeriodInDays) ? (int)__jsonRetentionPeriodInDays : RetentionPeriodInDay;} {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_lastExecutionTime = If( json?.PropertyT("lastExecutionTime"), out var __jsonLastExecutionTime) ? global::System.DateTime.TryParse((string)__jsonLastExecutionTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastExecutionTimeValue) ? __jsonLastExecutionTimeValue : LastExecutionTime : LastExecutionTime;} AfterFromJson(json); } @@ -104,12 +104,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber(this._frequencyInterval), "frequencyInterval" ,container.Add ); AddIf( null != (((object)this._frequencyUnit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._frequencyUnit.ToString()) : null, "frequencyUnit" ,container.Add ); AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._keepAtLeastOneBackup), "keepAtLeastOneBackup" ,container.Add ); + AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber(this._retentionPeriodInDay), "retentionPeriodInDays" ,container.Add ); + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._lastExecutionTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastExecutionTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastExecutionTime" ,container.Add ); } - AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber(this._retentionPeriodInDay), "retentionPeriodInDays" ,container.Add ); - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/BillingMeter.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BillingMeter.PowerShell.cs index 1da09fe47c43..b4cc9ca9f4f9 100644 --- a/src/Functions/generated/api/Models/Api20190801/BillingMeter.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BillingMeter.PowerShell.cs @@ -65,16 +65,16 @@ internal BillingMeter(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeterPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).BillingLocation = (string) content.GetValueForProperty("BillingLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).BillingLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).FriendlyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -93,16 +93,16 @@ internal BillingMeter(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeterPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).BillingLocation = (string) content.GetValueForProperty("BillingLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).BillingLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).FriendlyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).MeterId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).ShortName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterInternal)this).OSType, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.PowerShell.cs index d9e1b6193948..5f42f26b4fd8 100644 --- a/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal BillingMeterCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeter[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeterTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal BillingMeterCollection(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeter[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeterTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.json.cs index b9238bf80045..feceb60bf208 100644 --- a/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/BillingMeterCollection.json.cs @@ -58,8 +58,8 @@ internal BillingMeterCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeter) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeter.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.PowerShell.cs index f4bada39c7d0..916c255ee25f 100644 --- a/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.PowerShell.cs @@ -61,12 +61,12 @@ internal BillingMeterProperties(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).BillingLocation = (string) content.GetValueForProperty("BillingLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).BillingLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).FriendlyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -84,12 +84,12 @@ internal BillingMeterProperties(global::System.Management.Automation.PSObject co return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).BillingLocation = (string) content.GetValueForProperty("BillingLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).BillingLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).FriendlyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId = (string) content.GetValueForProperty("MeterId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).MeterId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName = (string) content.GetValueForProperty("ShortName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).ShortName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType = (string) content.GetValueForProperty("OSType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterPropertiesInternal)this).OSType, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.json.cs index dd3f94fa872e..59d5a96b94fa 100644 --- a/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/BillingMeterProperties.json.cs @@ -58,12 +58,12 @@ internal BillingMeterProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } + {_meterId = If( json?.PropertyT("meterId"), out var __jsonMeterId) ? (string)__jsonMeterId : (string)MeterId;} {_billingLocation = If( json?.PropertyT("billingLocation"), out var __jsonBillingLocation) ? (string)__jsonBillingLocation : (string)BillingLocation;} + {_shortName = If( json?.PropertyT("shortName"), out var __jsonShortName) ? (string)__jsonShortName : (string)ShortName;} {_friendlyName = If( json?.PropertyT("friendlyName"), out var __jsonFriendlyName) ? (string)__jsonFriendlyName : (string)FriendlyName;} - {_meterId = If( json?.PropertyT("meterId"), out var __jsonMeterId) ? (string)__jsonMeterId : (string)MeterId;} - {_oSType = If( json?.PropertyT("osType"), out var __jsonOSType) ? (string)__jsonOSType : (string)OSType;} {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} - {_shortName = If( json?.PropertyT("shortName"), out var __jsonShortName) ? (string)__jsonShortName : (string)ShortName;} + {_oSType = If( json?.PropertyT("osType"), out var __jsonOSType) ? (string)__jsonOSType : (string)OSType;} AfterFromJson(json); } @@ -98,12 +98,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._meterId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._meterId.ToString()) : null, "meterId" ,container.Add ); AddIf( null != (((object)this._billingLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._billingLocation.ToString()) : null, "billingLocation" ,container.Add ); + AddIf( null != (((object)this._shortName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._shortName.ToString()) : null, "shortName" ,container.Add ); AddIf( null != (((object)this._friendlyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._friendlyName.ToString()) : null, "friendlyName" ,container.Add ); - AddIf( null != (((object)this._meterId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._meterId.ToString()) : null, "meterId" ,container.Add ); - AddIf( null != (((object)this._oSType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._oSType.ToString()) : null, "osType" ,container.Add ); AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "resourceType" ,container.Add ); - AddIf( null != (((object)this._shortName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._shortName.ToString()) : null, "shortName" ,container.Add ); + AddIf( null != (((object)this._oSType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._oSType.ToString()) : null, "osType" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Capability.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Capability.PowerShell.cs index 3b66ce4e766d..1e1cbcac4447 100644 --- a/src/Functions/generated/api/Models/Api20190801/Capability.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Capability.PowerShell.cs @@ -62,8 +62,8 @@ internal Capability(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason = (string) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason = (string) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -82,8 +82,8 @@ internal Capability(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason = (string) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason = (string) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapabilityInternal)this).Reason, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Capability.json.cs b/src/Functions/generated/api/Models/Api20190801/Capability.json.cs index 9fb134d06646..bd6c7e07b3d6 100644 --- a/src/Functions/generated/api/Models/Api20190801/Capability.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Capability.json.cs @@ -59,8 +59,8 @@ internal Capability(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_reason = If( json?.PropertyT("reason"), out var __jsonReason) ? (string)__jsonReason : (string)Reason;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)Value;} + {_reason = If( json?.PropertyT("reason"), out var __jsonReason) ? (string)__jsonReason : (string)Reason;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._reason)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reason.ToString()) : null, "reason" ,container.Add ); AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._reason)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reason.ToString()) : null, "reason" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Certificate.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Certificate.PowerShell.cs index 720886ad3c3c..237542bd9a15 100644 --- a/src/Functions/generated/api/Models/Api20190801/Certificate.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Certificate.PowerShell.cs @@ -62,35 +62,35 @@ internal Certificate(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -109,35 +109,35 @@ internal Certificate(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Certificate.cs b/src/Functions/generated/api/Models/Api20190801/Certificate.cs index 0115fb8516bb..12f397aeb13b 100644 --- a/src/Functions/generated/api/Models/Api20190801/Certificate.cs +++ b/src/Functions/generated/api/Models/Api20190801/Certificate.cs @@ -48,7 +48,7 @@ public partial class Certificate : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Certificate issue Date. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -78,15 +78,6 @@ public partial class Certificate : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location = value; } - /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } - - /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } - - /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - /// Internal Acessors for CerBlob byte[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal.CerBlob { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)Property).CerBlob; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)Property).CerBlob = value; } @@ -135,9 +126,18 @@ public partial class Certificate : /// Internal Acessors for Valid bool? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateInternal.Valid { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)Property).Valid; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)Property).Valid = value; } + /// Internal Acessors for Id + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } + + /// Internal Acessors for Name + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } + + /// Internal Acessors for Type + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } + /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Certificate password. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -186,7 +186,7 @@ public partial class Certificate : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Is the certificate valid?. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificateCollection.PowerShell.cs index 429efdd7df09..8cc873e14ffa 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal CertificateCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificate[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal CertificateCollection(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificate[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/CertificateCollection.json.cs index 236da3a2eac3..e9b969814b0c 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateCollection.json.cs @@ -58,8 +58,8 @@ internal CertificateCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificate) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Certificate.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateDetails.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificateDetails.PowerShell.cs index 4a3db58bc2a3..6821240407a1 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateDetails.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateDetails.PowerShell.cs @@ -61,15 +61,15 @@ internal CertificateDetails(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter = (global::System.DateTime?) content.GetValueForProperty("NotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore = (global::System.DateTime?) content.GetValueForProperty("NotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData = (string) content.GetValueForProperty("RawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version = (int?) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm = (string) content.GetValueForProperty("SignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject = (string) content.GetValueForProperty("Subject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version = (int?) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject = (string) content.GetValueForProperty("Subject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore = (global::System.DateTime?) content.GetValueForProperty("NotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter = (global::System.DateTime?) content.GetValueForProperty("NotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm = (string) content.GetValueForProperty("SignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData = (string) content.GetValueForProperty("RawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -87,15 +87,15 @@ internal CertificateDetails(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter = (global::System.DateTime?) content.GetValueForProperty("NotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore = (global::System.DateTime?) content.GetValueForProperty("NotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData = (string) content.GetValueForProperty("RawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version = (int?) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SerialNumber = (string) content.GetValueForProperty("SerialNumber",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SerialNumber, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm = (string) content.GetValueForProperty("SignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject = (string) content.GetValueForProperty("Subject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version = (int?) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject = (string) content.GetValueForProperty("Subject",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Subject, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore = (global::System.DateTime?) content.GetValueForProperty("NotBefore",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotBefore, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter = (global::System.DateTime?) content.GetValueForProperty("NotAfter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).NotAfter, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm = (string) content.GetValueForProperty("SignatureAlgorithm",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).SignatureAlgorithm, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData = (string) content.GetValueForProperty("RawData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateDetailsInternal)this).RawData, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateDetails.json.cs b/src/Functions/generated/api/Models/Api20190801/CertificateDetails.json.cs index 64c7686f709c..8a1913018761 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateDetails.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateDetails.json.cs @@ -58,15 +58,15 @@ internal CertificateDetails(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_issuer = If( json?.PropertyT("issuer"), out var __jsonIssuer) ? (string)__jsonIssuer : (string)Issuer;} - {_notAfter = If( json?.PropertyT("notAfter"), out var __jsonNotAfter) ? global::System.DateTime.TryParse((string)__jsonNotAfter, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNotAfterValue) ? __jsonNotAfterValue : NotAfter : NotAfter;} - {_notBefore = If( json?.PropertyT("notBefore"), out var __jsonNotBefore) ? global::System.DateTime.TryParse((string)__jsonNotBefore, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNotBeforeValue) ? __jsonNotBeforeValue : NotBefore : NotBefore;} - {_rawData = If( json?.PropertyT("rawData"), out var __jsonRawData) ? (string)__jsonRawData : (string)RawData;} + {_version = If( json?.PropertyT("version"), out var __jsonVersion) ? (int?)__jsonVersion : Version;} {_serialNumber = If( json?.PropertyT("serialNumber"), out var __jsonSerialNumber) ? (string)__jsonSerialNumber : (string)SerialNumber;} - {_signatureAlgorithm = If( json?.PropertyT("signatureAlgorithm"), out var __jsonSignatureAlgorithm) ? (string)__jsonSignatureAlgorithm : (string)SignatureAlgorithm;} - {_subject = If( json?.PropertyT("subject"), out var __jsonSubject) ? (string)__jsonSubject : (string)Subject;} {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} - {_version = If( json?.PropertyT("version"), out var __jsonVersion) ? (int?)__jsonVersion : Version;} + {_subject = If( json?.PropertyT("subject"), out var __jsonSubject) ? (string)__jsonSubject : (string)Subject;} + {_notBefore = If( json?.PropertyT("notBefore"), out var __jsonNotBefore) ? global::System.DateTime.TryParse((string)__jsonNotBefore, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNotBeforeValue) ? __jsonNotBeforeValue : NotBefore : NotBefore;} + {_notAfter = If( json?.PropertyT("notAfter"), out var __jsonNotAfter) ? global::System.DateTime.TryParse((string)__jsonNotAfter, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNotAfterValue) ? __jsonNotAfterValue : NotAfter : NotAfter;} + {_signatureAlgorithm = If( json?.PropertyT("signatureAlgorithm"), out var __jsonSignatureAlgorithm) ? (string)__jsonSignatureAlgorithm : (string)SignatureAlgorithm;} + {_issuer = If( json?.PropertyT("issuer"), out var __jsonIssuer) ? (string)__jsonIssuer : (string)Issuer;} + {_rawData = If( json?.PropertyT("rawData"), out var __jsonRawData) ? (string)__jsonRawData : (string)RawData;} AfterFromJson(json); } @@ -103,39 +103,39 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._issuer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issuer.ToString()) : null, "issuer" ,container.Add ); + AddIf( null != this._version ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._version) : null, "version" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._notAfter ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notAfter?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notAfter" ,container.Add ); + AddIf( null != (((object)this._serialNumber)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serialNumber.ToString()) : null, "serialNumber" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._notBefore ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notBefore?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notBefore" ,container.Add ); + AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._rawData)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._rawData.ToString()) : null, "rawData" ,container.Add ); + AddIf( null != (((object)this._subject)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subject.ToString()) : null, "subject" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._serialNumber)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serialNumber.ToString()) : null, "serialNumber" ,container.Add ); + AddIf( null != this._notBefore ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notBefore?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notBefore" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._signatureAlgorithm)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._signatureAlgorithm.ToString()) : null, "signatureAlgorithm" ,container.Add ); + AddIf( null != this._notAfter ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notAfter?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notAfter" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subject)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subject.ToString()) : null, "subject" ,container.Add ); + AddIf( null != (((object)this._signatureAlgorithm)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._signatureAlgorithm.ToString()) : null, "signatureAlgorithm" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); + AddIf( null != (((object)this._issuer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issuer.ToString()) : null, "issuer" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._version ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._version) : null, "version" ,container.Add ); + AddIf( null != (((object)this._rawData)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._rawData.ToString()) : null, "rawData" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateEmail.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificateEmail.PowerShell.cs index e0b22c3a723a..166087c8c800 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateEmail.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateEmail.PowerShell.cs @@ -62,10 +62,10 @@ internal CertificateEmail(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateEmailPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).EmailId = (string) content.GetValueForProperty("EmailId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).EmailId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); @@ -86,10 +86,10 @@ internal CertificateEmail(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateEmailPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).EmailId = (string) content.GetValueForProperty("EmailId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).EmailId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateEmailInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateOrderAction.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificateOrderAction.PowerShell.cs index b5f1ace5c6d4..e54c8c12816f 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateOrderAction.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateOrderAction.PowerShell.cs @@ -62,10 +62,10 @@ internal CertificateOrderAction(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateOrderActionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).CreatedAt = (global::System.DateTime?) content.GetValueForProperty("CreatedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).CreatedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); @@ -86,10 +86,10 @@ internal CertificateOrderAction(global::System.Management.Automation.PSObject co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificateOrderActionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).CreatedAt = (global::System.DateTime?) content.GetValueForProperty("CreatedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificateOrderActionInternal)this).CreatedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/CertificatePatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificatePatchResource.PowerShell.cs index 8593087b80cf..5bdf7bc5b692 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificatePatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificatePatchResource.PowerShell.cs @@ -62,33 +62,33 @@ internal CertificatePatchResource(global::System.Collections.IDictionary content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -107,33 +107,33 @@ internal CertificatePatchResource(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CertificatePatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.PowerShell.cs index 6cd9fb599633..01a26ee734e6 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.PowerShell.cs @@ -62,28 +62,28 @@ internal CertificatePatchResourceProperties(global::System.Collections.IDictiona } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -102,28 +102,28 @@ internal CertificatePatchResourceProperties(global::System.Management.Automation } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Password, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.json.cs index ea0922a40adf..1292ef24f9b9 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificatePatchResourceProperties.json.cs @@ -59,25 +59,25 @@ internal CertificatePatchResourceProperties(Microsoft.Azure.PowerShell.Cmdlets.F return; } {_hostingEnvironmentProfile = If( json?.PropertyT("hostingEnvironmentProfile"), out var __jsonHostingEnvironmentProfile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfile.FromJson(__jsonHostingEnvironmentProfile) : HostingEnvironmentProfile;} - {_canonicalName = If( json?.PropertyT("canonicalName"), out var __jsonCanonicalName) ? (string)__jsonCanonicalName : (string)CanonicalName;} - {_cerBlob = If( json?.PropertyT("cerBlob"), out var __w) ? System.Convert.FromBase64String( ((string)__w).Replace("_","/").Replace("-","+").PadRight( ((string)__w).Length + ((string)__w).Length * 3 % 4, '=') ) : null;} - {_expirationDate = If( json?.PropertyT("expirationDate"), out var __jsonExpirationDate) ? global::System.DateTime.TryParse((string)__jsonExpirationDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationDateValue) ? __jsonExpirationDateValue : ExpirationDate : ExpirationDate;} {_friendlyName = If( json?.PropertyT("friendlyName"), out var __jsonFriendlyName) ? (string)__jsonFriendlyName : (string)FriendlyName;} - {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __t) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__t, (__s)=>(string) (__s is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __r ? (string)(__r.ToString()) : null)) ))() : null : HostName;} - {_issueDate = If( json?.PropertyT("issueDate"), out var __jsonIssueDate) ? global::System.DateTime.TryParse((string)__jsonIssueDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonIssueDateValue) ? __jsonIssueDateValue : IssueDate : IssueDate;} + {_subjectName = If( json?.PropertyT("subjectName"), out var __jsonSubjectName) ? (string)__jsonSubjectName : (string)SubjectName;} + {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : HostName;} + {_pfxBlob = If( json?.PropertyT("pfxBlob"), out var __r) ? System.Convert.FromBase64String( ((string)__r).Replace("_","/").Replace("-","+").PadRight( ((string)__r).Length + ((string)__r).Length * 3 % 4, '=') ) : null;} + {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} + {_selfLink = If( json?.PropertyT("selfLink"), out var __jsonSelfLink) ? (string)__jsonSelfLink : (string)SelfLink;} {_issuer = If( json?.PropertyT("issuer"), out var __jsonIssuer) ? (string)__jsonIssuer : (string)Issuer;} + {_issueDate = If( json?.PropertyT("issueDate"), out var __jsonIssueDate) ? global::System.DateTime.TryParse((string)__jsonIssueDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonIssueDateValue) ? __jsonIssueDateValue : IssueDate : IssueDate;} + {_expirationDate = If( json?.PropertyT("expirationDate"), out var __jsonExpirationDate) ? global::System.DateTime.TryParse((string)__jsonExpirationDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationDateValue) ? __jsonExpirationDateValue : ExpirationDate : ExpirationDate;} + {_password = If( json?.PropertyT("password"), out var __jsonPassword) ? (string)__jsonPassword : (string)Password;} + {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} + {_valid = If( json?.PropertyT("valid"), out var __jsonValid) ? (bool?)__jsonValid : Valid;} + {_cerBlob = If( json?.PropertyT("cerBlob"), out var __p) ? System.Convert.FromBase64String( ((string)__p).Replace("_","/").Replace("-","+").PadRight( ((string)__p).Length + ((string)__p).Length * 3 % 4, '=') ) : null;} + {_publicKeyHash = If( json?.PropertyT("publicKeyHash"), out var __jsonPublicKeyHash) ? (string)__jsonPublicKeyHash : (string)PublicKeyHash;} {_keyVaultId = If( json?.PropertyT("keyVaultId"), out var __jsonKeyVaultId) ? (string)__jsonKeyVaultId : (string)KeyVaultId;} {_keyVaultSecretName = If( json?.PropertyT("keyVaultSecretName"), out var __jsonKeyVaultSecretName) ? (string)__jsonKeyVaultSecretName : (string)KeyVaultSecretName;} {_keyVaultSecretStatus = If( json?.PropertyT("keyVaultSecretStatus"), out var __jsonKeyVaultSecretStatus) ? (string)__jsonKeyVaultSecretStatus : (string)KeyVaultSecretStatus;} - {_password = If( json?.PropertyT("password"), out var __jsonPassword) ? (string)__jsonPassword : (string)Password;} - {_pfxBlob = If( json?.PropertyT("pfxBlob"), out var __p) ? System.Convert.FromBase64String( ((string)__p).Replace("_","/").Replace("-","+").PadRight( ((string)__p).Length + ((string)__p).Length * 3 % 4, '=') ) : null;} - {_publicKeyHash = If( json?.PropertyT("publicKeyHash"), out var __jsonPublicKeyHash) ? (string)__jsonPublicKeyHash : (string)PublicKeyHash;} - {_selfLink = If( json?.PropertyT("selfLink"), out var __jsonSelfLink) ? (string)__jsonSelfLink : (string)SelfLink;} {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} - {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} - {_subjectName = If( json?.PropertyT("subjectName"), out var __jsonSubjectName) ? (string)__jsonSubjectName : (string)SubjectName;} - {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} - {_valid = If( json?.PropertyT("valid"), out var __jsonValid) ? (bool?)__jsonValid : Valid;} + {_canonicalName = If( json?.PropertyT("canonicalName"), out var __jsonCanonicalName) ? (string)__jsonCanonicalName : (string)CanonicalName;} AfterFromJson(json); } @@ -117,69 +117,69 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != this._hostingEnvironmentProfile ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._hostingEnvironmentProfile.ToJson(null,serializationMode) : null, "hostingEnvironmentProfile" ,container.Add ); } - AddIf( null != (((object)this._canonicalName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._canonicalName.ToString()) : null, "canonicalName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._cerBlob ? global::System.Convert.ToBase64String( this._cerBlob) : null ,(v)=> container.Add( "cerBlob",v) ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._expirationDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationDate" ,container.Add ); + AddIf( null != (((object)this._friendlyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._friendlyName.ToString()) : null, "friendlyName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._friendlyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._friendlyName.ToString()) : null, "friendlyName" ,container.Add ); + AddIf( null != (((object)this._subjectName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subjectName.ToString()) : null, "subjectName" ,container.Add ); } if (null != this._hostName) { - var __u = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __v in this._hostName ) + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._hostName ) { - AddIf(null != (((object)__v)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__v.ToString()) : null ,__u.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("hostNames",__u); + container.Add("hostNames",__w); + } + AddIf( null != this._pfxBlob ? global::System.Convert.ToBase64String( this._pfxBlob) : null ,(v)=> container.Add( "pfxBlob",v) ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._issueDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issueDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "issueDate" ,container.Add ); + AddIf( null != (((object)this._selfLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._selfLink.ToString()) : null, "selfLink" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._issuer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issuer.ToString()) : null, "issuer" ,container.Add ); } - AddIf( null != (((object)this._keyVaultId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultId.ToString()) : null, "keyVaultId" ,container.Add ); - AddIf( null != (((object)this._keyVaultSecretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretName.ToString()) : null, "keyVaultSecretName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._keyVaultSecretStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretStatus.ToString()) : null, "keyVaultSecretStatus" ,container.Add ); + AddIf( null != this._issueDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issueDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "issueDate" ,container.Add ); } - AddIf( null != (((object)this._password)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._password.ToString()) : null, "password" ,container.Add ); - AddIf( null != this._pfxBlob ? global::System.Convert.ToBase64String( this._pfxBlob) : null ,(v)=> container.Add( "pfxBlob",v) ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._publicKeyHash)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicKeyHash.ToString()) : null, "publicKeyHash" ,container.Add ); + AddIf( null != this._expirationDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationDate" ,container.Add ); } + AddIf( null != (((object)this._password)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._password.ToString()) : null, "password" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._selfLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._selfLink.ToString()) : null, "selfLink" ,container.Add ); + AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); } - AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); + AddIf( null != this._valid ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._valid) : null, "valid" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subjectName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subjectName.ToString()) : null, "subjectName" ,container.Add ); + AddIf( null != this._cerBlob ? global::System.Convert.ToBase64String( this._cerBlob) : null ,(v)=> container.Add( "cerBlob",v) ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); + AddIf( null != (((object)this._publicKeyHash)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicKeyHash.ToString()) : null, "publicKeyHash" ,container.Add ); } + AddIf( null != (((object)this._keyVaultId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultId.ToString()) : null, "keyVaultId" ,container.Add ); + AddIf( null != (((object)this._keyVaultSecretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretName.ToString()) : null, "keyVaultSecretName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._valid ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._valid) : null, "valid" ,container.Add ); + AddIf( null != (((object)this._keyVaultSecretStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretStatus.ToString()) : null, "keyVaultSecretStatus" ,container.Add ); } + AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); + AddIf( null != (((object)this._canonicalName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._canonicalName.ToString()) : null, "canonicalName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CertificateProperties.PowerShell.cs index f68be21a5c48..f89cbe4f9d35 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateProperties.PowerShell.cs @@ -62,28 +62,28 @@ internal CertificateProperties(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -102,28 +102,28 @@ internal CertificateProperties(global::System.Management.Automation.PSObject con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).FriendlyName = (string) content.GetValueForProperty("FriendlyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).FriendlyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate = (global::System.DateTime?) content.GetValueForProperty("IssueDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).IssueDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate = (global::System.DateTime?) content.GetValueForProperty("ExpirationDate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ExpirationDate, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob = (byte[]) content.GetValueForProperty("CerBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CerBlob, i => i); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultId = (string) content.GetValueForProperty("KeyVaultId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretName = (string) content.GetValueForProperty("KeyVaultSecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus?) content.GetValueForProperty("KeyVaultSecretStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).KeyVaultSecretStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatus.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password = (string) content.GetValueForProperty("Password",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Password, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob = (byte[]) content.GetValueForProperty("PfxBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PfxBlob, i => i); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash = (string) content.GetValueForProperty("PublicKeyHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).PublicKeyHash, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink = (string) content.GetValueForProperty("SelfLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SelfLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName = (string) content.GetValueForProperty("SubjectName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).SubjectName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Thumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid = (bool?) content.GetValueForProperty("Valid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).Valid, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName = (string) content.GetValueForProperty("CanonicalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).CanonicalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICertificatePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CertificateProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/CertificateProperties.json.cs index aa83b280ca42..6964b4526cd6 100644 --- a/src/Functions/generated/api/Models/Api20190801/CertificateProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CertificateProperties.json.cs @@ -59,25 +59,25 @@ internal CertificateProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt return; } {_hostingEnvironmentProfile = If( json?.PropertyT("hostingEnvironmentProfile"), out var __jsonHostingEnvironmentProfile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfile.FromJson(__jsonHostingEnvironmentProfile) : HostingEnvironmentProfile;} - {_canonicalName = If( json?.PropertyT("canonicalName"), out var __jsonCanonicalName) ? (string)__jsonCanonicalName : (string)CanonicalName;} - {_cerBlob = If( json?.PropertyT("cerBlob"), out var __w) ? System.Convert.FromBase64String( ((string)__w).Replace("_","/").Replace("-","+").PadRight( ((string)__w).Length + ((string)__w).Length * 3 % 4, '=') ) : null;} - {_expirationDate = If( json?.PropertyT("expirationDate"), out var __jsonExpirationDate) ? global::System.DateTime.TryParse((string)__jsonExpirationDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationDateValue) ? __jsonExpirationDateValue : ExpirationDate : ExpirationDate;} {_friendlyName = If( json?.PropertyT("friendlyName"), out var __jsonFriendlyName) ? (string)__jsonFriendlyName : (string)FriendlyName;} - {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __t) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__t, (__s)=>(string) (__s is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __r ? (string)(__r.ToString()) : null)) ))() : null : HostName;} - {_issueDate = If( json?.PropertyT("issueDate"), out var __jsonIssueDate) ? global::System.DateTime.TryParse((string)__jsonIssueDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonIssueDateValue) ? __jsonIssueDateValue : IssueDate : IssueDate;} + {_subjectName = If( json?.PropertyT("subjectName"), out var __jsonSubjectName) ? (string)__jsonSubjectName : (string)SubjectName;} + {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : HostName;} + {_pfxBlob = If( json?.PropertyT("pfxBlob"), out var __r) ? System.Convert.FromBase64String( ((string)__r).Replace("_","/").Replace("-","+").PadRight( ((string)__r).Length + ((string)__r).Length * 3 % 4, '=') ) : null;} + {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} + {_selfLink = If( json?.PropertyT("selfLink"), out var __jsonSelfLink) ? (string)__jsonSelfLink : (string)SelfLink;} {_issuer = If( json?.PropertyT("issuer"), out var __jsonIssuer) ? (string)__jsonIssuer : (string)Issuer;} + {_issueDate = If( json?.PropertyT("issueDate"), out var __jsonIssueDate) ? global::System.DateTime.TryParse((string)__jsonIssueDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonIssueDateValue) ? __jsonIssueDateValue : IssueDate : IssueDate;} + {_expirationDate = If( json?.PropertyT("expirationDate"), out var __jsonExpirationDate) ? global::System.DateTime.TryParse((string)__jsonExpirationDate, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationDateValue) ? __jsonExpirationDateValue : ExpirationDate : ExpirationDate;} + {_password = If( json?.PropertyT("password"), out var __jsonPassword) ? (string)__jsonPassword : (string)Password;} + {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} + {_valid = If( json?.PropertyT("valid"), out var __jsonValid) ? (bool?)__jsonValid : Valid;} + {_cerBlob = If( json?.PropertyT("cerBlob"), out var __p) ? System.Convert.FromBase64String( ((string)__p).Replace("_","/").Replace("-","+").PadRight( ((string)__p).Length + ((string)__p).Length * 3 % 4, '=') ) : null;} + {_publicKeyHash = If( json?.PropertyT("publicKeyHash"), out var __jsonPublicKeyHash) ? (string)__jsonPublicKeyHash : (string)PublicKeyHash;} {_keyVaultId = If( json?.PropertyT("keyVaultId"), out var __jsonKeyVaultId) ? (string)__jsonKeyVaultId : (string)KeyVaultId;} {_keyVaultSecretName = If( json?.PropertyT("keyVaultSecretName"), out var __jsonKeyVaultSecretName) ? (string)__jsonKeyVaultSecretName : (string)KeyVaultSecretName;} {_keyVaultSecretStatus = If( json?.PropertyT("keyVaultSecretStatus"), out var __jsonKeyVaultSecretStatus) ? (string)__jsonKeyVaultSecretStatus : (string)KeyVaultSecretStatus;} - {_password = If( json?.PropertyT("password"), out var __jsonPassword) ? (string)__jsonPassword : (string)Password;} - {_pfxBlob = If( json?.PropertyT("pfxBlob"), out var __p) ? System.Convert.FromBase64String( ((string)__p).Replace("_","/").Replace("-","+").PadRight( ((string)__p).Length + ((string)__p).Length * 3 % 4, '=') ) : null;} - {_publicKeyHash = If( json?.PropertyT("publicKeyHash"), out var __jsonPublicKeyHash) ? (string)__jsonPublicKeyHash : (string)PublicKeyHash;} - {_selfLink = If( json?.PropertyT("selfLink"), out var __jsonSelfLink) ? (string)__jsonSelfLink : (string)SelfLink;} {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} - {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} - {_subjectName = If( json?.PropertyT("subjectName"), out var __jsonSubjectName) ? (string)__jsonSubjectName : (string)SubjectName;} - {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} - {_valid = If( json?.PropertyT("valid"), out var __jsonValid) ? (bool?)__jsonValid : Valid;} + {_canonicalName = If( json?.PropertyT("canonicalName"), out var __jsonCanonicalName) ? (string)__jsonCanonicalName : (string)CanonicalName;} AfterFromJson(json); } @@ -116,69 +116,69 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != this._hostingEnvironmentProfile ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._hostingEnvironmentProfile.ToJson(null,serializationMode) : null, "hostingEnvironmentProfile" ,container.Add ); } - AddIf( null != (((object)this._canonicalName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._canonicalName.ToString()) : null, "canonicalName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._cerBlob ? global::System.Convert.ToBase64String( this._cerBlob) : null ,(v)=> container.Add( "cerBlob",v) ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._expirationDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationDate" ,container.Add ); + AddIf( null != (((object)this._friendlyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._friendlyName.ToString()) : null, "friendlyName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._friendlyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._friendlyName.ToString()) : null, "friendlyName" ,container.Add ); + AddIf( null != (((object)this._subjectName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subjectName.ToString()) : null, "subjectName" ,container.Add ); } if (null != this._hostName) { - var __u = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __v in this._hostName ) + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._hostName ) { - AddIf(null != (((object)__v)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__v.ToString()) : null ,__u.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("hostNames",__u); + container.Add("hostNames",__w); + } + AddIf( null != this._pfxBlob ? global::System.Convert.ToBase64String( this._pfxBlob) : null ,(v)=> container.Add( "pfxBlob",v) ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._issueDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issueDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "issueDate" ,container.Add ); + AddIf( null != (((object)this._selfLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._selfLink.ToString()) : null, "selfLink" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._issuer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issuer.ToString()) : null, "issuer" ,container.Add ); } - AddIf( null != (((object)this._keyVaultId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultId.ToString()) : null, "keyVaultId" ,container.Add ); - AddIf( null != (((object)this._keyVaultSecretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretName.ToString()) : null, "keyVaultSecretName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._keyVaultSecretStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretStatus.ToString()) : null, "keyVaultSecretStatus" ,container.Add ); + AddIf( null != this._issueDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issueDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "issueDate" ,container.Add ); } - AddIf( null != (((object)this._password)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._password.ToString()) : null, "password" ,container.Add ); - AddIf( null != this._pfxBlob ? global::System.Convert.ToBase64String( this._pfxBlob) : null ,(v)=> container.Add( "pfxBlob",v) ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._publicKeyHash)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicKeyHash.ToString()) : null, "publicKeyHash" ,container.Add ); + AddIf( null != this._expirationDate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationDate?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationDate" ,container.Add ); } + AddIf( null != (((object)this._password)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._password.ToString()) : null, "password" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._selfLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._selfLink.ToString()) : null, "selfLink" ,container.Add ); + AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); } - AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); + AddIf( null != this._valid ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._valid) : null, "valid" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subjectName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subjectName.ToString()) : null, "subjectName" ,container.Add ); + AddIf( null != this._cerBlob ? global::System.Convert.ToBase64String( this._cerBlob) : null ,(v)=> container.Add( "cerBlob",v) ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); + AddIf( null != (((object)this._publicKeyHash)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicKeyHash.ToString()) : null, "publicKeyHash" ,container.Add ); } + AddIf( null != (((object)this._keyVaultId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultId.ToString()) : null, "keyVaultId" ,container.Add ); + AddIf( null != (((object)this._keyVaultSecretName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretName.ToString()) : null, "keyVaultSecretName" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._valid ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._valid) : null, "valid" ,container.Add ); + AddIf( null != (((object)this._keyVaultSecretStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyVaultSecretStatus.ToString()) : null, "keyVaultSecretStatus" ,container.Add ); } + AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); + AddIf( null != (((object)this._canonicalName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._canonicalName.ToString()) : null, "canonicalName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CloningInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CloningInfo.PowerShell.cs index 54a3f283c6e7..8432c7ddf6cc 100644 --- a/src/Functions/generated/api/Models/Api20190801/CloningInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CloningInfo.PowerShell.cs @@ -61,15 +61,15 @@ internal CloningInfo(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("AppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName = (bool?) content.GetValueForProperty("CloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl = (bool?) content.GetValueForProperty("CloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing = (bool?) content.GetValueForProperty("ConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).Overwrite = (bool?) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName = (bool?) content.GetValueForProperty("CloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl = (bool?) content.GetValueForProperty("CloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppId = (string) content.GetValueForProperty("SourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppLocation = (string) content.GetValueForProperty("SourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("AppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing = (bool?) content.GetValueForProperty("ConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileId = (string) content.GetValueForProperty("TrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileName = (string) content.GetValueForProperty("TrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileName, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -89,15 +89,15 @@ internal CloningInfo(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("AppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName = (bool?) content.GetValueForProperty("CloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl = (bool?) content.GetValueForProperty("CloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing = (bool?) content.GetValueForProperty("ConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CorrelationId = (string) content.GetValueForProperty("CorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).Overwrite = (bool?) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName = (bool?) content.GetValueForProperty("CloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl = (bool?) content.GetValueForProperty("CloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).CloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppId = (string) content.GetValueForProperty("SourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppLocation = (string) content.GetValueForProperty("SourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).SourceWebAppLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).HostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("AppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).AppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing = (bool?) content.GetValueForProperty("ConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).ConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileId = (string) content.GetValueForProperty("TrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileName = (string) content.GetValueForProperty("TrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoInternal)this).TrafficManagerProfileName, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/CloningInfo.json.cs b/src/Functions/generated/api/Models/Api20190801/CloningInfo.json.cs index bbe99fad84bd..9df41ab4a35d 100644 --- a/src/Functions/generated/api/Models/Api20190801/CloningInfo.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CloningInfo.json.cs @@ -58,15 +58,15 @@ internal CloningInfo(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.J { return; } - {_appSettingsOverride = If( json?.PropertyT("appSettingsOverrides"), out var __jsonAppSettingsOverrides) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverrides.FromJson(__jsonAppSettingsOverrides) : AppSettingsOverride;} - {_cloneCustomHostName = If( json?.PropertyT("cloneCustomHostNames"), out var __jsonCloneCustomHostNames) ? (bool?)__jsonCloneCustomHostNames : CloneCustomHostName;} - {_cloneSourceControl = If( json?.PropertyT("cloneSourceControl"), out var __jsonCloneSourceControl) ? (bool?)__jsonCloneSourceControl : CloneSourceControl;} - {_configureLoadBalancing = If( json?.PropertyT("configureLoadBalancing"), out var __jsonConfigureLoadBalancing) ? (bool?)__jsonConfigureLoadBalancing : ConfigureLoadBalancing;} {_correlationId = If( json?.PropertyT("correlationId"), out var __jsonCorrelationId) ? (string)__jsonCorrelationId : (string)CorrelationId;} - {_hostingEnvironment = If( json?.PropertyT("hostingEnvironment"), out var __jsonHostingEnvironment) ? (string)__jsonHostingEnvironment : (string)HostingEnvironment;} {_overwrite = If( json?.PropertyT("overwrite"), out var __jsonOverwrite) ? (bool?)__jsonOverwrite : Overwrite;} + {_cloneCustomHostName = If( json?.PropertyT("cloneCustomHostNames"), out var __jsonCloneCustomHostNames) ? (bool?)__jsonCloneCustomHostNames : CloneCustomHostName;} + {_cloneSourceControl = If( json?.PropertyT("cloneSourceControl"), out var __jsonCloneSourceControl) ? (bool?)__jsonCloneSourceControl : CloneSourceControl;} {_sourceWebAppId = If( json?.PropertyT("sourceWebAppId"), out var __jsonSourceWebAppId) ? (string)__jsonSourceWebAppId : (string)SourceWebAppId;} {_sourceWebAppLocation = If( json?.PropertyT("sourceWebAppLocation"), out var __jsonSourceWebAppLocation) ? (string)__jsonSourceWebAppLocation : (string)SourceWebAppLocation;} + {_hostingEnvironment = If( json?.PropertyT("hostingEnvironment"), out var __jsonHostingEnvironment) ? (string)__jsonHostingEnvironment : (string)HostingEnvironment;} + {_appSettingsOverride = If( json?.PropertyT("appSettingsOverrides"), out var __jsonAppSettingsOverrides) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverrides.FromJson(__jsonAppSettingsOverrides) : AppSettingsOverride;} + {_configureLoadBalancing = If( json?.PropertyT("configureLoadBalancing"), out var __jsonConfigureLoadBalancing) ? (bool?)__jsonConfigureLoadBalancing : ConfigureLoadBalancing;} {_trafficManagerProfileId = If( json?.PropertyT("trafficManagerProfileId"), out var __jsonTrafficManagerProfileId) ? (string)__jsonTrafficManagerProfileId : (string)TrafficManagerProfileId;} {_trafficManagerProfileName = If( json?.PropertyT("trafficManagerProfileName"), out var __jsonTrafficManagerProfileName) ? (string)__jsonTrafficManagerProfileName : (string)TrafficManagerProfileName;} AfterFromJson(json); @@ -103,15 +103,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._appSettingsOverride ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._appSettingsOverride.ToJson(null,serializationMode) : null, "appSettingsOverrides" ,container.Add ); - AddIf( null != this._cloneCustomHostName ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._cloneCustomHostName) : null, "cloneCustomHostNames" ,container.Add ); - AddIf( null != this._cloneSourceControl ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._cloneSourceControl) : null, "cloneSourceControl" ,container.Add ); - AddIf( null != this._configureLoadBalancing ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._configureLoadBalancing) : null, "configureLoadBalancing" ,container.Add ); AddIf( null != (((object)this._correlationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._correlationId.ToString()) : null, "correlationId" ,container.Add ); - AddIf( null != (((object)this._hostingEnvironment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostingEnvironment.ToString()) : null, "hostingEnvironment" ,container.Add ); AddIf( null != this._overwrite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._overwrite) : null, "overwrite" ,container.Add ); + AddIf( null != this._cloneCustomHostName ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._cloneCustomHostName) : null, "cloneCustomHostNames" ,container.Add ); + AddIf( null != this._cloneSourceControl ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._cloneSourceControl) : null, "cloneSourceControl" ,container.Add ); AddIf( null != (((object)this._sourceWebAppId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceWebAppId.ToString()) : null, "sourceWebAppId" ,container.Add ); AddIf( null != (((object)this._sourceWebAppLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceWebAppLocation.ToString()) : null, "sourceWebAppLocation" ,container.Add ); + AddIf( null != (((object)this._hostingEnvironment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostingEnvironment.ToString()) : null, "hostingEnvironment" ,container.Add ); + AddIf( null != this._appSettingsOverride ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._appSettingsOverride.ToJson(null,serializationMode) : null, "appSettingsOverrides" ,container.Add ); + AddIf( null != this._configureLoadBalancing ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._configureLoadBalancing) : null, "configureLoadBalancing" ,container.Add ); AddIf( null != (((object)this._trafficManagerProfileId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._trafficManagerProfileId.ToString()) : null, "trafficManagerProfileId" ,container.Add ); AddIf( null != (((object)this._trafficManagerProfileName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._trafficManagerProfileName.ToString()) : null, "trafficManagerProfileName" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.PowerShell.cs deleted file mode 100644 index 0589e5a22044..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.PowerShell.cs +++ /dev/null @@ -1,130 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - [System.ComponentModel.TypeConverter(typeof(Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalpropertiesTypeConverter))] - public partial class Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties - { - - /// - /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the - /// object before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Collections.IDictionary content that should be used. - - partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); - - /// - /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Management.Automation.PSObject content that should be used. - - partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); - - /// - /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Collections.IDictionary content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); - - /// - /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties(global::System.Collections.IDictionary content) - { - bool returnNow = false; - BeforeDeserializeDictionary(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializeDictionary(content); - } - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - internal Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties(global::System.Management.Automation.PSObject content) - { - bool returnNow = false; - BeforeDeserializePSObject(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializePSObject(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties(content); - } - - /// - /// Creates a new instance of , - /// deserializing the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// Serializes this instance to a json string. - - /// a containing this model serialized to JSON text. - public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); - } - [System.ComponentModel.TypeConverter(typeof(Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalpropertiesTypeConverter))] - public partial interface IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs deleted file mode 100644 index a0b0a4348d58..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs +++ /dev/null @@ -1,147 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// - /// A PowerShell PSTypeConverter to support converting to an instance of - /// - public partial class Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalpropertiesTypeConverter : global::System.Management.Automation.PSTypeConverter - { - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. - /// - public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the instance to check if it can be converted to the type. - /// - /// true if the instance could be converted to a type, otherwise false - /// - public static bool CanConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return true; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - // we say yest to PSObjects - return true; - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - // we say yest to Hashtables/dictionaries - return true; - } - try - { - if (null != sourceValue.ToJsonString()) - { - return true; - } - } - catch - { - // Not one of our objects - } - try - { - string text = sourceValue.ToString()?.Trim(); - return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; - } - catch - { - // Doesn't look like it can be treated as JSON - } - return false; - } - - /// - /// Determines if the parameter can be converted to the parameter - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false - /// - public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; - - /// - /// Converts the parameter to the parameter using and - /// - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// - /// an instance of , or null - /// if there is no suitable conversion. - /// - public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); - - /// - /// Converts the parameter to the parameter using and - /// - /// the value to convert into an instance of . - /// - /// an instance of , or null - /// if there is no suitable conversion. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties ConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return null; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties).IsAssignableFrom(type)) - { - return sourceValue; - } - try - { - return Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; - } - catch - { - // Unable to use JSON pattern - } - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - return Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.DeserializeFromPSObject(sourceValue); - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - return Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.DeserializeFromDictionary(sourceValue); - } - return null; - } - - /// NotImplemented -- this will return null - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// will always return null. - public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.cs b/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.cs deleted file mode 100644 index 894cae11374e..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.cs +++ /dev/null @@ -1,28 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalpropertiesInternal - { - - /// - /// Creates an new instance. - /// - public Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties() - { - - } - } - public partial interface IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable - { - - } - internal partial interface IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalpropertiesInternal - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.json.cs b/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.json.cs deleted file mode 100644 index 0a5da5649875..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties.json.cs +++ /dev/null @@ -1,101 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties - { - - /// - /// AfterFromJson will be called after the json deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JsonNode that should be deserialized into this object. - - partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json); - - /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JSON container that the serialization result will be placed in. - - partial void AfterToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container); - - /// - /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of - /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JsonNode that should be deserialized into this object. - /// Determines if the rest of the deserialization should be processed, or if the method should return - /// instantly. - - partial void BeforeFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json, ref bool returnNow); - - /// - /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the - /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JSON container that the serialization result will be placed in. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); - - /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . - /// - /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) - { - bool returnNow = false; - BeforeFromJson(json, ref returnNow); - if (returnNow) - { - return; - } - AfterFromJson(json); - } - - /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties. - /// - /// a to deserialize from. - /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) - { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Components1Gpe6L9SchemasTriggeredwebjobPropertiesSettingsAdditionalproperties(json) : null; - } - - /// - /// Serializes this instance of into a . - /// - /// The container to serialize this object into. If the caller - /// passes in null, a new instance will be created and returned to the caller. - /// Allows the caller to choose the depth of the serialization. See . - /// - /// a serialized instance of - /// as a . - /// - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) - { - container = container ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject(); - - bool returnNow = false; - BeforeToJson(ref container, ref returnNow); - if (returnNow) - { - return container; - } - AfterToJson(ref container); - return container; - } - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs index 0b70158a9041..fce34384510a 100644 --- a/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs @@ -60,8 +60,8 @@ internal Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedide return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -79,8 +79,8 @@ internal Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedide return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs b/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs index 68d8c4a7ec57..4f36bb70b3ec 100644 --- a/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs @@ -58,8 +58,8 @@ internal Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedide { return; } - {_clientId = If( json?.PropertyT("clientId"), out var __jsonClientId) ? (string)__jsonClientId : (string)ClientId;} {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} + {_clientId = If( json?.PropertyT("clientId"), out var __jsonClientId) ? (string)__jsonClientId : (string)ClientId;} AfterFromJson(json); } @@ -98,11 +98,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); + AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); + AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.PowerShell.cs deleted file mode 100644 index a7f6f8e3dc23..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.PowerShell.cs +++ /dev/null @@ -1,130 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - [System.ComponentModel.TypeConverter(typeof(Components1OoihggSchemasWebjobPropertiesSettingsAdditionalpropertiesTypeConverter))] - public partial class Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties - { - - /// - /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the - /// object before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Collections.IDictionary content that should be used. - - partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); - - /// - /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Management.Automation.PSObject content that should be used. - - partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); - - /// - /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Collections.IDictionary content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); - - /// - /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties(global::System.Collections.IDictionary content) - { - bool returnNow = false; - BeforeDeserializeDictionary(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializeDictionary(content); - } - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - internal Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties(global::System.Management.Automation.PSObject content) - { - bool returnNow = false; - BeforeDeserializePSObject(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializePSObject(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties(content); - } - - /// - /// Creates a new instance of , deserializing - /// the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// Serializes this instance to a json string. - - /// a containing this model serialized to JSON text. - public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); - } - [System.ComponentModel.TypeConverter(typeof(Components1OoihggSchemasWebjobPropertiesSettingsAdditionalpropertiesTypeConverter))] - public partial interface IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs deleted file mode 100644 index 76bc6b956b98..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs +++ /dev/null @@ -1,147 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// - /// A PowerShell PSTypeConverter to support converting to an instance of - /// - public partial class Components1OoihggSchemasWebjobPropertiesSettingsAdditionalpropertiesTypeConverter : global::System.Management.Automation.PSTypeConverter - { - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. - /// - public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the instance to check if it can be converted to the type. - /// - /// true if the instance could be converted to a type, otherwise false - /// - public static bool CanConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return true; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - // we say yest to PSObjects - return true; - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - // we say yest to Hashtables/dictionaries - return true; - } - try - { - if (null != sourceValue.ToJsonString()) - { - return true; - } - } - catch - { - // Not one of our objects - } - try - { - string text = sourceValue.ToString()?.Trim(); - return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; - } - catch - { - // Doesn't look like it can be treated as JSON - } - return false; - } - - /// - /// Determines if the parameter can be converted to the parameter - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false - /// - public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; - - /// - /// Converts the parameter to the parameter using and - /// - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// - /// an instance of , or null if - /// there is no suitable conversion. - /// - public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); - - /// - /// Converts the parameter to the parameter using and - /// - /// the value to convert into an instance of . - /// - /// an instance of , or null if - /// there is no suitable conversion. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties ConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return null; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties).IsAssignableFrom(type)) - { - return sourceValue; - } - try - { - return Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; - } - catch - { - // Unable to use JSON pattern - } - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - return Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.DeserializeFromPSObject(sourceValue); - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - return Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.DeserializeFromDictionary(sourceValue); - } - return null; - } - - /// NotImplemented -- this will return null - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// will always return null. - public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.cs b/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.cs deleted file mode 100644 index d88943f19fbf..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.cs +++ /dev/null @@ -1,28 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalpropertiesInternal - { - - /// - /// Creates an new instance. - /// - public Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties() - { - - } - } - public partial interface IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable - { - - } - internal partial interface IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalpropertiesInternal - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.json.cs b/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.json.cs deleted file mode 100644 index 6fbd588c90d8..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties.json.cs +++ /dev/null @@ -1,101 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties - { - - /// - /// AfterFromJson will be called after the json deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JsonNode that should be deserialized into this object. - - partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json); - - /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JSON container that the serialization result will be placed in. - - partial void AfterToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container); - - /// - /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of - /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JsonNode that should be deserialized into this object. - /// Determines if the rest of the deserialization should be processed, or if the method should return - /// instantly. - - partial void BeforeFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json, ref bool returnNow); - - /// - /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the - /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JSON container that the serialization result will be placed in. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); - - /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . - /// - /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) - { - bool returnNow = false; - BeforeFromJson(json, ref returnNow); - if (returnNow) - { - return; - } - AfterFromJson(json); - } - - /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties. - /// - /// a to deserialize from. - /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) - { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Components1OoihggSchemasWebjobPropertiesSettingsAdditionalproperties(json) : null; - } - - /// - /// Serializes this instance of into a - /// . - /// - /// The container to serialize this object into. If the caller - /// passes in null, a new instance will be created and returned to the caller. - /// Allows the caller to choose the depth of the serialization. See . - /// - /// a serialized instance of as a . - /// - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) - { - container = container ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject(); - - bool returnNow = false; - BeforeToJson(ref container, ref returnNow); - if (returnNow) - { - return container; - } - AfterToJson(ref container); - return container; - } - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.PowerShell.cs deleted file mode 100644 index c6c53c36add1..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.PowerShell.cs +++ /dev/null @@ -1,130 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - [System.ComponentModel.TypeConverter(typeof(Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalpropertiesTypeConverter))] - public partial class Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties - { - - /// - /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the - /// object before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Collections.IDictionary content that should be used. - - partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); - - /// - /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Management.Automation.PSObject content that should be used. - - partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); - - /// - /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Collections.IDictionary content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); - - /// - /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties(global::System.Collections.IDictionary content) - { - bool returnNow = false; - BeforeDeserializeDictionary(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializeDictionary(content); - } - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - internal Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties(global::System.Management.Automation.PSObject content) - { - bool returnNow = false; - BeforeDeserializePSObject(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializePSObject(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties(content); - } - - /// - /// Creates a new instance of , - /// deserializing the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// Serializes this instance to a json string. - - /// a containing this model serialized to JSON text. - public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); - } - [System.ComponentModel.TypeConverter(typeof(Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalpropertiesTypeConverter))] - public partial interface IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs deleted file mode 100644 index 59ca0ca59dbc..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.TypeConverter.cs +++ /dev/null @@ -1,147 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// - /// A PowerShell PSTypeConverter to support converting to an instance of - /// - public partial class Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalpropertiesTypeConverter : global::System.Management.Automation.PSTypeConverter - { - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. - /// - public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the instance to check if it can be converted to the type. - /// - /// true if the instance could be converted to a type, otherwise false - /// - public static bool CanConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return true; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - // we say yest to PSObjects - return true; - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - // we say yest to Hashtables/dictionaries - return true; - } - try - { - if (null != sourceValue.ToJsonString()) - { - return true; - } - } - catch - { - // Not one of our objects - } - try - { - string text = sourceValue.ToString()?.Trim(); - return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; - } - catch - { - // Doesn't look like it can be treated as JSON - } - return false; - } - - /// - /// Determines if the parameter can be converted to the parameter - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false - /// - public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; - - /// - /// Converts the parameter to the parameter using and - /// - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// - /// an instance of , or null - /// if there is no suitable conversion. - /// - public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); - - /// - /// Converts the parameter to the parameter using and - /// - /// the value to convert into an instance of . - /// - /// an instance of , or null - /// if there is no suitable conversion. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties ConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return null; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties).IsAssignableFrom(type)) - { - return sourceValue; - } - try - { - return Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; - } - catch - { - // Unable to use JSON pattern - } - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - return Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.DeserializeFromPSObject(sourceValue); - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - return Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.DeserializeFromDictionary(sourceValue); - } - return null; - } - - /// NotImplemented -- this will return null - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// will always return null. - public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.cs b/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.cs deleted file mode 100644 index 4916046292ce..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.cs +++ /dev/null @@ -1,28 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalpropertiesInternal - { - - /// - /// Creates an new instance. - /// - public Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties() - { - - } - } - public partial interface IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable - { - - } - internal partial interface IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalpropertiesInternal - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.json.cs b/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.json.cs deleted file mode 100644 index 3d6edd9deb2d..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties.json.cs +++ /dev/null @@ -1,101 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties - { - - /// - /// AfterFromJson will be called after the json deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JsonNode that should be deserialized into this object. - - partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json); - - /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JSON container that the serialization result will be placed in. - - partial void AfterToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container); - - /// - /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of - /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JsonNode that should be deserialized into this object. - /// Determines if the rest of the deserialization should be processed, or if the method should return - /// instantly. - - partial void BeforeFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json, ref bool returnNow); - - /// - /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the - /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JSON container that the serialization result will be placed in. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); - - /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . - /// - /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) - { - bool returnNow = false; - BeforeFromJson(json, ref returnNow); - if (returnNow) - { - return; - } - AfterFromJson(json); - } - - /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties. - /// - /// a to deserialize from. - /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IComponents1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) - { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new Components1Tr4JxgSchemasContinuouswebjobPropertiesSettingsAdditionalproperties(json) : null; - } - - /// - /// Serializes this instance of into a . - /// - /// The container to serialize this object into. If the caller - /// passes in null, a new instance will be created and returned to the caller. - /// Allows the caller to choose the depth of the serialization. See . - /// - /// a serialized instance of - /// as a . - /// - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) - { - container = container ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject(); - - bool returnNow = false; - BeforeToJson(ref container, ref returnNow); - if (returnNow) - { - return container; - } - AfterToJson(ref container); - return container; - } - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.PowerShell.cs index 0c8cbc73ec72..01e39cd0f0dc 100644 --- a/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.PowerShell.cs @@ -62,8 +62,8 @@ internal ConnStringInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).ConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); AfterDeserializeDictionary(content); } @@ -82,8 +82,8 @@ internal ConnStringInfo(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).ConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfoInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.json.cs b/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.json.cs index 49fdac1ab25a..dedab58e541e 100644 --- a/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ConnStringInfo.json.cs @@ -59,8 +59,8 @@ internal ConnStringInfo(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_connectionString = If( json?.PropertyT("connectionString"), out var __jsonConnectionString) ? (string)__jsonConnectionString : (string)ConnectionString;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); AddIf( null != (((object)this._connectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._connectionString.ToString()) : null, "connectionString" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.PowerShell.cs index 73fd1cdbf5de..9c4785f3bc24 100644 --- a/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.PowerShell.cs @@ -61,8 +61,8 @@ internal ConnStringValueTypePair(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal ConnStringValueTypePair(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringValueTypePairInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.json.cs b/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.json.cs index 3f09d1430546..0b73cb6c7349 100644 --- a/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ConnStringValueTypePair.json.cs @@ -58,8 +58,8 @@ internal ConnStringValueTypePair(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)Value;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionary.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionary.PowerShell.cs index 493de7ff2067..bc679887c559 100644 --- a/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionary.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionary.PowerShell.cs @@ -62,10 +62,10 @@ internal ConnectionStringDictionary(global::System.Collections.IDictionary conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnectionStringDictionaryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnectionStringDictionaryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnectionStringDictionaryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnectionStringDictionaryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -84,10 +84,10 @@ internal ConnectionStringDictionary(global::System.Management.Automation.PSObjec } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnectionStringDictionaryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnectionStringDictionaryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnectionStringDictionaryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnectionStringDictionaryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionaryProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionaryProperties.json.cs index 73efbf3dfe38..d41574264583 100644 --- a/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionaryProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ConnectionStringDictionaryProperties.json.cs @@ -59,7 +59,7 @@ internal ConnectionStringDictionaryProperties(Microsoft.Azure.PowerShell.Cmdlets { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringValueTypePair.FromJson(j) ,exclusions ); AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.PowerShell.cs index 23d006e20026..889b46401f1c 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.PowerShell.cs @@ -62,11 +62,11 @@ internal ContainerCpuStatistics(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("CpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("ThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount = (int?) content.GetValueForProperty("OnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).SystemCpuUsage = (long?) content.GetValueForProperty("SystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).SystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage = (long?) content.GetValueForProperty("CpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount = (int?) content.GetValueForProperty("OnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageTotalUsage = (long?) content.GetValueForProperty("CpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage = (long?) content.GetValueForProperty("CpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageUserModeUsage = (long?) content.GetValueForProperty("CpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataPeriod = (int?) content.GetValueForProperty("ThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("ThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); @@ -90,11 +90,11 @@ internal ContainerCpuStatistics(global::System.Management.Automation.PSObject co // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("CpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("ThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount = (int?) content.GetValueForProperty("OnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).SystemCpuUsage = (long?) content.GetValueForProperty("SystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).SystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage = (long?) content.GetValueForProperty("CpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount = (int?) content.GetValueForProperty("OnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).OnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageTotalUsage = (long?) content.GetValueForProperty("CpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage = (long?) content.GetValueForProperty("CpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageUserModeUsage = (long?) content.GetValueForProperty("CpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).CpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataPeriod = (int?) content.GetValueForProperty("ThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("ThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatisticsInternal)this).ThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.json.cs b/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.json.cs index d121b68ac090..cdb70b94086b 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerCpuStatistics.json.cs @@ -59,8 +59,8 @@ internal ContainerCpuStatistics(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run } {_cpuUsage = If( json?.PropertyT("cpuUsage"), out var __jsonCpuUsage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsage.FromJson(__jsonCpuUsage) : CpuUsage;} {_throttlingData = If( json?.PropertyT("throttlingData"), out var __jsonThrottlingData) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingData.FromJson(__jsonThrottlingData) : ThrottlingData;} - {_onlineCpuCount = If( json?.PropertyT("onlineCpuCount"), out var __jsonOnlineCpuCount) ? (int?)__jsonOnlineCpuCount : OnlineCpuCount;} {_systemCpuUsage = If( json?.PropertyT("systemCpuUsage"), out var __jsonSystemCpuUsage) ? (long?)__jsonSystemCpuUsage : SystemCpuUsage;} + {_onlineCpuCount = If( json?.PropertyT("onlineCpuCount"), out var __jsonOnlineCpuCount) ? (int?)__jsonOnlineCpuCount : OnlineCpuCount;} AfterFromJson(json); } @@ -97,8 +97,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._cpuUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cpuUsage.ToJson(null,serializationMode) : null, "cpuUsage" ,container.Add ); AddIf( null != this._throttlingData ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._throttlingData.ToJson(null,serializationMode) : null, "throttlingData" ,container.Add ); - AddIf( null != this._onlineCpuCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._onlineCpuCount) : null, "onlineCpuCount" ,container.Add ); AddIf( null != this._systemCpuUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._systemCpuUsage) : null, "systemCpuUsage" ,container.Add ); + AddIf( null != this._onlineCpuCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._onlineCpuCount) : null, "onlineCpuCount" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.PowerShell.cs index 6d766478edd9..34d80ca98cb2 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.PowerShell.cs @@ -60,9 +60,9 @@ internal ContainerCpuUsage(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage = (long?) content.GetValueForProperty("KernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage = (long[]) content.GetValueForProperty("PerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).TotalUsage = (long?) content.GetValueForProperty("TotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).TotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage = (long[]) content.GetValueForProperty("PerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage = (long?) content.GetValueForProperty("KernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).UserModeUsage = (long?) content.GetValueForProperty("UserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).UserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializeDictionary(content); } @@ -81,9 +81,9 @@ internal ContainerCpuUsage(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage = (long?) content.GetValueForProperty("KernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage = (long[]) content.GetValueForProperty("PerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).TotalUsage = (long?) content.GetValueForProperty("TotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).TotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage = (long[]) content.GetValueForProperty("PerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).PerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage = (long?) content.GetValueForProperty("KernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).KernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).UserModeUsage = (long?) content.GetValueForProperty("UserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsageInternal)this).UserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.json.cs b/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.json.cs index ea5a6d1289a9..b45ef738d0ec 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerCpuUsage.json.cs @@ -57,9 +57,9 @@ internal ContainerCpuUsage(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. { return; } - {_kernelModeUsage = If( json?.PropertyT("kernelModeUsage"), out var __jsonKernelModeUsage) ? (long?)__jsonKernelModeUsage : KernelModeUsage;} - {_perCpuUsage = If( json?.PropertyT("perCpuUsage"), out var __jsonPerCpuUsage) ? If( __jsonPerCpuUsage as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(long) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber __t ? (long)__t : default(long))) ))() : null : PerCpuUsage;} {_totalUsage = If( json?.PropertyT("totalUsage"), out var __jsonTotalUsage) ? (long?)__jsonTotalUsage : TotalUsage;} + {_perCpuUsage = If( json?.PropertyT("perCpuUsage"), out var __jsonPerCpuUsage) ? If( __jsonPerCpuUsage as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(long) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber __t ? (long)__t : default(long))) ))() : null : PerCpuUsage;} + {_kernelModeUsage = If( json?.PropertyT("kernelModeUsage"), out var __jsonKernelModeUsage) ? (long?)__jsonKernelModeUsage : KernelModeUsage;} {_userModeUsage = If( json?.PropertyT("userModeUsage"), out var __jsonUserModeUsage) ? (long?)__jsonUserModeUsage : UserModeUsage;} AfterFromJson(json); } @@ -95,7 +95,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._kernelModeUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._kernelModeUsage) : null, "kernelModeUsage" ,container.Add ); + AddIf( null != this._totalUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._totalUsage) : null, "totalUsage" ,container.Add ); if (null != this._perCpuUsage) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -105,7 +105,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("perCpuUsage",__w); } - AddIf( null != this._totalUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._totalUsage) : null, "totalUsage" ,container.Add ); + AddIf( null != this._kernelModeUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._kernelModeUsage) : null, "kernelModeUsage" ,container.Add ); AddIf( null != this._userModeUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._userModeUsage) : null, "userModeUsage" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContainerInfo.PowerShell.cs index 44ab81b63a04..8434ff718fbb 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerInfo.PowerShell.cs @@ -61,46 +61,46 @@ internal ContainerInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatistics) content.GetValueForProperty("CurrentCpuStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatistics) content.GetValueForProperty("Eth0",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerNetworkInterfaceStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatistics) content.GetValueForProperty("MemoryStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatisticsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatistics) content.GetValueForProperty("PreviousCpuStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatistics) content.GetValueForProperty("MemoryStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatistics) content.GetValueForProperty("Eth0",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerNetworkInterfaceStatisticsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentTimeStamp = (global::System.DateTime?) content.GetValueForProperty("CurrentTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousTimeStamp = (global::System.DateTime?) content.GetValueForProperty("PreviousTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped = (long?) content.GetValueForProperty("Eth0TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatCpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("CurrentCpuStatCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatCpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("CurrentCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped = (long?) content.GetValueForProperty("Eth0TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatSystemCpuUsage = (long?) content.GetValueForProperty("CurrentCpuStatSystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatSystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage = (long?) content.GetValueForProperty("PreviouCpuStatSystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("PreviouCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("PreviouCpuStatThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("PreviouCpuStatCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage = (long?) content.GetValueForProperty("MemoryStatUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage = (long?) content.GetValueForProperty("MemoryStatMaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit = (long?) content.GetValueForProperty("MemoryStatLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte = (long?) content.GetValueForProperty("Eth0RxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("CurrentCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError = (long?) content.GetValueForProperty("Eth0TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket = (long?) content.GetValueForProperty("Eth0TxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte = (long?) content.GetValueForProperty("Eth0TxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxDropped = (long?) content.GetValueForProperty("Eth0RxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxError = (long?) content.GetValueForProperty("Eth0RxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxPacket = (long?) content.GetValueForProperty("Eth0RxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte = (long?) content.GetValueForProperty("Eth0TxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte = (long?) content.GetValueForProperty("Eth0RxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("PreviouCpuStatCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("PreviouCpuStatThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage = (long?) content.GetValueForProperty("PreviouCpuStatSystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("PreviouCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit = (long?) content.GetValueForProperty("MemoryStatLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("CurrentCpuStatThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError = (long?) content.GetValueForProperty("Eth0TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket = (long?) content.GetValueForProperty("Eth0TxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage = (long?) content.GetValueForProperty("MemoryStatMaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage = (long?) content.GetValueForProperty("MemoryStatUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageKernelModeUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledTime = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataThrottledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledTime, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataPeriod = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageUserModeUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CurrentCpuStatsCpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageKernelModeUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CurrentCpuStatsCpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("PreviousCpuStatsCpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -119,46 +119,46 @@ internal ContainerInfo(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatistics) content.GetValueForProperty("CurrentCpuStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatistics) content.GetValueForProperty("Eth0",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerNetworkInterfaceStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatistics) content.GetValueForProperty("MemoryStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatisticsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuStatistics) content.GetValueForProperty("PreviousCpuStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatistics) content.GetValueForProperty("MemoryStat",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStat, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatistics) content.GetValueForProperty("Eth0",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerNetworkInterfaceStatisticsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentTimeStamp = (global::System.DateTime?) content.GetValueForProperty("CurrentTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousTimeStamp = (global::System.DateTime?) content.GetValueForProperty("PreviousTimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousTimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped = (long?) content.GetValueForProperty("Eth0TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatCpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("CurrentCpuStatCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatCpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("CurrentCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped = (long?) content.GetValueForProperty("Eth0TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatSystemCpuUsage = (long?) content.GetValueForProperty("CurrentCpuStatSystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatSystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage = (long?) content.GetValueForProperty("PreviouCpuStatSystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("PreviouCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("PreviouCpuStatThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("PreviouCpuStatCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage = (long?) content.GetValueForProperty("MemoryStatUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage = (long?) content.GetValueForProperty("MemoryStatMaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit = (long?) content.GetValueForProperty("MemoryStatLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte = (long?) content.GetValueForProperty("Eth0RxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("CurrentCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError = (long?) content.GetValueForProperty("Eth0TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket = (long?) content.GetValueForProperty("Eth0TxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte = (long?) content.GetValueForProperty("Eth0TxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxDropped = (long?) content.GetValueForProperty("Eth0RxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxError = (long?) content.GetValueForProperty("Eth0RxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxPacket = (long?) content.GetValueForProperty("Eth0RxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte = (long?) content.GetValueForProperty("Eth0TxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte = (long?) content.GetValueForProperty("Eth0RxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0RxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage) content.GetValueForProperty("PreviouCpuStatCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatCpuUsage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("PreviouCpuStatThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage = (long?) content.GetValueForProperty("PreviouCpuStatSystemCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatSystemCpuUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount = (int?) content.GetValueForProperty("PreviouCpuStatOnlineCpuCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviouCpuStatOnlineCpuCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit = (long?) content.GetValueForProperty("MemoryStatLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatLimit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatThrottlingData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerThrottlingData) content.GetValueForProperty("CurrentCpuStatThrottlingData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatThrottlingData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerThrottlingDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError = (long?) content.GetValueForProperty("Eth0TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket = (long?) content.GetValueForProperty("Eth0TxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).Eth0TxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage = (long?) content.GetValueForProperty("MemoryStatMaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatMaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage = (long?) content.GetValueForProperty("MemoryStatUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).MemoryStatUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageKernelModeUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledTime = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataThrottledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledTime, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataPeriod = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageUserModeUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CurrentCpuStatsCpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageKernelModeUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageKernelModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageKernelModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("CurrentCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("CurrentCpuStatsCpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("CurrentCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).CurrentCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsagePerCpuUsage = (long[]) content.GetValueForProperty("PreviousCpuStatsCpuUsagePerCpuUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsagePerCpuUsage, __y => TypeConverterExtensions.SelectToArray(__y, (__w)=> (long) global::System.Convert.ChangeType(__w, typeof(long)))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageTotalUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageTotalUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage = (long?) content.GetValueForProperty("PreviousCpuStatsCpuUsageUserModeUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsCpuUsageUserModeUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledPeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledPeriod, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime = (int?) content.GetValueForProperty("PreviousCpuStatsThrottlingDataThrottledTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerInfoInternal)this).PreviousCpuStatsThrottlingDataThrottledTime, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerInfo.json.cs b/src/Functions/generated/api/Models/Api20190801/ContainerInfo.json.cs index 0b062951bdf8..a8e70a27f33c 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerInfo.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerInfo.json.cs @@ -58,13 +58,13 @@ internal ContainerInfo(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json return; } {_currentCpuStat = If( json?.PropertyT("currentCpuStats"), out var __jsonCurrentCpuStats) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuStatistics.FromJson(__jsonCurrentCpuStats) : CurrentCpuStat;} - {_eth0 = If( json?.PropertyT("eth0"), out var __jsonEth0) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerNetworkInterfaceStatistics.FromJson(__jsonEth0) : Eth0;} - {_memoryStat = If( json?.PropertyT("memoryStats"), out var __jsonMemoryStats) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatistics.FromJson(__jsonMemoryStats) : MemoryStat;} {_previousCpuStat = If( json?.PropertyT("previousCpuStats"), out var __jsonPreviousCpuStats) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuStatistics.FromJson(__jsonPreviousCpuStats) : PreviousCpuStat;} - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_memoryStat = If( json?.PropertyT("memoryStats"), out var __jsonMemoryStats) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatistics.FromJson(__jsonMemoryStats) : MemoryStat;} + {_eth0 = If( json?.PropertyT("eth0"), out var __jsonEth0) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerNetworkInterfaceStatistics.FromJson(__jsonEth0) : Eth0;} {_currentTimeStamp = If( json?.PropertyT("currentTimeStamp"), out var __jsonCurrentTimeStamp) ? global::System.DateTime.TryParse((string)__jsonCurrentTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCurrentTimeStampValue) ? __jsonCurrentTimeStampValue : CurrentTimeStamp : CurrentTimeStamp;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_previousTimeStamp = If( json?.PropertyT("previousTimeStamp"), out var __jsonPreviousTimeStamp) ? global::System.DateTime.TryParse((string)__jsonPreviousTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonPreviousTimeStampValue) ? __jsonPreviousTimeStampValue : PreviousTimeStamp : PreviousTimeStamp;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} AfterFromJson(json); } @@ -100,13 +100,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._currentCpuStat ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._currentCpuStat.ToJson(null,serializationMode) : null, "currentCpuStats" ,container.Add ); - AddIf( null != this._eth0 ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._eth0.ToJson(null,serializationMode) : null, "eth0" ,container.Add ); - AddIf( null != this._memoryStat ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._memoryStat.ToJson(null,serializationMode) : null, "memoryStats" ,container.Add ); AddIf( null != this._previousCpuStat ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._previousCpuStat.ToJson(null,serializationMode) : null, "previousCpuStats" ,container.Add ); - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != this._memoryStat ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._memoryStat.ToJson(null,serializationMode) : null, "memoryStats" ,container.Add ); + AddIf( null != this._eth0 ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._eth0.ToJson(null,serializationMode) : null, "eth0" ,container.Add ); AddIf( null != this._currentTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._currentTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "currentTimeStamp" ,container.Add ); - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AddIf( null != this._previousTimeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._previousTimeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "previousTimeStamp" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.PowerShell.cs index 229e56d3caeb..1f87a808102a 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.PowerShell.cs @@ -60,9 +60,9 @@ internal ContainerMemoryStatistics(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage = (long?) content.GetValueForProperty("MaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Usage = (long?) content.GetValueForProperty("Usage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Usage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage = (long?) content.GetValueForProperty("MaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializeDictionary(content); } @@ -80,9 +80,9 @@ internal ContainerMemoryStatistics(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage = (long?) content.GetValueForProperty("MaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Usage = (long?) content.GetValueForProperty("Usage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Usage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage = (long?) content.GetValueForProperty("MaxUsage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).MaxUsage, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatisticsInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.json.cs b/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.json.cs index 5aa6b8292d73..47ec5df07c58 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerMemoryStatistics.json.cs @@ -57,9 +57,9 @@ internal ContainerMemoryStatistics(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_limit = If( json?.PropertyT("limit"), out var __jsonLimit) ? (long?)__jsonLimit : Limit;} - {_maxUsage = If( json?.PropertyT("maxUsage"), out var __jsonMaxUsage) ? (long?)__jsonMaxUsage : MaxUsage;} {_usage = If( json?.PropertyT("usage"), out var __jsonUsage) ? (long?)__jsonUsage : Usage;} + {_maxUsage = If( json?.PropertyT("maxUsage"), out var __jsonMaxUsage) ? (long?)__jsonMaxUsage : MaxUsage;} + {_limit = If( json?.PropertyT("limit"), out var __jsonLimit) ? (long?)__jsonLimit : Limit;} AfterFromJson(json); } @@ -94,9 +94,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._limit) : null, "limit" ,container.Add ); - AddIf( null != this._maxUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._maxUsage) : null, "maxUsage" ,container.Add ); AddIf( null != this._usage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._usage) : null, "usage" ,container.Add ); + AddIf( null != this._maxUsage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._maxUsage) : null, "maxUsage" ,container.Add ); + AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._limit) : null, "limit" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.PowerShell.cs index ac0b749fae10..355e970ff0c3 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.PowerShell.cs @@ -61,13 +61,13 @@ internal ContainerNetworkInterfaceStatistics(global::System.Collections.IDiction } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxByte = (long?) content.GetValueForProperty("RxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped = (long?) content.GetValueForProperty("RxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError = (long?) content.GetValueForProperty("RxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxPacket = (long?) content.GetValueForProperty("RxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError = (long?) content.GetValueForProperty("RxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped = (long?) content.GetValueForProperty("RxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxByte = (long?) content.GetValueForProperty("TxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped = (long?) content.GetValueForProperty("TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError = (long?) content.GetValueForProperty("TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxPacket = (long?) content.GetValueForProperty("TxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError = (long?) content.GetValueForProperty("TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped = (long?) content.GetValueForProperty("TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializeDictionary(content); } @@ -86,13 +86,13 @@ internal ContainerNetworkInterfaceStatistics(global::System.Management.Automatio } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxByte = (long?) content.GetValueForProperty("RxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped = (long?) content.GetValueForProperty("RxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError = (long?) content.GetValueForProperty("RxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxPacket = (long?) content.GetValueForProperty("RxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError = (long?) content.GetValueForProperty("RxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped = (long?) content.GetValueForProperty("RxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).RxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxByte = (long?) content.GetValueForProperty("TxByte",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxByte, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped = (long?) content.GetValueForProperty("TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError = (long?) content.GetValueForProperty("TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxPacket = (long?) content.GetValueForProperty("TxPacket",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxPacket, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError = (long?) content.GetValueForProperty("TxError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxError, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped = (long?) content.GetValueForProperty("TxDropped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerNetworkInterfaceStatisticsInternal)this).TxDropped, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.json.cs b/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.json.cs index 7ca10bcb4c12..6572ae754cf9 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContainerNetworkInterfaceStatistics.json.cs @@ -58,13 +58,13 @@ internal ContainerNetworkInterfaceStatistics(Microsoft.Azure.PowerShell.Cmdlets. return; } {_rxByte = If( json?.PropertyT("rxBytes"), out var __jsonRxBytes) ? (long?)__jsonRxBytes : RxByte;} - {_rxDropped = If( json?.PropertyT("rxDropped"), out var __jsonRxDropped) ? (long?)__jsonRxDropped : RxDropped;} - {_rxError = If( json?.PropertyT("rxErrors"), out var __jsonRxErrors) ? (long?)__jsonRxErrors : RxError;} {_rxPacket = If( json?.PropertyT("rxPackets"), out var __jsonRxPackets) ? (long?)__jsonRxPackets : RxPacket;} + {_rxError = If( json?.PropertyT("rxErrors"), out var __jsonRxErrors) ? (long?)__jsonRxErrors : RxError;} + {_rxDropped = If( json?.PropertyT("rxDropped"), out var __jsonRxDropped) ? (long?)__jsonRxDropped : RxDropped;} {_txByte = If( json?.PropertyT("txBytes"), out var __jsonTxBytes) ? (long?)__jsonTxBytes : TxByte;} - {_txDropped = If( json?.PropertyT("txDropped"), out var __jsonTxDropped) ? (long?)__jsonTxDropped : TxDropped;} - {_txError = If( json?.PropertyT("txErrors"), out var __jsonTxErrors) ? (long?)__jsonTxErrors : TxError;} {_txPacket = If( json?.PropertyT("txPackets"), out var __jsonTxPackets) ? (long?)__jsonTxPackets : TxPacket;} + {_txError = If( json?.PropertyT("txErrors"), out var __jsonTxErrors) ? (long?)__jsonTxErrors : TxError;} + {_txDropped = If( json?.PropertyT("txDropped"), out var __jsonTxDropped) ? (long?)__jsonTxDropped : TxDropped;} AfterFromJson(json); } @@ -101,13 +101,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._rxByte ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._rxByte) : null, "rxBytes" ,container.Add ); - AddIf( null != this._rxDropped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._rxDropped) : null, "rxDropped" ,container.Add ); - AddIf( null != this._rxError ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._rxError) : null, "rxErrors" ,container.Add ); AddIf( null != this._rxPacket ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._rxPacket) : null, "rxPackets" ,container.Add ); + AddIf( null != this._rxError ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._rxError) : null, "rxErrors" ,container.Add ); + AddIf( null != this._rxDropped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._rxDropped) : null, "rxDropped" ,container.Add ); AddIf( null != this._txByte ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._txByte) : null, "txBytes" ,container.Add ); - AddIf( null != this._txDropped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._txDropped) : null, "txDropped" ,container.Add ); - AddIf( null != this._txError ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._txError) : null, "txErrors" ,container.Add ); AddIf( null != this._txPacket ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._txPacket) : null, "txPackets" ,container.Add ); + AddIf( null != this._txError ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._txError) : null, "txErrors" ,container.Add ); + AddIf( null != this._txDropped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._txDropped) : null, "txDropped" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJob.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJob.PowerShell.cs index d88c35a5cdf9..3a5c67944abe 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJob.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJob.PowerShell.cs @@ -62,20 +62,20 @@ internal ContinuousWebJob(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).DetailedStatus = (string) content.GetValueForProperty("DetailedStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).DetailedStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).LogUrl = (string) content.GetValueForProperty("LogUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).LogUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -94,20 +94,20 @@ internal ContinuousWebJob(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).DetailedStatus = (string) content.GetValueForProperty("DetailedStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).DetailedStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).LogUrl = (string) content.GetValueForProperty("LogUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).LogUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.PowerShell.cs index 783bcdde622a..286855ce0cba 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal ContinuousWebJobCollection(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJob[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal ContinuousWebJobCollection(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJob[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.json.cs index aed53602811d..52739ea0edac 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobCollection.json.cs @@ -58,8 +58,8 @@ internal ContinuousWebJobCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJob) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJob.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.PowerShell.cs index af0798d7c85c..b79691467b56 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.PowerShell.cs @@ -61,16 +61,16 @@ internal ContinuousWebJobProperties(global::System.Collections.IDictionary conte return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).DetailedStatus = (string) content.GetValueForProperty("DetailedStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).DetailedStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).LogUrl = (string) content.GetValueForProperty("LogUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).LogUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -88,16 +88,16 @@ internal ContinuousWebJobProperties(global::System.Management.Automation.PSObjec return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).DetailedStatus = (string) content.GetValueForProperty("DetailedStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).DetailedStatus, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).LogUrl = (string) content.GetValueForProperty("LogUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).LogUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContinuousWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.json.cs index b8a5b75c6219..a1fe2cd528ce 100644 --- a/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ContinuousWebJobProperties.json.cs @@ -58,16 +58,16 @@ internal ContinuousWebJobProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} {_detailedStatus = If( json?.PropertyT("detailed_status"), out var __jsonDetailedStatus) ? (string)__jsonDetailedStatus : (string)DetailedStatus;} - {_error = If( json?.PropertyT("error"), out var __jsonError) ? (string)__jsonError : (string)Error;} - {_extraInfoUrl = If( json?.PropertyT("extra_info_url"), out var __jsonExtraInfoUrl) ? (string)__jsonExtraInfoUrl : (string)ExtraInfoUrl;} {_logUrl = If( json?.PropertyT("log_url"), out var __jsonLogUrl) ? (string)__jsonLogUrl : (string)LogUrl;} {_runCommand = If( json?.PropertyT("run_command"), out var __jsonRunCommand) ? (string)__jsonRunCommand : (string)RunCommand;} - {_setting = If( json?.PropertyT("settings"), out var __jsonSettings) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettings.FromJson(__jsonSettings) : Setting;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} - {_usingSdk = If( json?.PropertyT("using_sdk"), out var __jsonUsingSdk) ? (bool?)__jsonUsingSdk : UsingSdk;} + {_extraInfoUrl = If( json?.PropertyT("extra_info_url"), out var __jsonExtraInfoUrl) ? (string)__jsonExtraInfoUrl : (string)ExtraInfoUrl;} {_webJobType = If( json?.PropertyT("web_job_type"), out var __jsonWebJobType) ? (string)__jsonWebJobType : (string)WebJobType;} + {_error = If( json?.PropertyT("error"), out var __jsonError) ? (string)__jsonError : (string)Error;} + {_usingSdk = If( json?.PropertyT("using_sdk"), out var __jsonUsingSdk) ? (bool?)__jsonUsingSdk : UsingSdk;} + {_setting = If( json?.PropertyT("settings"), out var __jsonSettings) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContinuousWebJobPropertiesSettings.FromJson(__jsonSettings) : Setting;} AfterFromJson(json); } @@ -102,16 +102,16 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AddIf( null != (((object)this._detailedStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._detailedStatus.ToString()) : null, "detailed_status" ,container.Add ); - AddIf( null != (((object)this._error)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._error.ToString()) : null, "error" ,container.Add ); - AddIf( null != (((object)this._extraInfoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extraInfoUrl.ToString()) : null, "extra_info_url" ,container.Add ); AddIf( null != (((object)this._logUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._logUrl.ToString()) : null, "log_url" ,container.Add ); AddIf( null != (((object)this._runCommand)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runCommand.ToString()) : null, "run_command" ,container.Add ); - AddIf( null != this._setting ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setting.ToJson(null,serializationMode) : null, "settings" ,container.Add ); - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); - AddIf( null != this._usingSdk ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._usingSdk) : null, "using_sdk" ,container.Add ); + AddIf( null != (((object)this._extraInfoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extraInfoUrl.ToString()) : null, "extra_info_url" ,container.Add ); AddIf( null != (((object)this._webJobType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobType.ToString()) : null, "web_job_type" ,container.Add ); + AddIf( null != (((object)this._error)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._error.ToString()) : null, "error" ,container.Add ); + AddIf( null != this._usingSdk ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._usingSdk) : null, "using_sdk" ,container.Add ); + AddIf( null != this._setting ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setting.ToJson(null,serializationMode) : null, "settings" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.PowerShell.cs index 991bc409cf40..a06f79fb19bb 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.PowerShell.cs @@ -63,8 +63,8 @@ internal CsmMoveResourceEnvelope(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource = (string[]) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).TargetResourceGroup = (string) content.GetValueForProperty("TargetResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).TargetResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource = (string[]) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -82,8 +82,8 @@ internal CsmMoveResourceEnvelope(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource = (string[]) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).TargetResourceGroup = (string) content.GetValueForProperty("TargetResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).TargetResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource = (string[]) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelopeInternal)this).Resource, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.json.cs b/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.json.cs index 8c65b24a677a..f58b79da8677 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmMoveResourceEnvelope.json.cs @@ -60,8 +60,8 @@ internal CsmMoveResourceEnvelope(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_resource = If( json?.PropertyT("resources"), out var __jsonResources) ? If( __jsonResources as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Resource;} {_targetResourceGroup = If( json?.PropertyT("targetResourceGroup"), out var __jsonTargetResourceGroup) ? (string)__jsonTargetResourceGroup : (string)TargetResourceGroup;} + {_resource = If( json?.PropertyT("resources"), out var __jsonResources) ? If( __jsonResources as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Resource;} AfterFromJson(json); } @@ -96,6 +96,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._targetResourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetResourceGroup.ToString()) : null, "targetResourceGroup" ,container.Add ); if (null != this._resource) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -105,7 +106,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("resources",__w); } - AddIf( null != (((object)this._targetResourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetResourceGroup.ToString()) : null, "targetResourceGroup" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.PowerShell.cs index e68f459b7244..576650186952 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal CsmOperationCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescription[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmOperationDescriptionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal CsmOperationCollection(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescription[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmOperationDescriptionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.json.cs index 7e5492430c80..fd9f689e87ed 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmOperationCollection.json.cs @@ -58,8 +58,8 @@ internal CsmOperationCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescription) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmOperationDescription.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmOperationDescription.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmOperationDescription.PowerShell.cs index 926ee46628ee..10aa12e8bd43 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmOperationDescription.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmOperationDescription.PowerShell.cs @@ -66,12 +66,12 @@ internal CsmOperationDescription(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Origin, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayProvider, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayResource, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -94,12 +94,12 @@ internal CsmOperationDescription(global::System.Management.Automation.PSObject c ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).Origin, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayProvider, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayResource, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).DisplayDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmOperationDescriptionProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmOperationDescriptionProperties.PowerShell.cs index 58b324490535..d27dc5abb3fd 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmOperationDescriptionProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmOperationDescriptionProperties.PowerShell.cs @@ -62,8 +62,8 @@ internal CsmOperationDescriptionProperties(global::System.Collections.IDictionar } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -82,8 +82,8 @@ internal CsmOperationDescriptionProperties(global::System.Management.Automation. } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecification) content.GetValueForProperty("ServiceSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecification, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ServiceSpecificationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationMetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification[]) content.GetValueForProperty("ServiceSpecificationMetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationMetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("ServiceSpecificationLogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDescriptionPropertiesInternal)this).ServiceSpecificationLogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.PowerShell.cs index 44d59029d823..4397ada68bb4 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.PowerShell.cs @@ -61,10 +61,10 @@ internal CsmOperationDisplay(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Provider, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -82,10 +82,10 @@ internal CsmOperationDisplay(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Provider, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmOperationDisplayInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.json.cs b/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.json.cs index 77f622f59d46..84ee4aa4e0ef 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmOperationDisplay.json.cs @@ -58,10 +58,10 @@ internal CsmOperationDisplay(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_operation = If( json?.PropertyT("operation"), out var __jsonOperation) ? (string)__jsonOperation : (string)Operation;} {_provider = If( json?.PropertyT("provider"), out var __jsonProvider) ? (string)__jsonProvider : (string)Provider;} {_resource = If( json?.PropertyT("resource"), out var __jsonResource) ? (string)__jsonResource : (string)Resource;} + {_operation = If( json?.PropertyT("operation"), out var __jsonOperation) ? (string)__jsonOperation : (string)Operation;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); - AddIf( null != (((object)this._operation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operation.ToString()) : null, "operation" ,container.Add ); AddIf( null != (((object)this._provider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provider.ToString()) : null, "provider" ,container.Add ); AddIf( null != (((object)this._resource)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resource.ToString()) : null, "resource" ,container.Add ); + AddIf( null != (((object)this._operation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operation.ToString()) : null, "operation" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.PowerShell.cs index 0a6bc21fab16..5c465067359a 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.PowerShell.cs @@ -61,8 +61,8 @@ internal CsmSlotEntity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet = (bool) content.GetValueForProperty("PreserveVnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).TargetSlot = (string) content.GetValueForProperty("TargetSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).TargetSlot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet = (bool) content.GetValueForProperty("PreserveVnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal CsmSlotEntity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet = (bool) content.GetValueForProperty("PreserveVnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).TargetSlot = (string) content.GetValueForProperty("TargetSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).TargetSlot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet = (bool) content.GetValueForProperty("PreserveVnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntityInternal)this).PreserveVnet, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.json.cs b/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.json.cs index 9f738756a769..e9687e9d80be 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmSlotEntity.json.cs @@ -58,8 +58,8 @@ internal CsmSlotEntity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json { return; } - {_preserveVnet = If( json?.PropertyT("preserveVnet"), out var __jsonPreserveVnet) ? (bool)__jsonPreserveVnet : PreserveVnet;} {_targetSlot = If( json?.PropertyT("targetSlot"), out var __jsonTargetSlot) ? (string)__jsonTargetSlot : (string)TargetSlot;} + {_preserveVnet = If( json?.PropertyT("preserveVnet"), out var __jsonPreserveVnet) ? (bool)__jsonPreserveVnet : PreserveVnet;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._preserveVnet), "preserveVnet" ,container.Add ); AddIf( null != (((object)this._targetSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetSlot.ToString()) : null, "targetSlot" ,container.Add ); + AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._preserveVnet), "preserveVnet" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.PowerShell.cs index c2a1f292baf9..ad394deb9662 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.PowerShell.cs @@ -62,12 +62,12 @@ internal CsmUsageQuota(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableString) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LocalizableStringTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameValue = (string) content.GetValueForProperty("NameValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameValue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -86,12 +86,12 @@ internal CsmUsageQuota(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableString) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LocalizableStringTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).Unit, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameValue = (string) content.GetValueForProperty("NameValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameValue, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue = (string) content.GetValueForProperty("NameLocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaInternal)this).NameLocalizedValue, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.json.cs b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.json.cs index e9fc4ad26efc..43e1b25e18b0 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuota.json.cs @@ -59,10 +59,10 @@ internal CsmUsageQuota(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LocalizableString.FromJson(__jsonName) : Name;} + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + {_nextResetTime = If( json?.PropertyT("nextResetTime"), out var __jsonNextResetTime) ? global::System.DateTime.TryParse((string)__jsonNextResetTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextResetTimeValue) ? __jsonNextResetTimeValue : NextResetTime : NextResetTime;} {_currentValue = If( json?.PropertyT("currentValue"), out var __jsonCurrentValue) ? (long?)__jsonCurrentValue : CurrentValue;} {_limit = If( json?.PropertyT("limit"), out var __jsonLimit) ? (long?)__jsonLimit : Limit;} - {_nextResetTime = If( json?.PropertyT("nextResetTime"), out var __jsonNextResetTime) ? global::System.DateTime.TryParse((string)__jsonNextResetTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextResetTimeValue) ? __jsonNextResetTimeValue : NextResetTime : NextResetTime;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} AfterFromJson(json); } @@ -98,10 +98,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._name ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._name.ToJson(null,serializationMode) : null, "name" ,container.Add ); + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); + AddIf( null != this._nextResetTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextResetTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextResetTime" ,container.Add ); AddIf( null != this._currentValue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._currentValue) : null, "currentValue" ,container.Add ); AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._limit) : null, "limit" ,container.Add ); - AddIf( null != this._nextResetTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextResetTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextResetTime" ,container.Add ); - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.PowerShell.cs index 84f57186e688..eb86e9db6d49 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal CsmUsageQuotaCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuota[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmUsageQuotaTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal CsmUsageQuotaCollection(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuota[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmUsageQuotaTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuotaCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.json.cs index 3d4b082c2802..f35c8fd5471c 100644 --- a/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CsmUsageQuotaCollection.json.cs @@ -58,8 +58,8 @@ internal CsmUsageQuotaCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmUsageQuota) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmUsageQuota.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResult.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResult.PowerShell.cs index 845947d93e91..18658d9bbb94 100644 --- a/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResult.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResult.PowerShell.cs @@ -62,27 +62,27 @@ internal CustomHostnameAnalysisResult(global::System.Collections.IDictionary con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CustomHostnameAnalysisResultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit = (bool?) content.GetValueForProperty("HasConflictOnScaleUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) content.GetValueForProperty("CustomDomainVerificationFailureInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationTest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult?) content.GetValueForProperty("CustomDomainVerificationTest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationTest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit = (bool?) content.GetValueForProperty("HasConflictOnScaleUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictAcrossSubscription = (bool?) content.GetValueForProperty("HasConflictAcrossSubscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictAcrossSubscription, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).TxtRecord = (string[]) content.GetValueForProperty("TxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).TxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoExtendedCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoExtendedCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoExtendedCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessageTemplate = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessageTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessageTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoParameter = (string[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoParameter, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -101,27 +101,27 @@ internal CustomHostnameAnalysisResult(global::System.Management.Automation.PSObj } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CustomHostnameAnalysisResultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit = (bool?) content.GetValueForProperty("HasConflictOnScaleUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) content.GetValueForProperty("CustomDomainVerificationFailureInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationTest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult?) content.GetValueForProperty("CustomDomainVerificationTest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationTest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit = (bool?) content.GetValueForProperty("HasConflictOnScaleUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictOnScaleUnit, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictAcrossSubscription = (bool?) content.GetValueForProperty("HasConflictAcrossSubscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).HasConflictAcrossSubscription, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).TxtRecord = (string[]) content.GetValueForProperty("TxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).TxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoExtendedCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoExtendedCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoExtendedCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessageTemplate = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessageTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessageTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoParameter = (string[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoParameter, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.PowerShell.cs index 7b322d16b829..7c9ee4585ad7 100644 --- a/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.PowerShell.cs @@ -62,22 +62,22 @@ internal CustomHostnameAnalysisResultProperties(global::System.Collections.IDict } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) content.GetValueForProperty("CustomDomainVerificationFailureInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationTest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult?) content.GetValueForProperty("CustomDomainVerificationTest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationTest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription = (bool?) content.GetValueForProperty("HasConflictAcrossSubscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictOnScaleUnit = (bool?) content.GetValueForProperty("HasConflictOnScaleUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictOnScaleUnit, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription = (bool?) content.GetValueForProperty("HasConflictAcrossSubscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).TxtRecord = (string[]) content.GetValueForProperty("TxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).TxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoExtendedCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoExtendedCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoExtendedCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessageTemplate = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessageTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessageTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoParameter = (string[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoParameter, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -96,22 +96,22 @@ internal CustomHostnameAnalysisResultProperties(global::System.Management.Automa } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) content.GetValueForProperty("CustomDomainVerificationFailureInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationTest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult?) content.GetValueForProperty("CustomDomainVerificationTest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationTest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription = (bool?) content.GetValueForProperty("HasConflictAcrossSubscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictOnScaleUnit = (bool?) content.GetValueForProperty("HasConflictOnScaleUnit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictOnScaleUnit, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified = (bool?) content.GetValueForProperty("IsHostnameAlreadyVerified",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).IsHostnameAlreadyVerified, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription = (bool?) content.GetValueForProperty("HasConflictAcrossSubscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).HasConflictAcrossSubscription, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId = (string) content.GetValueForProperty("ConflictingAppResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ConflictingAppResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord = (string[]) content.GetValueForProperty("CNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).TxtRecord = (string[]) content.GetValueForProperty("TxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).TxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord = (string[]) content.GetValueForProperty("ARecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).ARecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord = (string[]) content.GetValueForProperty("AlternateCNameRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateCNameRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord = (string[]) content.GetValueForProperty("AlternateTxtRecord",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).AlternateTxtRecord, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoExtendedCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoExtendedCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoExtendedCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessageTemplate = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessageTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessageTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoParameter = (string[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoParameter, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("CustomDomainVerificationFailureInfoInnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoInnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage = (string) content.GetValueForProperty("CustomDomainVerificationFailureInfoMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResultPropertiesInternal)this).CustomDomainVerificationFailureInfoMessage, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.json.cs index 05a3437ade17..dedefd838324 100644 --- a/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/CustomHostnameAnalysisResultProperties.json.cs @@ -59,16 +59,16 @@ internal CustomHostnameAnalysisResultProperties(Microsoft.Azure.PowerShell.Cmdle return; } {_customDomainVerificationFailureInfo = If( json?.PropertyT("customDomainVerificationFailureInfo"), out var __jsonCustomDomainVerificationFailureInfo) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntity.FromJson(__jsonCustomDomainVerificationFailureInfo) : CustomDomainVerificationFailureInfo;} - {_aRecord = If( json?.PropertyT("aRecords"), out var __jsonARecords) ? If( __jsonARecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : ARecord;} - {_alternateCNameRecord = If( json?.PropertyT("alternateCNameRecords"), out var __jsonAlternateCNameRecords) ? If( __jsonAlternateCNameRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : AlternateCNameRecord;} - {_alternateTxtRecord = If( json?.PropertyT("alternateTxtRecords"), out var __jsonAlternateTxtRecords) ? If( __jsonAlternateTxtRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : AlternateTxtRecord;} - {_cNameRecord = If( json?.PropertyT("cNameRecords"), out var __jsonCNameRecords) ? If( __jsonCNameRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : CNameRecord;} - {_conflictingAppResourceId = If( json?.PropertyT("conflictingAppResourceId"), out var __jsonConflictingAppResourceId) ? (string)__jsonConflictingAppResourceId : (string)ConflictingAppResourceId;} + {_isHostnameAlreadyVerified = If( json?.PropertyT("isHostnameAlreadyVerified"), out var __jsonIsHostnameAlreadyVerified) ? (bool?)__jsonIsHostnameAlreadyVerified : IsHostnameAlreadyVerified;} {_customDomainVerificationTest = If( json?.PropertyT("customDomainVerificationTest"), out var __jsonCustomDomainVerificationTest) ? (string)__jsonCustomDomainVerificationTest : (string)CustomDomainVerificationTest;} - {_hasConflictAcrossSubscription = If( json?.PropertyT("hasConflictAcrossSubscription"), out var __jsonHasConflictAcrossSubscription) ? (bool?)__jsonHasConflictAcrossSubscription : HasConflictAcrossSubscription;} {_hasConflictOnScaleUnit = If( json?.PropertyT("hasConflictOnScaleUnit"), out var __jsonHasConflictOnScaleUnit) ? (bool?)__jsonHasConflictOnScaleUnit : HasConflictOnScaleUnit;} - {_isHostnameAlreadyVerified = If( json?.PropertyT("isHostnameAlreadyVerified"), out var __jsonIsHostnameAlreadyVerified) ? (bool?)__jsonIsHostnameAlreadyVerified : IsHostnameAlreadyVerified;} - {_txtRecord = If( json?.PropertyT("txtRecords"), out var __jsonTxtRecords) ? If( __jsonTxtRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(string) (__a is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString ___z ? (string)(___z.ToString()) : null)) ))() : null : TxtRecord;} + {_hasConflictAcrossSubscription = If( json?.PropertyT("hasConflictAcrossSubscription"), out var __jsonHasConflictAcrossSubscription) ? (bool?)__jsonHasConflictAcrossSubscription : HasConflictAcrossSubscription;} + {_conflictingAppResourceId = If( json?.PropertyT("conflictingAppResourceId"), out var __jsonConflictingAppResourceId) ? (string)__jsonConflictingAppResourceId : (string)ConflictingAppResourceId;} + {_cNameRecord = If( json?.PropertyT("cNameRecords"), out var __jsonCNameRecords) ? If( __jsonCNameRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : CNameRecord;} + {_txtRecord = If( json?.PropertyT("txtRecords"), out var __jsonTxtRecords) ? If( __jsonTxtRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : TxtRecord;} + {_aRecord = If( json?.PropertyT("aRecords"), out var __jsonARecords) ? If( __jsonARecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : ARecord;} + {_alternateCNameRecord = If( json?.PropertyT("alternateCNameRecords"), out var __jsonAlternateCNameRecords) ? If( __jsonAlternateCNameRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : AlternateCNameRecord;} + {_alternateTxtRecord = If( json?.PropertyT("alternateTxtRecords"), out var __jsonAlternateTxtRecords) ? If( __jsonAlternateTxtRecords as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(string) (__a is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString ___z ? (string)(___z.ToString()) : null)) ))() : null : AlternateTxtRecord;} AfterFromJson(json); } @@ -108,70 +108,70 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != this._customDomainVerificationFailureInfo ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._customDomainVerificationFailureInfo.ToJson(null,serializationMode) : null, "customDomainVerificationFailureInfo" ,container.Add ); } - if (null != this._aRecord) + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._isHostnameAlreadyVerified ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHostnameAlreadyVerified) : null, "isHostnameAlreadyVerified" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._customDomainVerificationTest)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._customDomainVerificationTest.ToString()) : null, "customDomainVerificationTest" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._hasConflictOnScaleUnit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasConflictOnScaleUnit) : null, "hasConflictOnScaleUnit" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._hasConflictAcrossSubscription ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasConflictAcrossSubscription) : null, "hasConflictAcrossSubscription" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._conflictingAppResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._conflictingAppResourceId.ToString()) : null, "conflictingAppResourceId" ,container.Add ); + } + if (null != this._cNameRecord) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._aRecord ) + foreach( var __x in this._cNameRecord ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("aRecords",__w); + container.Add("cNameRecords",__w); } - if (null != this._alternateCNameRecord) + if (null != this._txtRecord) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._alternateCNameRecord ) + foreach( var __s in this._txtRecord ) { AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); } - container.Add("alternateCNameRecords",__r); + container.Add("txtRecords",__r); } - if (null != this._alternateTxtRecord) + if (null != this._aRecord) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._alternateTxtRecord ) + foreach( var __n in this._aRecord ) { AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); } - container.Add("alternateTxtRecords",__m); + container.Add("aRecords",__m); } - if (null != this._cNameRecord) + if (null != this._alternateCNameRecord) { var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._cNameRecord ) + foreach( var __i in this._alternateCNameRecord ) { AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); } - container.Add("cNameRecords",__h); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._conflictingAppResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._conflictingAppResourceId.ToString()) : null, "conflictingAppResourceId" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._customDomainVerificationTest)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._customDomainVerificationTest.ToString()) : null, "customDomainVerificationTest" ,container.Add ); + container.Add("alternateCNameRecords",__h); } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._hasConflictAcrossSubscription ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasConflictAcrossSubscription) : null, "hasConflictAcrossSubscription" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._hasConflictOnScaleUnit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hasConflictOnScaleUnit) : null, "hasConflictOnScaleUnit" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._isHostnameAlreadyVerified ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHostnameAlreadyVerified) : null, "isHostnameAlreadyVerified" ,container.Add ); - } - if (null != this._txtRecord) + if (null != this._alternateTxtRecord) { var __c = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __d in this._txtRecord ) + foreach( var __d in this._alternateTxtRecord ) { AddIf(null != (((object)__d)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__d.ToString()) : null ,__c.Add); } - container.Add("txtRecords",__c); + container.Add("alternateTxtRecords",__c); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DataSource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DataSource.PowerShell.cs index 9bf0509cdc1c..5adb3fa78bce 100644 --- a/src/Functions/generated/api/Models/Api20190801/DataSource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DataSource.PowerShell.cs @@ -61,8 +61,8 @@ internal DataSource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Instruction = (string[]) content.GetValueForProperty("Instruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Instruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal DataSource(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Instruction = (string[]) content.GetValueForProperty("Instruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Instruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSourceInternal)this).Uri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DataSource.json.cs b/src/Functions/generated/api/Models/Api20190801/DataSource.json.cs index 3db63a6b2031..44ad6d2deef0 100644 --- a/src/Functions/generated/api/Models/Api20190801/DataSource.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DataSource.json.cs @@ -58,8 +58,8 @@ internal DataSource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js { return; } - {_uri = If( json?.PropertyT("dataSourceUri"), out var __jsonDataSourceUri) ? If( __jsonDataSourceUri as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__u) )) ))() : null : Uri;} - {_instruction = If( json?.PropertyT("instructions"), out var __jsonInstructions) ? If( __jsonInstructions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : Instruction;} + {_instruction = If( json?.PropertyT("instructions"), out var __jsonInstructions) ? If( __jsonInstructions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Instruction;} + {_uri = If( json?.PropertyT("dataSourceUri"), out var __jsonDataSourceUri) ? If( __jsonDataSourceUri as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__p) )) ))() : null : Uri;} AfterFromJson(json); } @@ -94,23 +94,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._uri) + if (null != this._instruction) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._uri ) + foreach( var __x in this._instruction ) { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("dataSourceUri",__w); + container.Add("instructions",__w); } - if (null != this._instruction) + if (null != this._uri) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._instruction ) + foreach( var __s in this._uri ) { - AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("instructions",__r); + container.Add("dataSourceUri",__r); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.PowerShell.cs index 6f8a1501ce77..04ab084e44a1 100644 --- a/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.PowerShell.cs @@ -62,8 +62,8 @@ internal DataTableResponseColumn(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnName = (string) content.GetValueForProperty("ColumnName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType = (string) content.GetValueForProperty("ColumnType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).DataType = (string) content.GetValueForProperty("DataType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).DataType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType = (string) content.GetValueForProperty("ColumnType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -82,8 +82,8 @@ internal DataTableResponseColumn(global::System.Management.Automation.PSObject c } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnName = (string) content.GetValueForProperty("ColumnName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType = (string) content.GetValueForProperty("ColumnType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).DataType = (string) content.GetValueForProperty("DataType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).DataType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType = (string) content.GetValueForProperty("ColumnType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumnInternal)this).ColumnType, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.json.cs b/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.json.cs index 42b98aadb5c7..e0de74652b76 100644 --- a/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DataTableResponseColumn.json.cs @@ -59,8 +59,8 @@ internal DataTableResponseColumn(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru return; } {_columnName = If( json?.PropertyT("columnName"), out var __jsonColumnName) ? (string)__jsonColumnName : (string)ColumnName;} - {_columnType = If( json?.PropertyT("columnType"), out var __jsonColumnType) ? (string)__jsonColumnType : (string)ColumnType;} {_dataType = If( json?.PropertyT("dataType"), out var __jsonDataType) ? (string)__jsonDataType : (string)DataType;} + {_columnType = If( json?.PropertyT("columnType"), out var __jsonColumnType) ? (string)__jsonColumnType : (string)ColumnType;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._columnName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._columnName.ToString()) : null, "columnName" ,container.Add ); - AddIf( null != (((object)this._columnType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._columnType.ToString()) : null, "columnType" ,container.Add ); AddIf( null != (((object)this._dataType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dataType.ToString()) : null, "dataType" ,container.Add ); + AddIf( null != (((object)this._columnType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._columnType.ToString()) : null, "columnType" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.PowerShell.cs index c646dbdbde08..31cc8dbcf305 100644 --- a/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.PowerShell.cs @@ -61,9 +61,9 @@ internal DataTableResponseObject(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Column = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn[]) content.GetValueForProperty("Column",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Column, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseColumnTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Row = (string[][]) content.GetValueForProperty("Row",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Row, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, global::System.Convert.ToString))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -81,9 +81,9 @@ internal DataTableResponseObject(global::System.Management.Automation.PSObject c return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Column = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn[]) content.GetValueForProperty("Column",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Column, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseColumnTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Row = (string[][]) content.GetValueForProperty("Row",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).Row, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, global::System.Convert.ToString))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObjectInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.json.cs b/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.json.cs index 28137425be5d..9c182fcd9204 100644 --- a/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DataTableResponseObject.json.cs @@ -58,9 +58,9 @@ internal DataTableResponseObject(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } + {_tableName = If( json?.PropertyT("tableName"), out var __jsonTableName) ? (string)__jsonTableName : (string)TableName;} {_column = If( json?.PropertyT("columns"), out var __jsonColumns) ? If( __jsonColumns as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseColumn.FromJson(__u) )) ))() : null : Column;} {_row = If( json?.PropertyT("rows"), out var __jsonRows) ? If( __jsonRows as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __p) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__p, (__o)=>(string[]) (If( __o as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __n) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__n, (__m)=>(string) (__m is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __l ? (string)(__l.ToString()) : null)) ))() : null /* arrayOf */)) ))() : null : Row;} - {_tableName = If( json?.PropertyT("tableName"), out var __jsonTableName) ? (string)__jsonTableName : (string)TableName;} AfterFromJson(json); } @@ -95,6 +95,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._tableName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tableName.ToString()) : null, "tableName" ,container.Add ); if (null != this._column) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -113,7 +114,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("rows",__r); } - AddIf( null != (((object)this._tableName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tableName.ToString()) : null, "tableName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.PowerShell.cs index 413988db4c58..6b79c6cb16ec 100644 --- a/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.PowerShell.cs @@ -61,10 +61,10 @@ internal DatabaseBackupSetting(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType) content.GetValueForProperty("DatabaseType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionStringName = (string) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionStringName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType) content.GetValueForProperty("DatabaseType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -82,10 +82,10 @@ internal DatabaseBackupSetting(global::System.Management.Automation.PSObject con return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType) content.GetValueForProperty("DatabaseType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionStringName = (string) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionStringName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType) content.GetValueForProperty("DatabaseType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).DatabaseType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSettingInternal)this).ConnectionString, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.json.cs b/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.json.cs index 61aeeb7207e2..2d83f39fd030 100644 --- a/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DatabaseBackupSetting.json.cs @@ -58,10 +58,10 @@ internal DatabaseBackupSetting(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } + {_databaseType = If( json?.PropertyT("databaseType"), out var __jsonDatabaseType) ? (string)__jsonDatabaseType : (string)DatabaseType;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_connectionString = If( json?.PropertyT("connectionString"), out var __jsonConnectionString) ? (string)__jsonConnectionString : (string)ConnectionString;} {_connectionStringName = If( json?.PropertyT("connectionStringName"), out var __jsonConnectionStringName) ? (string)__jsonConnectionStringName : (string)ConnectionStringName;} - {_databaseType = If( json?.PropertyT("databaseType"), out var __jsonDatabaseType) ? (string)__jsonDatabaseType : (string)DatabaseType;} + {_connectionString = If( json?.PropertyT("connectionString"), out var __jsonConnectionString) ? (string)__jsonConnectionString : (string)ConnectionString;} AfterFromJson(json); } @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._databaseType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._databaseType.ToString()) : null, "databaseType" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._connectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._connectionString.ToString()) : null, "connectionString" ,container.Add ); AddIf( null != (((object)this._connectionStringName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._connectionStringName.ToString()) : null, "connectionStringName" ,container.Add ); - AddIf( null != (((object)this._databaseType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._databaseType.ToString()) : null, "databaseType" ,container.Add ); + AddIf( null != (((object)this._connectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._connectionString.ToString()) : null, "connectionString" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponse.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponse.PowerShell.cs index e9df130e2a83..a8be67e706b6 100644 --- a/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponse.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponse.PowerShell.cs @@ -63,10 +63,10 @@ internal DefaultErrorResponse(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseError) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Target, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorDetailsItem[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorDetailsItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -86,10 +86,10 @@ internal DefaultErrorResponse(global::System.Management.Automation.PSObject cont // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseError) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Target, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorDetailsItem[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorDetailsItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseInternal)this).Innererror, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.PowerShell.cs index 19a0ebd1d784..0fbe71f3c60b 100644 --- a/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.PowerShell.cs @@ -62,10 +62,10 @@ internal DefaultErrorResponseError(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Target, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorDetailsItem[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorDetailsItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -84,10 +84,10 @@ internal DefaultErrorResponseError(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Target, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorDetailsItem[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorDetailsItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror = (string) content.GetValueForProperty("Innererror",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorInternal)this).Innererror, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.json.cs b/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.json.cs index 9579b4654893..171e52dcc06d 100644 --- a/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DefaultErrorResponseError.json.cs @@ -59,10 +59,10 @@ internal DefaultErrorResponseError(Microsoft.Azure.PowerShell.Cmdlets.Functions. return; } {_code = If( json?.PropertyT("code"), out var __jsonCode) ? (string)__jsonCode : (string)Code;} - {_innererror = If( json?.PropertyT("innererror"), out var __jsonInnererror) ? (string)__jsonInnererror : (string)Innererror;} {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_target = If( json?.PropertyT("target"), out var __jsonTarget) ? (string)__jsonTarget : (string)Target;} {_detail = If( json?.PropertyT("details"), out var __jsonDetails) ? If( __jsonDetails as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponseErrorDetailsItem) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseErrorDetailsItem.FromJson(__u) )) ))() : null : Detail;} + {_innererror = If( json?.PropertyT("innererror"), out var __jsonInnererror) ? (string)__jsonInnererror : (string)Innererror;} AfterFromJson(json); } @@ -102,10 +102,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( null != (((object)this._code)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._code.ToString()) : null, "code" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._innererror)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._innererror.ToString()) : null, "innererror" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); } @@ -122,6 +118,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("details",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._innererror)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._innererror.ToString()) : null, "innererror" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DeletedAppRestoreRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeletedAppRestoreRequest.PowerShell.cs index fc684c96b5f7..641752e54743 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeletedAppRestoreRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeletedAppRestoreRequest.PowerShell.cs @@ -62,10 +62,10 @@ internal DeletedAppRestoreRequest(global::System.Collections.IDictionary content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedAppRestoreRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).DeletedSiteId = (string) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).DeletedSiteId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).RecoverConfiguration = (bool?) content.GetValueForProperty("RecoverConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).RecoverConfiguration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).SnapshotTime, global::System.Convert.ToString); @@ -88,10 +88,10 @@ internal DeletedAppRestoreRequest(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedAppRestoreRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).DeletedSiteId = (string) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).DeletedSiteId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).RecoverConfiguration = (bool?) content.GetValueForProperty("RecoverConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).RecoverConfiguration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedAppRestoreRequestInternal)this).SnapshotTime, global::System.Convert.ToString); diff --git a/src/Functions/generated/api/Models/Api20190801/DeletedSite.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeletedSite.PowerShell.cs index 428d7dd82226..dae94542a170 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeletedSite.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeletedSite.PowerShell.cs @@ -62,18 +62,18 @@ internal DeletedSite(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedSitePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteId = (int?) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedTimestamp = (string) content.GetValueForProperty("DeletedTimestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedTimestamp, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind = (string) content.GetValueForProperty("PropertiesKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Slot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind = (string) content.GetValueForProperty("PropertiesKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -92,18 +92,18 @@ internal DeletedSite(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedSitePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteId = (int?) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedTimestamp = (string) content.GetValueForProperty("DeletedTimestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedTimestamp, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind = (string) content.GetValueForProperty("PropertiesKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Slot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind = (string) content.GetValueForProperty("PropertiesKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).PropertiesKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSiteInternal)this).GeoRegionName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.PowerShell.cs index d6e9f23a6e16..1a7af765b3be 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.PowerShell.cs @@ -62,13 +62,13 @@ internal DeletedSiteProperties(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteId = (int?) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedTimestamp = (string) content.GetValueForProperty("DeletedTimestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedTimestamp, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Slot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -87,13 +87,13 @@ internal DeletedSiteProperties(global::System.Management.Automation.PSObject con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteId = (int?) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedTimestamp = (string) content.GetValueForProperty("DeletedTimestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedTimestamp, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName = (string) content.GetValueForProperty("DeletedSiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).DeletedSiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Slot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription = (string) content.GetValueForProperty("Subscription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Subscription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName = (string) content.GetValueForProperty("GeoRegionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSitePropertiesInternal)this).GeoRegionName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.json.cs index bc078f2f186a..976f16706a09 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeletedSiteProperties.json.cs @@ -59,13 +59,13 @@ internal DeletedSiteProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt return; } {_deletedSiteId = If( json?.PropertyT("deletedSiteId"), out var __jsonDeletedSiteId) ? (int?)__jsonDeletedSiteId : DeletedSiteId;} - {_deletedSiteName = If( json?.PropertyT("deletedSiteName"), out var __jsonDeletedSiteName) ? (string)__jsonDeletedSiteName : (string)DeletedSiteName;} {_deletedTimestamp = If( json?.PropertyT("deletedTimestamp"), out var __jsonDeletedTimestamp) ? (string)__jsonDeletedTimestamp : (string)DeletedTimestamp;} - {_geoRegionName = If( json?.PropertyT("geoRegionName"), out var __jsonGeoRegionName) ? (string)__jsonGeoRegionName : (string)GeoRegionName;} - {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} + {_subscription = If( json?.PropertyT("subscription"), out var __jsonSubscription) ? (string)__jsonSubscription : (string)Subscription;} {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_deletedSiteName = If( json?.PropertyT("deletedSiteName"), out var __jsonDeletedSiteName) ? (string)__jsonDeletedSiteName : (string)DeletedSiteName;} {_slot = If( json?.PropertyT("slot"), out var __jsonSlot) ? (string)__jsonSlot : (string)Slot;} - {_subscription = If( json?.PropertyT("subscription"), out var __jsonSubscription) ? (string)__jsonSubscription : (string)Subscription;} + {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} + {_geoRegionName = If( json?.PropertyT("geoRegionName"), out var __jsonGeoRegionName) ? (string)__jsonGeoRegionName : (string)GeoRegionName;} AfterFromJson(json); } @@ -106,31 +106,31 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._deletedSiteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deletedSiteName.ToString()) : null, "deletedSiteName" ,container.Add ); + AddIf( null != (((object)this._deletedTimestamp)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deletedTimestamp.ToString()) : null, "deletedTimestamp" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._deletedTimestamp)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deletedTimestamp.ToString()) : null, "deletedTimestamp" ,container.Add ); + AddIf( null != (((object)this._subscription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscription.ToString()) : null, "subscription" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._geoRegionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoRegionName.ToString()) : null, "geoRegionName" ,container.Add ); + AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); + AddIf( null != (((object)this._deletedSiteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deletedSiteName.ToString()) : null, "deletedSiteName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); + AddIf( null != (((object)this._slot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._slot.ToString()) : null, "slot" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._slot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._slot.ToString()) : null, "slot" ,container.Add ); + AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._subscription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscription.ToString()) : null, "subscription" ,container.Add ); + AddIf( null != (((object)this._geoRegionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoRegionName.ToString()) : null, "geoRegionName" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.PowerShell.cs index 1234e89535f1..5facca2458e7 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal DeletedWebAppCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSite[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedSiteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal DeletedWebAppCollection(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSite[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedSiteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.json.cs index 1021edba30d2..0d219b7f11bf 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeletedWebAppCollection.json.cs @@ -58,8 +58,8 @@ internal DeletedWebAppCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeletedSite) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeletedSite.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Deployment.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Deployment.PowerShell.cs index 9ec7d0e887a1..fc582eccdec0 100644 --- a/src/Functions/generated/api/Models/Api20190801/Deployment.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Deployment.PowerShell.cs @@ -62,18 +62,18 @@ internal Deployment(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Author = (string) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Author, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Detail, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -93,18 +93,18 @@ internal Deployment(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Author = (string) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Author, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentInternal)this).Detail, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.PowerShell.cs index ae3c8e74db0e..0449f32b43c4 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.PowerShell.cs @@ -61,8 +61,8 @@ internal DeploymentCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeployment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -80,8 +80,8 @@ internal DeploymentCollection(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeployment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.json.cs index 54bc315058b7..cfb61255f866 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeploymentCollection.json.cs @@ -58,8 +58,8 @@ internal DeploymentCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeployment) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Deployment.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.PowerShell.cs index 34acc5685e47..e9b23a75c791 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.PowerShell.cs @@ -64,9 +64,9 @@ internal DeploymentLocations(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo[]) content.GetValueForProperty("HostingEnvironmentDeploymentInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment[]) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment[]) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo[]) content.GetValueForProperty("HostingEnvironmentDeploymentInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfoTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -84,9 +84,9 @@ internal DeploymentLocations(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo[]) content.GetValueForProperty("HostingEnvironmentDeploymentInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment[]) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment[]) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironment, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironmentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo[]) content.GetValueForProperty("HostingEnvironmentDeploymentInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocationsInternal)this).HostingEnvironmentDeploymentInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfoTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.json.cs b/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.json.cs index 3bde1a8b997e..dded338c3961 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeploymentLocations.json.cs @@ -61,9 +61,9 @@ internal DeploymentLocations(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - {_hostingEnvironmentDeploymentInfo = If( json?.PropertyT("hostingEnvironmentDeploymentInfos"), out var __jsonHostingEnvironmentDeploymentInfos) ? If( __jsonHostingEnvironmentDeploymentInfos as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfo.FromJson(__u) )) ))() : null : HostingEnvironmentDeploymentInfo;} + {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegion.FromJson(__u) )) ))() : null : Location;} {_hostingEnvironment = If( json?.PropertyT("hostingEnvironments"), out var __jsonHostingEnvironments) ? If( __jsonHostingEnvironments as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceEnvironment) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceEnvironment.FromJson(__p) )) ))() : null : HostingEnvironment;} - {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegion.FromJson(__k) )) ))() : null : Location;} + {_hostingEnvironmentDeploymentInfo = If( json?.PropertyT("hostingEnvironmentDeploymentInfos"), out var __jsonHostingEnvironmentDeploymentInfos) ? If( __jsonHostingEnvironmentDeploymentInfos as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfo.FromJson(__k) )) ))() : null : HostingEnvironmentDeploymentInfo;} AfterFromJson(json); } @@ -98,14 +98,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._hostingEnvironmentDeploymentInfo) + if (null != this._location) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._hostingEnvironmentDeploymentInfo ) + foreach( var __x in this._location ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("hostingEnvironmentDeploymentInfos",__w); + container.Add("locations",__w); } if (null != this._hostingEnvironment) { @@ -116,14 +116,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("hostingEnvironments",__r); } - if (null != this._location) + if (null != this._hostingEnvironmentDeploymentInfo) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._location ) + foreach( var __n in this._hostingEnvironmentDeploymentInfo ) { AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); } - container.Add("locations",__m); + container.Add("hostingEnvironmentDeploymentInfos",__m); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.PowerShell.cs index 33ace2ca6e50..7cee06aae833 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.PowerShell.cs @@ -61,14 +61,14 @@ internal DeploymentProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Author = (string) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Author, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Detail, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -87,14 +87,14 @@ internal DeploymentProperties(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Author = (string) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Author, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail = (string) content.GetValueForProperty("AuthorEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).AuthorEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active = (bool?) content.GetValueForProperty("Active",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Active, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentPropertiesInternal)this).Detail, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.json.cs index 37c0520e26ad..3fbba077b6b6 100644 --- a/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DeploymentProperties.json.cs @@ -58,14 +58,14 @@ internal DeploymentProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_active = If( json?.PropertyT("active"), out var __jsonActive) ? (bool?)__jsonActive : Active;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (int?)__jsonStatus : Status;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_author = If( json?.PropertyT("author"), out var __jsonAuthor) ? (string)__jsonAuthor : (string)Author;} - {_authorEmail = If( json?.PropertyT("author_email"), out var __jsonAuthorEmail) ? (string)__jsonAuthorEmail : (string)AuthorEmail;} {_deployer = If( json?.PropertyT("deployer"), out var __jsonDeployer) ? (string)__jsonDeployer : (string)Deployer;} - {_endTime = If( json?.PropertyT("end_time"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} + {_authorEmail = If( json?.PropertyT("author_email"), out var __jsonAuthorEmail) ? (string)__jsonAuthorEmail : (string)AuthorEmail;} {_startTime = If( json?.PropertyT("start_time"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (int?)__jsonStatus : Status;} + {_endTime = If( json?.PropertyT("end_time"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} + {_active = If( json?.PropertyT("active"), out var __jsonActive) ? (bool?)__jsonActive : Active;} {_detail = If( json?.PropertyT("details"), out var __jsonDetails) ? (string)__jsonDetails : (string)Detail;} AfterFromJson(json); } @@ -101,14 +101,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._active ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._active) : null, "active" ,container.Add ); + AddIf( null != this._status ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._status) : null, "status" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); AddIf( null != (((object)this._author)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._author.ToString()) : null, "author" ,container.Add ); - AddIf( null != (((object)this._authorEmail)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authorEmail.ToString()) : null, "author_email" ,container.Add ); AddIf( null != (((object)this._deployer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deployer.ToString()) : null, "deployer" ,container.Add ); - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "end_time" ,container.Add ); - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); + AddIf( null != (((object)this._authorEmail)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authorEmail.ToString()) : null, "author_email" ,container.Add ); AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "start_time" ,container.Add ); - AddIf( null != this._status ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._status) : null, "status" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "end_time" ,container.Add ); + AddIf( null != this._active ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._active) : null, "active" ,container.Add ); AddIf( null != (((object)this._detail)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._detail.ToString()) : null, "details" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.PowerShell.cs index 1ed1122bed0a..c6cceb35d519 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.PowerShell.cs @@ -89,14 +89,14 @@ internal DetectorAbnormalTimePeriod(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("MetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source = (string) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Priority = (double?) content.GetValueForProperty("Priority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Priority, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("MetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Solution = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution[]) content.GetValueForProperty("Solution",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Solution, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SolutionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source = (string) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -114,14 +114,14 @@ internal DetectorAbnormalTimePeriod(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("MetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source = (string) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Priority = (double?) content.GetValueForProperty("Priority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Priority, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("MetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).MetaData, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Solution = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution[]) content.GetValueForProperty("Solution",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Solution, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SolutionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source = (string) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).Source, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriodInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.json.cs b/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.json.cs index c40948b737d1..6297f8bb390d 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorAbnormalTimePeriod.json.cs @@ -58,14 +58,14 @@ internal DetectorAbnormalTimePeriod(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} + {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} - {_metaData = If( json?.PropertyT("metaData"), out var __jsonMetaData) ? If( __jsonMetaData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __u) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__u, (__t)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __t as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __s) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__s, (__r)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__r) )) ))() : null /* arrayOf */)) ))() : null : MetaData;} + {_source = If( json?.PropertyT("source"), out var __jsonSource) ? (string)__jsonSource : (string)Source;} {_priority = If( json?.PropertyT("priority"), out var __jsonPriority) ? (double?)__jsonPriority : Priority;} + {_metaData = If( json?.PropertyT("metaData"), out var __jsonMetaData) ? If( __jsonMetaData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __u) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__u, (__t)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __t as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __s) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__s, (__r)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__r) )) ))() : null /* arrayOf */)) ))() : null : MetaData;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_solution = If( json?.PropertyT("solutions"), out var __jsonSolutions) ? If( __jsonSolutions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __n) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__n, (__m)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Solution.FromJson(__m) )) ))() : null : Solution;} - {_source = If( json?.PropertyT("source"), out var __jsonSource) ? (string)__jsonSource : (string)Source;} - {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} AfterFromJson(json); } @@ -100,9 +100,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); + AddIf( null != (((object)this._source)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._source.ToString()) : null, "source" ,container.Add ); + AddIf( null != this._priority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._priority) : null, "priority" ,container.Add ); if (null != this._metaData) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -112,7 +114,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("metaData",__w); } - AddIf( null != this._priority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._priority) : null, "priority" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); if (null != this._solution) { var __o = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -122,8 +124,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("solutions",__o); } - AddIf( null != (((object)this._source)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._source.ToString()) : null, "source" ,container.Add ); - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorDefinition.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DetectorDefinition.PowerShell.cs index 81dfd58e9857..c84b0852d415 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorDefinition.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorDefinition.PowerShell.cs @@ -88,14 +88,14 @@ internal DetectorDefinition(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -114,14 +114,14 @@ internal DetectorDefinition(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.PowerShell.cs index 99faf2dcc8a4..68639eb89929 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.PowerShell.cs @@ -89,10 +89,10 @@ internal DetectorDefinitionProperties(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -110,10 +110,10 @@ internal DetectorDefinitionProperties(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionPropertiesInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.json.cs index a4f796c7b778..6a62a7a8831d 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorDefinitionProperties.json.cs @@ -58,10 +58,10 @@ internal DetectorDefinitionProperties(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} - {_isEnabled = If( json?.PropertyT("isEnabled"), out var __jsonIsEnabled) ? (bool?)__jsonIsEnabled : IsEnabled;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_rank = If( json?.PropertyT("rank"), out var __jsonRank) ? (double?)__jsonRank : Rank;} + {_isEnabled = If( json?.PropertyT("isEnabled"), out var __jsonIsEnabled) ? (bool?)__jsonIsEnabled : IsEnabled;} AfterFromJson(json); } @@ -98,19 +98,19 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._isEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isEnabled) : null, "isEnabled" ,container.Add ); + AddIf( null != this._rank ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._rank) : null, "rank" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._rank ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._rank) : null, "rank" ,container.Add ); + AddIf( null != this._isEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isEnabled) : null, "isEnabled" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorResponse.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DetectorResponse.PowerShell.cs index e88195c91b2f..10721b62a426 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorResponse.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorResponse.PowerShell.cs @@ -88,10 +88,10 @@ internal DetectorResponse(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorInfo) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Dataset = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticData[]) content.GetValueForProperty("Dataset",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Dataset, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticDataTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).MetadataDescription = (string) content.GetValueForProperty("MetadataDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).MetadataDescription, global::System.Convert.ToString); @@ -116,10 +116,10 @@ internal DetectorResponse(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorInfo) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Metadata, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Dataset = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticData[]) content.GetValueForProperty("Dataset",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).Dataset, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticDataTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).MetadataDescription = (string) content.GetValueForProperty("MetadataDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseInternal)this).MetadataDescription, global::System.Convert.ToString); diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.PowerShell.cs index fac74aad6c5d..e1addb384587 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.PowerShell.cs @@ -89,8 +89,8 @@ internal DetectorResponseCollection(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponse[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponseTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -108,8 +108,8 @@ internal DetectorResponseCollection(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponse[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponseTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponseCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.json.cs index 0b0f94d6b0c0..4d9909952832 100644 --- a/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DetectorResponseCollection.json.cs @@ -58,8 +58,8 @@ internal DetectorResponseCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponse) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponse.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysis.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysis.PowerShell.cs index f4aa42b122b3..1b1603e2dbbd 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysis.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysis.PowerShell.cs @@ -88,15 +88,15 @@ internal DiagnosticAnalysis(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticAnalysisPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Payload = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData[]) content.GetValueForProperty("Payload",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Payload, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDataTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -115,15 +115,15 @@ internal DiagnosticAnalysis(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticAnalysisPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Payload = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData[]) content.GetValueForProperty("Payload",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).Payload, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDataTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.PowerShell.cs index c533f1789272..c5aaee8dfd6a 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.PowerShell.cs @@ -89,8 +89,8 @@ internal DiagnosticAnalysisCollection(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -108,8 +108,8 @@ internal DiagnosticAnalysisCollection(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.json.cs index 9909f0ab3a2b..b195457e68ec 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisCollection.json.cs @@ -58,8 +58,8 @@ internal DiagnosticAnalysisCollection(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinition.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.PowerShell.cs index a05165052519..9266c5cf3207 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.PowerShell.cs @@ -89,11 +89,11 @@ internal DiagnosticAnalysisProperties(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).Payload = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData[]) content.GetValueForProperty("Payload",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).Payload, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDataTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -111,11 +111,11 @@ internal DiagnosticAnalysisProperties(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).Payload = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData[]) content.GetValueForProperty("Payload",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).Payload, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDataTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("NonCorrelatedDetector",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysisPropertiesInternal)this).NonCorrelatedDetector, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.json.cs index 98fcebcd55b3..d7291f360fee 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticAnalysisProperties.json.cs @@ -58,11 +58,11 @@ internal DiagnosticAnalysisProperties(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } - {_abnormalTimePeriod = If( json?.PropertyT("abnormalTimePeriods"), out var __jsonAbnormalTimePeriods) ? If( __jsonAbnormalTimePeriods as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriod.FromJson(__u) )) ))() : null : AbnormalTimePeriod;} - {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} - {_nonCorrelatedDetector = If( json?.PropertyT("nonCorrelatedDetectors"), out var __jsonNonCorrelatedDetectors) ? If( __jsonNonCorrelatedDetectors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinition.FromJson(__p) )) ))() : null : NonCorrelatedDetector;} - {_payload = If( json?.PropertyT("payload"), out var __jsonPayload) ? If( __jsonPayload as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisData.FromJson(__k) )) ))() : null : Payload;} {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} + {_abnormalTimePeriod = If( json?.PropertyT("abnormalTimePeriods"), out var __jsonAbnormalTimePeriods) ? If( __jsonAbnormalTimePeriods as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriod.FromJson(__u) )) ))() : null : AbnormalTimePeriod;} + {_payload = If( json?.PropertyT("payload"), out var __jsonPayload) ? If( __jsonPayload as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisData.FromJson(__p) )) ))() : null : Payload;} + {_nonCorrelatedDetector = If( json?.PropertyT("nonCorrelatedDetectors"), out var __jsonNonCorrelatedDetectors) ? If( __jsonNonCorrelatedDetectors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinition.FromJson(__k) )) ))() : null : NonCorrelatedDetector;} AfterFromJson(json); } @@ -97,6 +97,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); if (null != this._abnormalTimePeriod) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -106,26 +108,24 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("abnormalTimePeriods",__w); } - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); - if (null != this._nonCorrelatedDetector) + if (null != this._payload) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._nonCorrelatedDetector ) + foreach( var __s in this._payload ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("nonCorrelatedDetectors",__r); + container.Add("payload",__r); } - if (null != this._payload) + if (null != this._nonCorrelatedDetector) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._payload ) + foreach( var __n in this._nonCorrelatedDetector ) { AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); } - container.Add("payload",__m); + container.Add("nonCorrelatedDetectors",__m); } - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticCategory.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticCategory.PowerShell.cs index 407fbf99efc2..e649fc790599 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticCategory.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticCategory.PowerShell.cs @@ -88,10 +88,10 @@ internal DiagnosticCategory(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -111,10 +111,10 @@ internal DiagnosticCategory(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.PowerShell.cs index 92377fe4fbbf..b9fa9dbcaabf 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.PowerShell.cs @@ -89,8 +89,8 @@ internal DiagnosticCategoryCollection(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategory[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategoryTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -108,8 +108,8 @@ internal DiagnosticCategoryCollection(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategory[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategoryTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategoryCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.json.cs index 49f533de3a69..6d7d6f44977e 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticCategoryCollection.json.cs @@ -58,8 +58,8 @@ internal DiagnosticCategoryCollection(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticCategory) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticCategory.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticData.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticData.PowerShell.cs index 7706f68acdad..5bfcbd758a1b 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticData.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticData.PowerShell.cs @@ -87,14 +87,14 @@ internal DiagnosticData(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRendering) content.GetValueForProperty("RenderingProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenderingTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).Table = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObject) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).Table, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseObjectTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType?) content.GetValueForProperty("RenderingPropertyType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription = (string) content.GetValueForProperty("RenderingPropertyDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle = (string) content.GetValueForProperty("RenderingPropertyTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRendering) content.GetValueForProperty("RenderingProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenderingTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableColumn = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn[]) content.GetValueForProperty("TableColumn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableColumn, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseColumnTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableRow = (string[][]) content.GetValueForProperty("TableRow",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableRow, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, global::System.Convert.ToString))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType?) content.GetValueForProperty("RenderingPropertyType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle = (string) content.GetValueForProperty("RenderingPropertyTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription = (string) content.GetValueForProperty("RenderingPropertyDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -112,14 +112,14 @@ internal DiagnosticData(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRendering) content.GetValueForProperty("RenderingProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenderingTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).Table = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseObject) content.GetValueForProperty("Table",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).Table, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseObjectTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType?) content.GetValueForProperty("RenderingPropertyType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription = (string) content.GetValueForProperty("RenderingPropertyDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle = (string) content.GetValueForProperty("RenderingPropertyTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRendering) content.GetValueForProperty("RenderingProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenderingTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableColumn = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn[]) content.GetValueForProperty("TableColumn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableColumn, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseColumnTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableRow = (string[][]) content.GetValueForProperty("TableRow",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableRow, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, global::System.Convert.ToString))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType?) content.GetValueForProperty("RenderingPropertyType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle = (string) content.GetValueForProperty("RenderingPropertyTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription = (string) content.GetValueForProperty("RenderingPropertyDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDataInternal)this).RenderingPropertyDescription, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticData.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticData.json.cs index a04af04c35f5..039ecb41ce1d 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticData.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticData.json.cs @@ -58,8 +58,8 @@ internal DiagnosticData(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_renderingProperty = If( json?.PropertyT("renderingProperties"), out var __jsonRenderingProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Rendering.FromJson(__jsonRenderingProperties) : RenderingProperty;} {_table = If( json?.PropertyT("table"), out var __jsonTable) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataTableResponseObject.FromJson(__jsonTable) : Table;} + {_renderingProperty = If( json?.PropertyT("renderingProperties"), out var __jsonRenderingProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Rendering.FromJson(__jsonRenderingProperties) : RenderingProperty;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._renderingProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._renderingProperty.ToJson(null,serializationMode) : null, "renderingProperties" ,container.Add ); AddIf( null != this._table ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._table.ToJson(null,serializationMode) : null, "table" ,container.Add ); + AddIf( null != this._renderingProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._renderingProperty.ToJson(null,serializationMode) : null, "renderingProperties" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.PowerShell.cs index 69e4cd718b28..0106328aabaf 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.PowerShell.cs @@ -89,8 +89,8 @@ internal DiagnosticDetectorCollection(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -108,8 +108,8 @@ internal DiagnosticDetectorCollection(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.json.cs index 8868a1eebcc1..ec69d20d807a 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorCollection.json.cs @@ -58,8 +58,8 @@ internal DiagnosticDetectorCollection(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinition.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponse.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponse.PowerShell.cs index 1c9a8fe05eee..13eedb784991 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponse.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponse.PowerShell.cs @@ -90,29 +90,29 @@ internal DiagnosticDetectorResponse(global::System.Collections.IDictionary conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticDetectorResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) content.GetValueForProperty("DetectorDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IssueDetected = (bool?) content.GetValueForProperty("IssueDetected",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IssueDetected, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("DetectorDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaDataSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource) content.GetValueForProperty("ResponseMetaDataSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaDataSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData) content.GetValueForProperty("ResponseMetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionType = (string) content.GetValueForProperty("DetectorDefinitionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionId = (string) content.GetValueForProperty("DetectorDefinitionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceUri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("DataSourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceUri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -132,29 +132,29 @@ internal DiagnosticDetectorResponse(global::System.Management.Automation.PSObjec } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticDetectorResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) content.GetValueForProperty("DetectorDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IssueDetected = (bool?) content.GetValueForProperty("IssueDetected",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IssueDetected, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("DetectorDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaDataSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource) content.GetValueForProperty("ResponseMetaDataSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaDataSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData) content.GetValueForProperty("ResponseMetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).ResponseMetaData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionType = (string) content.GetValueForProperty("DetectorDefinitionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionId = (string) content.GetValueForProperty("DetectorDefinitionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceUri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("DataSourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponseInternal)this).DataSourceUri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.PowerShell.cs index d8086c0371a9..e8801f0e5d7a 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.PowerShell.cs @@ -91,23 +91,23 @@ internal DiagnosticDetectorResponseProperties(global::System.Collections.IDictio // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) content.GetValueForProperty("DetectorDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData) content.GetValueForProperty("ResponseMetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IssueDetected = (bool?) content.GetValueForProperty("IssueDetected",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IssueDetected, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("DetectorDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaDataSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource) content.GetValueForProperty("ResponseMetaDataSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaDataSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionType = (string) content.GetValueForProperty("DetectorDefinitionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionId = (string) content.GetValueForProperty("DetectorDefinitionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceUri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("DataSourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceUri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -128,23 +128,23 @@ internal DiagnosticDetectorResponseProperties(global::System.Management.Automati // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinition) content.GetValueForProperty("DetectorDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaData = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData) content.GetValueForProperty("ResponseMetaData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaData, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IssueDetected = (bool?) content.GetValueForProperty("IssueDetected",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IssueDetected, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Metric = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet[]) content.GetValueForProperty("Metric",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Metric, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod[]) content.GetValueForProperty("AbnormalTimePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).AbnormalTimePeriod, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriodTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorDefinitionProperties) content.GetValueForProperty("DetectorDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinitionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaDataSource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource) content.GetValueForProperty("ResponseMetaDataSource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).ResponseMetaDataSource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionType = (string) content.GetValueForProperty("DetectorDefinitionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionId = (string) content.GetValueForProperty("DetectorDefinitionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName = (string) content.GetValueForProperty("DetectorDefinitionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction = (string[]) content.GetValueForProperty("DataSourceInstruction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceInstruction, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind = (string) content.GetValueForProperty("DetectorDefinitionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DetectorDefinitionKind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IsEnabled = (bool?) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank = (double?) content.GetValueForProperty("Rank",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).Rank, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceUri = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("DataSourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponsePropertiesInternal)this).DataSourceUri, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.json.cs index aad943eaa66a..0cf331aafa15 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticDetectorResponseProperties.json.cs @@ -60,12 +60,12 @@ internal DiagnosticDetectorResponseProperties(Microsoft.Azure.PowerShell.Cmdlets } {_detectorDefinition = If( json?.PropertyT("detectorDefinition"), out var __jsonDetectorDefinition) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorDefinition.FromJson(__jsonDetectorDefinition) : DetectorDefinition;} {_responseMetaData = If( json?.PropertyT("responseMetaData"), out var __jsonResponseMetaData) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaData.FromJson(__jsonResponseMetaData) : ResponseMetaData;} - {_abnormalTimePeriod = If( json?.PropertyT("abnormalTimePeriods"), out var __jsonAbnormalTimePeriods) ? If( __jsonAbnormalTimePeriods as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriod.FromJson(__u) )) ))() : null : AbnormalTimePeriod;} - {_data = If( json?.PropertyT("data"), out var __jsonData) ? If( __jsonData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __p) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__p, (__o)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __o as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __n) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__n, (__m)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__m) )) ))() : null /* arrayOf */)) ))() : null : Data;} + {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_issueDetected = If( json?.PropertyT("issueDetected"), out var __jsonIssueDetected) ? (bool?)__jsonIssueDetected : IssueDetected;} - {_metric = If( json?.PropertyT("metrics"), out var __jsonMetrics) ? If( __jsonMetrics as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __i) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__i, (__h)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSet.FromJson(__h) )) ))() : null : Metric;} - {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_metric = If( json?.PropertyT("metrics"), out var __jsonMetrics) ? If( __jsonMetrics as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSet) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSet.FromJson(__u) )) ))() : null : Metric;} + {_abnormalTimePeriod = If( json?.PropertyT("abnormalTimePeriods"), out var __jsonAbnormalTimePeriods) ? If( __jsonAbnormalTimePeriods as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorAbnormalTimePeriod) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorAbnormalTimePeriod.FromJson(__p) )) ))() : null : AbnormalTimePeriod;} + {_data = If( json?.PropertyT("data"), out var __jsonData) ? If( __jsonData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __k) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__k, (__j)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __j as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __i) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__i, (__h)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__h) )) ))() : null /* arrayOf */)) ))() : null : Data;} AfterFromJson(json); } @@ -103,36 +103,36 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._detectorDefinition ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._detectorDefinition.ToJson(null,serializationMode) : null, "detectorDefinition" ,container.Add ); AddIf( null != this._responseMetaData ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._responseMetaData.ToJson(null,serializationMode) : null, "responseMetaData" ,container.Add ); - if (null != this._abnormalTimePeriod) + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); + AddIf( null != this._issueDetected ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._issueDetected) : null, "issueDetected" ,container.Add ); + if (null != this._metric) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._abnormalTimePeriod ) + foreach( var __x in this._metric ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("abnormalTimePeriods",__w); + container.Add("metrics",__w); } - if (null != this._data) + if (null != this._abnormalTimePeriod) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._data ) + foreach( var __s in this._abnormalTimePeriod ) { - AddIf(null != __s ? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(global::System.Linq.Enumerable.ToArray(System.Linq.Enumerable.Select(__s, (__q) => __q?.ToJson(null, serializationMode)))) : null ,__r.Add); + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("data",__r); + container.Add("abnormalTimePeriods",__r); } - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); - AddIf( null != this._issueDetected ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._issueDetected) : null, "issueDetected" ,container.Add ); - if (null != this._metric) + if (null != this._data) { - var __j = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __k in this._metric ) + var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __n in this._data ) { - AddIf(__k?.ToJson(null, serializationMode) ,__j.Add); + AddIf(null != __n ? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(global::System.Linq.Enumerable.ToArray(System.Linq.Enumerable.Select(__n, (__l) => __l?.ToJson(null, serializationMode)))) : null ,__m.Add); } - container.Add("metrics",__j); + container.Add("data",__m); } - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.PowerShell.cs index 05ed4e5210c2..6501883f7616 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.PowerShell.cs @@ -87,12 +87,12 @@ internal DiagnosticMetricSample(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated = (bool?) content.GetValueForProperty("IsAggregated",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum = (double?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum = (double?) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance = (string) content.GetValueForProperty("RoleInstance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance = (string) content.GetValueForProperty("RoleInstance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Total = (double?) content.GetValueForProperty("Total",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Total, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum = (double?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum = (double?) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated = (bool?) content.GetValueForProperty("IsAggregated",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -110,12 +110,12 @@ internal DiagnosticMetricSample(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated = (bool?) content.GetValueForProperty("IsAggregated",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum = (double?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum = (double?) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance = (string) content.GetValueForProperty("RoleInstance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Timestamp = (global::System.DateTime?) content.GetValueForProperty("Timestamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Timestamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance = (string) content.GetValueForProperty("RoleInstance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).RoleInstance, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Total = (double?) content.GetValueForProperty("Total",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Total, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum = (double?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Maximum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum = (double?) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).Minimum, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated = (bool?) content.GetValueForProperty("IsAggregated",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSampleInternal)this).IsAggregated, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.json.cs index a1497fb6a3bd..d9dbffc52c2b 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSample.json.cs @@ -58,12 +58,12 @@ internal DiagnosticMetricSample(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_isAggregated = If( json?.PropertyT("isAggregated"), out var __jsonIsAggregated) ? (bool?)__jsonIsAggregated : IsAggregated;} - {_maximum = If( json?.PropertyT("maximum"), out var __jsonMaximum) ? (double?)__jsonMaximum : Maximum;} - {_minimum = If( json?.PropertyT("minimum"), out var __jsonMinimum) ? (double?)__jsonMinimum : Minimum;} - {_roleInstance = If( json?.PropertyT("roleInstance"), out var __jsonRoleInstance) ? (string)__jsonRoleInstance : (string)RoleInstance;} {_timestamp = If( json?.PropertyT("timestamp"), out var __jsonTimestamp) ? global::System.DateTime.TryParse((string)__jsonTimestamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimestampValue) ? __jsonTimestampValue : Timestamp : Timestamp;} + {_roleInstance = If( json?.PropertyT("roleInstance"), out var __jsonRoleInstance) ? (string)__jsonRoleInstance : (string)RoleInstance;} {_total = If( json?.PropertyT("total"), out var __jsonTotal) ? (double?)__jsonTotal : Total;} + {_maximum = If( json?.PropertyT("maximum"), out var __jsonMaximum) ? (double?)__jsonMaximum : Maximum;} + {_minimum = If( json?.PropertyT("minimum"), out var __jsonMinimum) ? (double?)__jsonMinimum : Minimum;} + {_isAggregated = If( json?.PropertyT("isAggregated"), out var __jsonIsAggregated) ? (bool?)__jsonIsAggregated : IsAggregated;} AfterFromJson(json); } @@ -98,12 +98,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._isAggregated ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isAggregated) : null, "isAggregated" ,container.Add ); - AddIf( null != this._maximum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._maximum) : null, "maximum" ,container.Add ); - AddIf( null != this._minimum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._minimum) : null, "minimum" ,container.Add ); - AddIf( null != (((object)this._roleInstance)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._roleInstance.ToString()) : null, "roleInstance" ,container.Add ); AddIf( null != this._timestamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestamp" ,container.Add ); + AddIf( null != (((object)this._roleInstance)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._roleInstance.ToString()) : null, "roleInstance" ,container.Add ); AddIf( null != this._total ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._total) : null, "total" ,container.Add ); + AddIf( null != this._maximum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._maximum) : null, "maximum" ,container.Add ); + AddIf( null != this._minimum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._minimum) : null, "minimum" ,container.Add ); + AddIf( null != this._isAggregated ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isAggregated) : null, "isAggregated" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.PowerShell.cs index bd8fb62a75ab..cf96a57c82e9 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.PowerShell.cs @@ -88,10 +88,10 @@ internal DiagnosticMetricSet(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).TimeGrain, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSample[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSampleTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -111,10 +111,10 @@ internal DiagnosticMetricSet(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).TimeGrain, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Unit, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSample[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSetInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSampleTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.json.cs b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.json.cs index efb73e46cdd3..b6a86ba50f40 100644 --- a/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DiagnosticMetricSet.json.cs @@ -59,10 +59,10 @@ internal DiagnosticMetricSet(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_timeGrain = If( json?.PropertyT("timeGrain"), out var __jsonTimeGrain) ? (string)__jsonTimeGrain : (string)TimeGrain;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} {_value = If( json?.PropertyT("values"), out var __jsonValues) ? If( __jsonValues as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticMetricSample) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSample.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } @@ -99,10 +99,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); AddIf( null != (((object)this._timeGrain)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeGrain.ToString()) : null, "timeGrain" ,container.Add ); - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); diff --git a/src/Functions/generated/api/Models/Api20190801/Dimension.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Dimension.PowerShell.cs index 441cd87246cb..af84e14a5500 100644 --- a/src/Functions/generated/api/Models/Api20190801/Dimension.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Dimension.PowerShell.cs @@ -90,10 +90,10 @@ internal Dimension(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).InternalName = (string) content.GetValueForProperty("InternalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).InternalName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).ToBeExportedForShoebox = (bool?) content.GetValueForProperty("ToBeExportedForShoebox",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).ToBeExportedForShoebox, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -111,10 +111,10 @@ internal Dimension(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).InternalName = (string) content.GetValueForProperty("InternalName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).InternalName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).ToBeExportedForShoebox = (bool?) content.GetValueForProperty("ToBeExportedForShoebox",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal)this).ToBeExportedForShoebox, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)this).DisplayName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Dimension.cs b/src/Functions/generated/api/Models/Api20190801/Dimension.cs index d7ba0329a7f1..4272675cdea2 100644 --- a/src/Functions/generated/api/Models/Api20190801/Dimension.cs +++ b/src/Functions/generated/api/Models/Api20190801/Dimension.cs @@ -8,17 +8,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 /// public partial class Dimension : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimensionInternal { - /// - /// Backing field for Inherited model - /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension __dimension = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Dimension(); - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string DisplayName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)__dimension).DisplayName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)__dimension).DisplayName = value; } + /// Backing field for property. + private string _displayName; + + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string DisplayName { get => this._displayName; set => this._displayName = value; } /// Backing field for property. private string _internalName; @@ -26,8 +23,11 @@ public partial class Dimension : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string InternalName { get => this._internalName; set => this._internalName = value; } - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)__dimension).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal)__dimension).Name = value; } + /// Backing field for property. + private string _name; + + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string Name { get => this._name; set => this._name = value; } /// Backing field for property. private bool? _toBeExportedForShoebox; @@ -40,25 +40,20 @@ public Dimension() { } - - /// Validates that this object meets the validation criteria. - /// an instance that will receive validation - /// events. - /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. - /// - public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) - { - await eventListener.AssertNotNull(nameof(__dimension), __dimension); - await eventListener.AssertObjectIsValid(nameof(__dimension), __dimension); - } } /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, /// where instance name is dimension of the metric HTTP request public partial interface IDimension : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimension + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"", + SerializedName = @"displayName", + PossibleTypes = new [] { typeof(string) })] + string DisplayName { get; set; } + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, @@ -67,6 +62,14 @@ public partial interface IDimension : PossibleTypes = new [] { typeof(string) })] string InternalName { get; set; } + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"", + SerializedName = @"name", + PossibleTypes = new [] { typeof(string) })] + string Name { get; set; } + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, @@ -78,11 +81,15 @@ public partial interface IDimension : } /// Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, /// where instance name is dimension of the metric HTTP request - internal partial interface IDimensionInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDimensionInternal + internal partial interface IDimensionInternal + { + string DisplayName { get; set; } + string InternalName { get; set; } + string Name { get; set; } + bool? ToBeExportedForShoebox { get; set; } } diff --git a/src/Functions/generated/api/Models/Api20190801/Dimension.json.cs b/src/Functions/generated/api/Models/Api20190801/Dimension.json.cs index 4f0778f41d49..7d7a3de4d798 100644 --- a/src/Functions/generated/api/Models/Api20190801/Dimension.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Dimension.json.cs @@ -61,7 +61,8 @@ internal Dimension(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso { return; } - __dimension = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.Dimension(json); + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} {_internalName = If( json?.PropertyT("internalName"), out var __jsonInternalName) ? (string)__jsonInternalName : (string)InternalName;} {_toBeExportedForShoebox = If( json?.PropertyT("toBeExportedForShoebox"), out var __jsonToBeExportedForShoebox) ? (bool?)__jsonToBeExportedForShoebox : ToBeExportedForShoebox;} AfterFromJson(json); @@ -98,7 +99,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __dimension?.ToJson(container, serializationMode); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); AddIf( null != (((object)this._internalName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._internalName.ToString()) : null, "internalName" ,container.Add ); AddIf( null != this._toBeExportedForShoebox ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._toBeExportedForShoebox) : null, "toBeExportedForShoebox" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190801/Domain.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Domain.PowerShell.cs index 982594a370e3..b2532c3d8e9c 100644 --- a/src/Functions/generated/api/Models/Api20190801/Domain.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Domain.PowerShell.cs @@ -88,43 +88,47 @@ internal Domain(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason = (string[]) content.GetValueForProperty("NotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason = (string[]) content.GetValueForProperty("NotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -133,10 +137,15 @@ internal Domain(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -144,39 +153,30 @@ internal Domain(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -195,43 +195,47 @@ internal Domain(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason = (string[]) content.GetValueForProperty("NotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason = (string[]) content.GetValueForProperty("NotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).NotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -240,10 +244,15 @@ internal Domain(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -251,39 +260,30 @@ internal Domain(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Domain.cs b/src/Functions/generated/api/Models/Api20190801/Domain.cs index 957d2500df0c..318867c3411f 100644 --- a/src/Functions/generated/api/Models/Api20190801/Domain.cs +++ b/src/Functions/generated/api/Models/Api20190801/Domain.cs @@ -280,7 +280,7 @@ public partial class Domain : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Kind of resource. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] @@ -298,15 +298,6 @@ public partial class Domain : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[] ManagedHostName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)Property).ManagedHostName; } - /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } - - /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } - - /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - /// Internal Acessors for Consent Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal.Consent { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)Property).Consent; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)Property).Consent = value; } @@ -364,9 +355,18 @@ public partial class Domain : /// Internal Acessors for RegistrationStatus Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainInternal.RegistrationStatus { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)Property).RegistrationStatus; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)Property).RegistrationStatus = value; } + /// Internal Acessors for Id + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } + + /// Internal Acessors for Name + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } + + /// Internal Acessors for Type + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } + /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Name servers. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -415,7 +415,7 @@ public partial class Domain : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Creates an new instance. public Domain() diff --git a/src/Functions/generated/api/Models/Api20190801/DomainCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainCollection.PowerShell.cs index 611cdbe242ed..6e1e712ad84b 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainCollection.PowerShell.cs @@ -87,8 +87,8 @@ internal DomainCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomain[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -106,8 +106,8 @@ internal DomainCollection(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomain[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DomainCollection.json.cs index 69b42cfa2c76..9403393edde1 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainCollection.json.cs @@ -58,8 +58,8 @@ internal DomainCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomain) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Domain.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.PowerShell.cs index 45747065c95a..665f3847fea8 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.PowerShell.cs @@ -89,9 +89,9 @@ internal DomainControlCenterSsoRequest(global::System.Collections.IDictionary co return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterKey = (string) content.GetValueForProperty("PostParameterKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterValue = (string) content.GetValueForProperty("PostParameterValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -109,9 +109,9 @@ internal DomainControlCenterSsoRequest(global::System.Management.Automation.PSOb return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterKey = (string) content.GetValueForProperty("PostParameterKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterValue = (string) content.GetValueForProperty("PostParameterValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).PostParameterValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequestInternal)this).Url, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.json.cs b/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.json.cs index 92f0a7df96e4..325639395e7a 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainControlCenterSsoRequest.json.cs @@ -58,9 +58,9 @@ internal DomainControlCenterSsoRequest(Microsoft.Azure.PowerShell.Cmdlets.Functi { return; } + {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} {_postParameterKey = If( json?.PropertyT("postParameterKey"), out var __jsonPostParameterKey) ? (string)__jsonPostParameterKey : (string)PostParameterKey;} {_postParameterValue = If( json?.PropertyT("postParameterValue"), out var __jsonPostParameterValue) ? (string)__jsonPostParameterValue : (string)PostParameterValue;} - {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} AfterFromJson(json); } @@ -97,15 +97,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._postParameterKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._postParameterKey.ToString()) : null, "postParameterKey" ,container.Add ); + AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._postParameterValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._postParameterValue.ToString()) : null, "postParameterValue" ,container.Add ); + AddIf( null != (((object)this._postParameterKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._postParameterKey.ToString()) : null, "postParameterKey" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); + AddIf( null != (((object)this._postParameterValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._postParameterValue.ToString()) : null, "postParameterValue" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifier.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifier.PowerShell.cs index 171fb2f3605b..0545404cf7e9 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifier.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifier.PowerShell.cs @@ -90,10 +90,10 @@ internal DomainOwnershipIdentifier(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).OwnershipId = (string) content.GetValueForProperty("OwnershipId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).OwnershipId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,10 +113,10 @@ internal DomainOwnershipIdentifier(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).OwnershipId = (string) content.GetValueForProperty("OwnershipId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierInternal)this).OwnershipId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.PowerShell.cs index 23a77bc67f20..e6df18b18206 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.PowerShell.cs @@ -89,8 +89,8 @@ internal DomainOwnershipIdentifierCollection(global::System.Collections.IDiction return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifier[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -108,8 +108,8 @@ internal DomainOwnershipIdentifierCollection(global::System.Management.Automatio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifier[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.json.cs index 7d80318e2fec..7b3c021fe00f 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainOwnershipIdentifierCollection.json.cs @@ -58,8 +58,8 @@ internal DomainOwnershipIdentifierCollection(Microsoft.Azure.PowerShell.Cmdlets. { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifier) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifier.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +104,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainPatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainPatchResource.PowerShell.cs index 6c2000d22231..8b53285f6f42 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainPatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainPatchResource.PowerShell.cs @@ -88,41 +88,45 @@ internal DomainPatchResource(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -131,10 +135,15 @@ internal DomainPatchResource(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -142,39 +151,30 @@ internal DomainPatchResource(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -193,41 +193,45 @@ internal DomainPatchResource(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -236,10 +240,15 @@ internal DomainPatchResource(global::System.Management.Automation.PSObject conte ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -247,39 +256,30 @@ internal DomainPatchResource(global::System.Management.Automation.PSObject conte ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourceInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.PowerShell.cs index 9e8f888253f8..26db7c6caf11 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.PowerShell.cs @@ -89,37 +89,41 @@ internal DomainPatchResourceProperties(global::System.Collections.IDictionary co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -128,10 +132,15 @@ internal DomainPatchResourceProperties(global::System.Collections.IDictionary co ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -139,39 +148,30 @@ internal DomainPatchResourceProperties(global::System.Collections.IDictionary co ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -189,37 +189,41 @@ internal DomainPatchResourceProperties(global::System.Management.Automation.PSOb return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -228,10 +232,15 @@ internal DomainPatchResourceProperties(global::System.Management.Automation.PSOb ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -239,39 +248,30 @@ internal DomainPatchResourceProperties(global::System.Management.Automation.PSOb ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPatchResourcePropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.json.cs index d8bc4ba7e573..d13a7649e541 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainPatchResourceProperties.json.cs @@ -58,26 +58,26 @@ internal DomainPatchResourceProperties(Microsoft.Azure.PowerShell.Cmdlets.Functi { return; } - {_consent = If( json?.PropertyT("consent"), out var __jsonConsent) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsent.FromJson(__jsonConsent) : Consent;} {_contactAdmin = If( json?.PropertyT("contactAdmin"), out var __jsonContactAdmin) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactAdmin) : ContactAdmin;} {_contactBilling = If( json?.PropertyT("contactBilling"), out var __jsonContactBilling) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactBilling) : ContactBilling;} {_contactRegistrant = If( json?.PropertyT("contactRegistrant"), out var __jsonContactRegistrant) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactRegistrant) : ContactRegistrant;} {_contactTech = If( json?.PropertyT("contactTech"), out var __jsonContactTech) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactTech) : ContactTech;} - {_authCode = If( json?.PropertyT("authCode"), out var __jsonAuthCode) ? (string)__jsonAuthCode : (string)AuthCode;} - {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} + {_consent = If( json?.PropertyT("consent"), out var __jsonConsent) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsent.FromJson(__jsonConsent) : Consent;} + {_registrationStatus = If( json?.PropertyT("registrationStatus"), out var __jsonRegistrationStatus) ? (string)__jsonRegistrationStatus : (string)RegistrationStatus;} + {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_nameServer = If( json?.PropertyT("nameServers"), out var __jsonNameServers) ? If( __jsonNameServers as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : NameServer;} + {_privacy = If( json?.PropertyT("privacy"), out var __jsonPrivacy) ? (bool?)__jsonPrivacy : Privacy;} {_createdTime = If( json?.PropertyT("createdTime"), out var __jsonCreatedTime) ? global::System.DateTime.TryParse((string)__jsonCreatedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedTimeValue) ? __jsonCreatedTimeValue : CreatedTime : CreatedTime;} - {_dnsType = If( json?.PropertyT("dnsType"), out var __jsonDnsType) ? (string)__jsonDnsType : (string)DnsType;} - {_dnsZoneId = If( json?.PropertyT("dnsZoneId"), out var __jsonDnsZoneId) ? (string)__jsonDnsZoneId : (string)DnsZoneId;} - {_domainNotRenewableReason = If( json?.PropertyT("domainNotRenewableReasons"), out var __jsonDomainNotRenewableReasons) ? If( __jsonDomainNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : DomainNotRenewableReason;} {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} {_lastRenewedTime = If( json?.PropertyT("lastRenewedTime"), out var __jsonLastRenewedTime) ? global::System.DateTime.TryParse((string)__jsonLastRenewedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastRenewedTimeValue) ? __jsonLastRenewedTimeValue : LastRenewedTime : LastRenewedTime;} - {_managedHostName = If( json?.PropertyT("managedHostNames"), out var __jsonManagedHostNames) ? If( __jsonManagedHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostName.FromJson(__p) )) ))() : null : ManagedHostName;} - {_nameServer = If( json?.PropertyT("nameServers"), out var __jsonNameServers) ? If( __jsonNameServers as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : NameServer;} - {_privacy = If( json?.PropertyT("privacy"), out var __jsonPrivacy) ? (bool?)__jsonPrivacy : Privacy;} - {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} {_readyForDnsRecordManagement = If( json?.PropertyT("readyForDnsRecordManagement"), out var __jsonReadyForDnsRecordManagement) ? (bool?)__jsonReadyForDnsRecordManagement : ReadyForDnsRecordManagement;} - {_registrationStatus = If( json?.PropertyT("registrationStatus"), out var __jsonRegistrationStatus) ? (string)__jsonRegistrationStatus : (string)RegistrationStatus;} + {_managedHostName = If( json?.PropertyT("managedHostNames"), out var __jsonManagedHostNames) ? If( __jsonManagedHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostName.FromJson(__p) )) ))() : null : ManagedHostName;} + {_domainNotRenewableReason = If( json?.PropertyT("domainNotRenewableReasons"), out var __jsonDomainNotRenewableReasons) ? If( __jsonDomainNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : DomainNotRenewableReason;} + {_dnsType = If( json?.PropertyT("dnsType"), out var __jsonDnsType) ? (string)__jsonDnsType : (string)DnsType;} + {_dnsZoneId = If( json?.PropertyT("dnsZoneId"), out var __jsonDnsZoneId) ? (string)__jsonDnsZoneId : (string)DnsZoneId;} {_targetDnsType = If( json?.PropertyT("targetDnsType"), out var __jsonTargetDnsType) ? (string)__jsonTargetDnsType : (string)TargetDnsType;} + {_authCode = If( json?.PropertyT("authCode"), out var __jsonAuthCode) ? (string)__jsonAuthCode : (string)AuthCode;} AfterFromJson(json); } @@ -112,31 +112,36 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._consent ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._consent.ToJson(null,serializationMode) : null, "consent" ,container.Add ); AddIf( null != this._contactAdmin ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactAdmin.ToJson(null,serializationMode) : null, "contactAdmin" ,container.Add ); AddIf( null != this._contactBilling ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactBilling.ToJson(null,serializationMode) : null, "contactBilling" ,container.Add ); AddIf( null != this._contactRegistrant ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactRegistrant.ToJson(null,serializationMode) : null, "contactRegistrant" ,container.Add ); AddIf( null != this._contactTech ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactTech.ToJson(null,serializationMode) : null, "contactTech" ,container.Add ); - AddIf( null != (((object)this._authCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authCode.ToString()) : null, "authCode" ,container.Add ); - AddIf( null != this._autoRenew ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoRenew) : null, "autoRenew" ,container.Add ); + AddIf( null != this._consent ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._consent.ToJson(null,serializationMode) : null, "consent" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._createdTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTime" ,container.Add ); + AddIf( null != (((object)this._registrationStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._registrationStatus.ToString()) : null, "registrationStatus" ,container.Add ); } - AddIf( null != (((object)this._dnsType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsType.ToString()) : null, "dnsType" ,container.Add ); - AddIf( null != (((object)this._dnsZoneId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsZoneId.ToString()) : null, "dnsZoneId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._domainNotRenewableReason) + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + if (null != this._nameServer) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._domainNotRenewableReason ) + foreach( var __x in this._nameServer ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("domainNotRenewableReasons",__w); + container.Add("nameServers",__w); } } + AddIf( null != this._privacy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._privacy) : null, "privacy" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._createdTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTime" ,container.Add ); + } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); @@ -145,6 +150,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != this._lastRenewedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastRenewedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastRenewedTime" ,container.Add ); } + AddIf( null != this._autoRenew ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoRenew) : null, "autoRenew" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._readyForDnsRecordManagement ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._readyForDnsRecordManagement) : null, "readyForDnsRecordManagement" ,container.Add ); + } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._managedHostName) @@ -159,30 +169,20 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._nameServer) + if (null != this._domainNotRenewableReason) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._nameServer ) + foreach( var __n in this._domainNotRenewableReason ) { AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); } - container.Add("nameServers",__m); + container.Add("domainNotRenewableReasons",__m); } } - AddIf( null != this._privacy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._privacy) : null, "privacy" ,container.Add ); - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._readyForDnsRecordManagement ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._readyForDnsRecordManagement) : null, "readyForDnsRecordManagement" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._registrationStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._registrationStatus.ToString()) : null, "registrationStatus" ,container.Add ); - } + AddIf( null != (((object)this._dnsType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsType.ToString()) : null, "dnsType" ,container.Add ); + AddIf( null != (((object)this._dnsZoneId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsZoneId.ToString()) : null, "dnsZoneId" ,container.Add ); AddIf( null != (((object)this._targetDnsType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetDnsType.ToString()) : null, "targetDnsType" ,container.Add ); + AddIf( null != (((object)this._authCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authCode.ToString()) : null, "authCode" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainProperties.PowerShell.cs index cff0f556b38c..71328f3dbb76 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainProperties.PowerShell.cs @@ -87,37 +87,41 @@ internal DomainProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -126,10 +130,15 @@ internal DomainProperties(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -137,39 +146,30 @@ internal DomainProperties(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -187,37 +187,41 @@ internal DomainProperties(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdmin = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactAdmin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdmin, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBilling = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactBilling",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBilling, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrant = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactRegistrant",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrant, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTech = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContact) content.GetValueForProperty("ContactTech",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTech, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent) content.GetValueForProperty("Consent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Consent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).LastRenewedTime = (global::System.DateTime?) content.GetValueForProperty("LastRenewedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).LastRenewedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer = (string[]) content.GetValueForProperty("NameServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).NameServer, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew = (bool?) content.GetValueForProperty("AutoRenew",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AutoRenew, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ReadyForDnsRecordManagement = (bool?) content.GetValueForProperty("ReadyForDnsRecordManagement",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ReadyForDnsRecordManagement, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus?) content.GetValueForProperty("RegistrationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).RegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]) content.GetValueForProperty("ManagedHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ManagedHostName, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason = (string[]) content.GetValueForProperty("DomainNotRenewableReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DomainNotRenewableReason, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("DnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId = (string) content.GetValueForProperty("DnsZoneId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).DnsZoneId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).TargetDnsType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType?) content.GetValueForProperty("TargetDnsType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).TargetDnsType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode = (string) content.GetValueForProperty("AuthCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).AuthCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactAdminAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactBillingAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactRegistrantAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress) content.GetValueForProperty("ContactTechAddressMailing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameFirst = (string) content.GetValueForProperty("ContactAdminNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameFirst, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameLast = (string) content.GetValueForProperty("ContactAdminNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameMiddle = (string) content.GetValueForProperty("ContactAdminNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminOrganization = (string) content.GetValueForProperty("ContactAdminOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminPhone = (string) content.GetValueForProperty("ContactAdminPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedAt = (global::System.DateTime?) content.GetValueForProperty("ConsentAgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingEmail = (string) content.GetValueForProperty("ContactBillingEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingFax = (string) content.GetValueForProperty("ContactBillingFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingFax, global::System.Convert.ToString); @@ -226,10 +230,15 @@ internal DomainProperties(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameLast = (string) content.GetValueForProperty("ContactBillingNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameLast, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameMiddle = (string) content.GetValueForProperty("ContactBillingNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingOrganization = (string) content.GetValueForProperty("ContactBillingOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey = (string[]) content.GetValueForProperty("ConsentAgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy = (string) content.GetValueForProperty("ConsentAgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ConsentAgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone = (string) content.GetValueForProperty("ContactBillingPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminEmail = (string) content.GetValueForProperty("ContactAdminEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantFax = (string) content.GetValueForProperty("ContactRegistrantFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantFax, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantJobTitle = (string) content.GetValueForProperty("ContactRegistrantJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantJobTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameFirst = (string) content.GetValueForProperty("ContactRegistrantNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameFirst, global::System.Convert.ToString); @@ -237,39 +246,30 @@ internal DomainProperties(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameMiddle = (string) content.GetValueForProperty("ContactRegistrantNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantNameMiddle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantOrganization = (string) content.GetValueForProperty("ContactRegistrantOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantOrganization, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantPhone = (string) content.GetValueForProperty("ContactRegistrantPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax = (string) content.GetValueForProperty("ContactAdminFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast = (string) content.GetValueForProperty("ContactTechNameLast",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameLast, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle = (string) content.GetValueForProperty("ContactTechNameMiddle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameMiddle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization = (string) content.GetValueForProperty("ContactTechOrganization",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechOrganization, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone = (string) content.GetValueForProperty("ContactTechPhone",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechPhone, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2 = (string) content.GetValueForProperty("ContactBillingAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress1 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress1, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress2 = (string) content.GetValueForProperty("ContactRegistrantAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingAddress2, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst = (string) content.GetValueForProperty("ContactTechNameFirst",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechNameFirst, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle = (string) content.GetValueForProperty("ContactTechJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax = (string) content.GetValueForProperty("ContactTechFax",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechFax, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail = (string) content.GetValueForProperty("ContactTechEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechEmail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle = (string) content.GetValueForProperty("ContactAdminJobTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminJobTitle, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail = (string) content.GetValueForProperty("ContactRegistrantEmail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantEmail, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingState = (string) content.GetValueForProperty("ContactRegistrantAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress2, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity = (string) content.GetValueForProperty("ContactRegistrantAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingState = (string) content.GetValueForProperty("ContactBillingAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry = (string) content.GetValueForProperty("ContactBillingAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity = (string) content.GetValueForProperty("ContactBillingAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode = (string) content.GetValueForProperty("ContactRegistrantAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactRegistrantAddressMailingPostalCode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingPostalCode = (string) content.GetValueForProperty("ContactAdminAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1 = (string) content.GetValueForProperty("ContactAdminAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress1, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2 = (string) content.GetValueForProperty("ContactTechAddressMailingAddress2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingAddress2, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCity = (string) content.GetValueForProperty("ContactTechAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCity, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCountry = (string) content.GetValueForProperty("ContactTechAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingCountry, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingPostalCode = (string) content.GetValueForProperty("ContactTechAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingPostalCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode = (string) content.GetValueForProperty("ContactBillingAddressMailingPostalCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactBillingAddressMailingPostalCode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState = (string) content.GetValueForProperty("ContactTechAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactTechAddressMailingState, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry = (string) content.GetValueForProperty("ContactAdminAddressMailingCountry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCountry, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity = (string) content.GetValueForProperty("ContactAdminAddressMailingCity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingCity, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState = (string) content.GetValueForProperty("ContactAdminAddressMailingState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPropertiesInternal)this).ContactAdminAddressMailingState, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/DomainProperties.json.cs index 50423732744d..6cdb091b06a2 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainProperties.json.cs @@ -58,26 +58,26 @@ internal DomainProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_consent = If( json?.PropertyT("consent"), out var __jsonConsent) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsent.FromJson(__jsonConsent) : Consent;} {_contactAdmin = If( json?.PropertyT("contactAdmin"), out var __jsonContactAdmin) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactAdmin) : ContactAdmin;} {_contactBilling = If( json?.PropertyT("contactBilling"), out var __jsonContactBilling) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactBilling) : ContactBilling;} {_contactRegistrant = If( json?.PropertyT("contactRegistrant"), out var __jsonContactRegistrant) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactRegistrant) : ContactRegistrant;} {_contactTech = If( json?.PropertyT("contactTech"), out var __jsonContactTech) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Contact.FromJson(__jsonContactTech) : ContactTech;} - {_authCode = If( json?.PropertyT("authCode"), out var __jsonAuthCode) ? (string)__jsonAuthCode : (string)AuthCode;} - {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} + {_consent = If( json?.PropertyT("consent"), out var __jsonConsent) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsent.FromJson(__jsonConsent) : Consent;} + {_registrationStatus = If( json?.PropertyT("registrationStatus"), out var __jsonRegistrationStatus) ? (string)__jsonRegistrationStatus : (string)RegistrationStatus;} + {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_nameServer = If( json?.PropertyT("nameServers"), out var __jsonNameServers) ? If( __jsonNameServers as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : NameServer;} + {_privacy = If( json?.PropertyT("privacy"), out var __jsonPrivacy) ? (bool?)__jsonPrivacy : Privacy;} {_createdTime = If( json?.PropertyT("createdTime"), out var __jsonCreatedTime) ? global::System.DateTime.TryParse((string)__jsonCreatedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedTimeValue) ? __jsonCreatedTimeValue : CreatedTime : CreatedTime;} - {_dnsType = If( json?.PropertyT("dnsType"), out var __jsonDnsType) ? (string)__jsonDnsType : (string)DnsType;} - {_dnsZoneId = If( json?.PropertyT("dnsZoneId"), out var __jsonDnsZoneId) ? (string)__jsonDnsZoneId : (string)DnsZoneId;} - {_domainNotRenewableReason = If( json?.PropertyT("domainNotRenewableReasons"), out var __jsonDomainNotRenewableReasons) ? If( __jsonDomainNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : DomainNotRenewableReason;} {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} {_lastRenewedTime = If( json?.PropertyT("lastRenewedTime"), out var __jsonLastRenewedTime) ? global::System.DateTime.TryParse((string)__jsonLastRenewedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastRenewedTimeValue) ? __jsonLastRenewedTimeValue : LastRenewedTime : LastRenewedTime;} - {_managedHostName = If( json?.PropertyT("managedHostNames"), out var __jsonManagedHostNames) ? If( __jsonManagedHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostName.FromJson(__p) )) ))() : null : ManagedHostName;} - {_nameServer = If( json?.PropertyT("nameServers"), out var __jsonNameServers) ? If( __jsonNameServers as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : NameServer;} - {_privacy = If( json?.PropertyT("privacy"), out var __jsonPrivacy) ? (bool?)__jsonPrivacy : Privacy;} - {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} + {_autoRenew = If( json?.PropertyT("autoRenew"), out var __jsonAutoRenew) ? (bool?)__jsonAutoRenew : AutoRenew;} {_readyForDnsRecordManagement = If( json?.PropertyT("readyForDnsRecordManagement"), out var __jsonReadyForDnsRecordManagement) ? (bool?)__jsonReadyForDnsRecordManagement : ReadyForDnsRecordManagement;} - {_registrationStatus = If( json?.PropertyT("registrationStatus"), out var __jsonRegistrationStatus) ? (string)__jsonRegistrationStatus : (string)RegistrationStatus;} + {_managedHostName = If( json?.PropertyT("managedHostNames"), out var __jsonManagedHostNames) ? If( __jsonManagedHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostName.FromJson(__p) )) ))() : null : ManagedHostName;} + {_domainNotRenewableReason = If( json?.PropertyT("domainNotRenewableReasons"), out var __jsonDomainNotRenewableReasons) ? If( __jsonDomainNotRenewableReasons as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : DomainNotRenewableReason;} + {_dnsType = If( json?.PropertyT("dnsType"), out var __jsonDnsType) ? (string)__jsonDnsType : (string)DnsType;} + {_dnsZoneId = If( json?.PropertyT("dnsZoneId"), out var __jsonDnsZoneId) ? (string)__jsonDnsZoneId : (string)DnsZoneId;} {_targetDnsType = If( json?.PropertyT("targetDnsType"), out var __jsonTargetDnsType) ? (string)__jsonTargetDnsType : (string)TargetDnsType;} + {_authCode = If( json?.PropertyT("authCode"), out var __jsonAuthCode) ? (string)__jsonAuthCode : (string)AuthCode;} AfterFromJson(json); } @@ -112,31 +112,36 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._consent ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._consent.ToJson(null,serializationMode) : null, "consent" ,container.Add ); AddIf( null != this._contactAdmin ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactAdmin.ToJson(null,serializationMode) : null, "contactAdmin" ,container.Add ); AddIf( null != this._contactBilling ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactBilling.ToJson(null,serializationMode) : null, "contactBilling" ,container.Add ); AddIf( null != this._contactRegistrant ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactRegistrant.ToJson(null,serializationMode) : null, "contactRegistrant" ,container.Add ); AddIf( null != this._contactTech ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._contactTech.ToJson(null,serializationMode) : null, "contactTech" ,container.Add ); - AddIf( null != (((object)this._authCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authCode.ToString()) : null, "authCode" ,container.Add ); - AddIf( null != this._autoRenew ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoRenew) : null, "autoRenew" ,container.Add ); + AddIf( null != this._consent ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._consent.ToJson(null,serializationMode) : null, "consent" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._createdTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTime" ,container.Add ); + AddIf( null != (((object)this._registrationStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._registrationStatus.ToString()) : null, "registrationStatus" ,container.Add ); } - AddIf( null != (((object)this._dnsType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsType.ToString()) : null, "dnsType" ,container.Add ); - AddIf( null != (((object)this._dnsZoneId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsZoneId.ToString()) : null, "dnsZoneId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._domainNotRenewableReason) + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + if (null != this._nameServer) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._domainNotRenewableReason ) + foreach( var __x in this._nameServer ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("domainNotRenewableReasons",__w); + container.Add("nameServers",__w); } } + AddIf( null != this._privacy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._privacy) : null, "privacy" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._createdTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTime" ,container.Add ); + } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); @@ -145,6 +150,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != this._lastRenewedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastRenewedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastRenewedTime" ,container.Add ); } + AddIf( null != this._autoRenew ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoRenew) : null, "autoRenew" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._readyForDnsRecordManagement ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._readyForDnsRecordManagement) : null, "readyForDnsRecordManagement" ,container.Add ); + } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._managedHostName) @@ -159,30 +169,20 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._nameServer) + if (null != this._domainNotRenewableReason) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._nameServer ) + foreach( var __n in this._domainNotRenewableReason ) { AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); } - container.Add("nameServers",__m); + container.Add("domainNotRenewableReasons",__m); } } - AddIf( null != this._privacy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._privacy) : null, "privacy" ,container.Add ); - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._readyForDnsRecordManagement ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._readyForDnsRecordManagement) : null, "readyForDnsRecordManagement" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._registrationStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._registrationStatus.ToString()) : null, "registrationStatus" ,container.Add ); - } + AddIf( null != (((object)this._dnsType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsType.ToString()) : null, "dnsType" ,container.Add ); + AddIf( null != (((object)this._dnsZoneId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsZoneId.ToString()) : null, "dnsZoneId" ,container.Add ); AddIf( null != (((object)this._targetDnsType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetDnsType.ToString()) : null, "targetDnsType" ,container.Add ); + AddIf( null != (((object)this._authCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authCode.ToString()) : null, "authCode" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.PowerShell.cs index 19c55d4b6756..6a122f5586c1 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.PowerShell.cs @@ -89,9 +89,9 @@ internal DomainPurchaseConsent(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt = (global::System.DateTime?) content.GetValueForProperty("AgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy = (string) content.GetValueForProperty("AgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreementKey = (string[]) content.GetValueForProperty("AgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy = (string) content.GetValueForProperty("AgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt = (global::System.DateTime?) content.GetValueForProperty("AgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -109,9 +109,9 @@ internal DomainPurchaseConsent(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt = (global::System.DateTime?) content.GetValueForProperty("AgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy = (string) content.GetValueForProperty("AgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreementKey = (string[]) content.GetValueForProperty("AgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreementKey, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy = (string) content.GetValueForProperty("AgreedBy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedBy, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt = (global::System.DateTime?) content.GetValueForProperty("AgreedAt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsentInternal)this).AgreedAt, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.json.cs b/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.json.cs index 3708a9f6e868..ba595b47535e 100644 --- a/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/DomainPurchaseConsent.json.cs @@ -60,9 +60,9 @@ internal DomainPurchaseConsent(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_agreedAt = If( json?.PropertyT("agreedAt"), out var __jsonAgreedAt) ? global::System.DateTime.TryParse((string)__jsonAgreedAt, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonAgreedAtValue) ? __jsonAgreedAtValue : AgreedAt : AgreedAt;} - {_agreedBy = If( json?.PropertyT("agreedBy"), out var __jsonAgreedBy) ? (string)__jsonAgreedBy : (string)AgreedBy;} {_agreementKey = If( json?.PropertyT("agreementKeys"), out var __jsonAgreementKeys) ? If( __jsonAgreementKeys as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AgreementKey;} + {_agreedBy = If( json?.PropertyT("agreedBy"), out var __jsonAgreedBy) ? (string)__jsonAgreedBy : (string)AgreedBy;} + {_agreedAt = If( json?.PropertyT("agreedAt"), out var __jsonAgreedAt) ? global::System.DateTime.TryParse((string)__jsonAgreedAt, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonAgreedAtValue) ? __jsonAgreedAtValue : AgreedAt : AgreedAt;} AfterFromJson(json); } @@ -97,8 +97,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._agreedAt ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._agreedAt?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "agreedAt" ,container.Add ); - AddIf( null != (((object)this._agreedBy)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._agreedBy.ToString()) : null, "agreedBy" ,container.Add ); if (null != this._agreementKey) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +106,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("agreementKeys",__w); } + AddIf( null != (((object)this._agreedBy)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._agreedBy.ToString()) : null, "agreedBy" ,container.Add ); + AddIf( null != this._agreedAt ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._agreedAt?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "agreedAt" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/EndpointDetail.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/EndpointDetail.PowerShell.cs index 4a5af425d539..7ac8c29be498 100644 --- a/src/Functions/generated/api/Models/Api20190801/EndpointDetail.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/EndpointDetail.PowerShell.cs @@ -90,9 +90,9 @@ internal EndpointDetail(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IPAddress = (string) content.GetValueForProperty("IPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible = (bool?) content.GetValueForProperty("IsAccessible",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency = (double?) content.GetValueForProperty("Latency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency = (double?) content.GetValueForProperty("Latency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible = (bool?) content.GetValueForProperty("IsAccessible",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -111,9 +111,9 @@ internal EndpointDetail(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IPAddress = (string) content.GetValueForProperty("IPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible = (bool?) content.GetValueForProperty("IsAccessible",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency = (double?) content.GetValueForProperty("Latency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency = (double?) content.GetValueForProperty("Latency",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).Latency, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible = (bool?) content.GetValueForProperty("IsAccessible",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEndpointDetailInternal)this).IsAccessible, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/EndpointDetail.json.cs b/src/Functions/generated/api/Models/Api20190801/EndpointDetail.json.cs index 1cc800ecb8c4..0417916652ad 100644 --- a/src/Functions/generated/api/Models/Api20190801/EndpointDetail.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/EndpointDetail.json.cs @@ -61,9 +61,9 @@ internal EndpointDetail(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso return; } {_iPAddress = If( json?.PropertyT("ipAddress"), out var __jsonIPAddress) ? (string)__jsonIPAddress : (string)IPAddress;} - {_isAccessible = If( json?.PropertyT("isAccessible"), out var __jsonIsAccessible) ? (bool?)__jsonIsAccessible : IsAccessible;} - {_latency = If( json?.PropertyT("latency"), out var __jsonLatency) ? (double?)__jsonLatency : Latency;} {_port = If( json?.PropertyT("port"), out var __jsonPort) ? (int?)__jsonPort : Port;} + {_latency = If( json?.PropertyT("latency"), out var __jsonLatency) ? (double?)__jsonLatency : Latency;} + {_isAccessible = If( json?.PropertyT("isAccessible"), out var __jsonIsAccessible) ? (bool?)__jsonIsAccessible : IsAccessible;} AfterFromJson(json); } @@ -99,9 +99,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._iPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddress.ToString()) : null, "ipAddress" ,container.Add ); - AddIf( null != this._isAccessible ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isAccessible) : null, "isAccessible" ,container.Add ); - AddIf( null != this._latency ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._latency) : null, "latency" ,container.Add ); AddIf( null != this._port ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._port) : null, "port" ,container.Add ); + AddIf( null != this._latency ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._latency) : null, "latency" ,container.Add ); + AddIf( null != this._isAccessible ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isAccessible) : null, "isAccessible" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ErrorEntity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ErrorEntity.PowerShell.cs index b82a0ded1a6c..1ffe82aee7c9 100644 --- a/src/Functions/generated/api/Models/Api20190801/ErrorEntity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ErrorEntity.PowerShell.cs @@ -87,12 +87,12 @@ internal ErrorEntity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).ExtendedCode = (string) content.GetValueForProperty("ExtendedCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).ExtendedCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("InnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).MessageTemplate = (string) content.GetValueForProperty("MessageTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).MessageTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Parameter = (string[]) content.GetValueForProperty("Parameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Parameter, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("InnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -110,12 +110,12 @@ internal ErrorEntity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).ExtendedCode = (string) content.GetValueForProperty("ExtendedCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).ExtendedCode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("InnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).MessageTemplate = (string) content.GetValueForProperty("MessageTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).MessageTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Parameter = (string[]) content.GetValueForProperty("Parameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Parameter, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("InnerError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).InnerError, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Code, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntityInternal)this).Message, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ErrorEntity.json.cs b/src/Functions/generated/api/Models/Api20190801/ErrorEntity.json.cs index 76238e4cea46..483db8a40a0e 100644 --- a/src/Functions/generated/api/Models/Api20190801/ErrorEntity.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ErrorEntity.json.cs @@ -58,12 +58,12 @@ internal ErrorEntity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.J { return; } - {_code = If( json?.PropertyT("code"), out var __jsonCode) ? (string)__jsonCode : (string)Code;} {_extendedCode = If( json?.PropertyT("extendedCode"), out var __jsonExtendedCode) ? (string)__jsonExtendedCode : (string)ExtendedCode;} - {_innerError = If( json?.PropertyT("innerErrors"), out var __jsonInnerErrors) ? If( __jsonInnerErrors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntity.FromJson(__u) )) ))() : null : InnerError;} - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_messageTemplate = If( json?.PropertyT("messageTemplate"), out var __jsonMessageTemplate) ? (string)__jsonMessageTemplate : (string)MessageTemplate;} - {_parameter = If( json?.PropertyT("parameters"), out var __jsonParameters) ? If( __jsonParameters as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : Parameter;} + {_parameter = If( json?.PropertyT("parameters"), out var __jsonParameters) ? If( __jsonParameters as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Parameter;} + {_innerError = If( json?.PropertyT("innerErrors"), out var __jsonInnerErrors) ? If( __jsonInnerErrors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntity.FromJson(__p) )) ))() : null : InnerError;} + {_code = If( json?.PropertyT("code"), out var __jsonCode) ? (string)__jsonCode : (string)Code;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} AfterFromJson(json); } @@ -98,28 +98,28 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._code)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._code.ToString()) : null, "code" ,container.Add ); AddIf( null != (((object)this._extendedCode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extendedCode.ToString()) : null, "extendedCode" ,container.Add ); - if (null != this._innerError) + AddIf( null != (((object)this._messageTemplate)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._messageTemplate.ToString()) : null, "messageTemplate" ,container.Add ); + if (null != this._parameter) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._innerError ) + foreach( var __x in this._parameter ) { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("innerErrors",__w); + container.Add("parameters",__w); } - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); - AddIf( null != (((object)this._messageTemplate)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._messageTemplate.ToString()) : null, "messageTemplate" ,container.Add ); - if (null != this._parameter) + if (null != this._innerError) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._parameter ) + foreach( var __s in this._innerError ) { - AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("parameters",__r); + container.Add("innerErrors",__r); } + AddIf( null != (((object)this._code)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._code.ToString()) : null, "code" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.PowerShell.cs index cae297a78d2a..c936c9f2f940 100644 --- a/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.PowerShell.cs @@ -87,9 +87,9 @@ internal FileSystemHttpLogsConfig(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInMb = (int?) content.GetValueForProperty("RetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -107,9 +107,9 @@ internal FileSystemHttpLogsConfig(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInMb = (int?) content.GetValueForProperty("RetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay = (int?) content.GetValueForProperty("RetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).RetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfigInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.json.cs b/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.json.cs index ef285e2c8f44..f03eded42a69 100644 --- a/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/FileSystemHttpLogsConfig.json.cs @@ -58,9 +58,9 @@ internal FileSystemHttpLogsConfig(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} - {_retentionInDay = If( json?.PropertyT("retentionInDays"), out var __jsonRetentionInDays) ? (int?)__jsonRetentionInDays : RetentionInDay;} {_retentionInMb = If( json?.PropertyT("retentionInMb"), out var __jsonRetentionInMb) ? (int?)__jsonRetentionInMb : RetentionInMb;} + {_retentionInDay = If( json?.PropertyT("retentionInDays"), out var __jsonRetentionInDays) ? (int?)__jsonRetentionInDays : RetentionInDay;} + {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); - AddIf( null != this._retentionInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInDay) : null, "retentionInDays" ,container.Add ); AddIf( null != this._retentionInMb ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInMb) : null, "retentionInMb" ,container.Add ); + AddIf( null != this._retentionInDay ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._retentionInDay) : null, "retentionInDays" ,container.Add ); + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.PowerShell.cs index 8565b38da7a7..8e20072873af 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.PowerShell.cs @@ -95,23 +95,23 @@ internal FunctionEnvelope(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId = (string) content.GetValueForProperty("FunctionAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId = (string) content.GetValueForProperty("FunctionAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptHref = (string) content.GetValueForProperty("ScriptHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptHref, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref = (string) content.GetValueForProperty("ScriptRootPathHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).SecretsFileHref = (string) content.GetValueForProperty("SecretsFileHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).SecretsFileHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref = (string) content.GetValueForProperty("ScriptRootPathHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.AnyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestData = (string) content.GetValueForProperty("TestData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Language, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -130,23 +130,23 @@ internal FunctionEnvelope(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId = (string) content.GetValueForProperty("FunctionAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId = (string) content.GetValueForProperty("FunctionAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).FunctionAppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptHref = (string) content.GetValueForProperty("ScriptHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptHref, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref = (string) content.GetValueForProperty("ScriptRootPathHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ConfigHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).SecretsFileHref = (string) content.GetValueForProperty("SecretsFileHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).SecretsFileHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref = (string) content.GetValueForProperty("ScriptRootPathHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).ScriptRootPathHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.AnyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestData = (string) content.GetValueForProperty("TestData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).TestDataHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).Language, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.cs index d8f45272d122..b0d9884e1b30 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelope.cs @@ -16,7 +16,7 @@ public partial class FunctionEnvelope : /// Config information. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)Property).Config; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)Property).Config = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)Property).Config; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)Property).Config = value; } /// Config URI. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -130,8 +130,8 @@ public partial interface IFunctionEnvelope : ReadOnly = false, Description = @"Config information.", SerializedName = @"config", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get; set; } /// Config URI. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -235,7 +235,7 @@ internal partial interface IFunctionEnvelopeInternal : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal { /// Config information. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get; set; } /// Config URI. string ConfigHref { get; set; } /// File list. diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.PowerShell.cs index 63c6b4d14d95..c2bc38b15f5b 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal FunctionEnvelopeCollection(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopeTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal FunctionEnvelopeCollection(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopeTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopeCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.json.cs index 64f6b4471601..396238805f39 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeCollection.json.cs @@ -70,8 +70,8 @@ internal FunctionEnvelopeCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelope.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.PowerShell.cs index dca2c02a5c7b..0ed8eff9d04d 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.PowerShell.cs @@ -96,19 +96,19 @@ internal FunctionEnvelopeProperties(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).FunctionAppId = (string) content.GetValueForProperty("FunctionAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).FunctionAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref = (string) content.GetValueForProperty("ScriptHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptRootPathHref = (string) content.GetValueForProperty("ScriptRootPathHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptRootPathHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref = (string) content.GetValueForProperty("ScriptHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).SecretsFileHref = (string) content.GetValueForProperty("SecretsFileHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).SecretsFileHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.AnyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestData = (string) content.GetValueForProperty("TestData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Language, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -126,19 +126,19 @@ internal FunctionEnvelopeProperties(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).FunctionAppId = (string) content.GetValueForProperty("FunctionAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).FunctionAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref = (string) content.GetValueForProperty("ScriptHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptRootPathHref = (string) content.GetValueForProperty("ScriptRootPathHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptRootPathHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref = (string) content.GetValueForProperty("ScriptHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ScriptHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref = (string) content.GetValueForProperty("ConfigHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).ConfigHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).SecretsFileHref = (string) content.GetValueForProperty("SecretsFileHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).SecretsFileHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Href, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.AnyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) content.GetValueForProperty("File",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).File, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFilesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestData = (string) content.GetValueForProperty("TestData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestData, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref = (string) content.GetValueForProperty("TestDataHref",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).TestDataHref, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate = (string) content.GetValueForProperty("InvokeUrlTemplate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).InvokeUrlTemplate, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).Language, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled = (bool?) content.GetValueForProperty("IsDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesInternal)this).IsDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.cs index 3c475b4a7707..08eeb82ab4b4 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.cs @@ -9,11 +9,11 @@ public partial class FunctionEnvelopeProperties : { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig _config; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny _config; /// Config information. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get => (this._config = this._config ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesConfig()); set => this._config = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get => (this._config = this._config ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Any()); set => this._config = value; } /// Backing field for property. private string _configHref; @@ -115,8 +115,8 @@ public partial interface IFunctionEnvelopeProperties : ReadOnly = false, Description = @"Config information.", SerializedName = @"config", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get; set; } /// Config URI. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -220,7 +220,7 @@ internal partial interface IFunctionEnvelopePropertiesInternal { /// Config information. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get; set; } /// Config URI. string ConfigHref { get; set; } /// File list. diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.json.cs index ec9739da39b6..c7d667388de5 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopeProperties.json.cs @@ -70,19 +70,19 @@ internal FunctionEnvelopeProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_config = If( json?.PropertyT("config"), out var __jsonConfig) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesConfig.FromJson(__jsonConfig) : Config;} - {_configHref = If( json?.PropertyT("config_href"), out var __jsonConfigHref) ? (string)__jsonConfigHref : (string)ConfigHref;} - {_file = If( json?.PropertyT("files"), out var __jsonFiles) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFiles.FromJson(__jsonFiles) : File;} {_functionAppId = If( json?.PropertyT("function_app_id"), out var __jsonFunctionAppId) ? (string)__jsonFunctionAppId : (string)FunctionAppId;} - {_href = If( json?.PropertyT("href"), out var __jsonHref) ? (string)__jsonHref : (string)Href;} - {_invokeUrlTemplate = If( json?.PropertyT("invoke_url_template"), out var __jsonInvokeUrlTemplate) ? (string)__jsonInvokeUrlTemplate : (string)InvokeUrlTemplate;} - {_isDisabled = If( json?.PropertyT("isDisabled"), out var __jsonIsDisabled) ? (bool?)__jsonIsDisabled : IsDisabled;} - {_scriptHref = If( json?.PropertyT("script_href"), out var __jsonScriptHref) ? (string)__jsonScriptHref : (string)ScriptHref;} {_scriptRootPathHref = If( json?.PropertyT("script_root_path_href"), out var __jsonScriptRootPathHref) ? (string)__jsonScriptRootPathHref : (string)ScriptRootPathHref;} + {_scriptHref = If( json?.PropertyT("script_href"), out var __jsonScriptHref) ? (string)__jsonScriptHref : (string)ScriptHref;} + {_configHref = If( json?.PropertyT("config_href"), out var __jsonConfigHref) ? (string)__jsonConfigHref : (string)ConfigHref;} + {_testDataHref = If( json?.PropertyT("test_data_href"), out var __jsonTestDataHref) ? (string)__jsonTestDataHref : (string)TestDataHref;} {_secretsFileHref = If( json?.PropertyT("secrets_file_href"), out var __jsonSecretsFileHref) ? (string)__jsonSecretsFileHref : (string)SecretsFileHref;} + {_href = If( json?.PropertyT("href"), out var __jsonHref) ? (string)__jsonHref : (string)Href;} + {_config = If( json?.PropertyT("config"), out var __jsonConfig) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Any.FromJson(__jsonConfig) : Config;} + {_file = If( json?.PropertyT("files"), out var __jsonFiles) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopePropertiesFiles.FromJson(__jsonFiles) : File;} {_testData = If( json?.PropertyT("test_data"), out var __jsonTestData) ? (string)__jsonTestData : (string)TestData;} - {_testDataHref = If( json?.PropertyT("test_data_href"), out var __jsonTestDataHref) ? (string)__jsonTestDataHref : (string)TestDataHref;} + {_invokeUrlTemplate = If( json?.PropertyT("invoke_url_template"), out var __jsonInvokeUrlTemplate) ? (string)__jsonInvokeUrlTemplate : (string)InvokeUrlTemplate;} {_language = If( json?.PropertyT("language"), out var __jsonLanguage) ? (string)__jsonLanguage : (string)Language;} + {_isDisabled = If( json?.PropertyT("isDisabled"), out var __jsonIsDisabled) ? (bool?)__jsonIsDisabled : IsDisabled;} AfterFromJson(json); } @@ -105,19 +105,19 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._config ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._config.ToJson(null,serializationMode) : null, "config" ,container.Add ); - AddIf( null != (((object)this._configHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._configHref.ToString()) : null, "config_href" ,container.Add ); - AddIf( null != this._file ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._file.ToJson(null,serializationMode) : null, "files" ,container.Add ); AddIf( null != (((object)this._functionAppId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._functionAppId.ToString()) : null, "function_app_id" ,container.Add ); - AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); - AddIf( null != (((object)this._invokeUrlTemplate)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._invokeUrlTemplate.ToString()) : null, "invoke_url_template" ,container.Add ); - AddIf( null != this._isDisabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDisabled) : null, "isDisabled" ,container.Add ); - AddIf( null != (((object)this._scriptHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scriptHref.ToString()) : null, "script_href" ,container.Add ); AddIf( null != (((object)this._scriptRootPathHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scriptRootPathHref.ToString()) : null, "script_root_path_href" ,container.Add ); + AddIf( null != (((object)this._scriptHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scriptHref.ToString()) : null, "script_href" ,container.Add ); + AddIf( null != (((object)this._configHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._configHref.ToString()) : null, "config_href" ,container.Add ); + AddIf( null != (((object)this._testDataHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._testDataHref.ToString()) : null, "test_data_href" ,container.Add ); AddIf( null != (((object)this._secretsFileHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._secretsFileHref.ToString()) : null, "secrets_file_href" ,container.Add ); + AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); + AddIf( null != this._config ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._config.ToJson(null,serializationMode) : null, "config" ,container.Add ); + AddIf( null != this._file ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._file.ToJson(null,serializationMode) : null, "files" ,container.Add ); AddIf( null != (((object)this._testData)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._testData.ToString()) : null, "test_data" ,container.Add ); - AddIf( null != (((object)this._testDataHref)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._testDataHref.ToString()) : null, "test_data_href" ,container.Add ); + AddIf( null != (((object)this._invokeUrlTemplate)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._invokeUrlTemplate.ToString()) : null, "invoke_url_template" ,container.Add ); AddIf( null != (((object)this._language)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._language.ToString()) : null, "language" ,container.Add ); + AddIf( null != this._isDisabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDisabled) : null, "isDisabled" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.cs b/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.cs deleted file mode 100644 index 51c61749d2b8..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/FunctionEnvelopePropertiesConfig.cs +++ /dev/null @@ -1,29 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - /// Config information. - public partial class FunctionEnvelopePropertiesConfig : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfigInternal - { - - /// Creates an new instance. - public FunctionEnvelopePropertiesConfig() - { - - } - } - /// Config information. - public partial interface IFunctionEnvelopePropertiesConfig : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable - { - - } - /// Config information. - internal partial interface IFunctionEnvelopePropertiesConfigInternal - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/FunctionSecrets.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/FunctionSecrets.PowerShell.cs index 12a51e7b366f..8fc247548e7d 100644 --- a/src/Functions/generated/api/Models/Api20190801/FunctionSecrets.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/FunctionSecrets.PowerShell.cs @@ -95,10 +95,10 @@ internal FunctionSecrets(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionSecretsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Key = (string) content.GetValueForProperty("Key",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Key, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).TriggerUrl = (string) content.GetValueForProperty("TriggerUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).TriggerUrl, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -119,10 +119,10 @@ internal FunctionSecrets(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionSecretsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Key = (string) content.GetValueForProperty("Key",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).Key, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).TriggerUrl = (string) content.GetValueForProperty("TriggerUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionSecretsInternal)this).TriggerUrl, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/GeoRegion.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/GeoRegion.PowerShell.cs index cdf0fd42a8d0..233f4acc302f 100644 --- a/src/Functions/generated/api/Models/Api20190801/GeoRegion.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/GeoRegion.PowerShell.cs @@ -95,10 +95,10 @@ internal GeoRegion(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).OrgDomain = (string) content.GetValueForProperty("OrgDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).OrgDomain, global::System.Convert.ToString); @@ -120,10 +120,10 @@ internal GeoRegion(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).OrgDomain = (string) content.GetValueForProperty("OrgDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionInternal)this).OrgDomain, global::System.Convert.ToString); diff --git a/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.PowerShell.cs index f7fa4ee36742..39e4c4292e6e 100644 --- a/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal GeoRegionCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal GeoRegionCollection(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegionCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.json.cs index 0813bda0f8fd..06b087106483 100644 --- a/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/GeoRegionCollection.json.cs @@ -70,8 +70,8 @@ internal GeoRegionCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.GeoRegion.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.PowerShell.cs index 5a7829703145..d8e08f7e1722 100644 --- a/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.PowerShell.cs @@ -96,14 +96,14 @@ internal GlobalCsmSkuDescription(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Family = (string) content.GetValueForProperty("Family",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Family, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum = (int?) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMinimum = (int?) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum = (int?) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityScaleType = (string) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityScaleType, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,14 +124,14 @@ internal GlobalCsmSkuDescription(global::System.Management.Automation.PSObject c // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Family = (string) content.GetValueForProperty("Family",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Family, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Size, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Tier, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum = (int?) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMinimum = (int?) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum = (int?) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityScaleType = (string) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGlobalCsmSkuDescriptionInternal)this).CapacityScaleType, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.json.cs b/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.json.cs index 4c0640b478c8..f34abfa7de3f 100644 --- a/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/GlobalCsmSkuDescription.json.cs @@ -72,11 +72,11 @@ internal GlobalCsmSkuDescription(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru } {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacity.FromJson(__jsonCapacity) : Capacity;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_capability = If( json?.PropertyT("capabilities"), out var __jsonCapabilities) ? If( __jsonCapabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Capability.FromJson(__u) )) ))() : null : Capability;} - {_family = If( json?.PropertyT("family"), out var __jsonFamily) ? (string)__jsonFamily : (string)Family;} - {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : Location;} - {_size = If( json?.PropertyT("size"), out var __jsonSize) ? (string)__jsonSize : (string)Size;} {_tier = If( json?.PropertyT("tier"), out var __jsonTier) ? (string)__jsonTier : (string)Tier;} + {_size = If( json?.PropertyT("size"), out var __jsonSize) ? (string)__jsonSize : (string)Size;} + {_family = If( json?.PropertyT("family"), out var __jsonFamily) ? (string)__jsonFamily : (string)Family;} + {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Location;} + {_capability = If( json?.PropertyT("capabilities"), out var __jsonCapabilities) ? If( __jsonCapabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Capability.FromJson(__p) )) ))() : null : Capability;} AfterFromJson(json); } @@ -101,27 +101,27 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._capacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._capacity.ToJson(null,serializationMode) : null, "capacity" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - if (null != this._capability) + AddIf( null != (((object)this._tier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tier.ToString()) : null, "tier" ,container.Add ); + AddIf( null != (((object)this._size)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._size.ToString()) : null, "size" ,container.Add ); + AddIf( null != (((object)this._family)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._family.ToString()) : null, "family" ,container.Add ); + if (null != this._location) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._capability ) + foreach( var __x in this._location ) { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("capabilities",__w); + container.Add("locations",__w); } - AddIf( null != (((object)this._family)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._family.ToString()) : null, "family" ,container.Add ); - if (null != this._location) + if (null != this._capability) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._location ) + foreach( var __s in this._capability ) { - AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("locations",__r); + container.Add("capabilities",__r); } - AddIf( null != (((object)this._size)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._size.ToString()) : null, "size" ,container.Add ); - AddIf( null != (((object)this._tier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tier.ToString()) : null, "tier" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HandlerMapping.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HandlerMapping.PowerShell.cs index 4cc1ff4cdb41..bb8c06cba5a5 100644 --- a/src/Functions/generated/api/Models/Api20190801/HandlerMapping.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HandlerMapping.PowerShell.cs @@ -97,9 +97,9 @@ internal HandlerMapping(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument = (string) content.GetValueForProperty("Argument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Extension = (string) content.GetValueForProperty("Extension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Extension, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).ScriptProcessor = (string) content.GetValueForProperty("ScriptProcessor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).ScriptProcessor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument = (string) content.GetValueForProperty("Argument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -117,9 +117,9 @@ internal HandlerMapping(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument = (string) content.GetValueForProperty("Argument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Extension = (string) content.GetValueForProperty("Extension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Extension, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).ScriptProcessor = (string) content.GetValueForProperty("ScriptProcessor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).ScriptProcessor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument = (string) content.GetValueForProperty("Argument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMappingInternal)this).Argument, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HandlerMapping.json.cs b/src/Functions/generated/api/Models/Api20190801/HandlerMapping.json.cs index d5f4d3603c7f..99465d31ada6 100644 --- a/src/Functions/generated/api/Models/Api20190801/HandlerMapping.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HandlerMapping.json.cs @@ -73,9 +73,9 @@ internal HandlerMapping(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_argument = If( json?.PropertyT("arguments"), out var __jsonArguments) ? (string)__jsonArguments : (string)Argument;} {_extension = If( json?.PropertyT("extension"), out var __jsonExtension) ? (string)__jsonExtension : (string)Extension;} {_scriptProcessor = If( json?.PropertyT("scriptProcessor"), out var __jsonScriptProcessor) ? (string)__jsonScriptProcessor : (string)ScriptProcessor;} + {_argument = If( json?.PropertyT("arguments"), out var __jsonArguments) ? (string)__jsonArguments : (string)Argument;} AfterFromJson(json); } @@ -98,9 +98,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._argument)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._argument.ToString()) : null, "arguments" ,container.Add ); AddIf( null != (((object)this._extension)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extension.ToString()) : null, "extension" ,container.Add ); AddIf( null != (((object)this._scriptProcessor)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scriptProcessor.ToString()) : null, "scriptProcessor" ,container.Add ); + AddIf( null != (((object)this._argument)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._argument.ToString()) : null, "arguments" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HostKeys.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostKeys.PowerShell.cs index 45b96e2033c9..fafdbe6da841 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostKeys.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostKeys.PowerShell.cs @@ -94,8 +94,8 @@ internal HostKeys(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysFunctionKeys) content.GetValueForProperty("FunctionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysFunctionKeysTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).MasterKey = (string) content.GetValueForProperty("MasterKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).MasterKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysFunctionKeys) content.GetValueForProperty("FunctionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysFunctionKeysTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).SystemKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysSystemKeys) content.GetValueForProperty("SystemKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).SystemKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysSystemKeysTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -114,8 +114,8 @@ internal HostKeys(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysFunctionKeys) content.GetValueForProperty("FunctionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysFunctionKeysTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).MasterKey = (string) content.GetValueForProperty("MasterKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).MasterKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysFunctionKeys) content.GetValueForProperty("FunctionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).FunctionKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysFunctionKeysTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).SystemKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysSystemKeys) content.GetValueForProperty("SystemKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostKeysInternal)this).SystemKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysSystemKeysTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HostKeys.json.cs b/src/Functions/generated/api/Models/Api20190801/HostKeys.json.cs index 7721a5234fe1..4c0d100f7c3a 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostKeys.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostKeys.json.cs @@ -70,8 +70,8 @@ internal HostKeys(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json { return; } - {_functionKey = If( json?.PropertyT("functionKeys"), out var __jsonFunctionKeys) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysFunctionKeys.FromJson(__jsonFunctionKeys) : FunctionKey;} {_masterKey = If( json?.PropertyT("masterKey"), out var __jsonMasterKey) ? (string)__jsonMasterKey : (string)MasterKey;} + {_functionKey = If( json?.PropertyT("functionKeys"), out var __jsonFunctionKeys) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysFunctionKeys.FromJson(__jsonFunctionKeys) : FunctionKey;} {_systemKey = If( json?.PropertyT("systemKeys"), out var __jsonSystemKeys) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostKeysSystemKeys.FromJson(__jsonSystemKeys) : SystemKey;} AfterFromJson(json); } @@ -95,8 +95,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._functionKey ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._functionKey.ToJson(null,serializationMode) : null, "functionKeys" ,container.Add ); AddIf( null != (((object)this._masterKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._masterKey.ToString()) : null, "masterKey" ,container.Add ); + AddIf( null != this._functionKey ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._functionKey.ToJson(null,serializationMode) : null, "functionKeys" ,container.Add ); AddIf( null != this._systemKey ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._systemKey.ToJson(null,serializationMode) : null, "systemKeys" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/HostName.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostName.PowerShell.cs index 37a401db218a..1a543ff2f7b3 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostName.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostName.PowerShell.cs @@ -95,11 +95,11 @@ internal HostName(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName = (string[]) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceName = (string) content.GetValueForProperty("AzureResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType?) content.GetValueForProperty("AzureResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).CustomHostNameDnsRecordType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType?) content.GetValueForProperty("CustomHostNameDnsRecordType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).CustomHostNameDnsRecordType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName = (string[]) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -118,11 +118,11 @@ internal HostName(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName = (string[]) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceName = (string) content.GetValueForProperty("AzureResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType?) content.GetValueForProperty("AzureResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).AzureResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).CustomHostNameDnsRecordType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType?) content.GetValueForProperty("CustomHostNameDnsRecordType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).CustomHostNameDnsRecordType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName = (string[]) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameInternal)this).SiteName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HostName.json.cs b/src/Functions/generated/api/Models/Api20190801/HostName.json.cs index 6f699198a570..5d2d060ab4ac 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostName.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostName.json.cs @@ -71,11 +71,11 @@ internal HostName(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_siteName = If( json?.PropertyT("siteNames"), out var __jsonSiteNames) ? If( __jsonSiteNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : SiteName;} {_azureResourceName = If( json?.PropertyT("azureResourceName"), out var __jsonAzureResourceName) ? (string)__jsonAzureResourceName : (string)AzureResourceName;} {_azureResourceType = If( json?.PropertyT("azureResourceType"), out var __jsonAzureResourceType) ? (string)__jsonAzureResourceType : (string)AzureResourceType;} {_customHostNameDnsRecordType = If( json?.PropertyT("customHostNameDnsRecordType"), out var __jsonCustomHostNameDnsRecordType) ? (string)__jsonCustomHostNameDnsRecordType : (string)CustomHostNameDnsRecordType;} {_type = If( json?.PropertyT("hostNameType"), out var __jsonHostNameType) ? (string)__jsonHostNameType : (string)Type;} - {_siteName = If( json?.PropertyT("siteNames"), out var __jsonSiteNames) ? If( __jsonSiteNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : SiteName;} AfterFromJson(json); } @@ -99,10 +99,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._azureResourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureResourceName.ToString()) : null, "azureResourceName" ,container.Add ); - AddIf( null != (((object)this._azureResourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureResourceType.ToString()) : null, "azureResourceType" ,container.Add ); - AddIf( null != (((object)this._customHostNameDnsRecordType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._customHostNameDnsRecordType.ToString()) : null, "customHostNameDnsRecordType" ,container.Add ); - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "hostNameType" ,container.Add ); if (null != this._siteName) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -112,6 +108,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("siteNames",__w); } + AddIf( null != (((object)this._azureResourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureResourceName.ToString()) : null, "azureResourceName" ,container.Add ); + AddIf( null != (((object)this._azureResourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureResourceType.ToString()) : null, "azureResourceType" ,container.Add ); + AddIf( null != (((object)this._customHostNameDnsRecordType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._customHostNameDnsRecordType.ToString()) : null, "customHostNameDnsRecordType" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "hostNameType" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameBinding.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostNameBinding.PowerShell.cs index fb44bbe69ab6..3f45a6ff6c07 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameBinding.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameBinding.PowerShell.cs @@ -95,17 +95,17 @@ internal HostNameBinding(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameBindingPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState?) content.GetValueForProperty("SslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SslState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceName = (string) content.GetValueForProperty("AzureResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType?) content.GetValueForProperty("AzureResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).CustomHostNameDnsRecordType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType?) content.GetValueForProperty("CustomHostNameDnsRecordType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).CustomHostNameDnsRecordType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).HostNameType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType?) content.GetValueForProperty("HostNameType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).HostNameType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).VirtualIP, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -126,17 +126,17 @@ internal HostNameBinding(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameBindingPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState?) content.GetValueForProperty("SslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SslState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceName = (string) content.GetValueForProperty("AzureResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType?) content.GetValueForProperty("AzureResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).AzureResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).CustomHostNameDnsRecordType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType?) content.GetValueForProperty("CustomHostNameDnsRecordType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).CustomHostNameDnsRecordType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).HostNameType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType?) content.GetValueForProperty("HostNameType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).HostNameType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingInternal)this).VirtualIP, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.PowerShell.cs index 08e0decdba41..85b143448df1 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal HostNameBindingCollection(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBinding[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameBindingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal HostNameBindingCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBinding[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameBindingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.json.cs index 092b6303a0e5..ffd94ce98b0b 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameBindingCollection.json.cs @@ -70,8 +70,8 @@ internal HostNameBindingCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBinding) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameBinding.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.PowerShell.cs index dbf53ab635e5..0afde53360f5 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.PowerShell.cs @@ -96,12 +96,12 @@ internal HostNameBindingProperties(global::System.Collections.IDictionary conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceName = (string) content.GetValueForProperty("AzureResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType?) content.GetValueForProperty("AzureResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).CustomHostNameDnsRecordType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType?) content.GetValueForProperty("CustomHostNameDnsRecordType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).CustomHostNameDnsRecordType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).HostNameType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType?) content.GetValueForProperty("HostNameType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).HostNameType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState?) content.GetValueForProperty("SslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SslState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).VirtualIP, global::System.Convert.ToString); @@ -122,12 +122,12 @@ internal HostNameBindingProperties(global::System.Management.Automation.PSObject return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceName = (string) content.GetValueForProperty("AzureResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType?) content.GetValueForProperty("AzureResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).AzureResourceType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).CustomHostNameDnsRecordType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType?) content.GetValueForProperty("CustomHostNameDnsRecordType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).CustomHostNameDnsRecordType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId = (string) content.GetValueForProperty("DomainId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).DomainId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).HostNameType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType?) content.GetValueForProperty("HostNameType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).HostNameType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState?) content.GetValueForProperty("SslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).SslState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameBindingPropertiesInternal)this).VirtualIP, global::System.Convert.ToString); diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.json.cs index f10e24100009..7c878bf96615 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameBindingProperties.json.cs @@ -70,12 +70,12 @@ internal HostNameBindingProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } + {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} + {_domainId = If( json?.PropertyT("domainId"), out var __jsonDomainId) ? (string)__jsonDomainId : (string)DomainId;} {_azureResourceName = If( json?.PropertyT("azureResourceName"), out var __jsonAzureResourceName) ? (string)__jsonAzureResourceName : (string)AzureResourceName;} {_azureResourceType = If( json?.PropertyT("azureResourceType"), out var __jsonAzureResourceType) ? (string)__jsonAzureResourceType : (string)AzureResourceType;} {_customHostNameDnsRecordType = If( json?.PropertyT("customHostNameDnsRecordType"), out var __jsonCustomHostNameDnsRecordType) ? (string)__jsonCustomHostNameDnsRecordType : (string)CustomHostNameDnsRecordType;} - {_domainId = If( json?.PropertyT("domainId"), out var __jsonDomainId) ? (string)__jsonDomainId : (string)DomainId;} {_hostNameType = If( json?.PropertyT("hostNameType"), out var __jsonHostNameType) ? (string)__jsonHostNameType : (string)HostNameType;} - {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} {_sslState = If( json?.PropertyT("sslState"), out var __jsonSslState) ? (string)__jsonSslState : (string)SslState;} {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} {_virtualIP = If( json?.PropertyT("virtualIP"), out var __jsonVirtualIP) ? (string)__jsonVirtualIP : (string)VirtualIP;} @@ -101,12 +101,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); + AddIf( null != (((object)this._domainId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainId.ToString()) : null, "domainId" ,container.Add ); AddIf( null != (((object)this._azureResourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureResourceName.ToString()) : null, "azureResourceName" ,container.Add ); AddIf( null != (((object)this._azureResourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azureResourceType.ToString()) : null, "azureResourceType" ,container.Add ); AddIf( null != (((object)this._customHostNameDnsRecordType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._customHostNameDnsRecordType.ToString()) : null, "customHostNameDnsRecordType" ,container.Add ); - AddIf( null != (((object)this._domainId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainId.ToString()) : null, "domainId" ,container.Add ); AddIf( null != (((object)this._hostNameType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostNameType.ToString()) : null, "hostNameType" ,container.Add ); - AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); AddIf( null != (((object)this._sslState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sslState.ToString()) : null, "sslState" ,container.Add ); AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameSslState.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostNameSslState.PowerShell.cs index 6138b8aa29a2..55b66c2d7e6c 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameSslState.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameSslState.PowerShell.cs @@ -95,11 +95,11 @@ internal HostNameSslState(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType?) content.GetValueForProperty("HostType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).SslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState?) content.GetValueForProperty("SslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).SslState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).ToUpdate = (bool?) content.GetValueForProperty("ToUpdate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).ToUpdate, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType?) content.GetValueForProperty("HostType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType.CreateFrom); AfterDeserializeDictionary(content); } @@ -118,11 +118,11 @@ internal HostNameSslState(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType?) content.GetValueForProperty("HostType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).SslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState?) content.GetValueForProperty("SslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).SslState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).Thumbprint, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).ToUpdate = (bool?) content.GetValueForProperty("ToUpdate",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).ToUpdate, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).VirtualIP, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType?) content.GetValueForProperty("HostType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslStateInternal)this).HostType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HostNameSslState.json.cs b/src/Functions/generated/api/Models/Api20190801/HostNameSslState.json.cs index a6fcf6d3840e..1c1d1e274abe 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostNameSslState.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostNameSslState.json.cs @@ -71,11 +71,11 @@ internal HostNameSslState(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_hostType = If( json?.PropertyT("hostType"), out var __jsonHostType) ? (string)__jsonHostType : (string)HostType;} {_sslState = If( json?.PropertyT("sslState"), out var __jsonSslState) ? (string)__jsonSslState : (string)SslState;} + {_virtualIP = If( json?.PropertyT("virtualIP"), out var __jsonVirtualIP) ? (string)__jsonVirtualIP : (string)VirtualIP;} {_thumbprint = If( json?.PropertyT("thumbprint"), out var __jsonThumbprint) ? (string)__jsonThumbprint : (string)Thumbprint;} {_toUpdate = If( json?.PropertyT("toUpdate"), out var __jsonToUpdate) ? (bool?)__jsonToUpdate : ToUpdate;} - {_virtualIP = If( json?.PropertyT("virtualIP"), out var __jsonVirtualIP) ? (string)__jsonVirtualIP : (string)VirtualIP;} + {_hostType = If( json?.PropertyT("hostType"), out var __jsonHostType) ? (string)__jsonHostType : (string)HostType;} AfterFromJson(json); } @@ -99,11 +99,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._hostType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostType.ToString()) : null, "hostType" ,container.Add ); AddIf( null != (((object)this._sslState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sslState.ToString()) : null, "sslState" ,container.Add ); + AddIf( null != (((object)this._virtualIP)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualIP.ToString()) : null, "virtualIP" ,container.Add ); AddIf( null != (((object)this._thumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._thumbprint.ToString()) : null, "thumbprint" ,container.Add ); AddIf( null != this._toUpdate ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._toUpdate) : null, "toUpdate" ,container.Add ); - AddIf( null != (((object)this._virtualIP)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualIP.ToString()) : null, "virtualIP" ,container.Add ); + AddIf( null != (((object)this._hostType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostType.ToString()) : null, "hostType" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.PowerShell.cs index e22700bb54b5..db8acd2fa37e 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.PowerShell.cs @@ -96,9 +96,9 @@ internal HostingEnvironmentProfile(global::System.Collections.IDictionary conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal HostingEnvironmentProfile(global::System.Management.Automation.PSObject return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfileInternal)this).Id, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.json.cs b/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.json.cs index 95ff616a49b2..c67df0e631f7 100644 --- a/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HostingEnvironmentProfile.json.cs @@ -70,9 +70,9 @@ internal HostingEnvironmentProfile(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} AfterFromJson(json); } @@ -95,6 +95,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); @@ -103,7 +104,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.PowerShell.cs index be40ca4cb37a..eb5878a6985e 100644 --- a/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.PowerShell.cs @@ -94,14 +94,14 @@ internal HttpLogsConfig(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfig) content.GetValueForProperty("FileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -119,14 +119,14 @@ internal HttpLogsConfig(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfig) content.GetValueForProperty("FileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("AzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl = (string) content.GetValueForProperty("AzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("AzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfigInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.json.cs b/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.json.cs index e51708879590..2aad4eb00105 100644 --- a/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HttpLogsConfig.json.cs @@ -70,8 +70,8 @@ internal HttpLogsConfig(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_azureBlobStorage = If( json?.PropertyT("azureBlobStorage"), out var __jsonAzureBlobStorage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfig.FromJson(__jsonAzureBlobStorage) : AzureBlobStorage;} {_fileSystem = If( json?.PropertyT("fileSystem"), out var __jsonFileSystem) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfig.FromJson(__jsonFileSystem) : FileSystem;} + {_azureBlobStorage = If( json?.PropertyT("azureBlobStorage"), out var __jsonAzureBlobStorage) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfig.FromJson(__jsonAzureBlobStorage) : AzureBlobStorage;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._azureBlobStorage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureBlobStorage.ToJson(null,serializationMode) : null, "azureBlobStorage" ,container.Add ); AddIf( null != this._fileSystem ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._fileSystem.ToJson(null,serializationMode) : null, "fileSystem" ,container.Add ); + AddIf( null != this._azureBlobStorage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._azureBlobStorage.ToJson(null,serializationMode) : null, "azureBlobStorage" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnection.PowerShell.cs index 43f111e92b5e..aa73dac722d5 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnection.PowerShell.cs @@ -95,17 +95,17 @@ internal HybridConnection(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyName = (string) content.GetValueForProperty("SendKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyValue = (string) content.GetValueForProperty("SendKeyValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusSuffix = (string) content.GetValueForProperty("ServiceBusSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusSuffix, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -125,17 +125,17 @@ internal HybridConnection(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayArmUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).RelayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyName = (string) content.GetValueForProperty("SendKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyValue = (string) content.GetValueForProperty("SendKeyValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).SendKeyValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusNamespace, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusSuffix = (string) content.GetValueForProperty("ServiceBusSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionInternal)this).ServiceBusSuffix, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.PowerShell.cs index 2ff8f1f569e1..b50a9a0e0855 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal HybridConnectionCollection(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal HybridConnectionCollection(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.json.cs index 7f1181fe0ba8..1c59915c4d00 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnectionCollection.json.cs @@ -70,8 +70,8 @@ internal HybridConnectionCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnection.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnectionKey.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnectionKey.PowerShell.cs index b34660108432..b1320dac129e 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnectionKey.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnectionKey.PowerShell.cs @@ -97,10 +97,10 @@ internal HybridConnectionKey(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionKeyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyName = (string) content.GetValueForProperty("SendKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyValue = (string) content.GetValueForProperty("SendKeyValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyValue, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -121,10 +121,10 @@ internal HybridConnectionKey(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionKeyPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyName = (string) content.GetValueForProperty("SendKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyValue = (string) content.GetValueForProperty("SendKeyValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyInternal)this).SendKeyValue, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnectionLimits.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnectionLimits.PowerShell.cs index 17065f9fcba0..b1ca945253c8 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnectionLimits.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnectionLimits.PowerShell.cs @@ -97,10 +97,10 @@ internal HybridConnectionLimits(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionLimitsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Current = (int?) content.GetValueForProperty("Current",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Current, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Maximum = (int?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); @@ -121,10 +121,10 @@ internal HybridConnectionLimits(global::System.Management.Automation.PSObject co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionLimitsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Current = (int?) content.GetValueForProperty("Current",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Current, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Maximum = (int?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionLimitsInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.PowerShell.cs index cee1efdd4fcc..517800988daf 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.PowerShell.cs @@ -96,13 +96,13 @@ internal HybridConnectionProperties(global::System.Collections.IDictionary conte return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyName = (string) content.GetValueForProperty("SendKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyValue = (string) content.GetValueForProperty("SendKeyValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusSuffix = (string) content.GetValueForProperty("ServiceBusSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusSuffix, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,13 +121,13 @@ internal HybridConnectionProperties(global::System.Management.Automation.PSObjec return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri = (string) content.GetValueForProperty("RelayArmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayArmUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).RelayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyName = (string) content.GetValueForProperty("SendKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyValue = (string) content.GetValueForProperty("SendKeyValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).SendKeyValue, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace = (string) content.GetValueForProperty("ServiceBusNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusNamespace, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusSuffix = (string) content.GetValueForProperty("ServiceBusSuffix",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionPropertiesInternal)this).ServiceBusSuffix, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.json.cs index bf75164b3542..e30de6d07eae 100644 --- a/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/HybridConnectionProperties.json.cs @@ -70,13 +70,13 @@ internal HybridConnectionProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } + {_serviceBusNamespace = If( json?.PropertyT("serviceBusNamespace"), out var __jsonServiceBusNamespace) ? (string)__jsonServiceBusNamespace : (string)ServiceBusNamespace;} + {_relayName = If( json?.PropertyT("relayName"), out var __jsonRelayName) ? (string)__jsonRelayName : (string)RelayName;} + {_relayArmUri = If( json?.PropertyT("relayArmUri"), out var __jsonRelayArmUri) ? (string)__jsonRelayArmUri : (string)RelayArmUri;} {_hostname = If( json?.PropertyT("hostname"), out var __jsonHostname) ? (string)__jsonHostname : (string)Hostname;} {_port = If( json?.PropertyT("port"), out var __jsonPort) ? (int?)__jsonPort : Port;} - {_relayArmUri = If( json?.PropertyT("relayArmUri"), out var __jsonRelayArmUri) ? (string)__jsonRelayArmUri : (string)RelayArmUri;} - {_relayName = If( json?.PropertyT("relayName"), out var __jsonRelayName) ? (string)__jsonRelayName : (string)RelayName;} {_sendKeyName = If( json?.PropertyT("sendKeyName"), out var __jsonSendKeyName) ? (string)__jsonSendKeyName : (string)SendKeyName;} {_sendKeyValue = If( json?.PropertyT("sendKeyValue"), out var __jsonSendKeyValue) ? (string)__jsonSendKeyValue : (string)SendKeyValue;} - {_serviceBusNamespace = If( json?.PropertyT("serviceBusNamespace"), out var __jsonServiceBusNamespace) ? (string)__jsonServiceBusNamespace : (string)ServiceBusNamespace;} {_serviceBusSuffix = If( json?.PropertyT("serviceBusSuffix"), out var __jsonServiceBusSuffix) ? (string)__jsonServiceBusSuffix : (string)ServiceBusSuffix;} AfterFromJson(json); } @@ -100,13 +100,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._serviceBusNamespace)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serviceBusNamespace.ToString()) : null, "serviceBusNamespace" ,container.Add ); + AddIf( null != (((object)this._relayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._relayName.ToString()) : null, "relayName" ,container.Add ); + AddIf( null != (((object)this._relayArmUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._relayArmUri.ToString()) : null, "relayArmUri" ,container.Add ); AddIf( null != (((object)this._hostname)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostname.ToString()) : null, "hostname" ,container.Add ); AddIf( null != this._port ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._port) : null, "port" ,container.Add ); - AddIf( null != (((object)this._relayArmUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._relayArmUri.ToString()) : null, "relayArmUri" ,container.Add ); - AddIf( null != (((object)this._relayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._relayName.ToString()) : null, "relayName" ,container.Add ); AddIf( null != (((object)this._sendKeyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sendKeyName.ToString()) : null, "sendKeyName" ,container.Add ); AddIf( null != (((object)this._sendKeyValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sendKeyValue.ToString()) : null, "sendKeyValue" ,container.Add ); - AddIf( null != (((object)this._serviceBusNamespace)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serviceBusNamespace.ToString()) : null, "serviceBusNamespace" ,container.Add ); AddIf( null != (((object)this._serviceBusSuffix)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serviceBusSuffix.ToString()) : null, "serviceBusSuffix" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.PowerShell.cs index 2b6d02e8633c..e88f945aa361 100644 --- a/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.PowerShell.cs @@ -94,16 +94,16 @@ internal IPSecurityRestriction(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action = (string) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).IPAddress = (string) content.GetValueForProperty("IPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).IPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority = (int?) content.GetValueForProperty("Priority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetMask = (string) content.GetValueForProperty("SubnetMask",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetMask, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag = (int?) content.GetValueForProperty("SubnetTrafficTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag?) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetSubnetResourceId = (string) content.GetValueForProperty("VnetSubnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetSubnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetTrafficTag = (int?) content.GetValueForProperty("VnetTrafficTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetTrafficTag, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag = (int?) content.GetValueForProperty("SubnetTrafficTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action = (string) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag?) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority = (int?) content.GetValueForProperty("Priority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,16 +121,16 @@ internal IPSecurityRestriction(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action = (string) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).IPAddress = (string) content.GetValueForProperty("IPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).IPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority = (int?) content.GetValueForProperty("Priority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetMask = (string) content.GetValueForProperty("SubnetMask",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetMask, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag = (int?) content.GetValueForProperty("SubnetTrafficTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag?) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetSubnetResourceId = (string) content.GetValueForProperty("VnetSubnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetSubnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetTrafficTag = (int?) content.GetValueForProperty("VnetTrafficTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).VnetTrafficTag, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag = (int?) content.GetValueForProperty("SubnetTrafficTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).SubnetTrafficTag, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action = (string) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Action, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag?) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority = (int?) content.GetValueForProperty("Priority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Priority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestrictionInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.json.cs b/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.json.cs index 0a3c55bc90d9..e231c56f4164 100644 --- a/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/IPSecurityRestriction.json.cs @@ -70,16 +70,16 @@ internal IPSecurityRestriction(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} {_iPAddress = If( json?.PropertyT("ipAddress"), out var __jsonIPAddress) ? (string)__jsonIPAddress : (string)IPAddress;} - {_priority = If( json?.PropertyT("priority"), out var __jsonPriority) ? (int?)__jsonPriority : Priority;} {_subnetMask = If( json?.PropertyT("subnetMask"), out var __jsonSubnetMask) ? (string)__jsonSubnetMask : (string)SubnetMask;} - {_subnetTrafficTag = If( json?.PropertyT("subnetTrafficTag"), out var __jsonSubnetTrafficTag) ? (int?)__jsonSubnetTrafficTag : SubnetTrafficTag;} - {_tag = If( json?.PropertyT("tag"), out var __jsonTag) ? (string)__jsonTag : (string)Tag;} {_vnetSubnetResourceId = If( json?.PropertyT("vnetSubnetResourceId"), out var __jsonVnetSubnetResourceId) ? (string)__jsonVnetSubnetResourceId : (string)VnetSubnetResourceId;} {_vnetTrafficTag = If( json?.PropertyT("vnetTrafficTag"), out var __jsonVnetTrafficTag) ? (int?)__jsonVnetTrafficTag : VnetTrafficTag;} + {_subnetTrafficTag = If( json?.PropertyT("subnetTrafficTag"), out var __jsonSubnetTrafficTag) ? (int?)__jsonSubnetTrafficTag : SubnetTrafficTag;} + {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} + {_tag = If( json?.PropertyT("tag"), out var __jsonTag) ? (string)__jsonTag : (string)Tag;} + {_priority = If( json?.PropertyT("priority"), out var __jsonPriority) ? (int?)__jsonPriority : Priority;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } @@ -102,16 +102,16 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); - AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); AddIf( null != (((object)this._iPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iPAddress.ToString()) : null, "ipAddress" ,container.Add ); - AddIf( null != this._priority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._priority) : null, "priority" ,container.Add ); AddIf( null != (((object)this._subnetMask)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subnetMask.ToString()) : null, "subnetMask" ,container.Add ); - AddIf( null != this._subnetTrafficTag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._subnetTrafficTag) : null, "subnetTrafficTag" ,container.Add ); - AddIf( null != (((object)this._tag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tag.ToString()) : null, "tag" ,container.Add ); AddIf( null != (((object)this._vnetSubnetResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetSubnetResourceId.ToString()) : null, "vnetSubnetResourceId" ,container.Add ); AddIf( null != this._vnetTrafficTag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._vnetTrafficTag) : null, "vnetTrafficTag" ,container.Add ); + AddIf( null != this._subnetTrafficTag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._subnetTrafficTag) : null, "subnetTrafficTag" ,container.Add ); + AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); + AddIf( null != (((object)this._tag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tag.ToString()) : null, "tag" ,container.Add ); + AddIf( null != this._priority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._priority) : null, "priority" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Identifier.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Identifier.PowerShell.cs index de4755be29b8..1984149abae1 100644 --- a/src/Functions/generated/api/Models/Api20190801/Identifier.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Identifier.PowerShell.cs @@ -95,10 +95,10 @@ internal Identifier(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Value, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,10 +118,10 @@ internal Identifier(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierInternal)this).Value, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.PowerShell.cs index 4ebdc34c1b14..30d90a87c095 100644 --- a/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal IdentifierCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifier[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal IdentifierCollection(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifier[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IdentifierTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.json.cs index 91042b102a24..988167c4f313 100644 --- a/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/IdentifierCollection.json.cs @@ -70,8 +70,8 @@ internal IdentifierCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIdentifier) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Identifier.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.PowerShell.cs index 087e623b57b4..f9f164189352 100644 --- a/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal InboundEnvironmentEndpointCollection(global::System.Collections.IDictio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpoint[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.InboundEnvironmentEndpointTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal InboundEnvironmentEndpointCollection(global::System.Management.Automati return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpoint[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.InboundEnvironmentEndpointTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.json.cs index 29ef1a131a00..defec6ce36e1 100644 --- a/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/InboundEnvironmentEndpointCollection.json.cs @@ -70,8 +70,8 @@ internal InboundEnvironmentEndpointCollection(Microsoft.Azure.PowerShell.Cmdlets { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpoint) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.InboundEnvironmentEndpoint.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +104,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.PowerShell.cs index 9968764e9554..8a3fc7a2bb40 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.PowerShell.cs @@ -97,10 +97,10 @@ internal KeyVaultReferenceCollection(global::System.Collections.IDictionary cont } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).KeyToReferenceStatuses = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses) content.GetValueForProperty("KeyToReferenceStatuses",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).KeyToReferenceStatuses, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -120,10 +120,10 @@ internal KeyVaultReferenceCollection(global::System.Management.Automation.PSObje } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).KeyToReferenceStatuses = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses) content.GetValueForProperty("KeyToReferenceStatuses",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionInternal)this).KeyToReferenceStatuses, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.cs index 9cb1f59c7a73..1e8abcb796c8 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollection.cs @@ -18,6 +18,7 @@ public partial class KeyVaultReferenceCollection : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)__proxyOnlyResource).Id; } + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses KeyToReferenceStatuses { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesInternal)Property).KeyToReferenceStatuses; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesInternal)Property).KeyToReferenceStatuses = value; } @@ -75,10 +76,11 @@ public partial interface IKeyVaultReferenceCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource { + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"", + Description = @"Dictionary of ", SerializedName = @"keyToReferenceStatuses", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses) })] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses KeyToReferenceStatuses { get; set; } @@ -88,6 +90,7 @@ public partial interface IKeyVaultReferenceCollection : internal partial interface IKeyVaultReferenceCollectionInternal : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal { + /// Dictionary of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses KeyToReferenceStatuses { get; set; } /// KeyVaultReferenceCollection resource specific properties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionProperties Property { get; set; } diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionProperties.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionProperties.cs index 09d71fe41e67..c0453855d78a 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionProperties.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionProperties.cs @@ -11,6 +11,7 @@ public partial class KeyVaultReferenceCollectionProperties : /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses _keyToReferenceStatuses; + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses KeyToReferenceStatuses { get => (this._keyToReferenceStatuses = this._keyToReferenceStatuses ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses()); set => this._keyToReferenceStatuses = value; } @@ -24,10 +25,11 @@ public KeyVaultReferenceCollectionProperties() public partial interface IKeyVaultReferenceCollectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"", + Description = @"Dictionary of ", SerializedName = @"keyToReferenceStatuses", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses) })] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses KeyToReferenceStatuses { get; set; } @@ -37,6 +39,7 @@ public partial interface IKeyVaultReferenceCollectionProperties : internal partial interface IKeyVaultReferenceCollectionPropertiesInternal { + /// Dictionary of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses KeyToReferenceStatuses { get; set; } } diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.PowerShell.cs index d7147ee1b043..54584e7bb9ec 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.PowerShell.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + /// Dictionary of [System.ComponentModel.TypeConverter(typeof(KeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesTypeConverter))] public partial class KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses { @@ -125,6 +126,7 @@ internal KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses(global::Sys /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } + /// Dictionary of [System.ComponentModel.TypeConverter(typeof(KeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesTypeConverter))] public partial interface IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.cs index ae40e205577a..be5bf9a01a49 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + /// Dictionary of public partial class KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesInternal @@ -15,12 +16,14 @@ public KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses() } } + /// Dictionary of public partial interface IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray { } + /// Dictionary of internal partial interface IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesInternal { diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.json.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.json.cs index bd62324e5fdc..5c2da70c54aa 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses.json.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + /// Dictionary of public partial class KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses { @@ -71,7 +72,7 @@ internal KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses(Microsoft.A { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiKvReference.FromJson(j) ,exclusions ); AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceResource.PowerShell.cs index ad9659cdc7be..72e5efa577a0 100644 --- a/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/KeyVaultReferenceResource.PowerShell.cs @@ -97,19 +97,19 @@ internal KeyVaultReferenceResource(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReference) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiKvReferenceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Reference = (string) content.GetValueForProperty("Reference",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Reference, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).VaultName = (string) content.GetValueForProperty("VaultName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).VaultName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Detail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); AfterDeserializeDictionary(content); } @@ -128,19 +128,19 @@ internal KeyVaultReferenceResource(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReference) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiKvReferenceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Reference = (string) content.GetValueForProperty("Reference",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Reference, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResolveStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).VaultName = (string) content.GetValueForProperty("VaultName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).VaultName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName = (string) content.GetValueForProperty("SecretName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion = (string) content.GetValueForProperty("SecretVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).SecretVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Detail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource?) content.GetValueForProperty("Source",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Source, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceSource.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResourceInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConfigReferenceLocation.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/LocalizableString.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/LocalizableString.PowerShell.cs index 8bec0ba00c7a..023e152fef72 100644 --- a/src/Functions/generated/api/Models/Api20190801/LocalizableString.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/LocalizableString.PowerShell.cs @@ -94,8 +94,8 @@ internal LocalizableString(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal LocalizableString(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue = (string) content.GetValueForProperty("LocalizedValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableStringInternal)this).LocalizedValue, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/LocalizableString.json.cs b/src/Functions/generated/api/Models/Api20190801/LocalizableString.json.cs index fcd2d0c0d15d..ffed95b0d5bd 100644 --- a/src/Functions/generated/api/Models/Api20190801/LocalizableString.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/LocalizableString.json.cs @@ -70,8 +70,8 @@ internal LocalizableString(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. { return; } - {_localizedValue = If( json?.PropertyT("localizedValue"), out var __jsonLocalizedValue) ? (string)__jsonLocalizedValue : (string)LocalizedValue;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (string)__jsonValue : (string)Value;} + {_localizedValue = If( json?.PropertyT("localizedValue"), out var __jsonLocalizedValue) ? (string)__jsonLocalizedValue : (string)LocalizedValue;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._localizedValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localizedValue.ToString()) : null, "localizedValue" ,container.Add ); AddIf( null != (((object)this._value)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._value.ToString()) : null, "value" ,container.Add ); + AddIf( null != (((object)this._localizedValue)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localizedValue.ToString()) : null, "localizedValue" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/LogSpecification.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/LogSpecification.PowerShell.cs index ece24e38e387..473308771552 100644 --- a/src/Functions/generated/api/Models/Api20190801/LogSpecification.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/LogSpecification.PowerShell.cs @@ -95,8 +95,8 @@ internal LogSpecification(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal LogSpecification(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecificationInternal)this).BlobDuration, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/LogSpecification.json.cs b/src/Functions/generated/api/Models/Api20190801/LogSpecification.json.cs index 8857384eb41a..71da13a5c9a2 100644 --- a/src/Functions/generated/api/Models/Api20190801/LogSpecification.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/LogSpecification.json.cs @@ -71,8 +71,8 @@ internal LogSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_blobDuration = If( json?.PropertyT("blobDuration"), out var __jsonBlobDuration) ? (string)__jsonBlobDuration : (string)BlobDuration;} {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_blobDuration = If( json?.PropertyT("blobDuration"), out var __jsonBlobDuration) ? (string)__jsonBlobDuration : (string)BlobDuration;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._blobDuration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobDuration.ToString()) : null, "blobDuration" ,container.Add ); AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._blobDuration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobDuration.ToString()) : null, "blobDuration" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeploy.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MSDeploy.PowerShell.cs index 7eabf24d8d3e..d1dd77e941ec 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeploy.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeploy.PowerShell.cs @@ -95,17 +95,17 @@ internal MSDeploy(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCore) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).DbType = (string) content.GetValueForProperty("DbType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).DbType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParametersXmlFileUri = (string) content.GetValueForProperty("SetParametersXmlFileUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParametersXmlFileUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SkipAppData = (bool?) content.GetValueForProperty("SkipAppData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SkipAppData, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -124,17 +124,17 @@ internal MSDeploy(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCore) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).DbType = (string) content.GetValueForProperty("DbType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).DbType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).PackageUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParametersXmlFileUri = (string) content.GetValueForProperty("SetParametersXmlFileUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParametersXmlFileUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SkipAppData = (bool?) content.GetValueForProperty("SkipAppData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).SkipAppData, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployCore.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployCore.PowerShell.cs index 278305806b66..d55a5ee88f84 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployCore.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployCore.PowerShell.cs @@ -94,13 +94,13 @@ internal MSDeployCore(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).DbType = (string) content.GetValueForProperty("DbType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).DbType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParametersXmlFileUri = (string) content.GetValueForProperty("SetParametersXmlFileUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParametersXmlFileUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SkipAppData = (bool?) content.GetValueForProperty("SkipAppData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SkipAppData, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -118,13 +118,13 @@ internal MSDeployCore(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).DbType = (string) content.GetValueForProperty("DbType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).DbType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri = (string) content.GetValueForProperty("PackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).PackageUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParametersXmlFileUri = (string) content.GetValueForProperty("SetParametersXmlFileUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParametersXmlFileUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreSetParameters) content.GetValueForProperty("SetParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SetParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParametersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SkipAppData = (bool?) content.GetValueForProperty("SkipAppData",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).SkipAppData, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline = (bool?) content.GetValueForProperty("AppOffline",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployCoreInternal)this).AppOffline, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployCore.json.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployCore.json.cs index fe3dae75c677..a7a588bbfe52 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployCore.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployCore.json.cs @@ -70,13 +70,13 @@ internal MSDeployCore(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json. { return; } - {_appOffline = If( json?.PropertyT("appOffline"), out var __jsonAppOffline) ? (bool?)__jsonAppOffline : AppOffline;} + {_packageUri = If( json?.PropertyT("packageUri"), out var __jsonPackageUri) ? (string)__jsonPackageUri : (string)PackageUri;} {_connectionString = If( json?.PropertyT("connectionString"), out var __jsonConnectionString) ? (string)__jsonConnectionString : (string)ConnectionString;} {_dbType = If( json?.PropertyT("dbType"), out var __jsonDbType) ? (string)__jsonDbType : (string)DbType;} - {_packageUri = If( json?.PropertyT("packageUri"), out var __jsonPackageUri) ? (string)__jsonPackageUri : (string)PackageUri;} - {_setParameter = If( json?.PropertyT("setParameters"), out var __jsonSetParameters) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParameters.FromJson(__jsonSetParameters) : SetParameter;} {_setParametersXmlFileUri = If( json?.PropertyT("setParametersXmlFileUri"), out var __jsonSetParametersXmlFileUri) ? (string)__jsonSetParametersXmlFileUri : (string)SetParametersXmlFileUri;} + {_setParameter = If( json?.PropertyT("setParameters"), out var __jsonSetParameters) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployCoreSetParameters.FromJson(__jsonSetParameters) : SetParameter;} {_skipAppData = If( json?.PropertyT("skipAppData"), out var __jsonSkipAppData) ? (bool?)__jsonSkipAppData : SkipAppData;} + {_appOffline = If( json?.PropertyT("appOffline"), out var __jsonAppOffline) ? (bool?)__jsonAppOffline : AppOffline;} AfterFromJson(json); } @@ -99,13 +99,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._appOffline ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._appOffline) : null, "appOffline" ,container.Add ); + AddIf( null != (((object)this._packageUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._packageUri.ToString()) : null, "packageUri" ,container.Add ); AddIf( null != (((object)this._connectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._connectionString.ToString()) : null, "connectionString" ,container.Add ); AddIf( null != (((object)this._dbType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dbType.ToString()) : null, "dbType" ,container.Add ); - AddIf( null != (((object)this._packageUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._packageUri.ToString()) : null, "packageUri" ,container.Add ); - AddIf( null != this._setParameter ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setParameter.ToJson(null,serializationMode) : null, "setParameters" ,container.Add ); AddIf( null != (((object)this._setParametersXmlFileUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._setParametersXmlFileUri.ToString()) : null, "setParametersXmlFileUri" ,container.Add ); + AddIf( null != this._setParameter ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setParameter.ToJson(null,serializationMode) : null, "setParameters" ,container.Add ); AddIf( null != this._skipAppData ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._skipAppData) : null, "skipAppData" ,container.Add ); + AddIf( null != this._appOffline ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._appOffline) : null, "appOffline" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployLog.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployLog.PowerShell.cs index f25eccb91d28..a6d1efb78b14 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployLog.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployLog.PowerShell.cs @@ -95,10 +95,10 @@ internal MSDeployLog(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployLogPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Entry = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntry[]) content.GetValueForProperty("Entry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Entry, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployLogEntryTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -118,10 +118,10 @@ internal MSDeployLog(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployLogPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Entry = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntry[]) content.GetValueForProperty("Entry",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogInternal)this).Entry, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployLogEntryTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.PowerShell.cs index 22e4cf3c23cd..4bde5daed2b1 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.PowerShell.cs @@ -94,9 +94,9 @@ internal MSDeployLogEntry(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployLogEntryType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployLogEntryType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -114,9 +114,9 @@ internal MSDeployLogEntry(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployLogEntryType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployLogEntryType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntryInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.json.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.json.cs index 5ae989192cb3..d9b955c1bbf7 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployLogEntry.json.cs @@ -70,9 +70,9 @@ internal MSDeployLogEntry(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } + {_time = If( json?.PropertyT("time"), out var __jsonTime) ? global::System.DateTime.TryParse((string)__jsonTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimeValue) ? __jsonTimeValue : Time : Time;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} - {_time = If( json?.PropertyT("time"), out var __jsonTime) ? global::System.DateTime.TryParse((string)__jsonTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimeValue) ? __jsonTimeValue : Time : Time;} AfterFromJson(json); } @@ -97,15 +97,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + AddIf( null != this._time ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._time?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._time ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._time?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployStatus.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployStatus.PowerShell.cs index 35f1b7efe163..c268c1c8f8c3 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployStatus.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployStatus.PowerShell.cs @@ -95,15 +95,15 @@ internal MSDeployStatus(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployStatusPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -122,15 +122,15 @@ internal MSDeployStatus(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployStatusPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.PowerShell.cs index 769bba0150d1..00a445225b84 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.PowerShell.cs @@ -94,11 +94,11 @@ internal MSDeployStatusProperties(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -116,11 +116,11 @@ internal MSDeployStatusProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Deployer = (string) content.GetValueForProperty("Deployer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Deployer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete = (bool?) content.GetValueForProperty("Complete",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployStatusPropertiesInternal)this).Complete, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.json.cs index a060a6405f3d..aed40187b98f 100644 --- a/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/MSDeployStatusProperties.json.cs @@ -70,11 +70,11 @@ internal MSDeployStatusProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_complete = If( json?.PropertyT("complete"), out var __jsonComplete) ? (bool?)__jsonComplete : Complete;} {_deployer = If( json?.PropertyT("deployer"), out var __jsonDeployer) ? (string)__jsonDeployer : (string)Deployer;} - {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} + {_complete = If( json?.PropertyT("complete"), out var __jsonComplete) ? (bool?)__jsonComplete : Complete;} AfterFromJson(json); } @@ -99,23 +99,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._complete ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._complete) : null, "complete" ,container.Add ); + AddIf( null != (((object)this._deployer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deployer.ToString()) : null, "deployer" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._deployer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deployer.ToString()) : null, "deployer" ,container.Add ); + AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); + AddIf( null != this._complete ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._complete) : null, "complete" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.PowerShell.cs index db8f163f6f3e..85c020e3230f 100644 --- a/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.PowerShell.cs @@ -95,8 +95,8 @@ internal ManagedServiceIdentity(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).UserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities) content.GetValueForProperty("UserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).UserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal ManagedServiceIdentity(global::System.Management.Automation.PSObject co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).PrincipalId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).UserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities) content.GetValueForProperty("UserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityInternal)this).UserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.json.cs b/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.json.cs index 11cb8936ca84..a35510054711 100644 --- a/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentity.json.cs @@ -71,8 +71,8 @@ internal ManagedServiceIdentity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run return; } {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} + {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} {_userAssignedIdentity = If( json?.PropertyT("userAssignedIdentities"), out var __jsonUserAssignedIdentities) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentities.FromJson(__jsonUserAssignedIdentities) : UserAssignedIdentity;} AfterFromJson(json); } @@ -99,11 +99,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); + AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._tenantId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tenantId.ToString()) : null, "tenantId" ,container.Add ); + AddIf( null != (((object)this._principalId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._principalId.ToString()) : null, "principalId" ,container.Add ); } AddIf( null != this._userAssignedIdentity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._userAssignedIdentity.ToJson(null,serializationMode) : null, "userAssignedIdentities" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentityUserAssignedIdentities.json.cs b/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentityUserAssignedIdentities.json.cs index 494c7d20ec4b..9e3b561240c3 100644 --- a/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentityUserAssignedIdentities.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ManagedServiceIdentityUserAssignedIdentities.json.cs @@ -75,7 +75,7 @@ internal ManagedServiceIdentityUserAssignedIdentities(Microsoft.Azure.PowerShell { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties.FromJson(j) ,exclusions ); AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/MetricAvailability.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MetricAvailability.PowerShell.cs index 9210ed95de23..ea7899f1fbed 100644 --- a/src/Functions/generated/api/Models/Api20190801/MetricAvailability.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MetricAvailability.PowerShell.cs @@ -94,8 +94,8 @@ internal MetricAvailability(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).TimeGrain, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal MetricAvailability(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).TimeGrain, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration = (string) content.GetValueForProperty("BlobDuration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailabilityInternal)this).BlobDuration, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MetricAvailability.json.cs b/src/Functions/generated/api/Models/Api20190801/MetricAvailability.json.cs index 8690423c819d..51bc0a09eb42 100644 --- a/src/Functions/generated/api/Models/Api20190801/MetricAvailability.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/MetricAvailability.json.cs @@ -70,8 +70,8 @@ internal MetricAvailability(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_blobDuration = If( json?.PropertyT("blobDuration"), out var __jsonBlobDuration) ? (string)__jsonBlobDuration : (string)BlobDuration;} {_timeGrain = If( json?.PropertyT("timeGrain"), out var __jsonTimeGrain) ? (string)__jsonTimeGrain : (string)TimeGrain;} + {_blobDuration = If( json?.PropertyT("blobDuration"), out var __jsonBlobDuration) ? (string)__jsonBlobDuration : (string)BlobDuration;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._blobDuration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobDuration.ToString()) : null, "blobDuration" ,container.Add ); AddIf( null != (((object)this._timeGrain)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeGrain.ToString()) : null, "timeGrain" ,container.Add ); + AddIf( null != (((object)this._blobDuration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobDuration.ToString()) : null, "blobDuration" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/MetricSpecification.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MetricSpecification.PowerShell.cs index 8a8a7950281e..89680e58e908 100644 --- a/src/Functions/generated/api/Models/Api20190801/MetricSpecification.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MetricSpecification.PowerShell.cs @@ -95,21 +95,21 @@ internal MetricSpecification(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailability[]) content.GetValueForProperty("Availability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricAvailabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DimensionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation = (bool?) content.GetValueForProperty("SupportsInstanceLevelAggregation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).EnableRegionalMdmAccount = (bool?) content.GetValueForProperty("EnableRegionalMdmAccount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).EnableRegionalMdmAccount, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal = (bool?) content.GetValueForProperty("IsInternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern = (string) content.GetValueForProperty("MetricFilterPattern",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmAccount = (string) content.GetValueForProperty("SourceMdmAccount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmAccount, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmNamespace = (string) content.GetValueForProperty("SourceMdmNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmNamespace, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern = (string) content.GetValueForProperty("MetricFilterPattern",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal = (bool?) content.GetValueForProperty("IsInternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DimensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailability[]) content.GetValueForProperty("Availability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricAvailabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportedTimeGrainType = (string[]) content.GetValueForProperty("SupportedTimeGrainType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportedTimeGrainType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation = (bool?) content.GetValueForProperty("SupportsInstanceLevelAggregation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -128,21 +128,21 @@ internal MetricSpecification(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailability[]) content.GetValueForProperty("Availability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricAvailabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DimensionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType = (string) content.GetValueForProperty("AggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).AggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation = (bool?) content.GetValueForProperty("SupportsInstanceLevelAggregation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).EnableRegionalMdmAccount = (bool?) content.GetValueForProperty("EnableRegionalMdmAccount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).EnableRegionalMdmAccount, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal = (bool?) content.GetValueForProperty("IsInternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern = (string) content.GetValueForProperty("MetricFilterPattern",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmAccount = (string) content.GetValueForProperty("SourceMdmAccount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmAccount, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmNamespace = (string) content.GetValueForProperty("SourceMdmNamespace",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SourceMdmNamespace, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern = (string) content.GetValueForProperty("MetricFilterPattern",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).MetricFilterPattern, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero = (bool?) content.GetValueForProperty("FillGapWithZero",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).FillGapWithZero, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal = (bool?) content.GetValueForProperty("IsInternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).IsInternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension[]) content.GetValueForProperty("Dimension",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Dimension, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DimensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Category, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailability[]) content.GetValueForProperty("Availability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Availability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricAvailabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportedTimeGrainType = (string[]) content.GetValueForProperty("SupportedTimeGrainType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportedTimeGrainType, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation = (bool?) content.GetValueForProperty("SupportsInstanceLevelAggregation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).SupportsInstanceLevelAggregation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecificationInternal)this).Unit, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MetricSpecification.json.cs b/src/Functions/generated/api/Models/Api20190801/MetricSpecification.json.cs index ead447d5692a..47d9c481c393 100644 --- a/src/Functions/generated/api/Models/Api20190801/MetricSpecification.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/MetricSpecification.json.cs @@ -71,21 +71,21 @@ internal MetricSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_aggregationType = If( json?.PropertyT("aggregationType"), out var __jsonAggregationType) ? (string)__jsonAggregationType : (string)AggregationType;} - {_availability = If( json?.PropertyT("availabilities"), out var __jsonAvailabilities) ? If( __jsonAvailabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricAvailability.FromJson(__u) )) ))() : null : Availability;} - {_category = If( json?.PropertyT("category"), out var __jsonCategory) ? (string)__jsonCategory : (string)Category;} - {_dimension = If( json?.PropertyT("dimensions"), out var __jsonDimensions) ? If( __jsonDimensions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Dimension.FromJson(__p) )) ))() : null : Dimension;} - {_displayDescription = If( json?.PropertyT("displayDescription"), out var __jsonDisplayDescription) ? (string)__jsonDisplayDescription : (string)DisplayDescription;} {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_displayDescription = If( json?.PropertyT("displayDescription"), out var __jsonDisplayDescription) ? (string)__jsonDisplayDescription : (string)DisplayDescription;} + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + {_aggregationType = If( json?.PropertyT("aggregationType"), out var __jsonAggregationType) ? (string)__jsonAggregationType : (string)AggregationType;} + {_supportsInstanceLevelAggregation = If( json?.PropertyT("supportsInstanceLevelAggregation"), out var __jsonSupportsInstanceLevelAggregation) ? (bool?)__jsonSupportsInstanceLevelAggregation : SupportsInstanceLevelAggregation;} {_enableRegionalMdmAccount = If( json?.PropertyT("enableRegionalMdmAccount"), out var __jsonEnableRegionalMdmAccount) ? (bool?)__jsonEnableRegionalMdmAccount : EnableRegionalMdmAccount;} - {_fillGapWithZero = If( json?.PropertyT("fillGapWithZero"), out var __jsonFillGapWithZero) ? (bool?)__jsonFillGapWithZero : FillGapWithZero;} - {_isInternal = If( json?.PropertyT("isInternal"), out var __jsonIsInternal) ? (bool?)__jsonIsInternal : IsInternal;} - {_metricFilterPattern = If( json?.PropertyT("metricFilterPattern"), out var __jsonMetricFilterPattern) ? (string)__jsonMetricFilterPattern : (string)MetricFilterPattern;} {_sourceMdmAccount = If( json?.PropertyT("sourceMdmAccount"), out var __jsonSourceMdmAccount) ? (string)__jsonSourceMdmAccount : (string)SourceMdmAccount;} {_sourceMdmNamespace = If( json?.PropertyT("sourceMdmNamespace"), out var __jsonSourceMdmNamespace) ? (string)__jsonSourceMdmNamespace : (string)SourceMdmNamespace;} + {_metricFilterPattern = If( json?.PropertyT("metricFilterPattern"), out var __jsonMetricFilterPattern) ? (string)__jsonMetricFilterPattern : (string)MetricFilterPattern;} + {_fillGapWithZero = If( json?.PropertyT("fillGapWithZero"), out var __jsonFillGapWithZero) ? (bool?)__jsonFillGapWithZero : FillGapWithZero;} + {_isInternal = If( json?.PropertyT("isInternal"), out var __jsonIsInternal) ? (bool?)__jsonIsInternal : IsInternal;} + {_dimension = If( json?.PropertyT("dimensions"), out var __jsonDimensions) ? If( __jsonDimensions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Dimension.FromJson(__u) )) ))() : null : Dimension;} + {_category = If( json?.PropertyT("category"), out var __jsonCategory) ? (string)__jsonCategory : (string)Category;} + {_availability = If( json?.PropertyT("availabilities"), out var __jsonAvailabilities) ? If( __jsonAvailabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricAvailability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricAvailability.FromJson(__p) )) ))() : null : Availability;} {_supportedTimeGrainType = If( json?.PropertyT("supportedTimeGrainTypes"), out var __jsonSupportedTimeGrainTypes) ? If( __jsonSupportedTimeGrainTypes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : SupportedTimeGrainType;} - {_supportsInstanceLevelAggregation = If( json?.PropertyT("supportsInstanceLevelAggregation"), out var __jsonSupportsInstanceLevelAggregation) ? (bool?)__jsonSupportsInstanceLevelAggregation : SupportsInstanceLevelAggregation;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} AfterFromJson(json); } @@ -109,34 +109,36 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._displayDescription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayDescription.ToString()) : null, "displayDescription" ,container.Add ); + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); AddIf( null != (((object)this._aggregationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._aggregationType.ToString()) : null, "aggregationType" ,container.Add ); - if (null != this._availability) + AddIf( null != this._supportsInstanceLevelAggregation ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._supportsInstanceLevelAggregation) : null, "supportsInstanceLevelAggregation" ,container.Add ); + AddIf( null != this._enableRegionalMdmAccount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableRegionalMdmAccount) : null, "enableRegionalMdmAccount" ,container.Add ); + AddIf( null != (((object)this._sourceMdmAccount)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceMdmAccount.ToString()) : null, "sourceMdmAccount" ,container.Add ); + AddIf( null != (((object)this._sourceMdmNamespace)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceMdmNamespace.ToString()) : null, "sourceMdmNamespace" ,container.Add ); + AddIf( null != (((object)this._metricFilterPattern)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._metricFilterPattern.ToString()) : null, "metricFilterPattern" ,container.Add ); + AddIf( null != this._fillGapWithZero ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._fillGapWithZero) : null, "fillGapWithZero" ,container.Add ); + AddIf( null != this._isInternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isInternal) : null, "isInternal" ,container.Add ); + if (null != this._dimension) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._availability ) + foreach( var __x in this._dimension ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("availabilities",__w); + container.Add("dimensions",__w); } AddIf( null != (((object)this._category)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._category.ToString()) : null, "category" ,container.Add ); - if (null != this._dimension) + if (null != this._availability) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._dimension ) + foreach( var __s in this._availability ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("dimensions",__r); + container.Add("availabilities",__r); } - AddIf( null != (((object)this._displayDescription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayDescription.ToString()) : null, "displayDescription" ,container.Add ); - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); - AddIf( null != this._enableRegionalMdmAccount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enableRegionalMdmAccount) : null, "enableRegionalMdmAccount" ,container.Add ); - AddIf( null != this._fillGapWithZero ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._fillGapWithZero) : null, "fillGapWithZero" ,container.Add ); - AddIf( null != this._isInternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isInternal) : null, "isInternal" ,container.Add ); - AddIf( null != (((object)this._metricFilterPattern)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._metricFilterPattern.ToString()) : null, "metricFilterPattern" ,container.Add ); - AddIf( null != (((object)this._sourceMdmAccount)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceMdmAccount.ToString()) : null, "sourceMdmAccount" ,container.Add ); - AddIf( null != (((object)this._sourceMdmNamespace)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceMdmNamespace.ToString()) : null, "sourceMdmNamespace" ,container.Add ); if (null != this._supportedTimeGrainType) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -146,8 +148,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("supportedTimeGrainTypes",__m); } - AddIf( null != this._supportsInstanceLevelAggregation ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._supportsInstanceLevelAggregation) : null, "supportsInstanceLevelAggregation" ,container.Add ); - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlRequest.PowerShell.cs index 4d9b6fa84b42..92c648170aa5 100644 --- a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlRequest.PowerShell.cs @@ -95,10 +95,10 @@ internal MigrateMySqlRequest(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MigrateMySqlRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).MigrationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationType) content.GetValueForProperty("MigrationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).MigrationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationType.CreateFrom); AfterDeserializeDictionary(content); @@ -119,10 +119,10 @@ internal MigrateMySqlRequest(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MigrateMySqlRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).ConnectionString = (string) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).ConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).MigrationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationType) content.GetValueForProperty("MigrationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlRequestInternal)this).MigrationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationType.CreateFrom); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatus.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatus.PowerShell.cs index b7f1592d96cb..15ed44088609 100644 --- a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatus.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatus.PowerShell.cs @@ -95,13 +95,13 @@ internal MigrateMySqlStatus(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MigrateMySqlStatusPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).OperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); AfterDeserializeDictionary(content); } @@ -120,13 +120,13 @@ internal MigrateMySqlStatus(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MigrateMySqlStatusPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).OperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.PowerShell.cs index dc235f9c0a4d..ab5e08b0e56c 100644 --- a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.PowerShell.cs @@ -96,9 +96,9 @@ internal MigrateMySqlStatusProperties(global::System.Collections.IDictionary con return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).OperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal MigrateMySqlStatusProperties(global::System.Management.Automation.PSObj return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).OperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("MigrationOperationStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMigrateMySqlStatusPropertiesInternal)this).MigrationOperationStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.json.cs index e9e35f0fefce..9810ae9a96e0 100644 --- a/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/MigrateMySqlStatusProperties.json.cs @@ -70,9 +70,9 @@ internal MigrateMySqlStatusProperties(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } + {_migrationOperationStatus = If( json?.PropertyT("migrationOperationStatus"), out var __jsonMigrationOperationStatus) ? (string)__jsonMigrationOperationStatus : (string)MigrationOperationStatus;} {_operationId = If( json?.PropertyT("operationId"), out var __jsonOperationId) ? (string)__jsonOperationId : (string)OperationId;} {_localMySqlEnabled = If( json?.PropertyT("localMySqlEnabled"), out var __jsonLocalMySqlEnabled) ? (bool?)__jsonLocalMySqlEnabled : LocalMySqlEnabled;} - {_migrationOperationStatus = If( json?.PropertyT("migrationOperationStatus"), out var __jsonMigrationOperationStatus) ? (string)__jsonMigrationOperationStatus : (string)MigrationOperationStatus;} AfterFromJson(json); } @@ -97,15 +97,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._operationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operationId.ToString()) : null, "operationId" ,container.Add ); + AddIf( null != (((object)this._migrationOperationStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._migrationOperationStatus.ToString()) : null, "migrationOperationStatus" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._localMySqlEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._localMySqlEnabled) : null, "localMySqlEnabled" ,container.Add ); + AddIf( null != (((object)this._operationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operationId.ToString()) : null, "operationId" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._migrationOperationStatus)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._migrationOperationStatus.ToString()) : null, "migrationOperationStatus" ,container.Add ); + AddIf( null != this._localMySqlEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._localMySqlEnabled) : null, "localMySqlEnabled" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.PowerShell.cs index a9624ad69222..d6fb96d64450 100644 --- a/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal NameIdentifierCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifier[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameIdentifierTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal NameIdentifierCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifier[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameIdentifierTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifierCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.json.cs index 6d0bcee6e319..0509d3413b92 100644 --- a/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/NameIdentifierCollection.json.cs @@ -70,8 +70,8 @@ internal NameIdentifierCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameIdentifier) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameIdentifier.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.PowerShell.cs index 6232c0724fe3..d3d0b5df6b96 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.PowerShell.cs @@ -96,8 +96,8 @@ internal NetworkAccessControlEntry(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessControlEntryAction?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessControlEntryAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Order = (int?) content.GetValueForProperty("Order",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Order, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).RemoteSubnet = (string) content.GetValueForProperty("RemoteSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).RemoteSubnet, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -117,8 +117,8 @@ internal NetworkAccessControlEntry(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Action = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessControlEntryAction?) content.GetValueForProperty("Action",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Action, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessControlEntryAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Order = (int?) content.GetValueForProperty("Order",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).Order, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).RemoteSubnet = (string) content.GetValueForProperty("RemoteSubnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkAccessControlEntryInternal)this).RemoteSubnet, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.json.cs b/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.json.cs index 6a1ef1db58ca..d0b5043c3339 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkAccessControlEntry.json.cs @@ -70,8 +70,8 @@ internal NetworkAccessControlEntry(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_action = If( json?.PropertyT("action"), out var __jsonAction) ? (string)__jsonAction : (string)Action;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_order = If( json?.PropertyT("order"), out var __jsonOrder) ? (int?)__jsonOrder : Order;} {_remoteSubnet = If( json?.PropertyT("remoteSubnet"), out var __jsonRemoteSubnet) ? (string)__jsonRemoteSubnet : (string)RemoteSubnet;} AfterFromJson(json); @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AddIf( null != (((object)this._action)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._action.ToString()) : null, "action" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AddIf( null != this._order ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._order) : null, "order" ,container.Add ); AddIf( null != (((object)this._remoteSubnet)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._remoteSubnet.ToString()) : null, "remoteSubnet" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkFeatures.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/NetworkFeatures.PowerShell.cs index 766b4e578d4f..260a0812a065 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkFeatures.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkFeatures.PowerShell.cs @@ -97,25 +97,25 @@ internal NetworkFeatures(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkFeaturesPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfo) content.GetValueForProperty("VirtualNetworkConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity[]) content.GetValueForProperty("HybridConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnectionsV2 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection[]) content.GetValueForProperty("HybridConnectionsV2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnectionsV2, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity[]) content.GetValueForProperty("HybridConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionId = (string) content.GetValueForProperty("VirtualNetworkConnectionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionKind = (string) content.GetValueForProperty("VirtualNetworkConnectionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionType = (string) content.GetValueForProperty("VirtualNetworkConnectionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VnetResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertThumbprint, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -135,25 +135,25 @@ internal NetworkFeatures(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkFeaturesPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfo) content.GetValueForProperty("VirtualNetworkConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity[]) content.GetValueForProperty("HybridConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnectionsV2 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection[]) content.GetValueForProperty("HybridConnectionsV2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnectionsV2, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity[]) content.GetValueForProperty("HybridConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).HybridConnection, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionId = (string) content.GetValueForProperty("VirtualNetworkConnectionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionKind = (string) content.GetValueForProperty("VirtualNetworkConnectionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionType = (string) content.GetValueForProperty("VirtualNetworkConnectionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).VnetResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertBlob, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesInternal)this).CertThumbprint, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.PowerShell.cs index 3fc2edee5399..305cdc57738d 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.PowerShell.cs @@ -97,20 +97,20 @@ internal NetworkFeaturesProperties(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfo) content.GetValueForProperty("VirtualNetworkConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity[]) content.GetValueForProperty("HybridConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnection, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnectionsV2 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection[]) content.GetValueForProperty("HybridConnectionsV2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnectionsV2, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionId = (string) content.GetValueForProperty("VirtualNetworkConnectionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionKind = (string) content.GetValueForProperty("VirtualNetworkConnectionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionType = (string) content.GetValueForProperty("VirtualNetworkConnectionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VnetResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertThumbprint, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -130,20 +130,20 @@ internal NetworkFeaturesProperties(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfo) content.GetValueForProperty("VirtualNetworkConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnection = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity[]) content.GetValueForProperty("HybridConnection",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnection, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnectionsV2 = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection[]) content.GetValueForProperty("HybridConnectionsV2",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).HybridConnectionsV2, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName = (string) content.GetValueForProperty("VirtualNetworkName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionId = (string) content.GetValueForProperty("VirtualNetworkConnectionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionKind = (string) content.GetValueForProperty("VirtualNetworkConnectionKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionType = (string) content.GetValueForProperty("VirtualNetworkConnectionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("VirtualNetworkConnectionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName = (string) content.GetValueForProperty("VirtualNetworkConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VirtualNetworkConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).VnetResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertBlob, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesPropertiesInternal)this).CertThumbprint, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.json.cs index a8ffdadf9a68..21929eb1aec5 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkFeaturesProperties.json.cs @@ -71,9 +71,9 @@ internal NetworkFeaturesProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. return; } {_virtualNetworkConnection = If( json?.PropertyT("virtualNetworkConnection"), out var __jsonVirtualNetworkConnection) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfo.FromJson(__jsonVirtualNetworkConnection) : VirtualNetworkConnection;} + {_virtualNetworkName = If( json?.PropertyT("virtualNetworkName"), out var __jsonVirtualNetworkName) ? (string)__jsonVirtualNetworkName : (string)VirtualNetworkName;} {_hybridConnection = If( json?.PropertyT("hybridConnections"), out var __jsonHybridConnections) ? If( __jsonHybridConnections as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntity.FromJson(__u) )) ))() : null : HybridConnection;} {_hybridConnectionsV2 = If( json?.PropertyT("hybridConnectionsV2"), out var __jsonHybridConnectionsV2) ? If( __jsonHybridConnectionsV2 as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnection) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnection.FromJson(__p) )) ))() : null : HybridConnectionsV2;} - {_virtualNetworkName = If( json?.PropertyT("virtualNetworkName"), out var __jsonVirtualNetworkName) ? (string)__jsonVirtualNetworkName : (string)VirtualNetworkName;} AfterFromJson(json); } @@ -101,6 +101,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson AddIf( null != this._virtualNetworkConnection ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._virtualNetworkConnection.ToJson(null,serializationMode) : null, "virtualNetworkConnection" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._virtualNetworkName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualNetworkName.ToString()) : null, "virtualNetworkName" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._hybridConnection) { @@ -124,10 +128,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("hybridConnectionsV2",__r); } } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._virtualNetworkName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualNetworkName.ToString()) : null, "virtualNetworkName" ,container.Add ); - } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkTrace.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/NetworkTrace.PowerShell.cs index 04096082ddf9..635cf06229b8 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkTrace.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkTrace.PowerShell.cs @@ -95,8 +95,8 @@ internal NetworkTrace(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Path = (string) content.GetValueForProperty("Path",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Path, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Status = (string) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Status, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal NetworkTrace(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Path = (string) content.GetValueForProperty("Path",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Path, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Status = (string) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Status, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkTraceInternal)this).Message, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/NetworkTrace.json.cs b/src/Functions/generated/api/Models/Api20190801/NetworkTrace.json.cs index 05c0642aac8c..a11099f1d535 100644 --- a/src/Functions/generated/api/Models/Api20190801/NetworkTrace.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/NetworkTrace.json.cs @@ -71,8 +71,8 @@ internal NetworkTrace(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json. return; } {_path = If( json?.PropertyT("path"), out var __jsonPath) ? (string)__jsonPath : (string)Path;} - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._path)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._path.ToString()) : null, "path" ,container.Add ); - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Operation.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Operation.PowerShell.cs index 06750bea90dd..43dd061c1a6a 100644 --- a/src/Functions/generated/api/Models/Api20190801/Operation.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Operation.PowerShell.cs @@ -94,14 +94,14 @@ internal Operation(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Error, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime = (global::System.DateTime?) content.GetValueForProperty("ModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).GeoMasterOperationId = (string) content.GetValueForProperty("GeoMasterOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).GeoMasterOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime = (global::System.DateTime?) content.GetValueForProperty("ModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); AfterDeserializeDictionary(content); } @@ -119,14 +119,14 @@ internal Operation(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[]) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Error, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime = (global::System.DateTime?) content.GetValueForProperty("CreatedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).CreatedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime = (global::System.DateTime?) content.GetValueForProperty("ModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).GeoMasterOperationId = (string) content.GetValueForProperty("GeoMasterOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).GeoMasterOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime = (global::System.DateTime?) content.GetValueForProperty("ModifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).ModifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOperationInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatus.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Operation.json.cs b/src/Functions/generated/api/Models/Api20190801/Operation.json.cs index 27e162b48a35..4a3d236617b6 100644 --- a/src/Functions/generated/api/Models/Api20190801/Operation.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Operation.json.cs @@ -70,14 +70,14 @@ internal Operation(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso { return; } + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_createdTime = If( json?.PropertyT("createdTime"), out var __jsonCreatedTime) ? global::System.DateTime.TryParse((string)__jsonCreatedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedTimeValue) ? __jsonCreatedTimeValue : CreatedTime : CreatedTime;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} {_error = If( json?.PropertyT("errors"), out var __jsonErrors) ? If( __jsonErrors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntity.FromJson(__u) )) ))() : null : Error;} + {_createdTime = If( json?.PropertyT("createdTime"), out var __jsonCreatedTime) ? global::System.DateTime.TryParse((string)__jsonCreatedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedTimeValue) ? __jsonCreatedTimeValue : CreatedTime : CreatedTime;} + {_modifiedTime = If( json?.PropertyT("modifiedTime"), out var __jsonModifiedTime) ? global::System.DateTime.TryParse((string)__jsonModifiedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonModifiedTimeValue) ? __jsonModifiedTimeValue : ModifiedTime : ModifiedTime;} {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} {_geoMasterOperationId = If( json?.PropertyT("geoMasterOperationId"), out var __jsonGeoMasterOperationId) ? (string)__jsonGeoMasterOperationId : (string)GeoMasterOperationId;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} - {_modifiedTime = If( json?.PropertyT("modifiedTime"), out var __jsonModifiedTime) ? global::System.DateTime.TryParse((string)__jsonModifiedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonModifiedTimeValue) ? __jsonModifiedTimeValue : ModifiedTime : ModifiedTime;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} AfterFromJson(json); } @@ -100,8 +100,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != this._createdTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTime" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); if (null != this._error) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -111,11 +112,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("errors",__w); } + AddIf( null != this._createdTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTime" ,container.Add ); + AddIf( null != this._modifiedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._modifiedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "modifiedTime" ,container.Add ); AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); AddIf( null != (((object)this._geoMasterOperationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._geoMasterOperationId.ToString()) : null, "geoMasterOperationId" ,container.Add ); - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); - AddIf( null != this._modifiedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._modifiedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "modifiedTime" ,container.Add ); - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.PowerShell.cs index 4839cecfa97e..05580c1f1da7 100644 --- a/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.PowerShell.cs @@ -97,8 +97,8 @@ internal OutboundEnvironmentEndpointCollection(global::System.Collections.IDicti return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpoint[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.OutboundEnvironmentEndpointTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal OutboundEnvironmentEndpointCollection(global::System.Management.Automat return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpoint[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.OutboundEnvironmentEndpointTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpointCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.json.cs index 4262e6ef145e..ce7d31f500a8 100644 --- a/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/OutboundEnvironmentEndpointCollection.json.cs @@ -70,8 +70,8 @@ internal OutboundEnvironmentEndpointCollection(Microsoft.Azure.PowerShell.Cmdlet { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IOutboundEnvironmentEndpoint) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.OutboundEnvironmentEndpoint.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +104,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.PowerShell.cs deleted file mode 100644 index 34ef30df0b15..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.PowerShell.cs +++ /dev/null @@ -1,130 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - [System.ComponentModel.TypeConverter(typeof(PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchemaTypeConverter))] - public partial class PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema - { - - /// - /// AfterDeserializeDictionary will be called after the deserialization has finished, allowing customization of the - /// object before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Collections.IDictionary content that should be used. - - partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); - - /// - /// AfterDeserializePSObject will be called after the deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The global::System.Management.Automation.PSObject content that should be used. - - partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); - - /// - /// BeforeDeserializeDictionary will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Collections.IDictionary content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); - - /// - /// BeforeDeserializePSObject will be called before the deserialization has commenced, allowing complete customization - /// of the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema DeserializeFromDictionary(global::System.Collections.IDictionary content) - { - return new PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema(content); - } - - /// - /// Deserializes a into an instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - /// - /// an instance of . - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema DeserializeFromPSObject(global::System.Management.Automation.PSObject content) - { - return new PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema(content); - } - - /// - /// Creates a new instance of , deserializing the content from a json string. - /// - /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(jsonText)); - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Collections.IDictionary content that should be used. - internal PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema(global::System.Collections.IDictionary content) - { - bool returnNow = false; - BeforeDeserializeDictionary(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializeDictionary(content); - } - - /// - /// Deserializes a into a new instance of . - /// - /// The global::System.Management.Automation.PSObject content that should be used. - internal PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema(global::System.Management.Automation.PSObject content) - { - bool returnNow = false; - BeforeDeserializePSObject(content, ref returnNow); - if (returnNow) - { - return; - } - // actually deserialize - AfterDeserializePSObject(content); - } - - /// Serializes this instance to a json string. - - /// a containing this model serialized to JSON text. - public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); - } - [System.ComponentModel.TypeConverter(typeof(PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchemaTypeConverter))] - public partial interface IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.TypeConverter.cs b/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.TypeConverter.cs deleted file mode 100644 index 130de93eba36..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.TypeConverter.cs +++ /dev/null @@ -1,147 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - - /// - /// A PowerShell PSTypeConverter to support converting to an instance of - /// - public partial class PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchemaTypeConverter : global::System.Management.Automation.PSTypeConverter - { - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false. - /// - public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); - - /// - /// Determines if the converter can convert the parameter to the - /// parameter. - /// - /// the instance to check if it can be converted to the type. - /// - /// true if the instance could be converted to a type, otherwise false - /// - public static bool CanConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return true; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - // we say yest to PSObjects - return true; - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - // we say yest to Hashtables/dictionaries - return true; - } - try - { - if (null != sourceValue.ToJsonString()) - { - return true; - } - } - catch - { - // Not one of our objects - } - try - { - string text = sourceValue.ToString()?.Trim(); - return true == text?.StartsWith("{") && true == text?.EndsWith("}") && Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode.Parse(text).Type == Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonType.Object; - } - catch - { - // Doesn't look like it can be treated as JSON - } - return false; - } - - /// - /// Determines if the parameter can be converted to the parameter - /// - /// the to convert from - /// the to convert to - /// - /// true if the converter can convert the parameter to the - /// parameter, otherwise false - /// - public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; - - /// - /// Converts the parameter to the parameter using and - /// - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// - /// an instance of , or null if there is no suitable conversion. - /// - public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => ConvertFrom(sourceValue); - - /// - /// Converts the parameter to the parameter using and - /// - /// the value to convert into an instance of . - /// - /// an instance of , or null if there is no suitable conversion. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema ConvertFrom(dynamic sourceValue) - { - if (null == sourceValue) - { - return null; - } - global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema).IsAssignableFrom(type)) - { - return sourceValue; - } - try - { - return PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.FromJsonString(typeof(string) == sourceValue.GetType() ? sourceValue : sourceValue.ToJsonString());; - } - catch - { - // Unable to use JSON pattern - } - if (typeof(global::System.Management.Automation.PSObject).IsAssignableFrom(type)) - { - return PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.DeserializeFromPSObject(sourceValue); - } - if (typeof(global::System.Collections.IDictionary).IsAssignableFrom(type)) - { - return PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.DeserializeFromDictionary(sourceValue); - } - return null; - } - - /// NotImplemented -- this will return null - /// the to convert from - /// the to convert to - /// not used by this TypeConverter. - /// when set to true, will ignore the case when converting. - /// will always return null. - public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.cs b/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.cs deleted file mode 100644 index 6462b30f97b9..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.cs +++ /dev/null @@ -1,29 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchemaInternal - { - - /// - /// Creates an new instance. - /// - public PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema() - { - - } - } - public partial interface IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable - { - - } - internal partial interface IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchemaInternal - - { - - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.json.cs b/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.json.cs deleted file mode 100644 index 14a58a7f0291..000000000000 --- a/src/Functions/generated/api/Models/Api20190801/PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema.json.cs +++ /dev/null @@ -1,101 +0,0 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 -{ - using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - - public partial class PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema - { - - /// - /// AfterFromJson will be called after the json deserialization has finished, allowing customization of the object - /// before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JsonNode that should be deserialized into this object. - - partial void AfterFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json); - - /// - /// AfterToJson will be called after the json erialization has finished, allowing customization of the before it is returned. Implement this method in a partial class to enable this behavior - /// - /// The JSON container that the serialization result will be placed in. - - partial void AfterToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container); - - /// - /// BeforeFromJson will be called before the json deserialization has commenced, allowing complete customization of - /// the object before it is deserialized. - /// If you wish to disable the default deserialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JsonNode that should be deserialized into this object. - /// Determines if the rest of the deserialization should be processed, or if the method should return - /// instantly. - - partial void BeforeFromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json, ref bool returnNow); - - /// - /// BeforeToJson will be called before the json serialization has commenced, allowing complete customization of the - /// object before it is serialized. - /// If you wish to disable the default serialization entirely, return true in the output parameter. - /// Implement this method in a partial class to enable this behavior. - /// - /// The JSON container that the serialization result will be placed in. - /// Determines if the rest of the serialization should be processed, or if the method should return - /// instantly. - - partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, ref bool returnNow); - - /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema. - /// - /// a to deserialize from. - /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema. - /// - public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema FromJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode node) - { - return node is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json ? new PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema(json) : null; - } - - /// - /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . - /// - /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal PathsU85D9CSubscriptionsSubscriptionidResourcegroupsResourcegroupnameProvidersMicrosoftWebServerfarmsNameSkusGetResponses200ContentApplicationJsonSchema(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) - { - bool returnNow = false; - BeforeFromJson(json, ref returnNow); - if (returnNow) - { - return; - } - AfterFromJson(json); - } - - /// - /// Serializes this instance of into a . - /// - /// The container to serialize this object into. If the caller - /// passes in null, a new instance will be created and returned to the caller. - /// Allows the caller to choose the depth of the serialization. See . - /// - /// a serialized instance of as a . - /// - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode serializationMode) - { - container = container ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject(); - - bool returnNow = false; - BeforeToJson(ref container, ref returnNow); - if (returnNow) - { - return container; - } - AfterToJson(ref container); - return container; - } - } -} \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.PowerShell.cs index d39a2043572b..06f739a3ae52 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal PerfMonCounterCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponse[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonResponseTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal PerfMonCounterCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponse[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonResponseTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonCounterCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.json.cs index 873867f91322..2375aa514033 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonCounterCollection.json.cs @@ -70,8 +70,8 @@ internal PerfMonCounterCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponse) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonResponse.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonResponse.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonResponse.PowerShell.cs index 416d8290fe78..c3c7deb1c172 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonResponse.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonResponse.PowerShell.cs @@ -98,8 +98,8 @@ internal PerfMonResponse(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Code, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataName = (string) content.GetValueForProperty("DataName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime = (global::System.DateTime?) content.GetValueForProperty("DataEndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataStartTime = (global::System.DateTime?) content.GetValueForProperty("DataStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime = (global::System.DateTime?) content.GetValueForProperty("DataEndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataTimeGrain = (string) content.GetValueForProperty("DataTimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataTimeGrain, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataValue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSample[]) content.GetValueForProperty("DataValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonSampleTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); @@ -123,8 +123,8 @@ internal PerfMonResponse(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Code, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataName = (string) content.GetValueForProperty("DataName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime = (global::System.DateTime?) content.GetValueForProperty("DataEndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataStartTime = (global::System.DateTime?) content.GetValueForProperty("DataStartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataStartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime = (global::System.DateTime?) content.GetValueForProperty("DataEndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataEndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataTimeGrain = (string) content.GetValueForProperty("DataTimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataTimeGrain, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataValue = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSample[]) content.GetValueForProperty("DataValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonResponseInternal)this).DataValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonSampleTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonSample.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonSample.PowerShell.cs index 308b847a3d25..dea9bb684f3f 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonSample.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonSample.PowerShell.cs @@ -94,8 +94,8 @@ internal PerfMonSample(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Value = (double?) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Value, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializeDictionary(content); } @@ -114,8 +114,8 @@ internal PerfMonSample(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).InstanceName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Value = (double?) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSampleInternal)this).Value, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonSample.json.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonSample.json.cs index 5f154f347241..f02838225ce2 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonSample.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonSample.json.cs @@ -70,8 +70,8 @@ internal PerfMonSample(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json { return; } - {_instanceName = If( json?.PropertyT("instanceName"), out var __jsonInstanceName) ? (string)__jsonInstanceName : (string)InstanceName;} {_time = If( json?.PropertyT("time"), out var __jsonTime) ? global::System.DateTime.TryParse((string)__jsonTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimeValue) ? __jsonTimeValue : Time : Time;} + {_instanceName = If( json?.PropertyT("instanceName"), out var __jsonInstanceName) ? (string)__jsonInstanceName : (string)InstanceName;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? (double?)__jsonValue : Value;} AfterFromJson(json); } @@ -95,8 +95,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._instanceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instanceName.ToString()) : null, "instanceName" ,container.Add ); AddIf( null != this._time ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._time?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time" ,container.Add ); + AddIf( null != (((object)this._instanceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instanceName.ToString()) : null, "instanceName" ,container.Add ); AddIf( null != this._value ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._value) : null, "value" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonSet.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonSet.PowerShell.cs index 6a837e5475e7..a1ebc50417d3 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonSet.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonSet.PowerShell.cs @@ -95,8 +95,8 @@ internal PerfMonSet(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).TimeGrain, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSample[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonSampleTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); @@ -117,8 +117,8 @@ internal PerfMonSet(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).TimeGrain, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSample[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSetInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonSampleTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/PerfMonSet.json.cs b/src/Functions/generated/api/Models/Api20190801/PerfMonSet.json.cs index 45663f82c682..68a98032f2d0 100644 --- a/src/Functions/generated/api/Models/Api20190801/PerfMonSet.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PerfMonSet.json.cs @@ -71,8 +71,8 @@ internal PerfMonSet(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} {_timeGrain = If( json?.PropertyT("timeGrain"), out var __jsonTimeGrain) ? (string)__jsonTimeGrain : (string)TimeGrain;} {_value = If( json?.PropertyT("values"), out var __jsonValues) ? If( __jsonValues as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPerfMonSample) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PerfMonSample.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); @@ -98,8 +98,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); AddIf( null != (((object)this._timeGrain)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeGrain.ToString()) : null, "timeGrain" ,container.Add ); if (null != this._value) { diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOn.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOn.PowerShell.cs index 249cd8565733..d1c1ca68beeb 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOn.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOn.PowerShell.cs @@ -95,17 +95,17 @@ internal PremierAddOn(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,17 +124,17 @@ internal PremierAddOn(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOn.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOn.cs index 7fd06ea310d7..a0b2a5ceb5bf 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOn.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOn.cs @@ -16,7 +16,7 @@ public partial class PremierAddOn : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Kind of resource. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] @@ -34,21 +34,21 @@ public partial class PremierAddOn : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string MarketplacePublisher { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)Property).MarketplacePublisher; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)Property).MarketplacePublisher = value; } + /// Internal Acessors for Property + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnProperties()); set { {_property = value;} } } + /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } - - /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnProperties()); set { {_property = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Premier add on Product. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] @@ -71,7 +71,7 @@ public partial class PremierAddOn : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Premier add on Vendor. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOffer.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOffer.PowerShell.cs index 55818da86e0e..b151eb15de5e 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOffer.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOffer.PowerShell.cs @@ -95,20 +95,20 @@ internal PremierAddOnOffer(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOfferPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Product, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PromoCodeRequired = (bool?) content.GetValueForProperty("PromoCodeRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PromoCodeRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Quota = (int?) content.GetValueForProperty("Quota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Quota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).WebHostingPlanRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions?) content.GetValueForProperty("WebHostingPlanRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).WebHostingPlanRestriction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -127,20 +127,20 @@ internal PremierAddOnOffer(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOfferPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Product, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PromoCodeRequired = (bool?) content.GetValueForProperty("PromoCodeRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PromoCodeRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Quota = (int?) content.GetValueForProperty("Quota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Quota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Sku, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).WebHostingPlanRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions?) content.GetValueForProperty("WebHostingPlanRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).WebHostingPlanRestriction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).LegalTermsUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.PowerShell.cs index 1a2c370d755c..71278848934d 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal PremierAddOnOfferCollection(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOffer[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOfferTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal PremierAddOnOfferCollection(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOffer[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOfferTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.json.cs index f9a160d83d33..e5052ec8a5d1 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferCollection.json.cs @@ -70,8 +70,8 @@ internal PremierAddOnOfferCollection(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOffer) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOffer.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.PowerShell.cs index 37dbf9263f2b..07f732630a42 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.PowerShell.cs @@ -96,16 +96,16 @@ internal PremierAddOnOfferProperties(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Product, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PromoCodeRequired = (bool?) content.GetValueForProperty("PromoCodeRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PromoCodeRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Quota = (int?) content.GetValueForProperty("Quota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Quota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).WebHostingPlanRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions?) content.GetValueForProperty("WebHostingPlanRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).WebHostingPlanRestriction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -123,16 +123,16 @@ internal PremierAddOnOfferProperties(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Product, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PromoCodeRequired = (bool?) content.GetValueForProperty("PromoCodeRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PromoCodeRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Quota = (int?) content.GetValueForProperty("Quota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Quota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Sku, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).Vendor, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).WebHostingPlanRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions?) content.GetValueForProperty("WebHostingPlanRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).WebHostingPlanRestriction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl = (string) content.GetValueForProperty("PrivacyPolicyUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).PrivacyPolicyUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl = (string) content.GetValueForProperty("LegalTermsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).LegalTermsUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.json.cs index 786a75297d85..3e57813c1a75 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnOfferProperties.json.cs @@ -70,16 +70,16 @@ internal PremierAddOnOfferProperties(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_legalTermsUrl = If( json?.PropertyT("legalTermsUrl"), out var __jsonLegalTermsUrl) ? (string)__jsonLegalTermsUrl : (string)LegalTermsUrl;} - {_marketplaceOffer = If( json?.PropertyT("marketplaceOffer"), out var __jsonMarketplaceOffer) ? (string)__jsonMarketplaceOffer : (string)MarketplaceOffer;} - {_marketplacePublisher = If( json?.PropertyT("marketplacePublisher"), out var __jsonMarketplacePublisher) ? (string)__jsonMarketplacePublisher : (string)MarketplacePublisher;} - {_privacyPolicyUrl = If( json?.PropertyT("privacyPolicyUrl"), out var __jsonPrivacyPolicyUrl) ? (string)__jsonPrivacyPolicyUrl : (string)PrivacyPolicyUrl;} + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? (string)__jsonSku : (string)Sku;} {_product = If( json?.PropertyT("product"), out var __jsonProduct) ? (string)__jsonProduct : (string)Product;} + {_vendor = If( json?.PropertyT("vendor"), out var __jsonVendor) ? (string)__jsonVendor : (string)Vendor;} {_promoCodeRequired = If( json?.PropertyT("promoCodeRequired"), out var __jsonPromoCodeRequired) ? (bool?)__jsonPromoCodeRequired : PromoCodeRequired;} {_quota = If( json?.PropertyT("quota"), out var __jsonQuota) ? (int?)__jsonQuota : Quota;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? (string)__jsonSku : (string)Sku;} - {_vendor = If( json?.PropertyT("vendor"), out var __jsonVendor) ? (string)__jsonVendor : (string)Vendor;} {_webHostingPlanRestriction = If( json?.PropertyT("webHostingPlanRestrictions"), out var __jsonWebHostingPlanRestrictions) ? (string)__jsonWebHostingPlanRestrictions : (string)WebHostingPlanRestriction;} + {_privacyPolicyUrl = If( json?.PropertyT("privacyPolicyUrl"), out var __jsonPrivacyPolicyUrl) ? (string)__jsonPrivacyPolicyUrl : (string)PrivacyPolicyUrl;} + {_legalTermsUrl = If( json?.PropertyT("legalTermsUrl"), out var __jsonLegalTermsUrl) ? (string)__jsonLegalTermsUrl : (string)LegalTermsUrl;} + {_marketplacePublisher = If( json?.PropertyT("marketplacePublisher"), out var __jsonMarketplacePublisher) ? (string)__jsonMarketplacePublisher : (string)MarketplacePublisher;} + {_marketplaceOffer = If( json?.PropertyT("marketplaceOffer"), out var __jsonMarketplaceOffer) ? (string)__jsonMarketplaceOffer : (string)MarketplaceOffer;} AfterFromJson(json); } @@ -102,16 +102,16 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._legalTermsUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._legalTermsUrl.ToString()) : null, "legalTermsUrl" ,container.Add ); - AddIf( null != (((object)this._marketplaceOffer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplaceOffer.ToString()) : null, "marketplaceOffer" ,container.Add ); - AddIf( null != (((object)this._marketplacePublisher)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplacePublisher.ToString()) : null, "marketplacePublisher" ,container.Add ); - AddIf( null != (((object)this._privacyPolicyUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._privacyPolicyUrl.ToString()) : null, "privacyPolicyUrl" ,container.Add ); + AddIf( null != (((object)this._sku)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sku.ToString()) : null, "sku" ,container.Add ); AddIf( null != (((object)this._product)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._product.ToString()) : null, "product" ,container.Add ); + AddIf( null != (((object)this._vendor)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vendor.ToString()) : null, "vendor" ,container.Add ); AddIf( null != this._promoCodeRequired ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._promoCodeRequired) : null, "promoCodeRequired" ,container.Add ); AddIf( null != this._quota ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._quota) : null, "quota" ,container.Add ); - AddIf( null != (((object)this._sku)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sku.ToString()) : null, "sku" ,container.Add ); - AddIf( null != (((object)this._vendor)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vendor.ToString()) : null, "vendor" ,container.Add ); AddIf( null != (((object)this._webHostingPlanRestriction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webHostingPlanRestriction.ToString()) : null, "webHostingPlanRestrictions" ,container.Add ); + AddIf( null != (((object)this._privacyPolicyUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._privacyPolicyUrl.ToString()) : null, "privacyPolicyUrl" ,container.Add ); + AddIf( null != (((object)this._legalTermsUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._legalTermsUrl.ToString()) : null, "legalTermsUrl" ,container.Add ); + AddIf( null != (((object)this._marketplacePublisher)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplacePublisher.ToString()) : null, "marketplacePublisher" ,container.Add ); + AddIf( null != (((object)this._marketplaceOffer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplaceOffer.ToString()) : null, "marketplaceOffer" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResource.PowerShell.cs index f966e65ed8b3..526ab50f555e 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResource.PowerShell.cs @@ -97,15 +97,15 @@ internal PremierAddOnPatchResource(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,15 +124,15 @@ internal PremierAddOnPatchResource(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnPatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourceInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.PowerShell.cs index 5599d4b424c0..c8e2f825cc99 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.PowerShell.cs @@ -96,11 +96,11 @@ internal PremierAddOnPatchResourceProperties(global::System.Collections.IDiction return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,11 +118,11 @@ internal PremierAddOnPatchResourceProperties(global::System.Management.Automatio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPatchResourcePropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.json.cs index 3a3965f1679a..1974dc2286a1 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnPatchResourceProperties.json.cs @@ -70,11 +70,11 @@ internal PremierAddOnPatchResourceProperties(Microsoft.Azure.PowerShell.Cmdlets. { return; } - {_marketplaceOffer = If( json?.PropertyT("marketplaceOffer"), out var __jsonMarketplaceOffer) ? (string)__jsonMarketplaceOffer : (string)MarketplaceOffer;} - {_marketplacePublisher = If( json?.PropertyT("marketplacePublisher"), out var __jsonMarketplacePublisher) ? (string)__jsonMarketplacePublisher : (string)MarketplacePublisher;} - {_product = If( json?.PropertyT("product"), out var __jsonProduct) ? (string)__jsonProduct : (string)Product;} {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? (string)__jsonSku : (string)Sku;} + {_product = If( json?.PropertyT("product"), out var __jsonProduct) ? (string)__jsonProduct : (string)Product;} {_vendor = If( json?.PropertyT("vendor"), out var __jsonVendor) ? (string)__jsonVendor : (string)Vendor;} + {_marketplacePublisher = If( json?.PropertyT("marketplacePublisher"), out var __jsonMarketplacePublisher) ? (string)__jsonMarketplacePublisher : (string)MarketplacePublisher;} + {_marketplaceOffer = If( json?.PropertyT("marketplaceOffer"), out var __jsonMarketplaceOffer) ? (string)__jsonMarketplaceOffer : (string)MarketplaceOffer;} AfterFromJson(json); } @@ -98,11 +98,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._marketplaceOffer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplaceOffer.ToString()) : null, "marketplaceOffer" ,container.Add ); - AddIf( null != (((object)this._marketplacePublisher)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplacePublisher.ToString()) : null, "marketplacePublisher" ,container.Add ); - AddIf( null != (((object)this._product)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._product.ToString()) : null, "product" ,container.Add ); AddIf( null != (((object)this._sku)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sku.ToString()) : null, "sku" ,container.Add ); + AddIf( null != (((object)this._product)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._product.ToString()) : null, "product" ,container.Add ); AddIf( null != (((object)this._vendor)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vendor.ToString()) : null, "vendor" ,container.Add ); + AddIf( null != (((object)this._marketplacePublisher)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplacePublisher.ToString()) : null, "marketplacePublisher" ,container.Add ); + AddIf( null != (((object)this._marketplaceOffer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplaceOffer.ToString()) : null, "marketplaceOffer" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.PowerShell.cs index 9c66444f5cf3..e68d2f235b0d 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.PowerShell.cs @@ -94,11 +94,11 @@ internal PremierAddOnProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,11 +116,11 @@ internal PremierAddOnProperties(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Sku = (string) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Sku, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Vendor = (string) content.GetValueForProperty("Vendor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).Vendor, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher = (string) content.GetValueForProperty("MarketplacePublisher",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplacePublisher, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer = (string) content.GetValueForProperty("MarketplaceOffer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnPropertiesInternal)this).MarketplaceOffer, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.json.cs index cdf837f97261..3fb444b408ba 100644 --- a/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PremierAddOnProperties.json.cs @@ -70,11 +70,11 @@ internal PremierAddOnProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_marketplaceOffer = If( json?.PropertyT("marketplaceOffer"), out var __jsonMarketplaceOffer) ? (string)__jsonMarketplaceOffer : (string)MarketplaceOffer;} - {_marketplacePublisher = If( json?.PropertyT("marketplacePublisher"), out var __jsonMarketplacePublisher) ? (string)__jsonMarketplacePublisher : (string)MarketplacePublisher;} - {_product = If( json?.PropertyT("product"), out var __jsonProduct) ? (string)__jsonProduct : (string)Product;} {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? (string)__jsonSku : (string)Sku;} + {_product = If( json?.PropertyT("product"), out var __jsonProduct) ? (string)__jsonProduct : (string)Product;} {_vendor = If( json?.PropertyT("vendor"), out var __jsonVendor) ? (string)__jsonVendor : (string)Vendor;} + {_marketplacePublisher = If( json?.PropertyT("marketplacePublisher"), out var __jsonMarketplacePublisher) ? (string)__jsonMarketplacePublisher : (string)MarketplacePublisher;} + {_marketplaceOffer = If( json?.PropertyT("marketplaceOffer"), out var __jsonMarketplaceOffer) ? (string)__jsonMarketplaceOffer : (string)MarketplaceOffer;} AfterFromJson(json); } @@ -97,11 +97,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._marketplaceOffer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplaceOffer.ToString()) : null, "marketplaceOffer" ,container.Add ); - AddIf( null != (((object)this._marketplacePublisher)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplacePublisher.ToString()) : null, "marketplacePublisher" ,container.Add ); - AddIf( null != (((object)this._product)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._product.ToString()) : null, "product" ,container.Add ); AddIf( null != (((object)this._sku)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sku.ToString()) : null, "sku" ,container.Add ); + AddIf( null != (((object)this._product)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._product.ToString()) : null, "product" ,container.Add ); AddIf( null != (((object)this._vendor)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vendor.ToString()) : null, "vendor" ,container.Add ); + AddIf( null != (((object)this._marketplacePublisher)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplacePublisher.ToString()) : null, "marketplacePublisher" ,container.Add ); + AddIf( null != (((object)this._marketplaceOffer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._marketplaceOffer.ToString()) : null, "marketplaceOffer" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateAccess.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PrivateAccess.PowerShell.cs index ca319bd834c9..f44f237ec1b2 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateAccess.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateAccess.PowerShell.cs @@ -95,10 +95,10 @@ internal PrivateAccess(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessVirtualNetwork[]) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).VirtualNetwork, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessVirtualNetworkTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); @@ -119,10 +119,10 @@ internal PrivateAccess(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).VirtualNetwork = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessVirtualNetwork[]) content.GetValueForProperty("VirtualNetwork",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessInternal)this).VirtualNetwork, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessVirtualNetworkTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateEndpointConnectionResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PrivateEndpointConnectionResource.PowerShell.cs index d94f9e0c78f6..f3a3ea4e2395 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateEndpointConnectionResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateEndpointConnectionResource.PowerShell.cs @@ -97,17 +97,17 @@ internal PrivateEndpointConnectionResource(global::System.Collections.IDictionar } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnection) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RemotePrivateEndpointConnectionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IArmIdWrapper) content.GetValueForProperty("PrivateEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ArmIdWrapperTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).ProvisioningState, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpointId = (string) content.GetValueForProperty("PrivateEndpointId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpointId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -126,17 +126,17 @@ internal PrivateEndpointConnectionResource(global::System.Management.Automation. } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnection) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RemotePrivateEndpointConnectionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpoint = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IArmIdWrapper) content.GetValueForProperty("PrivateEndpoint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ArmIdWrapperTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).ProvisioningState, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpointId = (string) content.GetValueForProperty("PrivateEndpointId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateEndpointId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateEndpointConnectionResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequest.PowerShell.cs index b8edbbbf3bec..ac7305017199 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequest.PowerShell.cs @@ -97,9 +97,9 @@ internal PrivateLinkConnectionApprovalRequest(global::System.Collections.IDictio } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,9 +118,9 @@ internal PrivateLinkConnectionApprovalRequest(global::System.Management.Automati } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequestResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequestResource.PowerShell.cs index 3717fc48aa98..51a23650274e 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequestResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionApprovalRequestResource.PowerShell.cs @@ -98,14 +98,14 @@ internal PrivateLinkConnectionApprovalRequestResource(global::System.Collections } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequest) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionApprovalRequestTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,14 +124,14 @@ internal PrivateLinkConnectionApprovalRequestResource(global::System.Management. } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequest) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionApprovalRequestTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionApprovalRequestResourceInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.PowerShell.cs index 55efdc44fa18..3abf93059284 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.PowerShell.cs @@ -96,9 +96,9 @@ internal PrivateLinkConnectionState(global::System.Collections.IDictionary conte return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status = (string) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).ActionsRequired = (string) content.GetValueForProperty("ActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).ActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status = (string) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal PrivateLinkConnectionState(global::System.Management.Automation.PSObjec return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status = (string) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).ActionsRequired = (string) content.GetValueForProperty("ActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).ActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status = (string) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionStateInternal)this).Status, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.json.cs b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.json.cs index ec1fd1b1102e..9a6615340fb4 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateLinkConnectionState.json.cs @@ -70,9 +70,9 @@ internal PrivateLinkConnectionState(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_actionsRequired = If( json?.PropertyT("actionsRequired"), out var __jsonActionsRequired) ? (string)__jsonActionsRequired : (string)ActionsRequired;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AddIf( null != (((object)this._actionsRequired)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._actionsRequired.ToString()) : null, "actionsRequired" ,container.Add ); - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.PowerShell.cs index 4e187eb1d38e..cda5973e28a3 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.PowerShell.cs @@ -95,9 +95,9 @@ internal PrivateLinkResource(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkResourcePropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).GroupId = (string) content.GetValueForProperty("GroupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).GroupId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredMember = (string[]) content.GetValueForProperty("RequiredMember",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredMember, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredZoneName = (string[]) content.GetValueForProperty("RequiredZoneName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredZoneName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); @@ -119,9 +119,9 @@ internal PrivateLinkResource(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkResourcePropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).GroupId = (string) content.GetValueForProperty("GroupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).GroupId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredMember = (string[]) content.GetValueForProperty("RequiredMember",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredMember, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredZoneName = (string[]) content.GetValueForProperty("RequiredZoneName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkResourceInternal)this).RequiredZoneName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); diff --git a/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.json.cs b/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.json.cs index f67658a23081..4b4ca6242e64 100644 --- a/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PrivateLinkResource.json.cs @@ -71,9 +71,9 @@ internal PrivateLinkResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim return; } {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkResourceProperties.FromJson(__jsonProperties) : Property;} + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} AfterFromJson(json); } @@ -97,9 +97,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessInfo.PowerShell.cs index f3837fbdef18..358bb405bf68 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessInfo.PowerShell.cs @@ -95,46 +95,46 @@ internal ProcessInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump = (string) content.GetValueForProperty("Minidump",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent = (string) content.GetValueForProperty("Parent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Thread",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).OpenFileHandle = (string[]) content.GetValueForProperty("OpenFileHandle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).OpenFileHandle, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName = (string) content.GetValueForProperty("DeploymentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).HandleCount = (int?) content.GetValueForProperty("HandleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).HandleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump = (string) content.GetValueForProperty("Minidump",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ModuleCount = (int?) content.GetValueForProperty("ModuleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ModuleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent = (string) content.GetValueForProperty("Parent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ThreadCount = (int?) content.GetValueForProperty("ThreadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ThreadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Thread",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName = (string) content.GetValueForProperty("DeploymentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TotalCpuTime = (string) content.GetValueForProperty("TotalCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TotalCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserCpuTime = (string) content.GetValueForProperty("UserCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).WorkingSet = (long?) content.GetValueForProperty("WorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).WorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -153,46 +153,46 @@ internal ProcessInfo(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump = (string) content.GetValueForProperty("Minidump",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent = (string) content.GetValueForProperty("Parent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Thread",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).OpenFileHandle = (string[]) content.GetValueForProperty("OpenFileHandle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).OpenFileHandle, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName = (string) content.GetValueForProperty("DeploymentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).CommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).HandleCount = (int?) content.GetValueForProperty("HandleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).HandleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump = (string) content.GetValueForProperty("Minidump",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Minidump, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ModuleCount = (int?) content.GetValueForProperty("ModuleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ModuleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent = (string) content.GetValueForProperty("Parent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Parent, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ThreadCount = (int?) content.GetValueForProperty("ThreadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).ThreadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Thread",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Thread, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName = (string) content.GetValueForProperty("DeploymentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).DeploymentName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TotalCpuTime = (string) content.GetValueForProperty("TotalCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TotalCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserCpuTime = (string) content.GetValueForProperty("UserCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).UserName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).WorkingSet = (long?) content.GetValueForProperty("WorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).WorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.PowerShell.cs index ed5889443d14..447a7310e2a8 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal ProcessInfoCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal ProcessInfoCollection(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.json.cs index 64c820ea1b69..9b1431cce761 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessInfoCollection.json.cs @@ -70,8 +70,8 @@ internal ProcessInfoCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfo.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.PowerShell.cs index a8be1aefe6d9..013fe472026f 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.PowerShell.cs @@ -94,42 +94,42 @@ internal ProcessInfoProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).DeploymentName = (string) content.GetValueForProperty("DeploymentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).DeploymentName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount = (int?) content.GetValueForProperty("HandleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Minidump = (string) content.GetValueForProperty("Minidump",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Minidump, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount = (int?) content.GetValueForProperty("ModuleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle = (string[]) content.GetValueForProperty("OpenFileHandle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Parent = (string) content.GetValueForProperty("Parent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Parent, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount = (int?) content.GetValueForProperty("ThreadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Thread = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Thread",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Thread, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle = (string[]) content.GetValueForProperty("OpenFileHandle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount = (int?) content.GetValueForProperty("HandleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount = (int?) content.GetValueForProperty("ModuleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount = (int?) content.GetValueForProperty("ThreadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TotalCpuTime = (string) content.GetValueForProperty("TotalCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TotalCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserCpuTime = (string) content.GetValueForProperty("UserCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).WorkingSet = (long?) content.GetValueForProperty("WorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).WorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -147,42 +147,42 @@ internal ProcessInfoProperties(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).DeploymentName = (string) content.GetValueForProperty("DeploymentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).DeploymentName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount = (int?) content.GetValueForProperty("HandleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Minidump = (string) content.GetValueForProperty("Minidump",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Minidump, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount = (int?) content.GetValueForProperty("ModuleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle = (string[]) content.GetValueForProperty("OpenFileHandle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning = (bool?) content.GetValueForProperty("IsProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning = (bool?) content.GetValueForProperty("IsIisProfileRunning",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsIisProfileRunning, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond = (double?) content.GetValueForProperty("IisProfileTimeoutInSecond",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IisProfileTimeoutInSecond, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Parent = (string) content.GetValueForProperty("Parent",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Parent, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount = (int?) content.GetValueForProperty("ThreadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child = (string[]) content.GetValueForProperty("Child",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Child, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Thread = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Thread",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Thread, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle = (string[]) content.GetValueForProperty("OpenFileHandle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).OpenFileHandle, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Module",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Module, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine = (string) content.GetValueForProperty("CommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).CommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount = (int?) content.GetValueForProperty("HandleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).HandleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount = (int?) content.GetValueForProperty("ModuleCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ModuleCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount = (int?) content.GetValueForProperty("ThreadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).ThreadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TotalCpuTime = (string) content.GetValueForProperty("TotalCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TotalCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserCpuTime = (string) content.GetValueForProperty("UserCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserCpuTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).UserName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime = (string) content.GetValueForProperty("PrivilegedCpuTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivilegedCpuTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).WorkingSet = (long?) content.GetValueForProperty("WorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).WorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet = (long?) content.GetValueForProperty("PeakWorkingSet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakWorkingSet, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory = (long?) content.GetValueForProperty("PrivateMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PrivateMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory = (long?) content.GetValueForProperty("VirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).VirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory = (long?) content.GetValueForProperty("PeakVirtualMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakVirtualMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory = (long?) content.GetValueForProperty("PagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory = (long?) content.GetValueForProperty("NonPagedSystemMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).NonPagedSystemMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory = (long?) content.GetValueForProperty("PagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory = (long?) content.GetValueForProperty("PeakPagedMemory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).PeakPagedMemory, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp = (global::System.DateTime?) content.GetValueForProperty("TimeStamp",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).TimeStamp, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesEnvironmentVariables) content.GetValueForProperty("EnvironmentVariable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).EnvironmentVariable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariablesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite = (bool?) content.GetValueForProperty("IsScmSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsScmSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob = (bool?) content.GetValueForProperty("IsWebjob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).IsWebjob, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoPropertiesInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.json.cs index c5cc3ef099da..8a4a04b7ff4d 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessInfoProperties.json.cs @@ -70,42 +70,42 @@ internal ProcessInfoProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_child = If( json?.PropertyT("children"), out var __jsonChildren) ? If( __jsonChildren as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Child;} - {_commandLine = If( json?.PropertyT("command_line"), out var __jsonCommandLine) ? (string)__jsonCommandLine : (string)CommandLine;} + {_identifier = If( json?.PropertyT("identifier"), out var __jsonIdentifier) ? (int?)__jsonIdentifier : Identifier;} {_deploymentName = If( json?.PropertyT("deployment_name"), out var __jsonDeploymentName) ? (string)__jsonDeploymentName : (string)DeploymentName;} - {_environmentVariable = If( json?.PropertyT("environment_variables"), out var __jsonEnvironmentVariables) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariables.FromJson(__jsonEnvironmentVariables) : EnvironmentVariable;} - {_fileName = If( json?.PropertyT("file_name"), out var __jsonFileName) ? (string)__jsonFileName : (string)FileName;} - {_handleCount = If( json?.PropertyT("handle_count"), out var __jsonHandleCount) ? (int?)__jsonHandleCount : HandleCount;} {_href = If( json?.PropertyT("href"), out var __jsonHref) ? (string)__jsonHref : (string)Href;} - {_identifier = If( json?.PropertyT("identifier"), out var __jsonIdentifier) ? (int?)__jsonIdentifier : Identifier;} - {_iisProfileTimeoutInSecond = If( json?.PropertyT("iis_profile_timeout_in_seconds"), out var __jsonIisProfileTimeoutInSeconds) ? (double?)__jsonIisProfileTimeoutInSeconds : IisProfileTimeoutInSecond;} - {_isIisProfileRunning = If( json?.PropertyT("is_iis_profile_running"), out var __jsonIsIisProfileRunning) ? (bool?)__jsonIsIisProfileRunning : IsIisProfileRunning;} - {_isProfileRunning = If( json?.PropertyT("is_profile_running"), out var __jsonIsProfileRunning) ? (bool?)__jsonIsProfileRunning : IsProfileRunning;} - {_isScmSite = If( json?.PropertyT("is_scm_site"), out var __jsonIsScmSite) ? (bool?)__jsonIsScmSite : IsScmSite;} - {_isWebjob = If( json?.PropertyT("is_webjob"), out var __jsonIsWebjob) ? (bool?)__jsonIsWebjob : IsWebjob;} {_minidump = If( json?.PropertyT("minidump"), out var __jsonMinidump) ? (string)__jsonMinidump : (string)Minidump;} - {_moduleCount = If( json?.PropertyT("module_count"), out var __jsonModuleCount) ? (int?)__jsonModuleCount : ModuleCount;} - {_module = If( json?.PropertyT("modules"), out var __jsonModules) ? If( __jsonModules as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfo.FromJson(__p) )) ))() : null : Module;} - {_nonPagedSystemMemory = If( json?.PropertyT("non_paged_system_memory"), out var __jsonNonPagedSystemMemory) ? (long?)__jsonNonPagedSystemMemory : NonPagedSystemMemory;} - {_openFileHandle = If( json?.PropertyT("open_file_handles"), out var __jsonOpenFileHandles) ? If( __jsonOpenFileHandles as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : OpenFileHandle;} - {_pagedMemory = If( json?.PropertyT("paged_memory"), out var __jsonPagedMemory) ? (long?)__jsonPagedMemory : PagedMemory;} - {_pagedSystemMemory = If( json?.PropertyT("paged_system_memory"), out var __jsonPagedSystemMemory) ? (long?)__jsonPagedSystemMemory : PagedSystemMemory;} + {_isProfileRunning = If( json?.PropertyT("is_profile_running"), out var __jsonIsProfileRunning) ? (bool?)__jsonIsProfileRunning : IsProfileRunning;} + {_isIisProfileRunning = If( json?.PropertyT("is_iis_profile_running"), out var __jsonIsIisProfileRunning) ? (bool?)__jsonIsIisProfileRunning : IsIisProfileRunning;} + {_iisProfileTimeoutInSecond = If( json?.PropertyT("iis_profile_timeout_in_seconds"), out var __jsonIisProfileTimeoutInSeconds) ? (double?)__jsonIisProfileTimeoutInSeconds : IisProfileTimeoutInSecond;} {_parent = If( json?.PropertyT("parent"), out var __jsonParent) ? (string)__jsonParent : (string)Parent;} - {_peakPagedMemory = If( json?.PropertyT("peak_paged_memory"), out var __jsonPeakPagedMemory) ? (long?)__jsonPeakPagedMemory : PeakPagedMemory;} - {_peakVirtualMemory = If( json?.PropertyT("peak_virtual_memory"), out var __jsonPeakVirtualMemory) ? (long?)__jsonPeakVirtualMemory : PeakVirtualMemory;} - {_peakWorkingSet = If( json?.PropertyT("peak_working_set"), out var __jsonPeakWorkingSet) ? (long?)__jsonPeakWorkingSet : PeakWorkingSet;} - {_privateMemory = If( json?.PropertyT("private_memory"), out var __jsonPrivateMemory) ? (long?)__jsonPrivateMemory : PrivateMemory;} - {_privilegedCpuTime = If( json?.PropertyT("privileged_cpu_time"), out var __jsonPrivilegedCpuTime) ? (string)__jsonPrivilegedCpuTime : (string)PrivilegedCpuTime;} - {_startTime = If( json?.PropertyT("start_time"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} + {_child = If( json?.PropertyT("children"), out var __jsonChildren) ? If( __jsonChildren as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Child;} + {_thread = If( json?.PropertyT("threads"), out var __jsonThreads) ? If( __jsonThreads as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfo.FromJson(__p) )) ))() : null : Thread;} + {_openFileHandle = If( json?.PropertyT("open_file_handles"), out var __jsonOpenFileHandles) ? If( __jsonOpenFileHandles as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : OpenFileHandle;} + {_module = If( json?.PropertyT("modules"), out var __jsonModules) ? If( __jsonModules as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfo.FromJson(__f) )) ))() : null : Module;} + {_fileName = If( json?.PropertyT("file_name"), out var __jsonFileName) ? (string)__jsonFileName : (string)FileName;} + {_commandLine = If( json?.PropertyT("command_line"), out var __jsonCommandLine) ? (string)__jsonCommandLine : (string)CommandLine;} + {_userName = If( json?.PropertyT("user_name"), out var __jsonUserName) ? (string)__jsonUserName : (string)UserName;} + {_handleCount = If( json?.PropertyT("handle_count"), out var __jsonHandleCount) ? (int?)__jsonHandleCount : HandleCount;} + {_moduleCount = If( json?.PropertyT("module_count"), out var __jsonModuleCount) ? (int?)__jsonModuleCount : ModuleCount;} {_threadCount = If( json?.PropertyT("thread_count"), out var __jsonThreadCount) ? (int?)__jsonThreadCount : ThreadCount;} - {_thread = If( json?.PropertyT("threads"), out var __jsonThreads) ? If( __jsonThreads as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfo.FromJson(__f) )) ))() : null : Thread;} - {_timeStamp = If( json?.PropertyT("time_stamp"), out var __jsonTimeStamp) ? global::System.DateTime.TryParse((string)__jsonTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimeStampValue) ? __jsonTimeStampValue : TimeStamp : TimeStamp;} + {_startTime = If( json?.PropertyT("start_time"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} {_totalCpuTime = If( json?.PropertyT("total_cpu_time"), out var __jsonTotalCpuTime) ? (string)__jsonTotalCpuTime : (string)TotalCpuTime;} {_userCpuTime = If( json?.PropertyT("user_cpu_time"), out var __jsonUserCpuTime) ? (string)__jsonUserCpuTime : (string)UserCpuTime;} - {_userName = If( json?.PropertyT("user_name"), out var __jsonUserName) ? (string)__jsonUserName : (string)UserName;} - {_virtualMemory = If( json?.PropertyT("virtual_memory"), out var __jsonVirtualMemory) ? (long?)__jsonVirtualMemory : VirtualMemory;} + {_privilegedCpuTime = If( json?.PropertyT("privileged_cpu_time"), out var __jsonPrivilegedCpuTime) ? (string)__jsonPrivilegedCpuTime : (string)PrivilegedCpuTime;} {_workingSet = If( json?.PropertyT("working_set"), out var __jsonWorkingSet) ? (long?)__jsonWorkingSet : WorkingSet;} + {_peakWorkingSet = If( json?.PropertyT("peak_working_set"), out var __jsonPeakWorkingSet) ? (long?)__jsonPeakWorkingSet : PeakWorkingSet;} + {_privateMemory = If( json?.PropertyT("private_memory"), out var __jsonPrivateMemory) ? (long?)__jsonPrivateMemory : PrivateMemory;} + {_virtualMemory = If( json?.PropertyT("virtual_memory"), out var __jsonVirtualMemory) ? (long?)__jsonVirtualMemory : VirtualMemory;} + {_peakVirtualMemory = If( json?.PropertyT("peak_virtual_memory"), out var __jsonPeakVirtualMemory) ? (long?)__jsonPeakVirtualMemory : PeakVirtualMemory;} + {_pagedSystemMemory = If( json?.PropertyT("paged_system_memory"), out var __jsonPagedSystemMemory) ? (long?)__jsonPagedSystemMemory : PagedSystemMemory;} + {_nonPagedSystemMemory = If( json?.PropertyT("non_paged_system_memory"), out var __jsonNonPagedSystemMemory) ? (long?)__jsonNonPagedSystemMemory : NonPagedSystemMemory;} + {_pagedMemory = If( json?.PropertyT("paged_memory"), out var __jsonPagedMemory) ? (long?)__jsonPagedMemory : PagedMemory;} + {_peakPagedMemory = If( json?.PropertyT("peak_paged_memory"), out var __jsonPeakPagedMemory) ? (long?)__jsonPeakPagedMemory : PeakPagedMemory;} + {_timeStamp = If( json?.PropertyT("time_stamp"), out var __jsonTimeStamp) ? global::System.DateTime.TryParse((string)__jsonTimeStamp, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimeStampValue) ? __jsonTimeStampValue : TimeStamp : TimeStamp;} + {_environmentVariable = If( json?.PropertyT("environment_variables"), out var __jsonEnvironmentVariables) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesEnvironmentVariables.FromJson(__jsonEnvironmentVariables) : EnvironmentVariable;} + {_isScmSite = If( json?.PropertyT("is_scm_site"), out var __jsonIsScmSite) ? (bool?)__jsonIsScmSite : IsScmSite;} + {_isWebjob = If( json?.PropertyT("is_webjob"), out var __jsonIsWebjob) ? (bool?)__jsonIsWebjob : IsWebjob;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } @@ -128,7 +128,17 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._identifier ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._identifier) : null, "identifier" ,container.Add ); + } + AddIf( null != (((object)this._deploymentName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deploymentName.ToString()) : null, "deployment_name" ,container.Add ); + AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); + AddIf( null != (((object)this._minidump)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._minidump.ToString()) : null, "minidump" ,container.Add ); + AddIf( null != this._isProfileRunning ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isProfileRunning) : null, "is_profile_running" ,container.Add ); + AddIf( null != this._isIisProfileRunning ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isIisProfileRunning) : null, "is_iis_profile_running" ,container.Add ); + AddIf( null != this._iisProfileTimeoutInSecond ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._iisProfileTimeoutInSecond) : null, "iis_profile_timeout_in_seconds" ,container.Add ); + AddIf( null != (((object)this._parent)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._parent.ToString()) : null, "parent" ,container.Add ); if (null != this._child) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -138,33 +148,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("children",__w); } - AddIf( null != (((object)this._commandLine)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._commandLine.ToString()) : null, "command_line" ,container.Add ); - AddIf( null != (((object)this._deploymentName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deploymentName.ToString()) : null, "deployment_name" ,container.Add ); - AddIf( null != this._environmentVariable ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._environmentVariable.ToJson(null,serializationMode) : null, "environment_variables" ,container.Add ); - AddIf( null != (((object)this._fileName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileName.ToString()) : null, "file_name" ,container.Add ); - AddIf( null != this._handleCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._handleCount) : null, "handle_count" ,container.Add ); - AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._identifier ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._identifier) : null, "identifier" ,container.Add ); - } - AddIf( null != this._iisProfileTimeoutInSecond ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._iisProfileTimeoutInSecond) : null, "iis_profile_timeout_in_seconds" ,container.Add ); - AddIf( null != this._isIisProfileRunning ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isIisProfileRunning) : null, "is_iis_profile_running" ,container.Add ); - AddIf( null != this._isProfileRunning ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isProfileRunning) : null, "is_profile_running" ,container.Add ); - AddIf( null != this._isScmSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isScmSite) : null, "is_scm_site" ,container.Add ); - AddIf( null != this._isWebjob ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isWebjob) : null, "is_webjob" ,container.Add ); - AddIf( null != (((object)this._minidump)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._minidump.ToString()) : null, "minidump" ,container.Add ); - AddIf( null != this._moduleCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._moduleCount) : null, "module_count" ,container.Add ); - if (null != this._module) + if (null != this._thread) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._module ) + foreach( var __s in this._thread ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("modules",__r); + container.Add("threads",__r); } - AddIf( null != this._nonPagedSystemMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._nonPagedSystemMemory) : null, "non_paged_system_memory" ,container.Add ); if (null != this._openFileHandle) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -174,31 +166,39 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("open_file_handles",__m); } - AddIf( null != this._pagedMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._pagedMemory) : null, "paged_memory" ,container.Add ); - AddIf( null != this._pagedSystemMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._pagedSystemMemory) : null, "paged_system_memory" ,container.Add ); - AddIf( null != (((object)this._parent)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._parent.ToString()) : null, "parent" ,container.Add ); - AddIf( null != this._peakPagedMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._peakPagedMemory) : null, "peak_paged_memory" ,container.Add ); - AddIf( null != this._peakVirtualMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._peakVirtualMemory) : null, "peak_virtual_memory" ,container.Add ); - AddIf( null != this._peakWorkingSet ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._peakWorkingSet) : null, "peak_working_set" ,container.Add ); - AddIf( null != this._privateMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._privateMemory) : null, "private_memory" ,container.Add ); - AddIf( null != (((object)this._privilegedCpuTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._privilegedCpuTime.ToString()) : null, "privileged_cpu_time" ,container.Add ); - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "start_time" ,container.Add ); - AddIf( null != this._threadCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._threadCount) : null, "thread_count" ,container.Add ); - if (null != this._thread) + if (null != this._module) { var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._thread ) + foreach( var __i in this._module ) { AddIf(__i?.ToJson(null, serializationMode) ,__h.Add); } - container.Add("threads",__h); + container.Add("modules",__h); } - AddIf( null != this._timeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time_stamp" ,container.Add ); + AddIf( null != (((object)this._fileName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileName.ToString()) : null, "file_name" ,container.Add ); + AddIf( null != (((object)this._commandLine)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._commandLine.ToString()) : null, "command_line" ,container.Add ); + AddIf( null != (((object)this._userName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userName.ToString()) : null, "user_name" ,container.Add ); + AddIf( null != this._handleCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._handleCount) : null, "handle_count" ,container.Add ); + AddIf( null != this._moduleCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._moduleCount) : null, "module_count" ,container.Add ); + AddIf( null != this._threadCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._threadCount) : null, "thread_count" ,container.Add ); + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "start_time" ,container.Add ); AddIf( null != (((object)this._totalCpuTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._totalCpuTime.ToString()) : null, "total_cpu_time" ,container.Add ); AddIf( null != (((object)this._userCpuTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userCpuTime.ToString()) : null, "user_cpu_time" ,container.Add ); - AddIf( null != (((object)this._userName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userName.ToString()) : null, "user_name" ,container.Add ); - AddIf( null != this._virtualMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._virtualMemory) : null, "virtual_memory" ,container.Add ); + AddIf( null != (((object)this._privilegedCpuTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._privilegedCpuTime.ToString()) : null, "privileged_cpu_time" ,container.Add ); AddIf( null != this._workingSet ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._workingSet) : null, "working_set" ,container.Add ); + AddIf( null != this._peakWorkingSet ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._peakWorkingSet) : null, "peak_working_set" ,container.Add ); + AddIf( null != this._privateMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._privateMemory) : null, "private_memory" ,container.Add ); + AddIf( null != this._virtualMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._virtualMemory) : null, "virtual_memory" ,container.Add ); + AddIf( null != this._peakVirtualMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._peakVirtualMemory) : null, "peak_virtual_memory" ,container.Add ); + AddIf( null != this._pagedSystemMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._pagedSystemMemory) : null, "paged_system_memory" ,container.Add ); + AddIf( null != this._nonPagedSystemMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._nonPagedSystemMemory) : null, "non_paged_system_memory" ,container.Add ); + AddIf( null != this._pagedMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._pagedMemory) : null, "paged_memory" ,container.Add ); + AddIf( null != this._peakPagedMemory ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._peakPagedMemory) : null, "peak_paged_memory" ,container.Add ); + AddIf( null != this._timeStamp ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeStamp?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time_stamp" ,container.Add ); + AddIf( null != this._environmentVariable ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._environmentVariable.ToJson(null,serializationMode) : null, "environment_variables" ,container.Add ); + AddIf( null != this._isScmSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isScmSite) : null, "is_scm_site" ,container.Add ); + AddIf( null != this._isWebjob ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isWebjob) : null, "is_webjob" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfo.PowerShell.cs index c3a36f258268..7ebad9dfc6c9 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfo.PowerShell.cs @@ -95,20 +95,20 @@ internal ProcessModuleInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).BaseAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FilePath = (string) content.GetValueForProperty("FilePath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FilePath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ModuleMemorySize = (int?) content.GetValueForProperty("ModuleMemorySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ModuleMemorySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ProductVersion = (string) content.GetValueForProperty("ProductVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ProductVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Language, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -128,20 +128,20 @@ internal ProcessModuleInfo(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).BaseAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FilePath = (string) content.GetValueForProperty("FilePath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FilePath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ModuleMemorySize = (int?) content.GetValueForProperty("ModuleMemorySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ModuleMemorySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).FileDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ProductVersion = (string) content.GetValueForProperty("ProductVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).ProductVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoInternal)this).Language, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.PowerShell.cs index c3eefee397f9..5d4b27f89ff1 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal ProcessModuleInfoCollection(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal ProcessModuleInfoCollection(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.json.cs index 4851f2e0dbd5..0f84c36ea369 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoCollection.json.cs @@ -70,8 +70,8 @@ internal ProcessModuleInfoCollection(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfo.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.PowerShell.cs index 829cabd3709a..ccbd069bf674 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.PowerShell.cs @@ -97,15 +97,15 @@ internal ProcessModuleInfoProperties(global::System.Collections.IDictionary cont } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).BaseAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath = (string) content.GetValueForProperty("FilePath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath = (string) content.GetValueForProperty("FilePath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ModuleMemorySize = (int?) content.GetValueForProperty("ModuleMemorySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ModuleMemorySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ProductVersion = (string) content.GetValueForProperty("ProductVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ProductVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Language, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -125,15 +125,15 @@ internal ProcessModuleInfoProperties(global::System.Management.Automation.PSObje } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).BaseAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileName = (string) content.GetValueForProperty("FileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath = (string) content.GetValueForProperty("FilePath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Href, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath = (string) content.GetValueForProperty("FilePath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FilePath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ModuleMemorySize = (int?) content.GetValueForProperty("ModuleMemorySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ModuleMemorySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion = (string) content.GetValueForProperty("FileVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription = (string) content.GetValueForProperty("FileDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).FileDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Product = (string) content.GetValueForProperty("Product",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Product, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ProductVersion = (string) content.GetValueForProperty("ProductVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).ProductVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug = (bool?) content.GetValueForProperty("IsDebug",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).IsDebug, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Language = (string) content.GetValueForProperty("Language",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoPropertiesInternal)this).Language, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.json.cs index 3abb5081a77c..034638035012 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessModuleInfoProperties.json.cs @@ -71,15 +71,15 @@ internal ProcessModuleInfoProperties(Microsoft.Azure.PowerShell.Cmdlets.Function return; } {_baseAddress = If( json?.PropertyT("base_address"), out var __jsonBaseAddress) ? (string)__jsonBaseAddress : (string)BaseAddress;} - {_fileDescription = If( json?.PropertyT("file_description"), out var __jsonFileDescription) ? (string)__jsonFileDescription : (string)FileDescription;} {_fileName = If( json?.PropertyT("file_name"), out var __jsonFileName) ? (string)__jsonFileName : (string)FileName;} - {_filePath = If( json?.PropertyT("file_path"), out var __jsonFilePath) ? (string)__jsonFilePath : (string)FilePath;} - {_fileVersion = If( json?.PropertyT("file_version"), out var __jsonFileVersion) ? (string)__jsonFileVersion : (string)FileVersion;} {_href = If( json?.PropertyT("href"), out var __jsonHref) ? (string)__jsonHref : (string)Href;} - {_isDebug = If( json?.PropertyT("is_debug"), out var __jsonIsDebug) ? (bool?)__jsonIsDebug : IsDebug;} + {_filePath = If( json?.PropertyT("file_path"), out var __jsonFilePath) ? (string)__jsonFilePath : (string)FilePath;} {_moduleMemorySize = If( json?.PropertyT("module_memory_size"), out var __jsonModuleMemorySize) ? (int?)__jsonModuleMemorySize : ModuleMemorySize;} + {_fileVersion = If( json?.PropertyT("file_version"), out var __jsonFileVersion) ? (string)__jsonFileVersion : (string)FileVersion;} + {_fileDescription = If( json?.PropertyT("file_description"), out var __jsonFileDescription) ? (string)__jsonFileDescription : (string)FileDescription;} {_product = If( json?.PropertyT("product"), out var __jsonProduct) ? (string)__jsonProduct : (string)Product;} {_productVersion = If( json?.PropertyT("product_version"), out var __jsonProductVersion) ? (string)__jsonProductVersion : (string)ProductVersion;} + {_isDebug = If( json?.PropertyT("is_debug"), out var __jsonIsDebug) ? (bool?)__jsonIsDebug : IsDebug;} {_language = If( json?.PropertyT("language"), out var __jsonLanguage) ? (string)__jsonLanguage : (string)Language;} AfterFromJson(json); } @@ -104,15 +104,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._baseAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._baseAddress.ToString()) : null, "base_address" ,container.Add ); - AddIf( null != (((object)this._fileDescription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileDescription.ToString()) : null, "file_description" ,container.Add ); AddIf( null != (((object)this._fileName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileName.ToString()) : null, "file_name" ,container.Add ); - AddIf( null != (((object)this._filePath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._filePath.ToString()) : null, "file_path" ,container.Add ); - AddIf( null != (((object)this._fileVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileVersion.ToString()) : null, "file_version" ,container.Add ); AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); - AddIf( null != this._isDebug ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDebug) : null, "is_debug" ,container.Add ); + AddIf( null != (((object)this._filePath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._filePath.ToString()) : null, "file_path" ,container.Add ); AddIf( null != this._moduleMemorySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._moduleMemorySize) : null, "module_memory_size" ,container.Add ); + AddIf( null != (((object)this._fileVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileVersion.ToString()) : null, "file_version" ,container.Add ); + AddIf( null != (((object)this._fileDescription)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._fileDescription.ToString()) : null, "file_description" ,container.Add ); AddIf( null != (((object)this._product)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._product.ToString()) : null, "product" ,container.Add ); AddIf( null != (((object)this._productVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._productVersion.ToString()) : null, "product_version" ,container.Add ); + AddIf( null != this._isDebug ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDebug) : null, "is_debug" ,container.Add ); AddIf( null != (((object)this._language)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._language.ToString()) : null, "language" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfo.PowerShell.cs index a17feb6987d2..1ccf1cb38fbc 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfo.PowerShell.cs @@ -95,21 +95,21 @@ internal ProcessThreadInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).BasePriority = (int?) content.GetValueForProperty("BasePriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).BasePriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Process = (string) content.GetValueForProperty("Process",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Process, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).CurrentPriority = (int?) content.GetValueForProperty("CurrentPriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).CurrentPriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).TotalProcessorTime = (string) content.GetValueForProperty("TotalProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).TotalProcessorTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).UserProcessorTime = (string) content.GetValueForProperty("UserProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).UserProcessorTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).WaitReason = (string) content.GetValueForProperty("WaitReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).WaitReason, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -129,21 +129,21 @@ internal ProcessThreadInfo(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).BasePriority = (int?) content.GetValueForProperty("BasePriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).BasePriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Process = (string) content.GetValueForProperty("Process",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Process, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).CurrentPriority = (int?) content.GetValueForProperty("CurrentPriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).CurrentPriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).PriorityLevel, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).TotalProcessorTime = (string) content.GetValueForProperty("TotalProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).TotalProcessorTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).UserProcessorTime = (string) content.GetValueForProperty("UserProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).UserProcessorTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).WaitReason = (string) content.GetValueForProperty("WaitReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoInternal)this).WaitReason, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.PowerShell.cs index 11fda4e7560a..3c65e0e535c4 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal ProcessThreadInfoCollection(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal ProcessThreadInfoCollection(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.json.cs index 0fe013196aa5..3815e03adb78 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoCollection.json.cs @@ -70,8 +70,8 @@ internal ProcessThreadInfoCollection(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfo.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.PowerShell.cs index 27c7ef34a6f2..25813657fe74 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.PowerShell.cs @@ -96,17 +96,17 @@ internal ProcessThreadInfoProperties(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority = (int?) content.GetValueForProperty("BasePriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority = (int?) content.GetValueForProperty("CurrentPriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Process = (string) content.GetValueForProperty("Process",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Process, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority = (int?) content.GetValueForProperty("CurrentPriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority = (int?) content.GetValueForProperty("BasePriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).TotalProcessorTime = (string) content.GetValueForProperty("TotalProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).TotalProcessorTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).UserProcessorTime = (string) content.GetValueForProperty("UserProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).UserProcessorTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).WaitReason = (string) content.GetValueForProperty("WaitReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).WaitReason, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -125,17 +125,17 @@ internal ProcessThreadInfoProperties(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority = (int?) content.GetValueForProperty("BasePriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority = (int?) content.GetValueForProperty("CurrentPriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Identifier = (int?) content.GetValueForProperty("Identifier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Identifier, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href = (string) content.GetValueForProperty("Href",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Href, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Process = (string) content.GetValueForProperty("Process",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).Process, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority = (int?) content.GetValueForProperty("CurrentPriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).CurrentPriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel = (string) content.GetValueForProperty("PriorityLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).PriorityLevel, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority = (int?) content.GetValueForProperty("BasePriority",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).BasePriority, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).TotalProcessorTime = (string) content.GetValueForProperty("TotalProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).TotalProcessorTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).UserProcessorTime = (string) content.GetValueForProperty("UserProcessorTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).UserProcessorTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).WaitReason = (string) content.GetValueForProperty("WaitReason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfoPropertiesInternal)this).WaitReason, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.json.cs index 009927e9d999..99c2b13d3be1 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProcessThreadInfoProperties.json.cs @@ -70,17 +70,17 @@ internal ProcessThreadInfoProperties(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_basePriority = If( json?.PropertyT("base_priority"), out var __jsonBasePriority) ? (int?)__jsonBasePriority : BasePriority;} - {_currentPriority = If( json?.PropertyT("current_priority"), out var __jsonCurrentPriority) ? (int?)__jsonCurrentPriority : CurrentPriority;} - {_href = If( json?.PropertyT("href"), out var __jsonHref) ? (string)__jsonHref : (string)Href;} {_identifier = If( json?.PropertyT("identifier"), out var __jsonIdentifier) ? (int?)__jsonIdentifier : Identifier;} - {_priorityLevel = If( json?.PropertyT("priority_level"), out var __jsonPriorityLevel) ? (string)__jsonPriorityLevel : (string)PriorityLevel;} + {_href = If( json?.PropertyT("href"), out var __jsonHref) ? (string)__jsonHref : (string)Href;} {_process = If( json?.PropertyT("process"), out var __jsonProcess) ? (string)__jsonProcess : (string)Process;} {_startAddress = If( json?.PropertyT("start_address"), out var __jsonStartAddress) ? (string)__jsonStartAddress : (string)StartAddress;} + {_currentPriority = If( json?.PropertyT("current_priority"), out var __jsonCurrentPriority) ? (int?)__jsonCurrentPriority : CurrentPriority;} + {_priorityLevel = If( json?.PropertyT("priority_level"), out var __jsonPriorityLevel) ? (string)__jsonPriorityLevel : (string)PriorityLevel;} + {_basePriority = If( json?.PropertyT("base_priority"), out var __jsonBasePriority) ? (int?)__jsonBasePriority : BasePriority;} {_startTime = If( json?.PropertyT("start_time"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} - {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} {_totalProcessorTime = If( json?.PropertyT("total_processor_time"), out var __jsonTotalProcessorTime) ? (string)__jsonTotalProcessorTime : (string)TotalProcessorTime;} {_userProcessorTime = If( json?.PropertyT("user_processor_time"), out var __jsonUserProcessorTime) ? (string)__jsonUserProcessorTime : (string)UserProcessorTime;} + {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} {_waitReason = If( json?.PropertyT("wait_reason"), out var __jsonWaitReason) ? (string)__jsonWaitReason : (string)WaitReason;} AfterFromJson(json); } @@ -104,20 +104,20 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._basePriority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._basePriority) : null, "base_priority" ,container.Add ); - AddIf( null != this._currentPriority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._currentPriority) : null, "current_priority" ,container.Add ); - AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._identifier ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._identifier) : null, "identifier" ,container.Add ); } - AddIf( null != (((object)this._priorityLevel)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._priorityLevel.ToString()) : null, "priority_level" ,container.Add ); + AddIf( null != (((object)this._href)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._href.ToString()) : null, "href" ,container.Add ); AddIf( null != (((object)this._process)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._process.ToString()) : null, "process" ,container.Add ); AddIf( null != (((object)this._startAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startAddress.ToString()) : null, "start_address" ,container.Add ); + AddIf( null != this._currentPriority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._currentPriority) : null, "current_priority" ,container.Add ); + AddIf( null != (((object)this._priorityLevel)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._priorityLevel.ToString()) : null, "priority_level" ,container.Add ); + AddIf( null != this._basePriority ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._basePriority) : null, "base_priority" ,container.Add ); AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "start_time" ,container.Add ); - AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); AddIf( null != (((object)this._totalProcessorTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._totalProcessorTime.ToString()) : null, "total_processor_time" ,container.Add ); AddIf( null != (((object)this._userProcessorTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userProcessorTime.ToString()) : null, "user_processor_time" ,container.Add ); + AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); AddIf( null != (((object)this._waitReason)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._waitReason.ToString()) : null, "wait_reason" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.PowerShell.cs index 3ff0fc9876be..ace394448ba0 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.PowerShell.cs @@ -96,10 +96,10 @@ internal ProxyOnlyResource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -117,10 +117,10 @@ internal ProxyOnlyResource(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.json.cs b/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.json.cs index d948f9e0e2fe..b0cdd5c55d8f 100644 --- a/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ProxyOnlyResource.json.cs @@ -72,10 +72,10 @@ internal ProxyOnlyResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. { return; } - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} AfterFromJson(json); } @@ -100,17 +100,17 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); } + AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } - AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PublicCertificate.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PublicCertificate.PowerShell.cs index 0f5a01530c5e..87754bd6f49f 100644 --- a/src/Functions/generated/api/Models/Api20190801/PublicCertificate.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PublicCertificate.PowerShell.cs @@ -95,10 +95,10 @@ internal PublicCertificate(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PublicCertificatePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Blob = (byte[]) content.GetValueForProperty("Blob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Blob, i => i); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicCertificateLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicCertificateLocation.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Thumbprint, global::System.Convert.ToString); @@ -120,10 +120,10 @@ internal PublicCertificate(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PublicCertificatePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Blob = (byte[]) content.GetValueForProperty("Blob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Blob, i => i); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Location = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicCertificateLocation?) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Location, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicCertificateLocation.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Thumbprint = (string) content.GetValueForProperty("Thumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateInternal)this).Thumbprint, global::System.Convert.ToString); diff --git a/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.PowerShell.cs index b7c43d211beb..4bf14873db87 100644 --- a/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal PublicCertificateCollection(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificate[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PublicCertificateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal PublicCertificateCollection(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificate[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PublicCertificateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificateCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.json.cs index d3c07c1d1fb3..3d55283487a2 100644 --- a/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PublicCertificateCollection.json.cs @@ -70,8 +70,8 @@ internal PublicCertificateCollection(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPublicCertificate) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PublicCertificate.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/PushSettings.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PushSettings.PowerShell.cs index 0b9acf1099e1..581787c82d0a 100644 --- a/src/Functions/generated/api/Models/Api20190801/PushSettings.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PushSettings.PowerShell.cs @@ -95,14 +95,14 @@ internal PushSettings(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagWhitelistJson, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagsRequiringAuth, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,14 +121,14 @@ internal PushSettings(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagWhitelistJson, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).TagsRequiringAuth, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsInternal)this).DynamicTagsJson, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.PowerShell.cs index a9bc4944157e..ba24ddf4cab4 100644 --- a/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.PowerShell.cs @@ -94,10 +94,10 @@ internal PushSettingsProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagWhitelistJson, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagsRequiringAuth, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,10 +115,10 @@ internal PushSettingsProperties(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagWhitelistJson, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).TagsRequiringAuth, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsPropertiesInternal)this).DynamicTagsJson, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.json.cs index 6e40e9a184df..da626ca9439f 100644 --- a/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/PushSettingsProperties.json.cs @@ -70,10 +70,10 @@ internal PushSettingsProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_dynamicTagsJson = If( json?.PropertyT("dynamicTagsJson"), out var __jsonDynamicTagsJson) ? (string)__jsonDynamicTagsJson : (string)DynamicTagsJson;} {_isPushEnabled = If( json?.PropertyT("isPushEnabled"), out var __jsonIsPushEnabled) ? (bool)__jsonIsPushEnabled : IsPushEnabled;} {_tagWhitelistJson = If( json?.PropertyT("tagWhitelistJson"), out var __jsonTagWhitelistJson) ? (string)__jsonTagWhitelistJson : (string)TagWhitelistJson;} {_tagsRequiringAuth = If( json?.PropertyT("tagsRequiringAuth"), out var __jsonTagsRequiringAuth) ? (string)__jsonTagsRequiringAuth : (string)TagsRequiringAuth;} + {_dynamicTagsJson = If( json?.PropertyT("dynamicTagsJson"), out var __jsonDynamicTagsJson) ? (string)__jsonDynamicTagsJson : (string)DynamicTagsJson;} AfterFromJson(json); } @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._dynamicTagsJson)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dynamicTagsJson.ToString()) : null, "dynamicTagsJson" ,container.Add ); AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._isPushEnabled), "isPushEnabled" ,container.Add ); AddIf( null != (((object)this._tagWhitelistJson)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tagWhitelistJson.ToString()) : null, "tagWhitelistJson" ,container.Add ); AddIf( null != (((object)this._tagsRequiringAuth)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tagsRequiringAuth.ToString()) : null, "tagsRequiringAuth" ,container.Add ); + AddIf( null != (((object)this._dynamicTagsJson)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dynamicTagsJson.ToString()) : null, "dynamicTagsJson" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RampUpRule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RampUpRule.PowerShell.cs index 600ffe570508..4ab3eb8bb4d1 100644 --- a/src/Functions/generated/api/Models/Api20190801/RampUpRule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RampUpRule.PowerShell.cs @@ -97,14 +97,14 @@ internal RampUpRule(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ActionHostName = (string) content.GetValueForProperty("ActionHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ActionHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl = (string) content.GetValueForProperty("ChangeDecisionCallbackUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute = (int?) content.GetValueForProperty("ChangeIntervalInMinute",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage = (double?) content.GetValueForProperty("ReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeStep = (double?) content.GetValueForProperty("ChangeStep",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeStep, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage = (double?) content.GetValueForProperty("MaxReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute = (int?) content.GetValueForProperty("ChangeIntervalInMinute",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MinReroutePercentage = (double?) content.GetValueForProperty("MinReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MinReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage = (double?) content.GetValueForProperty("ReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage = (double?) content.GetValueForProperty("MaxReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl = (string) content.GetValueForProperty("ChangeDecisionCallbackUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -122,14 +122,14 @@ internal RampUpRule(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ActionHostName = (string) content.GetValueForProperty("ActionHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ActionHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl = (string) content.GetValueForProperty("ChangeDecisionCallbackUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute = (int?) content.GetValueForProperty("ChangeIntervalInMinute",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage = (double?) content.GetValueForProperty("ReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeStep = (double?) content.GetValueForProperty("ChangeStep",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeStep, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage = (double?) content.GetValueForProperty("MaxReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute = (int?) content.GetValueForProperty("ChangeIntervalInMinute",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeIntervalInMinute, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MinReroutePercentage = (double?) content.GetValueForProperty("MinReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MinReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage = (double?) content.GetValueForProperty("ReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage = (double?) content.GetValueForProperty("MaxReroutePercentage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).MaxReroutePercentage, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl = (string) content.GetValueForProperty("ChangeDecisionCallbackUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).ChangeDecisionCallbackUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRuleInternal)this).Name, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RampUpRule.json.cs b/src/Functions/generated/api/Models/Api20190801/RampUpRule.json.cs index 4c617deaf520..33136c5db900 100644 --- a/src/Functions/generated/api/Models/Api20190801/RampUpRule.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RampUpRule.json.cs @@ -73,14 +73,14 @@ internal RampUpRule(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js { return; } - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_actionHostName = If( json?.PropertyT("actionHostName"), out var __jsonActionHostName) ? (string)__jsonActionHostName : (string)ActionHostName;} - {_changeDecisionCallbackUrl = If( json?.PropertyT("changeDecisionCallbackUrl"), out var __jsonChangeDecisionCallbackUrl) ? (string)__jsonChangeDecisionCallbackUrl : (string)ChangeDecisionCallbackUrl;} - {_changeIntervalInMinute = If( json?.PropertyT("changeIntervalInMinutes"), out var __jsonChangeIntervalInMinutes) ? (int?)__jsonChangeIntervalInMinutes : ChangeIntervalInMinute;} + {_reroutePercentage = If( json?.PropertyT("reroutePercentage"), out var __jsonReroutePercentage) ? (double?)__jsonReroutePercentage : ReroutePercentage;} {_changeStep = If( json?.PropertyT("changeStep"), out var __jsonChangeStep) ? (double?)__jsonChangeStep : ChangeStep;} - {_maxReroutePercentage = If( json?.PropertyT("maxReroutePercentage"), out var __jsonMaxReroutePercentage) ? (double?)__jsonMaxReroutePercentage : MaxReroutePercentage;} + {_changeIntervalInMinute = If( json?.PropertyT("changeIntervalInMinutes"), out var __jsonChangeIntervalInMinutes) ? (int?)__jsonChangeIntervalInMinutes : ChangeIntervalInMinute;} {_minReroutePercentage = If( json?.PropertyT("minReroutePercentage"), out var __jsonMinReroutePercentage) ? (double?)__jsonMinReroutePercentage : MinReroutePercentage;} - {_reroutePercentage = If( json?.PropertyT("reroutePercentage"), out var __jsonReroutePercentage) ? (double?)__jsonReroutePercentage : ReroutePercentage;} + {_maxReroutePercentage = If( json?.PropertyT("maxReroutePercentage"), out var __jsonMaxReroutePercentage) ? (double?)__jsonMaxReroutePercentage : MaxReroutePercentage;} + {_changeDecisionCallbackUrl = If( json?.PropertyT("changeDecisionCallbackUrl"), out var __jsonChangeDecisionCallbackUrl) ? (string)__jsonChangeDecisionCallbackUrl : (string)ChangeDecisionCallbackUrl;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} AfterFromJson(json); } @@ -103,14 +103,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); AddIf( null != (((object)this._actionHostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._actionHostName.ToString()) : null, "actionHostName" ,container.Add ); - AddIf( null != (((object)this._changeDecisionCallbackUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._changeDecisionCallbackUrl.ToString()) : null, "changeDecisionCallbackUrl" ,container.Add ); - AddIf( null != this._changeIntervalInMinute ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._changeIntervalInMinute) : null, "changeIntervalInMinutes" ,container.Add ); + AddIf( null != this._reroutePercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._reroutePercentage) : null, "reroutePercentage" ,container.Add ); AddIf( null != this._changeStep ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._changeStep) : null, "changeStep" ,container.Add ); - AddIf( null != this._maxReroutePercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._maxReroutePercentage) : null, "maxReroutePercentage" ,container.Add ); + AddIf( null != this._changeIntervalInMinute ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._changeIntervalInMinute) : null, "changeIntervalInMinutes" ,container.Add ); AddIf( null != this._minReroutePercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._minReroutePercentage) : null, "minReroutePercentage" ,container.Add ); - AddIf( null != this._reroutePercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._reroutePercentage) : null, "reroutePercentage" ,container.Add ); + AddIf( null != this._maxReroutePercentage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._maxReroutePercentage) : null, "maxReroutePercentage" ,container.Add ); + AddIf( null != (((object)this._changeDecisionCallbackUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._changeDecisionCallbackUrl.ToString()) : null, "changeDecisionCallbackUrl" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Recommendation.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Recommendation.PowerShell.cs index bba3caeade50..688fd0834fd9 100644 --- a/src/Functions/generated/api/Models/Api20190801/Recommendation.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Recommendation.PowerShell.cs @@ -95,33 +95,33 @@ internal Recommendation(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled = (int?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled = (int?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NextNotificationTime = (global::System.DateTime?) content.GetValueForProperty("NextNotificationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NextNotificationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotificationExpirationTime = (global::System.DateTime?) content.GetValueForProperty("NotificationExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotificationExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotifiedTime = (global::System.DateTime?) content.GetValueForProperty("NotifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Score = (double?) content.GetValueForProperty("Score",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Score, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -140,33 +140,33 @@ internal Recommendation(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled = (int?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled = (int?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Enabled, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NextNotificationTime = (global::System.DateTime?) content.GetValueForProperty("NextNotificationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NextNotificationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotificationExpirationTime = (global::System.DateTime?) content.GetValueForProperty("NotificationExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotificationExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotifiedTime = (global::System.DateTime?) content.GetValueForProperty("NotifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).NotifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RecommendationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).RuleName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Score = (double?) content.GetValueForProperty("Score",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).Score, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).BladeName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationInternal)this).ForwardLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.PowerShell.cs index 15144665d74c..949142ba58f6 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal RecommendationCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal RecommendationCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.json.cs index c349e722be06..e5972bd222ba 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationCollection.json.cs @@ -70,8 +70,8 @@ internal RecommendationCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendation) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Recommendation.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.PowerShell.cs index 172768f06225..e04d2e4125e5 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.PowerShell.cs @@ -94,29 +94,29 @@ internal RecommendationProperties(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Enabled = (int?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Enabled, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NextNotificationTime = (global::System.DateTime?) content.GetValueForProperty("NextNotificationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NextNotificationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotificationExpirationTime = (global::System.DateTime?) content.GetValueForProperty("NotificationExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotificationExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotifiedTime = (global::System.DateTime?) content.GetValueForProperty("NotifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Score = (double?) content.GetValueForProperty("Score",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Score, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -134,29 +134,29 @@ internal RecommendationProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CreationTime = (global::System.DateTime?) content.GetValueForProperty("CreationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CreationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ActionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Enabled = (int?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Enabled, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NextNotificationTime = (global::System.DateTime?) content.GetValueForProperty("NextNotificationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NextNotificationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotificationExpirationTime = (global::System.DateTime?) content.GetValueForProperty("NotificationExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotificationExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotifiedTime = (global::System.DateTime?) content.GetValueForProperty("NotifiedTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).NotifiedTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RecommendationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId = (string) content.GetValueForProperty("ResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType?) content.GetValueForProperty("ResourceScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ResourceScope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName = (string) content.GetValueForProperty("RuleName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).RuleName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Score = (double?) content.GetValueForProperty("Score",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).Score, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State = (string[]) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).State, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).BladeName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationPropertiesInternal)this).ForwardLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.json.cs index d4a4d6aca10f..36bcc813a035 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationProperties.json.cs @@ -70,29 +70,29 @@ internal RecommendationProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_actionName = If( json?.PropertyT("actionName"), out var __jsonActionName) ? (string)__jsonActionName : (string)ActionName;} - {_bladeName = If( json?.PropertyT("bladeName"), out var __jsonBladeName) ? (string)__jsonBladeName : (string)BladeName;} - {_categoryTag = If( json?.PropertyT("categoryTags"), out var __jsonCategoryTags) ? If( __jsonCategoryTags as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : CategoryTag;} - {_channel = If( json?.PropertyT("channels"), out var __jsonChannels) ? (string)__jsonChannels : (string)Channel;} {_creationTime = If( json?.PropertyT("creationTime"), out var __jsonCreationTime) ? global::System.DateTime.TryParse((string)__jsonCreationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreationTimeValue) ? __jsonCreationTimeValue : CreationTime : CreationTime;} + {_recommendationId = If( json?.PropertyT("recommendationId"), out var __jsonRecommendationId) ? (string)__jsonRecommendationId : (string)RecommendationId;} + {_resourceId = If( json?.PropertyT("resourceId"), out var __jsonResourceId) ? (string)__jsonResourceId : (string)ResourceId;} + {_resourceScope = If( json?.PropertyT("resourceScope"), out var __jsonResourceScope) ? (string)__jsonResourceScope : (string)ResourceScope;} + {_ruleName = If( json?.PropertyT("ruleName"), out var __jsonRuleName) ? (string)__jsonRuleName : (string)RuleName;} {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} + {_level = If( json?.PropertyT("level"), out var __jsonLevel) ? (string)__jsonLevel : (string)Level;} + {_channel = If( json?.PropertyT("channels"), out var __jsonChannels) ? (string)__jsonChannels : (string)Channel;} + {_categoryTag = If( json?.PropertyT("categoryTags"), out var __jsonCategoryTags) ? If( __jsonCategoryTags as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : CategoryTag;} + {_actionName = If( json?.PropertyT("actionName"), out var __jsonActionName) ? (string)__jsonActionName : (string)ActionName;} {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (int?)__jsonEnabled : Enabled;} + {_state = If( json?.PropertyT("states"), out var __jsonStates) ? If( __jsonStates as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : State;} + {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} {_endTime = If( json?.PropertyT("endTime"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} - {_extensionName = If( json?.PropertyT("extensionName"), out var __jsonExtensionName) ? (string)__jsonExtensionName : (string)ExtensionName;} - {_forwardLink = If( json?.PropertyT("forwardLink"), out var __jsonForwardLink) ? (string)__jsonForwardLink : (string)ForwardLink;} - {_isDynamic = If( json?.PropertyT("isDynamic"), out var __jsonIsDynamic) ? (bool?)__jsonIsDynamic : IsDynamic;} - {_level = If( json?.PropertyT("level"), out var __jsonLevel) ? (string)__jsonLevel : (string)Level;} - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_nextNotificationTime = If( json?.PropertyT("nextNotificationTime"), out var __jsonNextNotificationTime) ? global::System.DateTime.TryParse((string)__jsonNextNotificationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextNotificationTimeValue) ? __jsonNextNotificationTimeValue : NextNotificationTime : NextNotificationTime;} {_notificationExpirationTime = If( json?.PropertyT("notificationExpirationTime"), out var __jsonNotificationExpirationTime) ? global::System.DateTime.TryParse((string)__jsonNotificationExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNotificationExpirationTimeValue) ? __jsonNotificationExpirationTimeValue : NotificationExpirationTime : NotificationExpirationTime;} {_notifiedTime = If( json?.PropertyT("notifiedTime"), out var __jsonNotifiedTime) ? global::System.DateTime.TryParse((string)__jsonNotifiedTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNotifiedTimeValue) ? __jsonNotifiedTimeValue : NotifiedTime : NotifiedTime;} - {_recommendationId = If( json?.PropertyT("recommendationId"), out var __jsonRecommendationId) ? (string)__jsonRecommendationId : (string)RecommendationId;} - {_resourceId = If( json?.PropertyT("resourceId"), out var __jsonResourceId) ? (string)__jsonResourceId : (string)ResourceId;} - {_resourceScope = If( json?.PropertyT("resourceScope"), out var __jsonResourceScope) ? (string)__jsonResourceScope : (string)ResourceScope;} - {_ruleName = If( json?.PropertyT("ruleName"), out var __jsonRuleName) ? (string)__jsonRuleName : (string)RuleName;} {_score = If( json?.PropertyT("score"), out var __jsonScore) ? (double?)__jsonScore : Score;} - {_startTime = If( json?.PropertyT("startTime"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} - {_state = If( json?.PropertyT("states"), out var __jsonStates) ? If( __jsonStates as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : State;} + {_isDynamic = If( json?.PropertyT("isDynamic"), out var __jsonIsDynamic) ? (bool?)__jsonIsDynamic : IsDynamic;} + {_extensionName = If( json?.PropertyT("extensionName"), out var __jsonExtensionName) ? (string)__jsonExtensionName : (string)ExtensionName;} + {_bladeName = If( json?.PropertyT("bladeName"), out var __jsonBladeName) ? (string)__jsonBladeName : (string)BladeName;} + {_forwardLink = If( json?.PropertyT("forwardLink"), out var __jsonForwardLink) ? (string)__jsonForwardLink : (string)ForwardLink;} AfterFromJson(json); } @@ -115,8 +115,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._actionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._actionName.ToString()) : null, "actionName" ,container.Add ); - AddIf( null != (((object)this._bladeName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._bladeName.ToString()) : null, "bladeName" ,container.Add ); + AddIf( null != this._creationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._creationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "creationTime" ,container.Add ); + AddIf( null != (((object)this._recommendationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._recommendationId.ToString()) : null, "recommendationId" ,container.Add ); + AddIf( null != (((object)this._resourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceId.ToString()) : null, "resourceId" ,container.Add ); + AddIf( null != (((object)this._resourceScope)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceScope.ToString()) : null, "resourceScope" ,container.Add ); + AddIf( null != (((object)this._ruleName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._ruleName.ToString()) : null, "ruleName" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); + AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); + AddIf( null != (((object)this._channel)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._channel.ToString()) : null, "channels" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._categoryTag) @@ -129,25 +136,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("categoryTags",__w); } } - AddIf( null != (((object)this._channel)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._channel.ToString()) : null, "channels" ,container.Add ); - AddIf( null != this._creationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._creationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "creationTime" ,container.Add ); - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._actionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._actionName.ToString()) : null, "actionName" ,container.Add ); AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._enabled) : null, "enabled" ,container.Add ); - AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); - AddIf( null != (((object)this._extensionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionName.ToString()) : null, "extensionName" ,container.Add ); - AddIf( null != (((object)this._forwardLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._forwardLink.ToString()) : null, "forwardLink" ,container.Add ); - AddIf( null != this._isDynamic ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDynamic) : null, "isDynamic" ,container.Add ); - AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); - AddIf( null != this._nextNotificationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextNotificationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextNotificationTime" ,container.Add ); - AddIf( null != this._notificationExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notificationExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notificationExpirationTime" ,container.Add ); - AddIf( null != this._notifiedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notifiedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notifiedTime" ,container.Add ); - AddIf( null != (((object)this._recommendationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._recommendationId.ToString()) : null, "recommendationId" ,container.Add ); - AddIf( null != (((object)this._resourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceId.ToString()) : null, "resourceId" ,container.Add ); - AddIf( null != (((object)this._resourceScope)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceScope.ToString()) : null, "resourceScope" ,container.Add ); - AddIf( null != (((object)this._ruleName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._ruleName.ToString()) : null, "ruleName" ,container.Add ); - AddIf( null != this._score ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._score) : null, "score" ,container.Add ); - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); if (null != this._state) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -157,6 +147,16 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("states",__r); } + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "startTime" ,container.Add ); + AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "endTime" ,container.Add ); + AddIf( null != this._nextNotificationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextNotificationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextNotificationTime" ,container.Add ); + AddIf( null != this._notificationExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notificationExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notificationExpirationTime" ,container.Add ); + AddIf( null != this._notifiedTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._notifiedTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "notifiedTime" ,container.Add ); + AddIf( null != this._score ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._score) : null, "score" ,container.Add ); + AddIf( null != this._isDynamic ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDynamic) : null, "isDynamic" ,container.Add ); + AddIf( null != (((object)this._extensionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionName.ToString()) : null, "extensionName" ,container.Add ); + AddIf( null != (((object)this._bladeName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._bladeName.ToString()) : null, "bladeName" ,container.Add ); + AddIf( null != (((object)this._forwardLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._forwardLink.ToString()) : null, "forwardLink" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationRule.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationRule.PowerShell.cs index a8f41d7e8125..3983069edb1e 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationRule.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationRule.PowerShell.cs @@ -95,23 +95,23 @@ internal RecommendationRule(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationRulePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationName = (string) content.GetValueForProperty("RecommendationName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -130,23 +130,23 @@ internal RecommendationRule(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationRulePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ActionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationName = (string) content.GetValueForProperty("RecommendationName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).RecommendationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).BladeName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRuleInternal)this).ForwardLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.PowerShell.cs index a42392c8fe75..684535386721 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.PowerShell.cs @@ -96,19 +96,19 @@ internal RecommendationRuleProperties(global::System.Collections.IDictionary con return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName = (string) content.GetValueForProperty("RecommendationName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName = (string) content.GetValueForProperty("RecommendationName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -126,19 +126,19 @@ internal RecommendationRuleProperties(global::System.Management.Automation.PSObj return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName = (string) content.GetValueForProperty("RecommendationName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ActionName = (string) content.GetValueForProperty("ActionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ActionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Channel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels?) content.GetValueForProperty("Channel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Channel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Channels.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag = (string[]) content.GetValueForProperty("CategoryTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).CategoryTag, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ExtensionName = (string) content.GetValueForProperty("ExtensionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ExtensionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName = (string) content.GetValueForProperty("BladeName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).BladeName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ForwardLink = (string) content.GetValueForProperty("ForwardLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).ForwardLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic = (bool?) content.GetValueForProperty("IsDynamic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).IsDynamic, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel?) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Level, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId = (string) content.GetValueForProperty("RecommendationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName = (string) content.GetValueForProperty("RecommendationName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationRulePropertiesInternal)this).RecommendationName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.json.cs index ffc0b6345d26..aaee7db452f4 100644 --- a/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RecommendationRuleProperties.json.cs @@ -70,19 +70,19 @@ internal RecommendationRuleProperties(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } + {_recommendationName = If( json?.PropertyT("recommendationName"), out var __jsonRecommendationName) ? (string)__jsonRecommendationName : (string)RecommendationName;} + {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} + {_recommendationId = If( json?.PropertyT("recommendationId"), out var __jsonRecommendationId) ? (string)__jsonRecommendationId : (string)RecommendationId;} {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_actionName = If( json?.PropertyT("actionName"), out var __jsonActionName) ? (string)__jsonActionName : (string)ActionName;} - {_bladeName = If( json?.PropertyT("bladeName"), out var __jsonBladeName) ? (string)__jsonBladeName : (string)BladeName;} - {_categoryTag = If( json?.PropertyT("categoryTags"), out var __jsonCategoryTags) ? If( __jsonCategoryTags as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : CategoryTag;} + {_level = If( json?.PropertyT("level"), out var __jsonLevel) ? (string)__jsonLevel : (string)Level;} {_channel = If( json?.PropertyT("channels"), out var __jsonChannels) ? (string)__jsonChannels : (string)Channel;} - {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_categoryTag = If( json?.PropertyT("categoryTags"), out var __jsonCategoryTags) ? If( __jsonCategoryTags as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : CategoryTag;} + {_isDynamic = If( json?.PropertyT("isDynamic"), out var __jsonIsDynamic) ? (bool?)__jsonIsDynamic : IsDynamic;} {_extensionName = If( json?.PropertyT("extensionName"), out var __jsonExtensionName) ? (string)__jsonExtensionName : (string)ExtensionName;} + {_bladeName = If( json?.PropertyT("bladeName"), out var __jsonBladeName) ? (string)__jsonBladeName : (string)BladeName;} {_forwardLink = If( json?.PropertyT("forwardLink"), out var __jsonForwardLink) ? (string)__jsonForwardLink : (string)ForwardLink;} - {_isDynamic = If( json?.PropertyT("isDynamic"), out var __jsonIsDynamic) ? (bool?)__jsonIsDynamic : IsDynamic;} - {_level = If( json?.PropertyT("level"), out var __jsonLevel) ? (string)__jsonLevel : (string)Level;} - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} - {_recommendationId = If( json?.PropertyT("recommendationId"), out var __jsonRecommendationId) ? (string)__jsonRecommendationId : (string)RecommendationId;} - {_recommendationName = If( json?.PropertyT("recommendationName"), out var __jsonRecommendationName) ? (string)__jsonRecommendationName : (string)RecommendationName;} AfterFromJson(json); } @@ -105,9 +105,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._recommendationName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._recommendationName.ToString()) : null, "recommendationName" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); + AddIf( null != (((object)this._recommendationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._recommendationId.ToString()) : null, "recommendationId" ,container.Add ); AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AddIf( null != (((object)this._actionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._actionName.ToString()) : null, "actionName" ,container.Add ); - AddIf( null != (((object)this._bladeName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._bladeName.ToString()) : null, "bladeName" ,container.Add ); + AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); + AddIf( null != (((object)this._channel)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._channel.ToString()) : null, "channels" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._categoryTag) @@ -120,15 +125,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("categoryTags",__w); } } - AddIf( null != (((object)this._channel)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._channel.ToString()) : null, "channels" ,container.Add ); - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != this._isDynamic ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDynamic) : null, "isDynamic" ,container.Add ); AddIf( null != (((object)this._extensionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionName.ToString()) : null, "extensionName" ,container.Add ); + AddIf( null != (((object)this._bladeName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._bladeName.ToString()) : null, "bladeName" ,container.Add ); AddIf( null != (((object)this._forwardLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._forwardLink.ToString()) : null, "forwardLink" ,container.Add ); - AddIf( null != this._isDynamic ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDynamic) : null, "isDynamic" ,container.Add ); - AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); - AddIf( null != (((object)this._recommendationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._recommendationId.ToString()) : null, "recommendationId" ,container.Add ); - AddIf( null != (((object)this._recommendationName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._recommendationName.ToString()) : null, "recommendationName" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequest.PowerShell.cs index 0f47aaa4c91a..17eb8744e826 100644 --- a/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequest.PowerShell.cs @@ -97,14 +97,14 @@ internal ReissueCertificateOrderRequest(global::System.Collections.IDictionary c } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ReissueCertificateOrderRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).DelayExistingRevokeInHour = (int?) content.GetValueForProperty("DelayExistingRevokeInHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).DelayExistingRevokeInHour, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -123,14 +123,14 @@ internal ReissueCertificateOrderRequest(global::System.Management.Automation.PSO } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ReissueCertificateOrderRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).DelayExistingRevokeInHour = (int?) content.GetValueForProperty("DelayExistingRevokeInHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).DelayExistingRevokeInHour, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.PowerShell.cs index 57f7e17d4997..89c179aa1570 100644 --- a/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.PowerShell.cs @@ -97,10 +97,10 @@ internal ReissueCertificateOrderRequestProperties(global::System.Collections.IDi return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).DelayExistingRevokeInHour = (int?) content.GetValueForProperty("DelayExistingRevokeInHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).DelayExistingRevokeInHour, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -118,10 +118,10 @@ internal ReissueCertificateOrderRequestProperties(global::System.Management.Auto return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).DelayExistingRevokeInHour = (int?) content.GetValueForProperty("DelayExistingRevokeInHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).DelayExistingRevokeInHour, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IReissueCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.json.cs index c31e25e40eb1..85223c4b688e 100644 --- a/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ReissueCertificateOrderRequestProperties.json.cs @@ -70,10 +70,10 @@ internal ReissueCertificateOrderRequestProperties(Microsoft.Azure.PowerShell.Cmd { return; } - {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} + {_keySize = If( json?.PropertyT("keySize"), out var __jsonKeySize) ? (int?)__jsonKeySize : KeySize;} {_delayExistingRevokeInHour = If( json?.PropertyT("delayExistingRevokeInHours"), out var __jsonDelayExistingRevokeInHours) ? (int?)__jsonDelayExistingRevokeInHours : DelayExistingRevokeInHour;} + {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} {_isPrivateKeyExternal = If( json?.PropertyT("isPrivateKeyExternal"), out var __jsonIsPrivateKeyExternal) ? (bool?)__jsonIsPrivateKeyExternal : IsPrivateKeyExternal;} - {_keySize = If( json?.PropertyT("keySize"), out var __jsonKeySize) ? (int?)__jsonKeySize : KeySize;} AfterFromJson(json); } @@ -98,10 +98,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); + AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); AddIf( null != this._delayExistingRevokeInHour ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._delayExistingRevokeInHour) : null, "delayExistingRevokeInHours" ,container.Add ); + AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); AddIf( null != this._isPrivateKeyExternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPrivateKeyExternal) : null, "isPrivateKeyExternal" ,container.Add ); - AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntity.PowerShell.cs index d8e042d3deb6..48e941d8495e 100644 --- a/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntity.PowerShell.cs @@ -97,17 +97,17 @@ internal RelayServiceConnectionEntity(global::System.Collections.IDictionary con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -126,17 +126,17 @@ internal RelayServiceConnectionEntity(global::System.Management.Automation.PSObj } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RelayServiceConnectionEntityPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).EntityConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceConnectionString, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityInternal)this).BiztalkUri, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.PowerShell.cs index 400e20c74d66..86fcde6d2087 100644 --- a/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.PowerShell.cs @@ -97,13 +97,13 @@ internal RelayServiceConnectionEntityProperties(global::System.Collections.IDict return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,13 +121,13 @@ internal RelayServiceConnectionEntityProperties(global::System.Management.Automa return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString = (string) content.GetValueForProperty("EntityConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).EntityConnectionString, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Hostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Port = (int?) content.GetValueForProperty("Port",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).Port, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString = (string) content.GetValueForProperty("ResourceConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceConnectionString, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri = (string) content.GetValueForProperty("BiztalkUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRelayServiceConnectionEntityPropertiesInternal)this).BiztalkUri, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.json.cs index e3b8e2c857ef..04122a2227f0 100644 --- a/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RelayServiceConnectionEntityProperties.json.cs @@ -70,13 +70,13 @@ internal RelayServiceConnectionEntityProperties(Microsoft.Azure.PowerShell.Cmdle { return; } - {_biztalkUri = If( json?.PropertyT("biztalkUri"), out var __jsonBiztalkUri) ? (string)__jsonBiztalkUri : (string)BiztalkUri;} - {_entityConnectionString = If( json?.PropertyT("entityConnectionString"), out var __jsonEntityConnectionString) ? (string)__jsonEntityConnectionString : (string)EntityConnectionString;} {_entityName = If( json?.PropertyT("entityName"), out var __jsonEntityName) ? (string)__jsonEntityName : (string)EntityName;} + {_entityConnectionString = If( json?.PropertyT("entityConnectionString"), out var __jsonEntityConnectionString) ? (string)__jsonEntityConnectionString : (string)EntityConnectionString;} + {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} + {_resourceConnectionString = If( json?.PropertyT("resourceConnectionString"), out var __jsonResourceConnectionString) ? (string)__jsonResourceConnectionString : (string)ResourceConnectionString;} {_hostname = If( json?.PropertyT("hostname"), out var __jsonHostname) ? (string)__jsonHostname : (string)Hostname;} {_port = If( json?.PropertyT("port"), out var __jsonPort) ? (int?)__jsonPort : Port;} - {_resourceConnectionString = If( json?.PropertyT("resourceConnectionString"), out var __jsonResourceConnectionString) ? (string)__jsonResourceConnectionString : (string)ResourceConnectionString;} - {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} + {_biztalkUri = If( json?.PropertyT("biztalkUri"), out var __jsonBiztalkUri) ? (string)__jsonBiztalkUri : (string)BiztalkUri;} AfterFromJson(json); } @@ -100,13 +100,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._biztalkUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._biztalkUri.ToString()) : null, "biztalkUri" ,container.Add ); - AddIf( null != (((object)this._entityConnectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._entityConnectionString.ToString()) : null, "entityConnectionString" ,container.Add ); AddIf( null != (((object)this._entityName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._entityName.ToString()) : null, "entityName" ,container.Add ); + AddIf( null != (((object)this._entityConnectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._entityConnectionString.ToString()) : null, "entityConnectionString" ,container.Add ); + AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "resourceType" ,container.Add ); + AddIf( null != (((object)this._resourceConnectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceConnectionString.ToString()) : null, "resourceConnectionString" ,container.Add ); AddIf( null != (((object)this._hostname)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostname.ToString()) : null, "hostname" ,container.Add ); AddIf( null != this._port ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._port) : null, "port" ,container.Add ); - AddIf( null != (((object)this._resourceConnectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceConnectionString.ToString()) : null, "resourceConnectionString" ,container.Add ); - AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "resourceType" ,container.Add ); + AddIf( null != (((object)this._biztalkUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._biztalkUri.ToString()) : null, "biztalkUri" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RemotePrivateEndpointConnection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RemotePrivateEndpointConnection.PowerShell.cs index d58ae1648db3..aaabf7c78721 100644 --- a/src/Functions/generated/api/Models/Api20190801/RemotePrivateEndpointConnection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RemotePrivateEndpointConnection.PowerShell.cs @@ -100,9 +100,9 @@ internal RemotePrivateEndpointConnection(global::System.Collections.IDictionary ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).ProvisioningState, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateEndpointId = (string) content.GetValueForProperty("PrivateEndpointId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateEndpointId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,9 +124,9 @@ internal RemotePrivateEndpointConnection(global::System.Management.Automation.PS ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateLinkConnectionState) content.GetValueForProperty("PrivateLinkServiceConnectionState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateLinkConnectionStateTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).ProvisioningState, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateEndpointId = (string) content.GetValueForProperty("PrivateEndpointId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateEndpointId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateDescription = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateDescription",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateDescription, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateActionsRequired = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateActionsRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateActionsRequired, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus = (string) content.GetValueForProperty("PrivateLinkServiceConnectionStateStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnectionInternal)this).PrivateLinkServiceConnectionStateStatus, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Rendering.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Rendering.PowerShell.cs index f786844b8dfc..ef01151ef268 100644 --- a/src/Functions/generated/api/Models/Api20190801/Rendering.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Rendering.PowerShell.cs @@ -95,8 +95,8 @@ internal Rendering(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Title, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal Rendering(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Title, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenderingInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Rendering.json.cs b/src/Functions/generated/api/Models/Api20190801/Rendering.json.cs index a6703193da6b..dcf37262b9bc 100644 --- a/src/Functions/generated/api/Models/Api20190801/Rendering.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Rendering.json.cs @@ -71,8 +71,8 @@ internal Rendering(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Jso return; } {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} {_title = If( json?.PropertyT("title"), out var __jsonTitle) ? (string)__jsonTitle : (string)Title;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AddIf( null != (((object)this._title)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._title.ToString()) : null, "title" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequest.PowerShell.cs index 4726acab7981..61096106ae27 100644 --- a/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequest.PowerShell.cs @@ -97,13 +97,13 @@ internal RenewCertificateOrderRequest(global::System.Collections.IDictionary con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenewCertificateOrderRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -122,13 +122,13 @@ internal RenewCertificateOrderRequest(global::System.Management.Automation.PSObj } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenewCertificateOrderRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.PowerShell.cs index c912f4e20219..05d5108f5cfe 100644 --- a/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.PowerShell.cs @@ -97,9 +97,9 @@ internal RenewCertificateOrderRequestProperties(global::System.Collections.IDict return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -117,9 +117,9 @@ internal RenewCertificateOrderRequestProperties(global::System.Management.Automa return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).Csr = (string) content.GetValueForProperty("Csr",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).Csr, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal = (bool?) content.GetValueForProperty("IsPrivateKeyExternal",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).IsPrivateKeyExternal, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize = (int?) content.GetValueForProperty("KeySize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestPropertiesInternal)this).KeySize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.json.cs index 5f1e0be1b3c0..d106119154fa 100644 --- a/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RenewCertificateOrderRequestProperties.json.cs @@ -70,9 +70,9 @@ internal RenewCertificateOrderRequestProperties(Microsoft.Azure.PowerShell.Cmdle { return; } + {_keySize = If( json?.PropertyT("keySize"), out var __jsonKeySize) ? (int?)__jsonKeySize : KeySize;} {_csr = If( json?.PropertyT("csr"), out var __jsonCsr) ? (string)__jsonCsr : (string)Csr;} {_isPrivateKeyExternal = If( json?.PropertyT("isPrivateKeyExternal"), out var __jsonIsPrivateKeyExternal) ? (bool?)__jsonIsPrivateKeyExternal : IsPrivateKeyExternal;} - {_keySize = If( json?.PropertyT("keySize"), out var __jsonKeySize) ? (int?)__jsonKeySize : KeySize;} AfterFromJson(json); } @@ -96,9 +96,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); AddIf( null != (((object)this._csr)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._csr.ToString()) : null, "csr" ,container.Add ); AddIf( null != this._isPrivateKeyExternal ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPrivateKeyExternal) : null, "isPrivateKeyExternal" ,container.Add ); - AddIf( null != this._keySize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._keySize) : null, "keySize" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Resource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Resource.PowerShell.cs index c5d218e2190b..e2369cd7efce 100644 --- a/src/Functions/generated/api/Models/Api20190801/Resource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Resource.PowerShell.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + /// Azure resource. This resource is tracked in Azure Resource Manager [System.ComponentModel.TypeConverter(typeof(ResourceTypeConverter))] public partial class Resource { @@ -93,12 +94,12 @@ internal Resource(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,12 +117,12 @@ internal Resource(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -130,6 +131,7 @@ internal Resource(global::System.Management.Automation.PSObject content) /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } + /// Azure resource. This resource is tracked in Azure Resource Manager [System.ComponentModel.TypeConverter(typeof(ResourceTypeConverter))] public partial interface IResource diff --git a/src/Functions/generated/api/Models/Api20190801/Resource.cs b/src/Functions/generated/api/Models/Api20190801/Resource.cs index c66a7633d747..8246b59f2dd7 100644 --- a/src/Functions/generated/api/Models/Api20190801/Resource.cs +++ b/src/Functions/generated/api/Models/Api20190801/Resource.cs @@ -2,19 +2,18 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + /// Azure resource. This resource is tracked in Azure Resource Manager public partial class Resource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResource, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal { - /// - /// Backing field for Inherited model - /// - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(); + + /// Backing field for property. + private string _id; /// Resource Id. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string Id { get => this._id; } /// Backing field for property. private string _kind; @@ -31,17 +30,20 @@ public partial class Resource : public string Location { get => this._location; set => this._location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => this._id; set { {_id = value;} } } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => this._name; set { {_name = value;} } } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => this._type; set { {_type = value;} } } + + /// Backing field for property. + private string _name; /// Resource Name. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string Name { get => this._name; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags _tag; @@ -50,32 +52,31 @@ public partial class Resource : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags Tag { get => (this._tag = this._tag ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTags()); set => this._tag = value; } + /// Backing field for property. + private string _type; + /// Resource type. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string Type { get => this._type; } /// Creates an new instance. public Resource() { } - - /// Validates that this object meets the validation criteria. - /// an instance that will receive validation - /// events. - /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. - /// - public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener) - { - await eventListener.AssertNotNull(nameof(__resource), __resource); - await eventListener.AssertObjectIsValid(nameof(__resource), __resource); - } } + /// Azure resource. This resource is tracked in Azure Resource Manager public partial interface IResource : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResource + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { + /// Resource Id. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Resource Id.", + SerializedName = @"id", + PossibleTypes = new [] { typeof(string) })] + string Id { get; } /// Kind of resource. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -92,6 +93,14 @@ public partial interface IResource : SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] string Location { get; set; } + /// Resource Name. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Resource Name.", + SerializedName = @"name", + PossibleTypes = new [] { typeof(string) })] + string Name { get; } /// Resource tags. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -100,17 +109,32 @@ public partial interface IResource : SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) })] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags Tag { get; set; } + /// Resource type. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Resource type.", + SerializedName = @"type", + PossibleTypes = new [] { typeof(string) })] + string Type { get; } } - internal partial interface IResourceInternal : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal + /// Azure resource. This resource is tracked in Azure Resource Manager + internal partial interface IResourceInternal + { + /// Resource Id. + string Id { get; set; } /// Kind of resource. string Kind { get; set; } /// Resource Location. string Location { get; set; } + /// Resource Name. + string Name { get; set; } /// Resource tags. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags Tag { get; set; } + /// Resource type. + string Type { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/Resource.json.cs b/src/Functions/generated/api/Models/Api20190801/Resource.json.cs index 37ace4aab365..a88d13341d32 100644 --- a/src/Functions/generated/api/Models/Api20190801/Resource.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Resource.json.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + /// Azure resource. This resource is tracked in Azure Resource Manager public partial class Resource { @@ -69,9 +70,11 @@ internal Resource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json { return; } - __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.Resource(json); + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_kind = If( json?.PropertyT("kind"), out var __jsonKind) ? (string)__jsonKind : (string)Kind;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTags.FromJson(__jsonTags) : Tag;} AfterFromJson(json); } @@ -95,9 +98,20 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - __resource?.ToJson(container, serializationMode); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + } AddIf( null != (((object)this._kind)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._kind.ToString()) : null, "kind" ,container.Add ); AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + } AddIf( null != this._tag ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._tag.ToJson(null,serializationMode) : null, "tags" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceCollection.PowerShell.cs index 3a13790fe739..148a91de160a 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal ResourceCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).Value = (string[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal ResourceCollection(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).Value = (string[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceCollection.json.cs index 379ebc1a5ed7..84c84d971714 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceCollection.json.cs @@ -70,8 +70,8 @@ internal ResourceCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadata.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadata.PowerShell.cs index 5169dac2756f..9dfacc3a0aba 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadata.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadata.PowerShell.cs @@ -95,10 +95,10 @@ internal ResourceHealthMetadata(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadataPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Category, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).SignalAvailability = (bool?) content.GetValueForProperty("SignalAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).SignalAvailability, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); @@ -119,10 +119,10 @@ internal ResourceHealthMetadata(global::System.Management.Automation.PSObject co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadataPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Category = (string) content.GetValueForProperty("Category",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).Category, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).SignalAvailability = (bool?) content.GetValueForProperty("SignalAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataInternal)this).SignalAvailability, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.PowerShell.cs index 5f8ff0f3fcdb..8aaff2527f46 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal ResourceHealthMetadataCollection(global::System.Collections.IDictionary return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadata[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadataTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal ResourceHealthMetadataCollection(global::System.Management.Automation.P return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadata[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadataTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.json.cs index c5de0733e19a..ae02a0b49f26 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceHealthMetadataCollection.json.cs @@ -70,8 +70,8 @@ internal ResourceHealthMetadataCollection(Microsoft.Azure.PowerShell.Cmdlets.Fun { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadata) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadata.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.PowerShell.cs index a3bcf9b95b5e..e4c8c5b7ff04 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.PowerShell.cs @@ -96,8 +96,8 @@ internal ResourceMetricAvailability(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention = (string) content.GetValueForProperty("Retention",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).TimeGrain, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention = (string) content.GetValueForProperty("Retention",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal ResourceMetricAvailability(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention = (string) content.GetValueForProperty("Retention",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).TimeGrain = (string) content.GetValueForProperty("TimeGrain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).TimeGrain, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention = (string) content.GetValueForProperty("Retention",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailabilityInternal)this).Retention, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.json.cs index 060b1d7f9394..8474b9667892 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricAvailability.json.cs @@ -70,8 +70,8 @@ internal ResourceMetricAvailability(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_retention = If( json?.PropertyT("retention"), out var __jsonRetention) ? (string)__jsonRetention : (string)Retention;} {_timeGrain = If( json?.PropertyT("timeGrain"), out var __jsonTimeGrain) ? (string)__jsonTimeGrain : (string)TimeGrain;} + {_retention = If( json?.PropertyT("retention"), out var __jsonRetention) ? (string)__jsonRetention : (string)Retention;} AfterFromJson(json); } @@ -96,11 +96,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._retention)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._retention.ToString()) : null, "retention" ,container.Add ); + AddIf( null != (((object)this._timeGrain)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeGrain.ToString()) : null, "timeGrain" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._timeGrain)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeGrain.ToString()) : null, "timeGrain" ,container.Add ); + AddIf( null != (((object)this._retention)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._retention.ToString()) : null, "retention" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.PowerShell.cs index f946363001b1..3bfe713f5666 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.PowerShell.cs @@ -94,16 +94,16 @@ internal ResourceMetricDefinition(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1TypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) content.GetValueForProperty("ResourceMetricDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1TypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) content.GetValueForProperty("ResourceMetricDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).PrimaryAggregationType = (string) content.GetValueForProperty("PrimaryAggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).PrimaryAggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceUri = (string) content.GetValueForProperty("ResourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,16 +121,16 @@ internal ResourceMetricDefinition(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1TypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) content.GetValueForProperty("ResourceMetricDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1TypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) content.GetValueForProperty("ResourceMetricDefinitionProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceMetricDefinitionProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).PrimaryAggregationType = (string) content.GetValueForProperty("PrimaryAggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).PrimaryAggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceUri = (string) content.GetValueForProperty("ResourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).ResourceUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal)this).Unit, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.cs index 61dde91a15cc..30728177074e 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.cs @@ -24,7 +24,7 @@ public partial class ResourceMetricDefinition : /// List of time grains supported for the metric together with retention period. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).MetricAvailability; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).MetricAvailability; } /// Internal Acessors for Id string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)__proxyOnlyResource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)__proxyOnlyResource).Id = value; } @@ -36,22 +36,22 @@ public partial class ResourceMetricDefinition : string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)__proxyOnlyResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)__proxyOnlyResource).Type = value; } /// Internal Acessors for MetricAvailability - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.MetricAvailability { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).MetricAvailability; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).MetricAvailability = value; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.MetricAvailability { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).MetricAvailability; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).MetricAvailability = value; } /// Internal Acessors for PrimaryAggregationType - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.PrimaryAggregationType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).PrimaryAggregationType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).PrimaryAggregationType = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.PrimaryAggregationType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).PrimaryAggregationType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).PrimaryAggregationType = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1()); set { {_property = value;} } } /// Internal Acessors for ResourceMetricDefinitionProperty - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.ResourceMetricDefinitionProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).Property; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).Property = value; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.ResourceMetricDefinitionProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).Property; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).Property = value; } /// Internal Acessors for ResourceUri - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.ResourceUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).ResourceUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).ResourceUri = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.ResourceUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).ResourceUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).ResourceUri = value; } /// Internal Acessors for Unit - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.Unit { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).Unit; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).Unit = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionInternal.Unit { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).Unit; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).Unit = value; } /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] @@ -59,22 +59,22 @@ public partial class ResourceMetricDefinition : /// Primary aggregation type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string PrimaryAggregationType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).PrimaryAggregationType; } + public string PrimaryAggregationType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).PrimaryAggregationType; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 _property; /// ResourceMetricDefinition resource specific properties [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1()); set => this._property = value; } /// Resource metric definition properties. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 ResourceMetricDefinitionProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).Property; } + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties ResourceMetricDefinitionProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).Property; } /// Resource URI. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string ResourceUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).ResourceUri; } + public string ResourceUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).ResourceUri; } /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] @@ -82,7 +82,7 @@ public partial class ResourceMetricDefinition : /// Unit of the metric. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public string Unit { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)Property).Unit; } + public string Unit { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)Property).Unit; } /// Creates an new instance. public ResourceMetricDefinition() @@ -129,8 +129,8 @@ public partial interface IResourceMetricDefinition : ReadOnly = true, Description = @"Resource metric definition properties.", SerializedName = @"properties", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 ResourceMetricDefinitionProperty { get; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties ResourceMetricDefinitionProperty { get; } /// Resource URI. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -158,9 +158,9 @@ internal partial interface IResourceMetricDefinitionInternal : /// Primary aggregation type. string PrimaryAggregationType { get; set; } /// ResourceMetricDefinition resource specific properties - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Property { get; set; } /// Resource metric definition properties. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 ResourceMetricDefinitionProperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties ResourceMetricDefinitionProperty { get; set; } /// Resource URI. string ResourceUri { get; set; } /// Unit of the metric. diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.json.cs index 07071f7c2f97..841981072cc0 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinition.json.cs @@ -71,7 +71,7 @@ internal ResourceMetricDefinition(Microsoft.Azure.PowerShell.Cmdlets.Functions.R return; } __proxyOnlyResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProxyOnlyResource(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties.FromJson(__jsonProperties) : Property;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.PowerShell.cs index 3c06fb5a55f3..fbef96528a75 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal ResourceMetricDefinitionCollection(global::System.Collections.IDictiona return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal ResourceMetricDefinitionCollection(global::System.Management.Automation return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.json.cs index 8a774a64d147..d1504d4e57b0 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionCollection.json.cs @@ -70,8 +70,8 @@ internal ResourceMetricDefinitionCollection(Microsoft.Azure.PowerShell.Cmdlets.F { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinition.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +104,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.PowerShell.cs index fd285363d3b6..bff3682d0f6a 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.PowerShell.cs @@ -2,7 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - /// ResourceMetricDefinition resource specific properties + /// Resource metric definition properties. [System.ComponentModel.TypeConverter(typeof(ResourceMetricDefinitionPropertiesTypeConverter))] public partial class ResourceMetricDefinitionProperties { @@ -96,11 +96,8 @@ internal ResourceMetricDefinitionProperties(global::System.Collections.IDictiona return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).PrimaryAggregationType = (string) content.GetValueForProperty("PrimaryAggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).PrimaryAggregationType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1TypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).ResourceUri = (string) content.GetValueForProperty("ResourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).ResourceUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Unit, global::System.Convert.ToString); + // this type is a dictionary; copy elements from source to here. + CopyFrom(content); AfterDeserializeDictionary(content); } @@ -118,11 +115,8 @@ internal ResourceMetricDefinitionProperties(global::System.Management.Automation return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).PrimaryAggregationType = (string) content.GetValueForProperty("PrimaryAggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).PrimaryAggregationType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1TypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).ResourceUri = (string) content.GetValueForProperty("ResourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).ResourceUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal)this).Unit, global::System.Convert.ToString); + // this type is a dictionary; copy elements from source to here. + CopyFrom(content); AfterDeserializePSObject(content); } @@ -131,7 +125,7 @@ internal ResourceMetricDefinitionProperties(global::System.Management.Automation /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } - /// ResourceMetricDefinition resource specific properties + /// Resource metric definition properties. [System.ComponentModel.TypeConverter(typeof(ResourceMetricDefinitionPropertiesTypeConverter))] public partial interface IResourceMetricDefinitionProperties diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.cs index 3265a53a72b6..ebdfdc8edc1e 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.cs @@ -2,128 +2,29 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// ResourceMetricDefinition resource specific properties + /// Resource metric definition properties. public partial class ResourceMetricDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal { - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] _metricAvailability; - - /// List of time grains supported for the metric together with retention period. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get => this._metricAvailability; } - - /// Internal Acessors for MetricAvailability - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal.MetricAvailability { get => this._metricAvailability; set { {_metricAvailability = value;} } } - - /// Internal Acessors for PrimaryAggregationType - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal.PrimaryAggregationType { get => this._primaryAggregationType; set { {_primaryAggregationType = value;} } } - - /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1()); set { {_property = value;} } } - - /// Internal Acessors for ResourceUri - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal.ResourceUri { get => this._resourceUri; set { {_resourceUri = value;} } } - - /// Internal Acessors for Unit - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionPropertiesInternal.Unit { get => this._unit; set { {_unit = value;} } } - - /// Backing field for property. - private string _primaryAggregationType; - - /// Primary aggregation type. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public string PrimaryAggregationType { get => this._primaryAggregationType; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 _property; - - /// Resource metric definition properties. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1()); } - - /// Backing field for property. - private string _resourceUri; - - /// Resource URI. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public string ResourceUri { get => this._resourceUri; } - - /// Backing field for property. - private string _unit; - - /// Unit of the metric. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] - public string Unit { get => this._unit; } - /// Creates an new instance. public ResourceMetricDefinitionProperties() { } } - /// ResourceMetricDefinition resource specific properties + /// Resource metric definition properties. public partial interface IResourceMetricDefinitionProperties : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray { - /// List of time grains supported for the metric together with retention period. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"List of time grains supported for the metric together with retention period.", - SerializedName = @"metricAvailabilities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get; } - /// Primary aggregation type. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"Primary aggregation type.", - SerializedName = @"primaryAggregationType", - PossibleTypes = new [] { typeof(string) })] - string PrimaryAggregationType { get; } - /// Resource metric definition properties. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"Resource metric definition properties.", - SerializedName = @"properties", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1) })] - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Property { get; } - /// Resource URI. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"Resource URI.", - SerializedName = @"resourceUri", - PossibleTypes = new [] { typeof(string) })] - string ResourceUri { get; } - /// Unit of the metric. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = true, - Description = @"Unit of the metric.", - SerializedName = @"unit", - PossibleTypes = new [] { typeof(string) })] - string Unit { get; } } - /// ResourceMetricDefinition resource specific properties + /// Resource metric definition properties. internal partial interface IResourceMetricDefinitionPropertiesInternal { - /// List of time grains supported for the metric together with retention period. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get; set; } - /// Primary aggregation type. - string PrimaryAggregationType { get; set; } - /// Resource metric definition properties. - Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1 Property { get; set; } - /// Resource URI. - string ResourceUri { get; set; } - /// Unit of the metric. - string Unit { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.dictionary.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.dictionary.cs similarity index 96% rename from src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.dictionary.cs rename to src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.dictionary.cs index 994bc4977813..bd578e8e9fda 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.dictionary.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.dictionary.cs @@ -2,7 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - public partial class ResourceMetricDefinitionProperties1 : + public partial class ResourceMetricDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray { protected global::System.Collections.Generic.Dictionary __additionalProperties = new global::System.Collections.Generic.Dictionary(); @@ -65,6 +65,6 @@ public void CopyFrom(global::System.Management.Automation.PSObject source) /// - public static implicit operator global::System.Collections.Generic.Dictionary(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1 source) => source.__additionalProperties; + public static implicit operator global::System.Collections.Generic.Dictionary(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties source) => source.__additionalProperties; } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.json.cs index 85ae2e6be53c..8bf7d16b938c 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties.json.cs @@ -2,7 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// ResourceMetricDefinition resource specific properties + /// Resource metric definition properties. public partial class ResourceMetricDefinitionProperties { @@ -62,7 +62,8 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IR /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - internal ResourceMetricDefinitionProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) + /// + internal ResourceMetricDefinitionProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json, global::System.Collections.Generic.HashSet exclusions = null) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -70,11 +71,7 @@ internal ResourceMetricDefinitionProperties(Microsoft.Azure.PowerShell.Cmdlets.F { return; } - {_metricAvailability = If( json?.PropertyT("metricAvailabilities"), out var __jsonMetricAvailabilities) ? If( __jsonMetricAvailabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailability.FromJson(__u) )) ))() : null : MetricAvailability;} - {_primaryAggregationType = If( json?.PropertyT("primaryAggregationType"), out var __jsonPrimaryAggregationType) ? (string)__jsonPrimaryAggregationType : (string)PrimaryAggregationType;} - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties1.FromJson(__jsonProperties) : Property;} - {_resourceUri = If( json?.PropertyT("resourceUri"), out var __jsonResourceUri) ? (string)__jsonResourceUri : (string)ResourceUri;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); AfterFromJson(json); } @@ -98,34 +95,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - if (null != this._metricAvailability) - { - var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._metricAvailability ) - { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); - } - container.Add("metricAvailabilities",__w); - } - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._primaryAggregationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._primaryAggregationType.ToString()) : null, "primaryAggregationType" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._resourceUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceUri.ToString()) : null, "resourceUri" ,container.Add ); - } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); - } + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.ToJson( ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, container); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.PowerShell.cs index f492917103e1..e566cdf1e5c1 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.PowerShell.cs @@ -2,7 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; - /// Resource metric definition properties. + /// ResourceMetricDefinition resource specific properties [System.ComponentModel.TypeConverter(typeof(ResourceMetricDefinitionProperties1TypeConverter))] public partial class ResourceMetricDefinitionProperties1 { @@ -96,8 +96,11 @@ internal ResourceMetricDefinitionProperties1(global::System.Collections.IDiction return; } // actually deserialize - // this type is a dictionary; copy elements from source to here. - CopyFrom(content); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).PrimaryAggregationType = (string) content.GetValueForProperty("PrimaryAggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).PrimaryAggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).ResourceUri = (string) content.GetValueForProperty("ResourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).ResourceUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionPropertiesTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -115,8 +118,11 @@ internal ResourceMetricDefinitionProperties1(global::System.Management.Automatio return; } // actually deserialize - // this type is a dictionary; copy elements from source to here. - CopyFrom(content); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).PrimaryAggregationType = (string) content.GetValueForProperty("PrimaryAggregationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).PrimaryAggregationType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).MetricAvailability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[]) content.GetValueForProperty("MetricAvailability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).MetricAvailability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).ResourceUri = (string) content.GetValueForProperty("ResourceUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).ResourceUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionPropertiesTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } @@ -125,7 +131,7 @@ internal ResourceMetricDefinitionProperties1(global::System.Management.Automatio /// a containing this model serialized to JSON text. public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeAll)?.ToString(); } - /// Resource metric definition properties. + /// ResourceMetricDefinition resource specific properties [System.ComponentModel.TypeConverter(typeof(ResourceMetricDefinitionProperties1TypeConverter))] public partial interface IResourceMetricDefinitionProperties1 diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.cs index c729973f0c39..8b6820af5d13 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.cs @@ -2,29 +2,128 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// Resource metric definition properties. + /// ResourceMetricDefinition resource specific properties public partial class ResourceMetricDefinitionProperties1 : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal { + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] _metricAvailability; + + /// List of time grains supported for the metric together with retention period. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get => this._metricAvailability; } + + /// Internal Acessors for MetricAvailability + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal.MetricAvailability { get => this._metricAvailability; set { {_metricAvailability = value;} } } + + /// Internal Acessors for PrimaryAggregationType + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal.PrimaryAggregationType { get => this._primaryAggregationType; set { {_primaryAggregationType = value;} } } + + /// Internal Acessors for Property + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties()); set { {_property = value;} } } + + /// Internal Acessors for ResourceUri + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal.ResourceUri { get => this._resourceUri; set { {_resourceUri = value;} } } + + /// Internal Acessors for Unit + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties1Internal.Unit { get => this._unit; set { {_unit = value;} } } + + /// Backing field for property. + private string _primaryAggregationType; + + /// Primary aggregation type. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string PrimaryAggregationType { get => this._primaryAggregationType; } + + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties _property; + + /// Resource metric definition properties. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties()); } + + /// Backing field for property. + private string _resourceUri; + + /// Resource URI. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string ResourceUri { get => this._resourceUri; } + + /// Backing field for property. + private string _unit; + + /// Unit of the metric. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string Unit { get => this._unit; } + /// Creates an new instance. public ResourceMetricDefinitionProperties1() { } } - /// Resource metric definition properties. + /// ResourceMetricDefinition resource specific properties public partial interface IResourceMetricDefinitionProperties1 : - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable { + /// List of time grains supported for the metric together with retention period. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"List of time grains supported for the metric together with retention period.", + SerializedName = @"metricAvailabilities", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get; } + /// Primary aggregation type. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Primary aggregation type.", + SerializedName = @"primaryAggregationType", + PossibleTypes = new [] { typeof(string) })] + string PrimaryAggregationType { get; } + /// Resource metric definition properties. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Resource metric definition properties.", + SerializedName = @"properties", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties) })] + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Property { get; } + /// Resource URI. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Resource URI.", + SerializedName = @"resourceUri", + PossibleTypes = new [] { typeof(string) })] + string ResourceUri { get; } + /// Unit of the metric. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = true, + Description = @"Unit of the metric.", + SerializedName = @"unit", + PossibleTypes = new [] { typeof(string) })] + string Unit { get; } } - /// Resource metric definition properties. + /// ResourceMetricDefinition resource specific properties internal partial interface IResourceMetricDefinitionProperties1Internal { + /// List of time grains supported for the metric together with retention period. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability[] MetricAvailability { get; set; } + /// Primary aggregation type. + string PrimaryAggregationType { get; set; } + /// Resource metric definition properties. + Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionProperties Property { get; set; } + /// Resource URI. + string ResourceUri { get; set; } + /// Unit of the metric. + string Unit { get; set; } } } \ No newline at end of file diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.json.cs index 70cf950d6cc2..f5749948a07c 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceMetricDefinitionProperties1.json.cs @@ -2,7 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; - /// Resource metric definition properties. + /// ResourceMetricDefinition resource specific properties public partial class ResourceMetricDefinitionProperties1 { @@ -62,8 +62,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IR /// Deserializes a Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject into a new instance of . /// /// A Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject instance to deserialize from. - /// - internal ResourceMetricDefinitionProperties1(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json, global::System.Collections.Generic.HashSet exclusions = null) + internal ResourceMetricDefinitionProperties1(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObject json) { bool returnNow = false; BeforeFromJson(json, ref returnNow); @@ -71,7 +70,11 @@ internal ResourceMetricDefinitionProperties1(Microsoft.Azure.PowerShell.Cmdlets. { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + {_primaryAggregationType = If( json?.PropertyT("primaryAggregationType"), out var __jsonPrimaryAggregationType) ? (string)__jsonPrimaryAggregationType : (string)PrimaryAggregationType;} + {_metricAvailability = If( json?.PropertyT("metricAvailabilities"), out var __jsonMetricAvailabilities) ? If( __jsonMetricAvailabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricAvailability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricAvailability.FromJson(__u) )) ))() : null : MetricAvailability;} + {_resourceUri = If( json?.PropertyT("resourceUri"), out var __jsonResourceUri) ? (string)__jsonResourceUri : (string)ResourceUri;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } @@ -95,7 +98,34 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.ToJson( ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, container); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._primaryAggregationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._primaryAggregationType.ToString()) : null, "primaryAggregationType" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + if (null != this._metricAvailability) + { + var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __x in this._metricAvailability ) + { + AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + } + container.Add("metricAvailabilities",__w); + } + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._resourceUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceUri.ToString()) : null, "resourceUri" ,container.Add ); + } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.PowerShell.cs index e05bf23507f1..f724cb583c6d 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.PowerShell.cs @@ -94,9 +94,9 @@ internal ResourceNameAvailability(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -114,9 +114,9 @@ internal ResourceNameAvailability(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityInternal)this).Message, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.json.cs b/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.json.cs index 606094b2d5e0..6305e65705c4 100644 --- a/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ResourceNameAvailability.json.cs @@ -70,9 +70,9 @@ internal ResourceNameAvailability(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_nameAvailable = If( json?.PropertyT("nameAvailable"), out var __jsonNameAvailable) ? (bool?)__jsonNameAvailable : NameAvailable;} {_reason = If( json?.PropertyT("reason"), out var __jsonReason) ? (string)__jsonReason : (string)Reason;} + {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); AddIf( null != this._nameAvailable ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._nameAvailable) : null, "nameAvailable" ,container.Add ); AddIf( null != (((object)this._reason)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._reason.ToString()) : null, "reason" ,container.Add ); + AddIf( null != (((object)this._message)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._message.ToString()) : null, "message" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/RestoreRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RestoreRequest.PowerShell.cs index 9509623cd64a..695ddc1af602 100644 --- a/src/Functions/generated/api/Models/Api20190801/RestoreRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RestoreRequest.PowerShell.cs @@ -95,21 +95,21 @@ internal RestoreRequest(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RestoreRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreDatabase = (bool?) content.GetValueForProperty("IgnoreDatabase",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreDatabase, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).OperationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType?) content.GetValueForProperty("OperationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).OperationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -128,21 +128,21 @@ internal RestoreRequest(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RestoreRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).BlobName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreDatabase = (bool?) content.GetValueForProperty("IgnoreDatabase",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).IgnoreDatabase, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AppServicePlan, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).OperationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType?) content.GetValueForProperty("OperationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).OperationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.PowerShell.cs index f63da1f0876e..0bb59bf8a148 100644 --- a/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.PowerShell.cs @@ -94,17 +94,17 @@ internal RestoreRequestProperties(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).BlobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreDatabase = (bool?) content.GetValueForProperty("IgnoreDatabase",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreDatabase, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).OperationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType?) content.GetValueForProperty("OperationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).OperationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -122,17 +122,17 @@ internal RestoreRequestProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).BlobName = (string) content.GetValueForProperty("BlobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).BlobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Database = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting[]) content.GetValueForProperty("Database",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Database, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSettingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreDatabase = (bool?) content.GetValueForProperty("IgnoreDatabase",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).IgnoreDatabase, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan = (string) content.GetValueForProperty("AppServicePlan",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AppServicePlan, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).OperationType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType?) content.GetValueForProperty("OperationType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).OperationType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl = (string) content.GetValueForProperty("StorageAccountUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).StorageAccountUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString = (bool?) content.GetValueForProperty("AdjustConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).AdjustConnectionString, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequestPropertiesInternal)this).HostingEnvironment, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.json.cs index c1322745496a..26c4b282b58e 100644 --- a/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/RestoreRequestProperties.json.cs @@ -70,17 +70,17 @@ internal RestoreRequestProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_adjustConnectionString = If( json?.PropertyT("adjustConnectionStrings"), out var __jsonAdjustConnectionStrings) ? (bool?)__jsonAdjustConnectionStrings : AdjustConnectionString;} - {_appServicePlan = If( json?.PropertyT("appServicePlan"), out var __jsonAppServicePlan) ? (string)__jsonAppServicePlan : (string)AppServicePlan;} + {_storageAccountUrl = If( json?.PropertyT("storageAccountUrl"), out var __jsonStorageAccountUrl) ? (string)__jsonStorageAccountUrl : (string)StorageAccountUrl;} {_blobName = If( json?.PropertyT("blobName"), out var __jsonBlobName) ? (string)__jsonBlobName : (string)BlobName;} + {_overwrite = If( json?.PropertyT("overwrite"), out var __jsonOverwrite) ? (bool)__jsonOverwrite : Overwrite;} + {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} {_database = If( json?.PropertyT("databases"), out var __jsonDatabases) ? If( __jsonDatabases as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDatabaseBackupSetting) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DatabaseBackupSetting.FromJson(__u) )) ))() : null : Database;} - {_hostingEnvironment = If( json?.PropertyT("hostingEnvironment"), out var __jsonHostingEnvironment) ? (string)__jsonHostingEnvironment : (string)HostingEnvironment;} {_ignoreConflictingHostName = If( json?.PropertyT("ignoreConflictingHostNames"), out var __jsonIgnoreConflictingHostNames) ? (bool?)__jsonIgnoreConflictingHostNames : IgnoreConflictingHostName;} {_ignoreDatabase = If( json?.PropertyT("ignoreDatabases"), out var __jsonIgnoreDatabases) ? (bool?)__jsonIgnoreDatabases : IgnoreDatabase;} + {_appServicePlan = If( json?.PropertyT("appServicePlan"), out var __jsonAppServicePlan) ? (string)__jsonAppServicePlan : (string)AppServicePlan;} {_operationType = If( json?.PropertyT("operationType"), out var __jsonOperationType) ? (string)__jsonOperationType : (string)OperationType;} - {_overwrite = If( json?.PropertyT("overwrite"), out var __jsonOverwrite) ? (bool)__jsonOverwrite : Overwrite;} - {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} - {_storageAccountUrl = If( json?.PropertyT("storageAccountUrl"), out var __jsonStorageAccountUrl) ? (string)__jsonStorageAccountUrl : (string)StorageAccountUrl;} + {_adjustConnectionString = If( json?.PropertyT("adjustConnectionStrings"), out var __jsonAdjustConnectionStrings) ? (bool?)__jsonAdjustConnectionStrings : AdjustConnectionString;} + {_hostingEnvironment = If( json?.PropertyT("hostingEnvironment"), out var __jsonHostingEnvironment) ? (string)__jsonHostingEnvironment : (string)HostingEnvironment;} AfterFromJson(json); } @@ -103,9 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._adjustConnectionString ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._adjustConnectionString) : null, "adjustConnectionStrings" ,container.Add ); - AddIf( null != (((object)this._appServicePlan)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appServicePlan.ToString()) : null, "appServicePlan" ,container.Add ); + AddIf( null != (((object)this._storageAccountUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._storageAccountUrl.ToString()) : null, "storageAccountUrl" ,container.Add ); AddIf( null != (((object)this._blobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobName.ToString()) : null, "blobName" ,container.Add ); + AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._overwrite), "overwrite" ,container.Add ); + AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); if (null != this._database) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -115,13 +116,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("databases",__w); } - AddIf( null != (((object)this._hostingEnvironment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostingEnvironment.ToString()) : null, "hostingEnvironment" ,container.Add ); AddIf( null != this._ignoreConflictingHostName ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._ignoreConflictingHostName) : null, "ignoreConflictingHostNames" ,container.Add ); AddIf( null != this._ignoreDatabase ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._ignoreDatabase) : null, "ignoreDatabases" ,container.Add ); + AddIf( null != (((object)this._appServicePlan)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appServicePlan.ToString()) : null, "appServicePlan" ,container.Add ); AddIf( null != (((object)this._operationType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operationType.ToString()) : null, "operationType" ,container.Add ); - AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._overwrite), "overwrite" ,container.Add ); - AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); - AddIf( null != (((object)this._storageAccountUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._storageAccountUrl.ToString()) : null, "storageAccountUrl" ,container.Add ); + AddIf( null != this._adjustConnectionString ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._adjustConnectionString) : null, "adjustConnectionStrings" ,container.Add ); + AddIf( null != (((object)this._hostingEnvironment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostingEnvironment.ToString()) : null, "hostingEnvironment" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.PowerShell.cs index 6962b0036a10..52e987fa9eda 100644 --- a/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.PowerShell.cs @@ -94,8 +94,8 @@ internal ServiceSpecification(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("LogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).MetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification[]) content.GetValueForProperty("MetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).MetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("LogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal ServiceSpecification(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("LogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).MetricSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification[]) content.GetValueForProperty("MetricSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).MetricSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification[]) content.GetValueForProperty("LogSpecification",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecificationInternal)this).LogSpecification, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecificationTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.json.cs b/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.json.cs index 3ca7c4c12f26..c1c5a4d6867f 100644 --- a/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ServiceSpecification.json.cs @@ -70,8 +70,8 @@ internal ServiceSpecification(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_logSpecification = If( json?.PropertyT("logSpecifications"), out var __jsonLogSpecifications) ? If( __jsonLogSpecifications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecification.FromJson(__u) )) ))() : null : LogSpecification;} - {_metricSpecification = If( json?.PropertyT("metricSpecifications"), out var __jsonMetricSpecifications) ? If( __jsonMetricSpecifications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecification.FromJson(__p) )) ))() : null : MetricSpecification;} + {_metricSpecification = If( json?.PropertyT("metricSpecifications"), out var __jsonMetricSpecifications) ? If( __jsonMetricSpecifications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecification.FromJson(__u) )) ))() : null : MetricSpecification;} + {_logSpecification = If( json?.PropertyT("logSpecifications"), out var __jsonLogSpecifications) ? If( __jsonLogSpecifications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILogSpecification) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LogSpecification.FromJson(__p) )) ))() : null : LogSpecification;} AfterFromJson(json); } @@ -94,23 +94,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._logSpecification) + if (null != this._metricSpecification) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._logSpecification ) + foreach( var __x in this._metricSpecification ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("logSpecifications",__w); + container.Add("metricSpecifications",__w); } - if (null != this._metricSpecification) + if (null != this._logSpecification) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._metricSpecification ) + foreach( var __s in this._logSpecification ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("metricSpecifications",__r); + container.Add("logSpecifications",__r); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/Site.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Site.PowerShell.cs index 430b824e2076..f96d9100e714 100644 --- a/src/Functions/generated/api/Models/Api20190801/Site.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Site.PowerShell.cs @@ -94,71 +94,71 @@ internal Site(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -176,71 +176,71 @@ internal Site(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Config = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("Config",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Config, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Site.cs b/src/Functions/generated/api/Models/Api20190801/Site.cs index f853531de803..147a36014d8f 100644 --- a/src/Functions/generated/api/Models/Api20190801/Site.cs +++ b/src/Functions/generated/api/Models/Api20190801/Site.cs @@ -172,7 +172,7 @@ public partial class Site : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity _identity; @@ -234,13 +234,13 @@ public partial class Site : public int? MaxNumberOfWorker { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)Property).MaxNumberOfWorker; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } /// Internal Acessors for AvailabilityState Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInternal.AvailabilityState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)Property).AvailabilityState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)Property).AvailabilityState = value; } @@ -331,7 +331,7 @@ public partial class Site : /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// /// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that @@ -416,7 +416,7 @@ public partial class Site : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// State indicating whether the app has exceeded its quota usage. Read-only. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] diff --git a/src/Functions/generated/api/Models/Api20190801/Site.json.cs b/src/Functions/generated/api/Models/Api20190801/Site.json.cs index 2b8d9c9eee8d..4f5446cf4c35 100644 --- a/src/Functions/generated/api/Models/Api20190801/Site.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Site.json.cs @@ -71,8 +71,8 @@ internal Site(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonObje return; } __resource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Resource(json); - {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentity.FromJson(__jsonIdentity) : Identity;} {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteProperties.FromJson(__jsonProperties) : Property;} + {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentity.FromJson(__jsonIdentity) : Identity;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } __resource?.ToJson(container, serializationMode); - AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); + AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteAuthSettings.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteAuthSettings.PowerShell.cs index 765c12453869..910d460a7ba1 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteAuthSettings.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteAuthSettings.PowerShell.cs @@ -97,35 +97,35 @@ internal SiteAuthSettings(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteAuthSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret = (string) content.GetValueForProperty("GoogleClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedExternalRedirectUrl = (string[]) content.GetValueForProperty("AllowedExternalRedirectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedExternalRedirectUrl, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecret = (string) content.GetValueForProperty("ClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecretCertificateThumbprint = (string) content.GetValueForProperty("ClientSecretCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecretCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId = (string) content.GetValueForProperty("GoogleClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret = (string) content.GetValueForProperty("GoogleClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope = (string[]) content.GetValueForProperty("GoogleOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppId = (string) content.GetValueForProperty("FacebookAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppSecret = (string) content.GetValueForProperty("FacebookAppSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookOAuthScope = (string[]) content.GetValueForProperty("FacebookOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId = (string) content.GetValueForProperty("GoogleClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope = (string[]) content.GetValueForProperty("GoogleOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientId = (string) content.GetValueForProperty("MicrosoftAccountClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientSecret = (string) content.GetValueForProperty("MicrosoftAccountClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountOAuthScope = (string[]) content.GetValueForProperty("MicrosoftAccountOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -144,35 +144,35 @@ internal SiteAuthSettings(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteAuthSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret = (string) content.GetValueForProperty("GoogleClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedExternalRedirectUrl = (string[]) content.GetValueForProperty("AllowedExternalRedirectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedExternalRedirectUrl, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecret = (string) content.GetValueForProperty("ClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecretCertificateThumbprint = (string) content.GetValueForProperty("ClientSecretCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ClientSecretCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId = (string) content.GetValueForProperty("GoogleClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret = (string) content.GetValueForProperty("GoogleClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope = (string[]) content.GetValueForProperty("GoogleOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppId = (string) content.GetValueForProperty("FacebookAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppSecret = (string) content.GetValueForProperty("FacebookAppSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookAppSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookOAuthScope = (string[]) content.GetValueForProperty("FacebookOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).FacebookOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId = (string) content.GetValueForProperty("GoogleClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope = (string[]) content.GetValueForProperty("GoogleOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).GoogleOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientId = (string) content.GetValueForProperty("MicrosoftAccountClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientSecret = (string) content.GetValueForProperty("MicrosoftAccountClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountOAuthScope = (string[]) content.GetValueForProperty("MicrosoftAccountOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).MicrosoftAccountOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).RuntimeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.PowerShell.cs index 77cd0f2e307d..f5039a705b8f 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.PowerShell.cs @@ -96,31 +96,31 @@ internal SiteAuthSettingsProperties(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedExternalRedirectUrl = (string[]) content.GetValueForProperty("AllowedExternalRedirectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedExternalRedirectUrl, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecret = (string) content.GetValueForProperty("ClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecretCertificateThumbprint = (string) content.GetValueForProperty("ClientSecretCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecretCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId = (string) content.GetValueForProperty("FacebookAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret = (string) content.GetValueForProperty("FacebookAppSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope = (string[]) content.GetValueForProperty("FacebookOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientId = (string) content.GetValueForProperty("GoogleClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientSecret = (string) content.GetValueForProperty("GoogleClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleOAuthScope = (string[]) content.GetValueForProperty("GoogleOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId = (string) content.GetValueForProperty("FacebookAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret = (string) content.GetValueForProperty("FacebookAppSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope = (string[]) content.GetValueForProperty("FacebookOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientId = (string) content.GetValueForProperty("MicrosoftAccountClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientSecret = (string) content.GetValueForProperty("MicrosoftAccountClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountOAuthScope = (string[]) content.GetValueForProperty("MicrosoftAccountOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -138,31 +138,31 @@ internal SiteAuthSettingsProperties(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedExternalRedirectUrl = (string[]) content.GetValueForProperty("AllowedExternalRedirectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedExternalRedirectUrl, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecret = (string) content.GetValueForProperty("ClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecretCertificateThumbprint = (string) content.GetValueForProperty("ClientSecretCertificateThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ClientSecretCertificateThumbprint, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider?) content.GetValueForProperty("DefaultProvider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).DefaultProvider, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId = (string) content.GetValueForProperty("FacebookAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret = (string) content.GetValueForProperty("FacebookAppSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope = (string[]) content.GetValueForProperty("FacebookOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience = (string[]) content.GetValueForProperty("AllowedAudience",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AllowedAudience, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam = (string[]) content.GetValueForProperty("AdditionalLoginParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).AdditionalLoginParam, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientId = (string) content.GetValueForProperty("GoogleClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientSecret = (string) content.GetValueForProperty("GoogleClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleOAuthScope = (string[]) content.GetValueForProperty("GoogleOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).GoogleOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer = (string) content.GetValueForProperty("Issuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).Issuer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId = (string) content.GetValueForProperty("FacebookAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret = (string) content.GetValueForProperty("FacebookAppSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookAppSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope = (string[]) content.GetValueForProperty("FacebookOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).FacebookOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientId = (string) content.GetValueForProperty("MicrosoftAccountClientId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientSecret = (string) content.GetValueForProperty("MicrosoftAccountClientSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountClientSecret, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountOAuthScope = (string[]) content.GetValueForProperty("MicrosoftAccountOAuthScope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).MicrosoftAccountOAuthScope, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).RuntimeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour = (double?) content.GetValueForProperty("TokenRefreshExtensionHour",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenRefreshExtensionHour, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled = (bool?) content.GetValueForProperty("TokenStoreEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TokenStoreEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey = (string) content.GetValueForProperty("TwitterConsumerKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret = (string) content.GetValueForProperty("TwitterConsumerSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).TwitterConsumerSecret, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction?) content.GetValueForProperty("UnauthenticatedClientAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).UnauthenticatedClientAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientAction.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer = (bool?) content.GetValueForProperty("ValidateIssuer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteAuthSettingsPropertiesInternal)this).ValidateIssuer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.json.cs index bc675ab45030..1d3db2a95eaa 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteAuthSettingsProperties.json.cs @@ -70,31 +70,31 @@ internal SiteAuthSettingsProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions { return; } - {_additionalLoginParam = If( json?.PropertyT("additionalLoginParams"), out var __jsonAdditionalLoginParams) ? If( __jsonAdditionalLoginParams as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AdditionalLoginParam;} - {_allowedAudience = If( json?.PropertyT("allowedAudiences"), out var __jsonAllowedAudiences) ? If( __jsonAllowedAudiences as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : AllowedAudience;} - {_allowedExternalRedirectUrl = If( json?.PropertyT("allowedExternalRedirectUrls"), out var __jsonAllowedExternalRedirectUrls) ? If( __jsonAllowedExternalRedirectUrls as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : AllowedExternalRedirectUrl;} + {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} + {_runtimeVersion = If( json?.PropertyT("runtimeVersion"), out var __jsonRuntimeVersion) ? (string)__jsonRuntimeVersion : (string)RuntimeVersion;} + {_unauthenticatedClientAction = If( json?.PropertyT("unauthenticatedClientAction"), out var __jsonUnauthenticatedClientAction) ? (string)__jsonUnauthenticatedClientAction : (string)UnauthenticatedClientAction;} + {_tokenStoreEnabled = If( json?.PropertyT("tokenStoreEnabled"), out var __jsonTokenStoreEnabled) ? (bool?)__jsonTokenStoreEnabled : TokenStoreEnabled;} + {_allowedExternalRedirectUrl = If( json?.PropertyT("allowedExternalRedirectUrls"), out var __jsonAllowedExternalRedirectUrls) ? If( __jsonAllowedExternalRedirectUrls as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AllowedExternalRedirectUrl;} + {_defaultProvider = If( json?.PropertyT("defaultProvider"), out var __jsonDefaultProvider) ? (string)__jsonDefaultProvider : (string)DefaultProvider;} + {_tokenRefreshExtensionHour = If( json?.PropertyT("tokenRefreshExtensionHours"), out var __jsonTokenRefreshExtensionHours) ? (double?)__jsonTokenRefreshExtensionHours : TokenRefreshExtensionHour;} {_clientId = If( json?.PropertyT("clientId"), out var __jsonClientId) ? (string)__jsonClientId : (string)ClientId;} {_clientSecret = If( json?.PropertyT("clientSecret"), out var __jsonClientSecret) ? (string)__jsonClientSecret : (string)ClientSecret;} {_clientSecretCertificateThumbprint = If( json?.PropertyT("clientSecretCertificateThumbprint"), out var __jsonClientSecretCertificateThumbprint) ? (string)__jsonClientSecretCertificateThumbprint : (string)ClientSecretCertificateThumbprint;} - {_defaultProvider = If( json?.PropertyT("defaultProvider"), out var __jsonDefaultProvider) ? (string)__jsonDefaultProvider : (string)DefaultProvider;} - {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} - {_facebookAppId = If( json?.PropertyT("facebookAppId"), out var __jsonFacebookAppId) ? (string)__jsonFacebookAppId : (string)FacebookAppId;} - {_facebookAppSecret = If( json?.PropertyT("facebookAppSecret"), out var __jsonFacebookAppSecret) ? (string)__jsonFacebookAppSecret : (string)FacebookAppSecret;} - {_facebookOAuthScope = If( json?.PropertyT("facebookOAuthScopes"), out var __jsonFacebookOAuthScopes) ? If( __jsonFacebookOAuthScopes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : FacebookOAuthScope;} + {_issuer = If( json?.PropertyT("issuer"), out var __jsonIssuer) ? (string)__jsonIssuer : (string)Issuer;} + {_validateIssuer = If( json?.PropertyT("validateIssuer"), out var __jsonValidateIssuer) ? (bool?)__jsonValidateIssuer : ValidateIssuer;} + {_allowedAudience = If( json?.PropertyT("allowedAudiences"), out var __jsonAllowedAudiences) ? If( __jsonAllowedAudiences as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : AllowedAudience;} + {_additionalLoginParam = If( json?.PropertyT("additionalLoginParams"), out var __jsonAdditionalLoginParams) ? If( __jsonAdditionalLoginParams as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : AdditionalLoginParam;} {_googleClientId = If( json?.PropertyT("googleClientId"), out var __jsonGoogleClientId) ? (string)__jsonGoogleClientId : (string)GoogleClientId;} {_googleClientSecret = If( json?.PropertyT("googleClientSecret"), out var __jsonGoogleClientSecret) ? (string)__jsonGoogleClientSecret : (string)GoogleClientSecret;} - {_googleOAuthScope = If( json?.PropertyT("googleOAuthScopes"), out var __jsonGoogleOAuthScopes) ? If( __jsonGoogleOAuthScopes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(string) (__a is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString ___z ? (string)(___z.ToString()) : null)) ))() : null : GoogleOAuthScope;} - {_issuer = If( json?.PropertyT("issuer"), out var __jsonIssuer) ? (string)__jsonIssuer : (string)Issuer;} + {_googleOAuthScope = If( json?.PropertyT("googleOAuthScopes"), out var __jsonGoogleOAuthScopes) ? If( __jsonGoogleOAuthScopes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : GoogleOAuthScope;} + {_facebookAppId = If( json?.PropertyT("facebookAppId"), out var __jsonFacebookAppId) ? (string)__jsonFacebookAppId : (string)FacebookAppId;} + {_facebookAppSecret = If( json?.PropertyT("facebookAppSecret"), out var __jsonFacebookAppSecret) ? (string)__jsonFacebookAppSecret : (string)FacebookAppSecret;} + {_facebookOAuthScope = If( json?.PropertyT("facebookOAuthScopes"), out var __jsonFacebookOAuthScopes) ? If( __jsonFacebookOAuthScopes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(string) (__a is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString ___z ? (string)(___z.ToString()) : null)) ))() : null : FacebookOAuthScope;} + {_twitterConsumerKey = If( json?.PropertyT("twitterConsumerKey"), out var __jsonTwitterConsumerKey) ? (string)__jsonTwitterConsumerKey : (string)TwitterConsumerKey;} + {_twitterConsumerSecret = If( json?.PropertyT("twitterConsumerSecret"), out var __jsonTwitterConsumerSecret) ? (string)__jsonTwitterConsumerSecret : (string)TwitterConsumerSecret;} {_microsoftAccountClientId = If( json?.PropertyT("microsoftAccountClientId"), out var __jsonMicrosoftAccountClientId) ? (string)__jsonMicrosoftAccountClientId : (string)MicrosoftAccountClientId;} {_microsoftAccountClientSecret = If( json?.PropertyT("microsoftAccountClientSecret"), out var __jsonMicrosoftAccountClientSecret) ? (string)__jsonMicrosoftAccountClientSecret : (string)MicrosoftAccountClientSecret;} {_microsoftAccountOAuthScope = If( json?.PropertyT("microsoftAccountOAuthScopes"), out var __jsonMicrosoftAccountOAuthScopes) ? If( __jsonMicrosoftAccountOAuthScopes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___w) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___w, (___v)=>(string) (___v is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString ___u ? (string)(___u.ToString()) : null)) ))() : null : MicrosoftAccountOAuthScope;} - {_runtimeVersion = If( json?.PropertyT("runtimeVersion"), out var __jsonRuntimeVersion) ? (string)__jsonRuntimeVersion : (string)RuntimeVersion;} - {_tokenRefreshExtensionHour = If( json?.PropertyT("tokenRefreshExtensionHours"), out var __jsonTokenRefreshExtensionHours) ? (double?)__jsonTokenRefreshExtensionHours : TokenRefreshExtensionHour;} - {_tokenStoreEnabled = If( json?.PropertyT("tokenStoreEnabled"), out var __jsonTokenStoreEnabled) ? (bool?)__jsonTokenStoreEnabled : TokenStoreEnabled;} - {_twitterConsumerKey = If( json?.PropertyT("twitterConsumerKey"), out var __jsonTwitterConsumerKey) ? (string)__jsonTwitterConsumerKey : (string)TwitterConsumerKey;} - {_twitterConsumerSecret = If( json?.PropertyT("twitterConsumerSecret"), out var __jsonTwitterConsumerSecret) ? (string)__jsonTwitterConsumerSecret : (string)TwitterConsumerSecret;} - {_unauthenticatedClientAction = If( json?.PropertyT("unauthenticatedClientAction"), out var __jsonUnauthenticatedClientAction) ? (string)__jsonUnauthenticatedClientAction : (string)UnauthenticatedClientAction;} - {_validateIssuer = If( json?.PropertyT("validateIssuer"), out var __jsonValidateIssuer) ? (bool?)__jsonValidateIssuer : ValidateIssuer;} AfterFromJson(json); } @@ -117,15 +117,26 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._additionalLoginParam) + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); + AddIf( null != (((object)this._runtimeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runtimeVersion.ToString()) : null, "runtimeVersion" ,container.Add ); + AddIf( null != (((object)this._unauthenticatedClientAction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unauthenticatedClientAction.ToString()) : null, "unauthenticatedClientAction" ,container.Add ); + AddIf( null != this._tokenStoreEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._tokenStoreEnabled) : null, "tokenStoreEnabled" ,container.Add ); + if (null != this._allowedExternalRedirectUrl) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._additionalLoginParam ) + foreach( var __x in this._allowedExternalRedirectUrl ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("additionalLoginParams",__w); + container.Add("allowedExternalRedirectUrls",__w); } + AddIf( null != (((object)this._defaultProvider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultProvider.ToString()) : null, "defaultProvider" ,container.Add ); + AddIf( null != this._tokenRefreshExtensionHour ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._tokenRefreshExtensionHour) : null, "tokenRefreshExtensionHours" ,container.Add ); + AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); + AddIf( null != (((object)this._clientSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientSecret.ToString()) : null, "clientSecret" ,container.Add ); + AddIf( null != (((object)this._clientSecretCertificateThumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientSecretCertificateThumbprint.ToString()) : null, "clientSecretCertificateThumbprint" ,container.Add ); + AddIf( null != (((object)this._issuer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issuer.ToString()) : null, "issuer" ,container.Add ); + AddIf( null != this._validateIssuer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._validateIssuer) : null, "validateIssuer" ,container.Add ); if (null != this._allowedAudience) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -135,43 +146,39 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("allowedAudiences",__r); } - if (null != this._allowedExternalRedirectUrl) + if (null != this._additionalLoginParam) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._allowedExternalRedirectUrl ) + foreach( var __n in this._additionalLoginParam ) { AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); } - container.Add("allowedExternalRedirectUrls",__m); + container.Add("additionalLoginParams",__m); } - AddIf( null != (((object)this._clientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientId.ToString()) : null, "clientId" ,container.Add ); - AddIf( null != (((object)this._clientSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientSecret.ToString()) : null, "clientSecret" ,container.Add ); - AddIf( null != (((object)this._clientSecretCertificateThumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientSecretCertificateThumbprint.ToString()) : null, "clientSecretCertificateThumbprint" ,container.Add ); - AddIf( null != (((object)this._defaultProvider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultProvider.ToString()) : null, "defaultProvider" ,container.Add ); - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); - AddIf( null != (((object)this._facebookAppId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._facebookAppId.ToString()) : null, "facebookAppId" ,container.Add ); - AddIf( null != (((object)this._facebookAppSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._facebookAppSecret.ToString()) : null, "facebookAppSecret" ,container.Add ); - if (null != this._facebookOAuthScope) + AddIf( null != (((object)this._googleClientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._googleClientId.ToString()) : null, "googleClientId" ,container.Add ); + AddIf( null != (((object)this._googleClientSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._googleClientSecret.ToString()) : null, "googleClientSecret" ,container.Add ); + if (null != this._googleOAuthScope) { var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._facebookOAuthScope ) + foreach( var __i in this._googleOAuthScope ) { AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); } - container.Add("facebookOAuthScopes",__h); + container.Add("googleOAuthScopes",__h); } - AddIf( null != (((object)this._googleClientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._googleClientId.ToString()) : null, "googleClientId" ,container.Add ); - AddIf( null != (((object)this._googleClientSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._googleClientSecret.ToString()) : null, "googleClientSecret" ,container.Add ); - if (null != this._googleOAuthScope) + AddIf( null != (((object)this._facebookAppId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._facebookAppId.ToString()) : null, "facebookAppId" ,container.Add ); + AddIf( null != (((object)this._facebookAppSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._facebookAppSecret.ToString()) : null, "facebookAppSecret" ,container.Add ); + if (null != this._facebookOAuthScope) { var __c = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __d in this._googleOAuthScope ) + foreach( var __d in this._facebookOAuthScope ) { AddIf(null != (((object)__d)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__d.ToString()) : null ,__c.Add); } - container.Add("googleOAuthScopes",__c); + container.Add("facebookOAuthScopes",__c); } - AddIf( null != (((object)this._issuer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._issuer.ToString()) : null, "issuer" ,container.Add ); + AddIf( null != (((object)this._twitterConsumerKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._twitterConsumerKey.ToString()) : null, "twitterConsumerKey" ,container.Add ); + AddIf( null != (((object)this._twitterConsumerSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._twitterConsumerSecret.ToString()) : null, "twitterConsumerSecret" ,container.Add ); AddIf( null != (((object)this._microsoftAccountClientId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._microsoftAccountClientId.ToString()) : null, "microsoftAccountClientId" ,container.Add ); AddIf( null != (((object)this._microsoftAccountClientSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._microsoftAccountClientSecret.ToString()) : null, "microsoftAccountClientSecret" ,container.Add ); if (null != this._microsoftAccountOAuthScope) @@ -183,13 +190,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("microsoftAccountOAuthScopes",___x); } - AddIf( null != (((object)this._runtimeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runtimeVersion.ToString()) : null, "runtimeVersion" ,container.Add ); - AddIf( null != this._tokenRefreshExtensionHour ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._tokenRefreshExtensionHour) : null, "tokenRefreshExtensionHours" ,container.Add ); - AddIf( null != this._tokenStoreEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._tokenStoreEnabled) : null, "tokenStoreEnabled" ,container.Add ); - AddIf( null != (((object)this._twitterConsumerKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._twitterConsumerKey.ToString()) : null, "twitterConsumerKey" ,container.Add ); - AddIf( null != (((object)this._twitterConsumerSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._twitterConsumerSecret.ToString()) : null, "twitterConsumerSecret" ,container.Add ); - AddIf( null != (((object)this._unauthenticatedClientAction)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unauthenticatedClientAction.ToString()) : null, "unauthenticatedClientAction" ,container.Add ); - AddIf( null != this._validateIssuer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._validateIssuer) : null, "validateIssuer" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteCloneability.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteCloneability.PowerShell.cs index 307b47a05fe4..a39bd1e352bb 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteCloneability.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteCloneability.PowerShell.cs @@ -94,10 +94,10 @@ internal SiteCloneability(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingCharacteristic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingFeature",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).Result = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CloneAbilityResult?) content.GetValueForProperty("Result",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).Result, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CloneAbilityResult.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingFeature",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).UnsupportedFeature = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("UnsupportedFeature",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).UnsupportedFeature, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingCharacteristic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -115,10 +115,10 @@ internal SiteCloneability(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingCharacteristic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingFeature",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).Result = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CloneAbilityResult?) content.GetValueForProperty("Result",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).Result, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CloneAbilityResult.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingFeature",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingFeature, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).UnsupportedFeature = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("UnsupportedFeature",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).UnsupportedFeature, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion[]) content.GetValueForProperty("BlockingCharacteristic",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityInternal)this).BlockingCharacteristic, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteCloneability.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteCloneability.json.cs index de6218815cde..e513f41544f7 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteCloneability.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteCloneability.json.cs @@ -70,10 +70,10 @@ internal SiteCloneability(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_blockingCharacteristic = If( json?.PropertyT("blockingCharacteristics"), out var __jsonBlockingCharacteristics) ? If( __jsonBlockingCharacteristics as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterion.FromJson(__u) )) ))() : null : BlockingCharacteristic;} - {_blockingFeature = If( json?.PropertyT("blockingFeatures"), out var __jsonBlockingFeatures) ? If( __jsonBlockingFeatures as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterion.FromJson(__p) )) ))() : null : BlockingFeature;} {_result = If( json?.PropertyT("result"), out var __jsonResult) ? (string)__jsonResult : (string)Result;} - {_unsupportedFeature = If( json?.PropertyT("unsupportedFeatures"), out var __jsonUnsupportedFeatures) ? If( __jsonUnsupportedFeatures as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterion.FromJson(__k) )) ))() : null : UnsupportedFeature;} + {_blockingFeature = If( json?.PropertyT("blockingFeatures"), out var __jsonBlockingFeatures) ? If( __jsonBlockingFeatures as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterion.FromJson(__u) )) ))() : null : BlockingFeature;} + {_unsupportedFeature = If( json?.PropertyT("unsupportedFeatures"), out var __jsonUnsupportedFeatures) ? If( __jsonUnsupportedFeatures as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterion.FromJson(__p) )) ))() : null : UnsupportedFeature;} + {_blockingCharacteristic = If( json?.PropertyT("blockingCharacteristics"), out var __jsonBlockingCharacteristics) ? If( __jsonBlockingCharacteristics as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteCloneabilityCriterion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteCloneabilityCriterion.FromJson(__k) )) ))() : null : BlockingCharacteristic;} AfterFromJson(json); } @@ -96,33 +96,33 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._blockingCharacteristic) + AddIf( null != (((object)this._result)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._result.ToString()) : null, "result" ,container.Add ); + if (null != this._blockingFeature) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._blockingCharacteristic ) + foreach( var __x in this._blockingFeature ) { AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); } - container.Add("blockingCharacteristics",__w); + container.Add("blockingFeatures",__w); } - if (null != this._blockingFeature) + if (null != this._unsupportedFeature) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._blockingFeature ) + foreach( var __s in this._unsupportedFeature ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("blockingFeatures",__r); + container.Add("unsupportedFeatures",__r); } - AddIf( null != (((object)this._result)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._result.ToString()) : null, "result" ,container.Add ); - if (null != this._unsupportedFeature) + if (null != this._blockingCharacteristic) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._unsupportedFeature ) + foreach( var __n in this._blockingCharacteristic ) { AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); } - container.Add("unsupportedFeatures",__m); + container.Add("blockingCharacteristics",__m); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfig.PowerShell.cs index a9626e622a74..c1e04960657c 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfig.PowerShell.cs @@ -94,98 +94,98 @@ internal SiteConfig(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Experiment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IExperiments) content.GetValueForProperty("Experiment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Experiment, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ExperimentsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Limit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimits) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Limit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimitsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Push = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettings) content.GetValueForProperty("Push",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Push, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DefaultDocument = (string[]) content.GetValueForProperty("DefaultDocument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DefaultDocument, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled = (bool?) content.GetValueForProperty("DetailedErrorLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState?) content.GetValueForProperty("FtpsState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]) content.GetValueForProperty("HandlerMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer = (string) content.GetValueForProperty("JavaContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion = (string) content.GetValueForProperty("JavaContainerVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing?) content.GetValueForProperty("LoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId = (int?) content.GetValueForProperty("ManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions?) content.GetValueForProperty("MinTlsVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NetFrameworkVersion = (string) content.GetValueForProperty("NetFrameworkVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NetFrameworkVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PhpVersion = (string) content.GetValueForProperty("PhpVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PhpVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount = (int?) content.GetValueForProperty("PreWarmedInstanceCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PythonVersion = (string) content.GetValueForProperty("PythonVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PythonVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingEnabled = (bool?) content.GetValueForProperty("RequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingExpirationTime = (global::System.DateTime?) content.GetValueForProperty("RequestTracingExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled = (bool?) content.GetValueForProperty("DetailedErrorLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]) content.GetValueForProperty("HandlerMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType?) content.GetValueForProperty("ScmType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Use32BitWorkerProcess = (bool?) content.GetValueForProperty("Use32BitWorkerProcess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Use32BitWorkerProcess, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer = (string) content.GetValueForProperty("JavaContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion = (string) content.GetValueForProperty("JavaContainerVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VirtualApplication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]) content.GetValueForProperty("VirtualApplication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VirtualApplication, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplicationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing?) content.GetValueForProperty("LoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId = (int?) content.GetValueForProperty("ManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).XManagedServiceIdentityId = (int?) content.GetValueForProperty("XManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).XManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions?) content.GetValueForProperty("MinTlsVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState?) content.GetValueForProperty("FtpsState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount = (int?) content.GetValueForProperty("PreWarmedInstanceCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfigId = (string) content.GetValueForProperty("ApiManagementConfigId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfigId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("AutoHealRuleAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("PushProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidation = (string) content.GetValueForProperty("MachineKeyValidation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryption = (string) content.GetValueForProperty("MachineKeyDecryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxPercentageCpu = (double?) content.GetValueForProperty("LimitMaxPercentageCpu",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxPercentageCpu, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxMemoryInMb = (long?) content.GetValueForProperty("LimitMaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxDiskSizeInMb = (long?) content.GetValueForProperty("LimitMaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("AutoHealRuleAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinitionUrl = (string) content.GetValueForProperty("ApiDefinitionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinitionUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("PushProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DynamicTagsJson, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionParameter = (string) content.GetValueForProperty("CustomActionParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionParameter, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -203,98 +203,98 @@ internal SiteConfig(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Experiment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IExperiments) content.GetValueForProperty("Experiment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Experiment, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ExperimentsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Limit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimits) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Limit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimitsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Push = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettings) content.GetValueForProperty("Push",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Push, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DefaultDocument = (string[]) content.GetValueForProperty("DefaultDocument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DefaultDocument, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled = (bool?) content.GetValueForProperty("DetailedErrorLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState?) content.GetValueForProperty("FtpsState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]) content.GetValueForProperty("HandlerMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer = (string) content.GetValueForProperty("JavaContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion = (string) content.GetValueForProperty("JavaContainerVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing?) content.GetValueForProperty("LoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId = (int?) content.GetValueForProperty("ManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions?) content.GetValueForProperty("MinTlsVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NetFrameworkVersion = (string) content.GetValueForProperty("NetFrameworkVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NetFrameworkVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PhpVersion = (string) content.GetValueForProperty("PhpVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PhpVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount = (int?) content.GetValueForProperty("PreWarmedInstanceCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PythonVersion = (string) content.GetValueForProperty("PythonVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PythonVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).NodeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PowerShellVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LinuxFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingEnabled = (bool?) content.GetValueForProperty("RequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingExpirationTime = (global::System.DateTime?) content.GetValueForProperty("RequestTracingExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTracingExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled = (bool?) content.GetValueForProperty("DetailedErrorLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DetailedErrorLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PublishingUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]) content.GetValueForProperty("HandlerMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HandlerMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMappingTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DocumentRoot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType?) content.GetValueForProperty("ScmType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Use32BitWorkerProcess = (bool?) content.GetValueForProperty("Use32BitWorkerProcess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Use32BitWorkerProcess, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer = (string) content.GetValueForProperty("JavaContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainer, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion = (string) content.GetValueForProperty("JavaContainerVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).JavaContainerVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AppCommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VirtualApplication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]) content.GetValueForProperty("VirtualApplication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VirtualApplication, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplicationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing?) content.GetValueForProperty("LoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LoadBalancing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TracingOption, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).WindowsFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoSwapSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId = (int?) content.GetValueForProperty("ManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).XManagedServiceIdentityId = (int?) content.GetValueForProperty("XManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).XManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions?) content.GetValueForProperty("MinTlsVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MinTlsVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState?) content.GetValueForProperty("FtpsState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).FtpsState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount = (int?) content.GetValueForProperty("PreWarmedInstanceCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PreWarmedInstanceCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).HealthCheckPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfigId = (string) content.GetValueForProperty("ApiManagementConfigId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiManagementConfigId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("AutoHealRuleAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("PushProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidation = (string) content.GetValueForProperty("MachineKeyValidation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryption = (string) content.GetValueForProperty("MachineKeyDecryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxPercentageCpu = (double?) content.GetValueForProperty("LimitMaxPercentageCpu",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxPercentageCpu, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxMemoryInMb = (long?) content.GetValueForProperty("LimitMaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxDiskSizeInMb = (long?) content.GetValueForProperty("LimitMaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).LimitMaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("AutoHealRuleAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).AutoHealRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinitionUrl = (string) content.GetValueForProperty("ApiDefinitionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ApiDefinitionUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("PushProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).PushId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TagsRequiringAuth, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).DynamicTagsJson, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionParameter = (string) content.GetValueForProperty("CustomActionParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionParameter, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).RequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfig.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfig.json.cs index 7688c735654e..f148a512e4a1 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfig.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfig.json.cs @@ -70,61 +70,61 @@ internal SiteConfig(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js { return; } - {_apiDefinition = If( json?.PropertyT("apiDefinition"), out var __jsonApiDefinition) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfo.FromJson(__jsonApiDefinition) : ApiDefinition;} - {_apiManagementConfig = If( json?.PropertyT("apiManagementConfig"), out var __jsonApiManagementConfig) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfig.FromJson(__jsonApiManagementConfig) : ApiManagementConfig;} - {_autoHealRule = If( json?.PropertyT("autoHealRules"), out var __jsonAutoHealRules) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRules.FromJson(__jsonAutoHealRules) : AutoHealRule;} - {_cor = If( json?.PropertyT("cors"), out var __jsonCors) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettings.FromJson(__jsonCors) : Cor;} + {_machineKey = If( json?.PropertyT("machineKey"), out var __jsonMachineKey) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKey.FromJson(__jsonMachineKey) : MachineKey;} {_experiment = If( json?.PropertyT("experiments"), out var __jsonExperiments) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Experiments.FromJson(__jsonExperiments) : Experiment;} {_limit = If( json?.PropertyT("limits"), out var __jsonLimits) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimits.FromJson(__jsonLimits) : Limit;} - {_machineKey = If( json?.PropertyT("machineKey"), out var __jsonMachineKey) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKey.FromJson(__jsonMachineKey) : MachineKey;} + {_autoHealRule = If( json?.PropertyT("autoHealRules"), out var __jsonAutoHealRules) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRules.FromJson(__jsonAutoHealRules) : AutoHealRule;} + {_cor = If( json?.PropertyT("cors"), out var __jsonCors) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettings.FromJson(__jsonCors) : Cor;} {_push = If( json?.PropertyT("push"), out var __jsonPush) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettings.FromJson(__jsonPush) : Push;} - {_alwaysOn = If( json?.PropertyT("alwaysOn"), out var __jsonAlwaysOn) ? (bool?)__jsonAlwaysOn : AlwaysOn;} - {_appCommandLine = If( json?.PropertyT("appCommandLine"), out var __jsonAppCommandLine) ? (string)__jsonAppCommandLine : (string)AppCommandLine;} - {_appSetting = If( json?.PropertyT("appSettings"), out var __jsonAppSettings) ? If( __jsonAppSettings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__u) )) ))() : null : AppSetting;} - {_autoHealEnabled = If( json?.PropertyT("autoHealEnabled"), out var __jsonAutoHealEnabled) ? (bool?)__jsonAutoHealEnabled : AutoHealEnabled;} - {_autoSwapSlotName = If( json?.PropertyT("autoSwapSlotName"), out var __jsonAutoSwapSlotName) ? (string)__jsonAutoSwapSlotName : (string)AutoSwapSlotName;} - {_connectionString = If( json?.PropertyT("connectionStrings"), out var __jsonConnectionStrings) ? If( __jsonConnectionStrings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfo.FromJson(__p) )) ))() : null : ConnectionString;} - {_defaultDocument = If( json?.PropertyT("defaultDocuments"), out var __jsonDefaultDocuments) ? If( __jsonDefaultDocuments as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : DefaultDocument;} - {_detailedErrorLoggingEnabled = If( json?.PropertyT("detailedErrorLoggingEnabled"), out var __jsonDetailedErrorLoggingEnabled) ? (bool?)__jsonDetailedErrorLoggingEnabled : DetailedErrorLoggingEnabled;} - {_documentRoot = If( json?.PropertyT("documentRoot"), out var __jsonDocumentRoot) ? (string)__jsonDocumentRoot : (string)DocumentRoot;} - {_ftpsState = If( json?.PropertyT("ftpsState"), out var __jsonFtpsState) ? (string)__jsonFtpsState : (string)FtpsState;} - {_handlerMapping = If( json?.PropertyT("handlerMappings"), out var __jsonHandlerMappings) ? If( __jsonHandlerMappings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMapping.FromJson(__f) )) ))() : null : HandlerMapping;} - {_healthCheckPath = If( json?.PropertyT("healthCheckPath"), out var __jsonHealthCheckPath) ? (string)__jsonHealthCheckPath : (string)HealthCheckPath;} - {_http20Enabled = If( json?.PropertyT("http20Enabled"), out var __jsonHttp20Enabled) ? (bool?)__jsonHttp20Enabled : Http20Enabled;} - {_httpLoggingEnabled = If( json?.PropertyT("httpLoggingEnabled"), out var __jsonHttpLoggingEnabled) ? (bool?)__jsonHttpLoggingEnabled : HttpLoggingEnabled;} - {_iPSecurityRestriction = If( json?.PropertyT("ipSecurityRestrictions"), out var __jsonIPSecurityRestrictions) ? If( __jsonIPSecurityRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestriction.FromJson(__a) )) ))() : null : IPSecurityRestriction;} - {_javaContainer = If( json?.PropertyT("javaContainer"), out var __jsonJavaContainer) ? (string)__jsonJavaContainer : (string)JavaContainer;} - {_javaContainerVersion = If( json?.PropertyT("javaContainerVersion"), out var __jsonJavaContainerVersion) ? (string)__jsonJavaContainerVersion : (string)JavaContainerVersion;} - {_javaVersion = If( json?.PropertyT("javaVersion"), out var __jsonJavaVersion) ? (string)__jsonJavaVersion : (string)JavaVersion;} - {_linuxFxVersion = If( json?.PropertyT("linuxFxVersion"), out var __jsonLinuxFxVersion) ? (string)__jsonLinuxFxVersion : (string)LinuxFxVersion;} - {_loadBalancing = If( json?.PropertyT("loadBalancing"), out var __jsonLoadBalancing) ? (string)__jsonLoadBalancing : (string)LoadBalancing;} - {_localMySqlEnabled = If( json?.PropertyT("localMySqlEnabled"), out var __jsonLocalMySqlEnabled) ? (bool?)__jsonLocalMySqlEnabled : LocalMySqlEnabled;} - {_logsDirectorySizeLimit = If( json?.PropertyT("logsDirectorySizeLimit"), out var __jsonLogsDirectorySizeLimit) ? (int?)__jsonLogsDirectorySizeLimit : LogsDirectorySizeLimit;} - {_managedPipelineMode = If( json?.PropertyT("managedPipelineMode"), out var __jsonManagedPipelineMode) ? (string)__jsonManagedPipelineMode : (string)ManagedPipelineMode;} - {_managedServiceIdentityId = If( json?.PropertyT("managedServiceIdentityId"), out var __jsonManagedServiceIdentityId) ? (int?)__jsonManagedServiceIdentityId : ManagedServiceIdentityId;} - {_minTlsVersion = If( json?.PropertyT("minTlsVersion"), out var __jsonMinTlsVersion) ? (string)__jsonMinTlsVersion : (string)MinTlsVersion;} - {_netFrameworkVersion = If( json?.PropertyT("netFrameworkVersion"), out var __jsonNetFrameworkVersion) ? (string)__jsonNetFrameworkVersion : (string)NetFrameworkVersion;} - {_nodeVersion = If( json?.PropertyT("nodeVersion"), out var __jsonNodeVersion) ? (string)__jsonNodeVersion : (string)NodeVersion;} + {_apiDefinition = If( json?.PropertyT("apiDefinition"), out var __jsonApiDefinition) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfo.FromJson(__jsonApiDefinition) : ApiDefinition;} + {_apiManagementConfig = If( json?.PropertyT("apiManagementConfig"), out var __jsonApiManagementConfig) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfig.FromJson(__jsonApiManagementConfig) : ApiManagementConfig;} {_numberOfWorker = If( json?.PropertyT("numberOfWorkers"), out var __jsonNumberOfWorkers) ? (int?)__jsonNumberOfWorkers : NumberOfWorker;} + {_defaultDocument = If( json?.PropertyT("defaultDocuments"), out var __jsonDefaultDocuments) ? If( __jsonDefaultDocuments as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : DefaultDocument;} + {_netFrameworkVersion = If( json?.PropertyT("netFrameworkVersion"), out var __jsonNetFrameworkVersion) ? (string)__jsonNetFrameworkVersion : (string)NetFrameworkVersion;} {_phpVersion = If( json?.PropertyT("phpVersion"), out var __jsonPhpVersion) ? (string)__jsonPhpVersion : (string)PhpVersion;} - {_powerShellVersion = If( json?.PropertyT("powerShellVersion"), out var __jsonPowerShellVersion) ? (string)__jsonPowerShellVersion : (string)PowerShellVersion;} - {_preWarmedInstanceCount = If( json?.PropertyT("preWarmedInstanceCount"), out var __jsonPreWarmedInstanceCount) ? (int?)__jsonPreWarmedInstanceCount : PreWarmedInstanceCount;} - {_publishingUsername = If( json?.PropertyT("publishingUsername"), out var __jsonPublishingUsername) ? (string)__jsonPublishingUsername : (string)PublishingUsername;} {_pythonVersion = If( json?.PropertyT("pythonVersion"), out var __jsonPythonVersion) ? (string)__jsonPythonVersion : (string)PythonVersion;} - {_remoteDebuggingEnabled = If( json?.PropertyT("remoteDebuggingEnabled"), out var __jsonRemoteDebuggingEnabled) ? (bool?)__jsonRemoteDebuggingEnabled : RemoteDebuggingEnabled;} - {_remoteDebuggingVersion = If( json?.PropertyT("remoteDebuggingVersion"), out var __jsonRemoteDebuggingVersion) ? (string)__jsonRemoteDebuggingVersion : (string)RemoteDebuggingVersion;} + {_nodeVersion = If( json?.PropertyT("nodeVersion"), out var __jsonNodeVersion) ? (string)__jsonNodeVersion : (string)NodeVersion;} + {_powerShellVersion = If( json?.PropertyT("powerShellVersion"), out var __jsonPowerShellVersion) ? (string)__jsonPowerShellVersion : (string)PowerShellVersion;} + {_linuxFxVersion = If( json?.PropertyT("linuxFxVersion"), out var __jsonLinuxFxVersion) ? (string)__jsonLinuxFxVersion : (string)LinuxFxVersion;} + {_windowsFxVersion = If( json?.PropertyT("windowsFxVersion"), out var __jsonWindowsFxVersion) ? (string)__jsonWindowsFxVersion : (string)WindowsFxVersion;} {_requestTracingEnabled = If( json?.PropertyT("requestTracingEnabled"), out var __jsonRequestTracingEnabled) ? (bool?)__jsonRequestTracingEnabled : RequestTracingEnabled;} {_requestTracingExpirationTime = If( json?.PropertyT("requestTracingExpirationTime"), out var __jsonRequestTracingExpirationTime) ? global::System.DateTime.TryParse((string)__jsonRequestTracingExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonRequestTracingExpirationTimeValue) ? __jsonRequestTracingExpirationTimeValue : RequestTracingExpirationTime : RequestTracingExpirationTime;} - {_scmIPSecurityRestriction = If( json?.PropertyT("scmIpSecurityRestrictions"), out var __jsonScmIPSecurityRestrictions) ? If( __jsonScmIPSecurityRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___w) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___w, (___v)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestriction.FromJson(___v) )) ))() : null : ScmIPSecurityRestriction;} - {_scmIPSecurityRestrictionsUseMain = If( json?.PropertyT("scmIpSecurityRestrictionsUseMain"), out var __jsonScmIPSecurityRestrictionsUseMain) ? (bool?)__jsonScmIPSecurityRestrictionsUseMain : ScmIPSecurityRestrictionsUseMain;} + {_remoteDebuggingEnabled = If( json?.PropertyT("remoteDebuggingEnabled"), out var __jsonRemoteDebuggingEnabled) ? (bool?)__jsonRemoteDebuggingEnabled : RemoteDebuggingEnabled;} + {_remoteDebuggingVersion = If( json?.PropertyT("remoteDebuggingVersion"), out var __jsonRemoteDebuggingVersion) ? (string)__jsonRemoteDebuggingVersion : (string)RemoteDebuggingVersion;} + {_httpLoggingEnabled = If( json?.PropertyT("httpLoggingEnabled"), out var __jsonHttpLoggingEnabled) ? (bool?)__jsonHttpLoggingEnabled : HttpLoggingEnabled;} + {_logsDirectorySizeLimit = If( json?.PropertyT("logsDirectorySizeLimit"), out var __jsonLogsDirectorySizeLimit) ? (int?)__jsonLogsDirectorySizeLimit : LogsDirectorySizeLimit;} + {_detailedErrorLoggingEnabled = If( json?.PropertyT("detailedErrorLoggingEnabled"), out var __jsonDetailedErrorLoggingEnabled) ? (bool?)__jsonDetailedErrorLoggingEnabled : DetailedErrorLoggingEnabled;} + {_publishingUsername = If( json?.PropertyT("publishingUsername"), out var __jsonPublishingUsername) ? (string)__jsonPublishingUsername : (string)PublishingUsername;} + {_appSetting = If( json?.PropertyT("appSettings"), out var __jsonAppSettings) ? If( __jsonAppSettings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__p) )) ))() : null : AppSetting;} + {_connectionString = If( json?.PropertyT("connectionStrings"), out var __jsonConnectionStrings) ? If( __jsonConnectionStrings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfo.FromJson(__k) )) ))() : null : ConnectionString;} + {_handlerMapping = If( json?.PropertyT("handlerMappings"), out var __jsonHandlerMappings) ? If( __jsonHandlerMappings as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMapping.FromJson(__f) )) ))() : null : HandlerMapping;} + {_documentRoot = If( json?.PropertyT("documentRoot"), out var __jsonDocumentRoot) ? (string)__jsonDocumentRoot : (string)DocumentRoot;} {_scmType = If( json?.PropertyT("scmType"), out var __jsonScmType) ? (string)__jsonScmType : (string)ScmType;} - {_tracingOption = If( json?.PropertyT("tracingOptions"), out var __jsonTracingOptions) ? (string)__jsonTracingOptions : (string)TracingOption;} {_use32BitWorkerProcess = If( json?.PropertyT("use32BitWorkerProcess"), out var __jsonUse32BitWorkerProcess) ? (bool?)__jsonUse32BitWorkerProcess : Use32BitWorkerProcess;} - {_virtualApplication = If( json?.PropertyT("virtualApplications"), out var __jsonVirtualApplications) ? If( __jsonVirtualApplications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___r) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___r, (___q)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplication.FromJson(___q) )) ))() : null : VirtualApplication;} - {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} {_webSocketsEnabled = If( json?.PropertyT("webSocketsEnabled"), out var __jsonWebSocketsEnabled) ? (bool?)__jsonWebSocketsEnabled : WebSocketsEnabled;} - {_windowsFxVersion = If( json?.PropertyT("windowsFxVersion"), out var __jsonWindowsFxVersion) ? (string)__jsonWindowsFxVersion : (string)WindowsFxVersion;} + {_alwaysOn = If( json?.PropertyT("alwaysOn"), out var __jsonAlwaysOn) ? (bool?)__jsonAlwaysOn : AlwaysOn;} + {_javaVersion = If( json?.PropertyT("javaVersion"), out var __jsonJavaVersion) ? (string)__jsonJavaVersion : (string)JavaVersion;} + {_javaContainer = If( json?.PropertyT("javaContainer"), out var __jsonJavaContainer) ? (string)__jsonJavaContainer : (string)JavaContainer;} + {_javaContainerVersion = If( json?.PropertyT("javaContainerVersion"), out var __jsonJavaContainerVersion) ? (string)__jsonJavaContainerVersion : (string)JavaContainerVersion;} + {_appCommandLine = If( json?.PropertyT("appCommandLine"), out var __jsonAppCommandLine) ? (string)__jsonAppCommandLine : (string)AppCommandLine;} + {_managedPipelineMode = If( json?.PropertyT("managedPipelineMode"), out var __jsonManagedPipelineMode) ? (string)__jsonManagedPipelineMode : (string)ManagedPipelineMode;} + {_virtualApplication = If( json?.PropertyT("virtualApplications"), out var __jsonVirtualApplications) ? If( __jsonVirtualApplications as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __b) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__b, (__a)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplication.FromJson(__a) )) ))() : null : VirtualApplication;} + {_loadBalancing = If( json?.PropertyT("loadBalancing"), out var __jsonLoadBalancing) ? (string)__jsonLoadBalancing : (string)LoadBalancing;} + {_autoHealEnabled = If( json?.PropertyT("autoHealEnabled"), out var __jsonAutoHealEnabled) ? (bool?)__jsonAutoHealEnabled : AutoHealEnabled;} + {_tracingOption = If( json?.PropertyT("tracingOptions"), out var __jsonTracingOptions) ? (string)__jsonTracingOptions : (string)TracingOption;} + {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} + {_autoSwapSlotName = If( json?.PropertyT("autoSwapSlotName"), out var __jsonAutoSwapSlotName) ? (string)__jsonAutoSwapSlotName : (string)AutoSwapSlotName;} + {_localMySqlEnabled = If( json?.PropertyT("localMySqlEnabled"), out var __jsonLocalMySqlEnabled) ? (bool?)__jsonLocalMySqlEnabled : LocalMySqlEnabled;} + {_managedServiceIdentityId = If( json?.PropertyT("managedServiceIdentityId"), out var __jsonManagedServiceIdentityId) ? (int?)__jsonManagedServiceIdentityId : ManagedServiceIdentityId;} {_xManagedServiceIdentityId = If( json?.PropertyT("xManagedServiceIdentityId"), out var __jsonXManagedServiceIdentityId) ? (int?)__jsonXManagedServiceIdentityId : XManagedServiceIdentityId;} + {_iPSecurityRestriction = If( json?.PropertyT("ipSecurityRestrictions"), out var __jsonIPSecurityRestrictions) ? If( __jsonIPSecurityRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___w) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___w, (___v)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestriction.FromJson(___v) )) ))() : null : IPSecurityRestriction;} + {_scmIPSecurityRestriction = If( json?.PropertyT("scmIpSecurityRestrictions"), out var __jsonScmIPSecurityRestrictions) ? If( __jsonScmIPSecurityRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var ___r) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(___r, (___q)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestriction.FromJson(___q) )) ))() : null : ScmIPSecurityRestriction;} + {_scmIPSecurityRestrictionsUseMain = If( json?.PropertyT("scmIpSecurityRestrictionsUseMain"), out var __jsonScmIPSecurityRestrictionsUseMain) ? (bool?)__jsonScmIPSecurityRestrictionsUseMain : ScmIPSecurityRestrictionsUseMain;} + {_http20Enabled = If( json?.PropertyT("http20Enabled"), out var __jsonHttp20Enabled) ? (bool?)__jsonHttp20Enabled : Http20Enabled;} + {_minTlsVersion = If( json?.PropertyT("minTlsVersion"), out var __jsonMinTlsVersion) ? (string)__jsonMinTlsVersion : (string)MinTlsVersion;} + {_ftpsState = If( json?.PropertyT("ftpsState"), out var __jsonFtpsState) ? (string)__jsonFtpsState : (string)FtpsState;} + {_preWarmedInstanceCount = If( json?.PropertyT("preWarmedInstanceCount"), out var __jsonPreWarmedInstanceCount) ? (int?)__jsonPreWarmedInstanceCount : PreWarmedInstanceCount;} + {_healthCheckPath = If( json?.PropertyT("healthCheckPath"), out var __jsonHealthCheckPath) ? (string)__jsonHealthCheckPath : (string)HealthCheckPath;} AfterFromJson(json); } @@ -147,51 +147,60 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._apiDefinition ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._apiDefinition.ToJson(null,serializationMode) : null, "apiDefinition" ,container.Add ); - AddIf( null != this._apiManagementConfig ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._apiManagementConfig.ToJson(null,serializationMode) : null, "apiManagementConfig" ,container.Add ); - AddIf( null != this._autoHealRule ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._autoHealRule.ToJson(null,serializationMode) : null, "autoHealRules" ,container.Add ); - AddIf( null != this._cor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cor.ToJson(null,serializationMode) : null, "cors" ,container.Add ); - AddIf( null != this._experiment ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._experiment.ToJson(null,serializationMode) : null, "experiments" ,container.Add ); - AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._limit.ToJson(null,serializationMode) : null, "limits" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._machineKey ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._machineKey.ToJson(null,serializationMode) : null, "machineKey" ,container.Add ); } + AddIf( null != this._experiment ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._experiment.ToJson(null,serializationMode) : null, "experiments" ,container.Add ); + AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._limit.ToJson(null,serializationMode) : null, "limits" ,container.Add ); + AddIf( null != this._autoHealRule ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._autoHealRule.ToJson(null,serializationMode) : null, "autoHealRules" ,container.Add ); + AddIf( null != this._cor ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cor.ToJson(null,serializationMode) : null, "cors" ,container.Add ); AddIf( null != this._push ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._push.ToJson(null,serializationMode) : null, "push" ,container.Add ); - AddIf( null != this._alwaysOn ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._alwaysOn) : null, "alwaysOn" ,container.Add ); - AddIf( null != (((object)this._appCommandLine)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appCommandLine.ToString()) : null, "appCommandLine" ,container.Add ); - if (null != this._appSetting) + AddIf( null != this._apiDefinition ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._apiDefinition.ToJson(null,serializationMode) : null, "apiDefinition" ,container.Add ); + AddIf( null != this._apiManagementConfig ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._apiManagementConfig.ToJson(null,serializationMode) : null, "apiManagementConfig" ,container.Add ); + AddIf( null != this._numberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numberOfWorker) : null, "numberOfWorkers" ,container.Add ); + if (null != this._defaultDocument) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._appSetting ) + foreach( var __x in this._defaultDocument ) { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("appSettings",__w); + container.Add("defaultDocuments",__w); } - AddIf( null != this._autoHealEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoHealEnabled) : null, "autoHealEnabled" ,container.Add ); - AddIf( null != (((object)this._autoSwapSlotName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._autoSwapSlotName.ToString()) : null, "autoSwapSlotName" ,container.Add ); - if (null != this._connectionString) + AddIf( null != (((object)this._netFrameworkVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._netFrameworkVersion.ToString()) : null, "netFrameworkVersion" ,container.Add ); + AddIf( null != (((object)this._phpVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._phpVersion.ToString()) : null, "phpVersion" ,container.Add ); + AddIf( null != (((object)this._pythonVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._pythonVersion.ToString()) : null, "pythonVersion" ,container.Add ); + AddIf( null != (((object)this._nodeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nodeVersion.ToString()) : null, "nodeVersion" ,container.Add ); + AddIf( null != (((object)this._powerShellVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._powerShellVersion.ToString()) : null, "powerShellVersion" ,container.Add ); + AddIf( null != (((object)this._linuxFxVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._linuxFxVersion.ToString()) : null, "linuxFxVersion" ,container.Add ); + AddIf( null != (((object)this._windowsFxVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._windowsFxVersion.ToString()) : null, "windowsFxVersion" ,container.Add ); + AddIf( null != this._requestTracingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._requestTracingEnabled) : null, "requestTracingEnabled" ,container.Add ); + AddIf( null != this._requestTracingExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._requestTracingExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "requestTracingExpirationTime" ,container.Add ); + AddIf( null != this._remoteDebuggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._remoteDebuggingEnabled) : null, "remoteDebuggingEnabled" ,container.Add ); + AddIf( null != (((object)this._remoteDebuggingVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._remoteDebuggingVersion.ToString()) : null, "remoteDebuggingVersion" ,container.Add ); + AddIf( null != this._httpLoggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._httpLoggingEnabled) : null, "httpLoggingEnabled" ,container.Add ); + AddIf( null != this._logsDirectorySizeLimit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._logsDirectorySizeLimit) : null, "logsDirectorySizeLimit" ,container.Add ); + AddIf( null != this._detailedErrorLoggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._detailedErrorLoggingEnabled) : null, "detailedErrorLoggingEnabled" ,container.Add ); + AddIf( null != (((object)this._publishingUsername)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingUsername.ToString()) : null, "publishingUsername" ,container.Add ); + if (null != this._appSetting) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._connectionString ) + foreach( var __s in this._appSetting ) { AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("connectionStrings",__r); + container.Add("appSettings",__r); } - if (null != this._defaultDocument) + if (null != this._connectionString) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._defaultDocument ) + foreach( var __n in this._connectionString ) { - AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); + AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); } - container.Add("defaultDocuments",__m); + container.Add("connectionStrings",__m); } - AddIf( null != this._detailedErrorLoggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._detailedErrorLoggingEnabled) : null, "detailedErrorLoggingEnabled" ,container.Add ); - AddIf( null != (((object)this._documentRoot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._documentRoot.ToString()) : null, "documentRoot" ,container.Add ); - AddIf( null != (((object)this._ftpsState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._ftpsState.ToString()) : null, "ftpsState" ,container.Add ); if (null != this._handlerMapping) { var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -201,66 +210,57 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("handlerMappings",__h); } - AddIf( null != (((object)this._healthCheckPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._healthCheckPath.ToString()) : null, "healthCheckPath" ,container.Add ); - AddIf( null != this._http20Enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._http20Enabled) : null, "http20Enabled" ,container.Add ); - AddIf( null != this._httpLoggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._httpLoggingEnabled) : null, "httpLoggingEnabled" ,container.Add ); - if (null != this._iPSecurityRestriction) + AddIf( null != (((object)this._documentRoot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._documentRoot.ToString()) : null, "documentRoot" ,container.Add ); + AddIf( null != (((object)this._scmType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scmType.ToString()) : null, "scmType" ,container.Add ); + AddIf( null != this._use32BitWorkerProcess ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._use32BitWorkerProcess) : null, "use32BitWorkerProcess" ,container.Add ); + AddIf( null != this._webSocketsEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._webSocketsEnabled) : null, "webSocketsEnabled" ,container.Add ); + AddIf( null != this._alwaysOn ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._alwaysOn) : null, "alwaysOn" ,container.Add ); + AddIf( null != (((object)this._javaVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._javaVersion.ToString()) : null, "javaVersion" ,container.Add ); + AddIf( null != (((object)this._javaContainer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._javaContainer.ToString()) : null, "javaContainer" ,container.Add ); + AddIf( null != (((object)this._javaContainerVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._javaContainerVersion.ToString()) : null, "javaContainerVersion" ,container.Add ); + AddIf( null != (((object)this._appCommandLine)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appCommandLine.ToString()) : null, "appCommandLine" ,container.Add ); + AddIf( null != (((object)this._managedPipelineMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._managedPipelineMode.ToString()) : null, "managedPipelineMode" ,container.Add ); + if (null != this._virtualApplication) { var __c = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __d in this._iPSecurityRestriction ) + foreach( var __d in this._virtualApplication ) { AddIf(__d?.ToJson(null, serializationMode) ,__c.Add); } - container.Add("ipSecurityRestrictions",__c); + container.Add("virtualApplications",__c); } - AddIf( null != (((object)this._javaContainer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._javaContainer.ToString()) : null, "javaContainer" ,container.Add ); - AddIf( null != (((object)this._javaContainerVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._javaContainerVersion.ToString()) : null, "javaContainerVersion" ,container.Add ); - AddIf( null != (((object)this._javaVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._javaVersion.ToString()) : null, "javaVersion" ,container.Add ); - AddIf( null != (((object)this._linuxFxVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._linuxFxVersion.ToString()) : null, "linuxFxVersion" ,container.Add ); AddIf( null != (((object)this._loadBalancing)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._loadBalancing.ToString()) : null, "loadBalancing" ,container.Add ); + AddIf( null != this._autoHealEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._autoHealEnabled) : null, "autoHealEnabled" ,container.Add ); + AddIf( null != (((object)this._tracingOption)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tracingOption.ToString()) : null, "tracingOptions" ,container.Add ); + AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); + AddIf( null != (((object)this._autoSwapSlotName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._autoSwapSlotName.ToString()) : null, "autoSwapSlotName" ,container.Add ); AddIf( null != this._localMySqlEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._localMySqlEnabled) : null, "localMySqlEnabled" ,container.Add ); - AddIf( null != this._logsDirectorySizeLimit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._logsDirectorySizeLimit) : null, "logsDirectorySizeLimit" ,container.Add ); - AddIf( null != (((object)this._managedPipelineMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._managedPipelineMode.ToString()) : null, "managedPipelineMode" ,container.Add ); AddIf( null != this._managedServiceIdentityId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._managedServiceIdentityId) : null, "managedServiceIdentityId" ,container.Add ); - AddIf( null != (((object)this._minTlsVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._minTlsVersion.ToString()) : null, "minTlsVersion" ,container.Add ); - AddIf( null != (((object)this._netFrameworkVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._netFrameworkVersion.ToString()) : null, "netFrameworkVersion" ,container.Add ); - AddIf( null != (((object)this._nodeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nodeVersion.ToString()) : null, "nodeVersion" ,container.Add ); - AddIf( null != this._numberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numberOfWorker) : null, "numberOfWorkers" ,container.Add ); - AddIf( null != (((object)this._phpVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._phpVersion.ToString()) : null, "phpVersion" ,container.Add ); - AddIf( null != (((object)this._powerShellVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._powerShellVersion.ToString()) : null, "powerShellVersion" ,container.Add ); - AddIf( null != this._preWarmedInstanceCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._preWarmedInstanceCount) : null, "preWarmedInstanceCount" ,container.Add ); - AddIf( null != (((object)this._publishingUsername)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingUsername.ToString()) : null, "publishingUsername" ,container.Add ); - AddIf( null != (((object)this._pythonVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._pythonVersion.ToString()) : null, "pythonVersion" ,container.Add ); - AddIf( null != this._remoteDebuggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._remoteDebuggingEnabled) : null, "remoteDebuggingEnabled" ,container.Add ); - AddIf( null != (((object)this._remoteDebuggingVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._remoteDebuggingVersion.ToString()) : null, "remoteDebuggingVersion" ,container.Add ); - AddIf( null != this._requestTracingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._requestTracingEnabled) : null, "requestTracingEnabled" ,container.Add ); - AddIf( null != this._requestTracingExpirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._requestTracingExpirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "requestTracingExpirationTime" ,container.Add ); - if (null != this._scmIPSecurityRestriction) + AddIf( null != this._xManagedServiceIdentityId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._xManagedServiceIdentityId) : null, "xManagedServiceIdentityId" ,container.Add ); + if (null != this._iPSecurityRestriction) { var ___x = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var ___y in this._scmIPSecurityRestriction ) + foreach( var ___y in this._iPSecurityRestriction ) { AddIf(___y?.ToJson(null, serializationMode) ,___x.Add); } - container.Add("scmIpSecurityRestrictions",___x); + container.Add("ipSecurityRestrictions",___x); } - AddIf( null != this._scmIPSecurityRestrictionsUseMain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._scmIPSecurityRestrictionsUseMain) : null, "scmIpSecurityRestrictionsUseMain" ,container.Add ); - AddIf( null != (((object)this._scmType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scmType.ToString()) : null, "scmType" ,container.Add ); - AddIf( null != (((object)this._tracingOption)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tracingOption.ToString()) : null, "tracingOptions" ,container.Add ); - AddIf( null != this._use32BitWorkerProcess ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._use32BitWorkerProcess) : null, "use32BitWorkerProcess" ,container.Add ); - if (null != this._virtualApplication) + if (null != this._scmIPSecurityRestriction) { var ___s = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var ___t in this._virtualApplication ) + foreach( var ___t in this._scmIPSecurityRestriction ) { AddIf(___t?.ToJson(null, serializationMode) ,___s.Add); } - container.Add("virtualApplications",___s); + container.Add("scmIpSecurityRestrictions",___s); } - AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); - AddIf( null != this._webSocketsEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._webSocketsEnabled) : null, "webSocketsEnabled" ,container.Add ); - AddIf( null != (((object)this._windowsFxVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._windowsFxVersion.ToString()) : null, "windowsFxVersion" ,container.Add ); - AddIf( null != this._xManagedServiceIdentityId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._xManagedServiceIdentityId) : null, "xManagedServiceIdentityId" ,container.Add ); + AddIf( null != this._scmIPSecurityRestrictionsUseMain ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._scmIPSecurityRestrictionsUseMain) : null, "scmIpSecurityRestrictionsUseMain" ,container.Add ); + AddIf( null != this._http20Enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._http20Enabled) : null, "http20Enabled" ,container.Add ); + AddIf( null != (((object)this._minTlsVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._minTlsVersion.ToString()) : null, "minTlsVersion" ,container.Add ); + AddIf( null != (((object)this._ftpsState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._ftpsState.ToString()) : null, "ftpsState" ,container.Add ); + AddIf( null != this._preWarmedInstanceCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._preWarmedInstanceCount) : null, "preWarmedInstanceCount" ,container.Add ); + AddIf( null != (((object)this._healthCheckPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._healthCheckPath.ToString()) : null, "healthCheckPath" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigResource.PowerShell.cs index 53ee2140db85..55b0e76e3865 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigResource.PowerShell.cs @@ -95,102 +95,102 @@ internal SiteConfigResource(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType?) content.GetValueForProperty("ScmType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Experiment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IExperiments) content.GetValueForProperty("Experiment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Experiment, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ExperimentsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).FtpsState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState?) content.GetValueForProperty("FtpsState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).FtpsState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType?) content.GetValueForProperty("ScmType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimits) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimitsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId = (int?) content.GetValueForProperty("XManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Push = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettings) content.GetValueForProperty("Push",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Push, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DefaultDocument = (string[]) content.GetValueForProperty("DefaultDocument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DefaultDocument, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion = (string) content.GetValueForProperty("NetFrameworkVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion = (string) content.GetValueForProperty("PhpVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion = (string) content.GetValueForProperty("PythonVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled = (bool?) content.GetValueForProperty("RequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime = (global::System.DateTime?) content.GetValueForProperty("RequestTracingExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DetailedErrorLoggingEnabled = (bool?) content.GetValueForProperty("DetailedErrorLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DetailedErrorLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HandlerMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]) content.GetValueForProperty("HandlerMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HandlerMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess = (bool?) content.GetValueForProperty("Use32BitWorkerProcess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainer = (string) content.GetValueForProperty("JavaContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainerVersion = (string) content.GetValueForProperty("JavaContainerVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainerVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]) content.GetValueForProperty("VirtualApplication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplicationTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LoadBalancing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing?) content.GetValueForProperty("LoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LoadBalancing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedServiceIdentityId = (int?) content.GetValueForProperty("ManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimits) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimitsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MinTlsVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions?) content.GetValueForProperty("MinTlsVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MinTlsVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion = (string) content.GetValueForProperty("NetFrameworkVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion = (string) content.GetValueForProperty("PhpVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PreWarmedInstanceCount = (int?) content.GetValueForProperty("PreWarmedInstanceCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PreWarmedInstanceCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion = (string) content.GetValueForProperty("PythonVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled = (bool?) content.GetValueForProperty("RequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime = (global::System.DateTime?) content.GetValueForProperty("RequestTracingExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess = (bool?) content.GetValueForProperty("Use32BitWorkerProcess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]) content.GetValueForProperty("VirtualApplication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplicationTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId = (int?) content.GetValueForProperty("XManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfigId = (string) content.GetValueForProperty("ApiManagementConfigId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfigId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("PushProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidation = (string) content.GetValueForProperty("MachineKeyValidation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption = (string) content.GetValueForProperty("MachineKeyDecryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxPercentageCpu = (double?) content.GetValueForProperty("LimitMaxPercentageCpu",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxPercentageCpu, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxMemoryInMb = (long?) content.GetValueForProperty("LimitMaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxDiskSizeInMb = (long?) content.GetValueForProperty("LimitMaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl = (string) content.GetValueForProperty("ApiDefinitionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("AutoHealRuleAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl = (string) content.GetValueForProperty("ApiDefinitionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption = (string) content.GetValueForProperty("MachineKeyDecryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DynamicTagsJson, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionParameter = (string) content.GetValueForProperty("CustomActionParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionParameter, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -209,102 +209,102 @@ internal SiteConfigResource(global::System.Management.Automation.PSObject conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType?) content.GetValueForProperty("ScmType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Experiment = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IExperiments) content.GetValueForProperty("Experiment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Experiment, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ExperimentsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).FtpsState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState?) content.GetValueForProperty("FtpsState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).FtpsState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType?) content.GetValueForProperty("ScmType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimits) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimitsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId = (int?) content.GetValueForProperty("XManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Push = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettings) content.GetValueForProperty("Push",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Push, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiDefinitionInfo) content.GetValueForProperty("ApiDefinition",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiDefinitionInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DefaultDocument = (string[]) content.GetValueForProperty("DefaultDocument",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DefaultDocument, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion = (string) content.GetValueForProperty("NetFrameworkVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion = (string) content.GetValueForProperty("PhpVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion = (string) content.GetValueForProperty("PythonVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled = (bool?) content.GetValueForProperty("RequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime = (global::System.DateTime?) content.GetValueForProperty("RequestTracingExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DetailedErrorLoggingEnabled = (bool?) content.GetValueForProperty("DetailedErrorLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DetailedErrorLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) content.GetValueForProperty("AppSetting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppSetting, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IConnStringInfo[]) content.GetValueForProperty("ConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ConnectionString, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ConnStringInfoTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HandlerMapping = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHandlerMapping[]) content.GetValueForProperty("HandlerMapping",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HandlerMapping, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HandlerMappingTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled = (bool?) content.GetValueForProperty("HttpLoggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HttpLoggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot = (string) content.GetValueForProperty("DocumentRoot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DocumentRoot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKey) content.GetValueForProperty("MachineKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteMachineKeyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess = (bool?) content.GetValueForProperty("Use32BitWorkerProcess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn = (bool?) content.GetValueForProperty("AlwaysOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AlwaysOn, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainer = (string) content.GetValueForProperty("JavaContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainerVersion = (string) content.GetValueForProperty("JavaContainerVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaContainerVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion = (string) content.GetValueForProperty("JavaVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).JavaVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion = (string) content.GetValueForProperty("LinuxFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LinuxFxVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine = (string) content.GetValueForProperty("AppCommandLine",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AppCommandLine, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]) content.GetValueForProperty("VirtualApplication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplicationTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LoadBalancing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing?) content.GetValueForProperty("LoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LoadBalancing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled = (bool?) content.GetValueForProperty("AutoHealEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName = (string) content.GetValueForProperty("AutoSwapSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoSwapSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LocalMySqlEnabled = (bool?) content.GetValueForProperty("LocalMySqlEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LocalMySqlEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit = (int?) content.GetValueForProperty("LogsDirectorySizeLimit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LogsDirectorySizeLimit, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode?) content.GetValueForProperty("ManagedPipelineMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedPipelineMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedServiceIdentityId = (int?) content.GetValueForProperty("ManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimits) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Limit, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLimitsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("IPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain = (bool?) content.GetValueForProperty("ScmIPSecurityRestrictionsUseMain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestrictionsUseMain, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled = (bool?) content.GetValueForProperty("Http20Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Http20Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MinTlsVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions?) content.GetValueForProperty("MinTlsVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MinTlsVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion = (string) content.GetValueForProperty("NetFrameworkVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NetFrameworkVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion = (string) content.GetValueForProperty("NodeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NodeVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker = (int?) content.GetValueForProperty("NumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).NumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion = (string) content.GetValueForProperty("PhpVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PhpVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion = (string) content.GetValueForProperty("PowerShellVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PowerShellVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealRules) content.GetValueForProperty("AutoHealRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRule, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealRulesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PreWarmedInstanceCount = (int?) content.GetValueForProperty("PreWarmedInstanceCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PreWarmedInstanceCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername = (string) content.GetValueForProperty("PublishingUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PublishingUsername, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion = (string) content.GetValueForProperty("PythonVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PythonVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled = (bool?) content.GetValueForProperty("RemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion = (string) content.GetValueForProperty("RemoteDebuggingVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RemoteDebuggingVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled = (bool?) content.GetValueForProperty("RequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime = (global::System.DateTime?) content.GetValueForProperty("RequestTracingExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTracingExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction[]) content.GetValueForProperty("ScmIPSecurityRestriction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ScmIPSecurityRestriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig) content.GetValueForProperty("ApiManagementConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICorsSettings) content.GetValueForProperty("Cor",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Cor, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CorsSettingsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption = (string) content.GetValueForProperty("TracingOption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TracingOption, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess = (bool?) content.GetValueForProperty("Use32BitWorkerProcess",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).Use32BitWorkerProcess, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplication[]) content.GetValueForProperty("VirtualApplication",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VirtualApplication, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualApplicationTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled = (bool?) content.GetValueForProperty("WebSocketsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WebSocketsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion = (string) content.GetValueForProperty("WindowsFxVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).WindowsFxVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId = (int?) content.GetValueForProperty("XManagedServiceIdentityId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).XManagedServiceIdentityId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath = (string) content.GetValueForProperty("HealthCheckPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).HealthCheckPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfigId = (string) content.GetValueForProperty("ApiManagementConfigId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiManagementConfigId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties) content.GetValueForProperty("PushProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidation = (string) content.GetValueForProperty("MachineKeyValidation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption = (string) content.GetValueForProperty("MachineKeyDecryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxPercentageCpu = (double?) content.GetValueForProperty("LimitMaxPercentageCpu",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxPercentageCpu, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxMemoryInMb = (long?) content.GetValueForProperty("LimitMaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxDiskSizeInMb = (long?) content.GetValueForProperty("LimitMaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).LimitMaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[]) content.GetValueForProperty("ExperimentRampUpRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ExperimentRampUpRule, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl = (string) content.GetValueForProperty("ApiDefinitionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealTriggers) content.GetValueForProperty("AutoHealRuleTrigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealTriggersTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions) content.GetValueForProperty("AutoHealRuleAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).AutoHealRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl = (string) content.GetValueForProperty("ApiDefinitionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ApiDefinitionUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey = (string) content.GetValueForProperty("MachineKeyDecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryptionKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType = (string) content.GetValueForProperty("PushType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind = (string) content.GetValueForProperty("PushKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushKind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName = (string) content.GetValueForProperty("PushName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId = (string) content.GetValueForProperty("PushId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).PushId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials = (bool?) content.GetValueForProperty("CorSupportCredentials",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorSupportCredentials, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin = (string[]) content.GetValueForProperty("CorAllowedOrigin",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CorAllowedOrigin, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey = (string) content.GetValueForProperty("MachineKeyValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyValidationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption = (string) content.GetValueForProperty("MachineKeyDecryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).MachineKeyDecryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType?) content.GetValueForProperty("ActionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IsPushEnabled = (bool) content.GetValueForProperty("IsPushEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).IsPushEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson = (string) content.GetValueForProperty("TagWhitelistJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagWhitelistJson, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth = (string) content.GetValueForProperty("TagsRequiringAuth",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TagsRequiringAuth, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DynamicTagsJson = (string) content.GetValueForProperty("DynamicTagsJson",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).DynamicTagsJson, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb = (int?) content.GetValueForProperty("TriggerPrivateBytesInKb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerPrivateBytesInKb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealCustomAction) content.GetValueForProperty("ActionCustomAction",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionCustomAction, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealCustomActionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTrigger) content.GetValueForProperty("TriggerSlowRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerSlowRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerRequest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRequestsBasedTrigger) content.GetValueForProperty("TriggerRequest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RequestsBasedTriggerTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime = (string) content.GetValueForProperty("ActionMinProcessExecutionTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).ActionMinProcessExecutionTime, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTrigger[]) content.GetValueForProperty("TriggerStatusCode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).TriggerStatusCode, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StatusCodesBasedTriggerTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionParameter = (string) content.GetValueForProperty("CustomActionParameter",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionParameter, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestCount = (int?) content.GetValueForProperty("RequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe = (string) content.GetValueForProperty("CustomActionExe",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).CustomActionExe, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTimeInterval = (string) content.GetValueForProperty("RequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).RequestTimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestCount = (int?) content.GetValueForProperty("SlowRequestCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken = (string) content.GetValueForProperty("SlowRequestTimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeTaken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval = (string) content.GetValueForProperty("SlowRequestTimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceInternal)this).SlowRequestTimeInterval, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.PowerShell.cs index 21bb8f7b315f..cbfa422eba89 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal SiteConfigResourceCollection(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal SiteConfigResourceCollection(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResourceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.json.cs index ed135a018072..1df266d5bba7 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigResourceCollection.json.cs @@ -70,8 +70,8 @@ internal SiteConfigResourceCollection(Microsoft.Azure.PowerShell.Cmdlets.Functio { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfo.PowerShell.cs index 00c454803bee..45f227c61080 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfo.PowerShell.cs @@ -97,12 +97,12 @@ internal SiteConfigurationSnapshotInfo(global::System.Collections.IDictionary co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigurationSnapshotInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -121,12 +121,12 @@ internal SiteConfigurationSnapshotInfo(global::System.Management.Automation.PSOb } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigurationSnapshotInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.PowerShell.cs index eb8de7b280ff..49a405d83889 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal SiteConfigurationSnapshotInfoCollection(global::System.Collections.IDic return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigurationSnapshotInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal SiteConfigurationSnapshotInfoCollection(global::System.Management.Autom return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigurationSnapshotInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.json.cs index 24fe636e7a90..b03e3aee0313 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoCollection.json.cs @@ -72,8 +72,8 @@ internal SiteConfigurationSnapshotInfoCollection(Microsoft.Azure.PowerShell.Cmdl { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigurationSnapshotInfo.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -98,10 +98,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -111,6 +107,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.PowerShell.cs index cd0ab7065d75..037589247e6e 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.PowerShell.cs @@ -97,8 +97,8 @@ internal SiteConfigurationSnapshotInfoProperties(global::System.Collections.IDic return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal SiteConfigurationSnapshotInfoProperties(global::System.Management.Autom return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).Time = (global::System.DateTime?) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).Time, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId = (int?) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfigurationSnapshotInfoPropertiesInternal)this).SnapshotId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.json.cs index 85a8ef6e5945..d2eda5883f00 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteConfigurationSnapshotInfoProperties.json.cs @@ -70,8 +70,8 @@ internal SiteConfigurationSnapshotInfoProperties(Microsoft.Azure.PowerShell.Cmdl { return; } - {_snapshotId = If( json?.PropertyT("snapshotId"), out var __jsonSnapshotId) ? (int?)__jsonSnapshotId : SnapshotId;} {_time = If( json?.PropertyT("time"), out var __jsonTime) ? global::System.DateTime.TryParse((string)__jsonTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimeValue) ? __jsonTimeValue : Time : Time;} + {_snapshotId = If( json?.PropertyT("snapshotId"), out var __jsonSnapshotId) ? (int?)__jsonSnapshotId : SnapshotId;} AfterFromJson(json); } @@ -98,11 +98,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._snapshotId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._snapshotId) : null, "snapshotId" ,container.Add ); + AddIf( null != this._time ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._time?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._time ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._time?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "time" ,container.Add ); + AddIf( null != this._snapshotId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._snapshotId) : null, "snapshotId" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfo.PowerShell.cs index e59fa067e00e..d1b5385ee4a0 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfo.PowerShell.cs @@ -95,30 +95,30 @@ internal SiteExtensionInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteExtensionInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionId = (string) content.GetValueForProperty("ExtensionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType?) content.GetValueForProperty("ExtensionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionUrl = (string) content.GetValueForProperty("ExtensionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).IconUrl = (string) content.GetValueForProperty("IconUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).IconUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LicenseUrl = (string) content.GetValueForProperty("LicenseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LicenseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalIsLatestVersion = (bool?) content.GetValueForProperty("LocalIsLatestVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalIsLatestVersion, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalPath = (string) content.GetValueForProperty("LocalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProvisioningState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -137,30 +137,30 @@ internal SiteExtensionInfo(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteExtensionInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionId = (string) content.GetValueForProperty("ExtensionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType?) content.GetValueForProperty("ExtensionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionUrl = (string) content.GetValueForProperty("ExtensionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ExtensionUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).FeedUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).IconUrl = (string) content.GetValueForProperty("IconUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).IconUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LicenseUrl = (string) content.GetValueForProperty("LicenseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LicenseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalIsLatestVersion = (bool?) content.GetValueForProperty("LocalIsLatestVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalIsLatestVersion, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalPath = (string) content.GetValueForProperty("LocalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).LocalPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProjectUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).ProvisioningState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Summary, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Title, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Version, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoInternal)this).Comment, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.PowerShell.cs index 41d7549fd944..151d8e22901e 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal SiteExtensionInfoCollection(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteExtensionInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal SiteExtensionInfoCollection(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteExtensionInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.json.cs index d6f531da00e9..4024024066a3 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoCollection.json.cs @@ -70,8 +70,8 @@ internal SiteExtensionInfoCollection(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteExtensionInfo.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.PowerShell.cs index bcc88cc68189..03cc3dd5e730 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.PowerShell.cs @@ -96,26 +96,26 @@ internal SiteExtensionInfoProperties(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionId = (string) content.GetValueForProperty("ExtensionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType?) content.GetValueForProperty("ExtensionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionUrl = (string) content.GetValueForProperty("ExtensionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).IconUrl = (string) content.GetValueForProperty("IconUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).IconUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LicenseUrl = (string) content.GetValueForProperty("LicenseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LicenseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalIsLatestVersion = (bool?) content.GetValueForProperty("LocalIsLatestVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalIsLatestVersion, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalPath = (string) content.GetValueForProperty("LocalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProvisioningState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -133,26 +133,26 @@ internal SiteExtensionInfoProperties(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionId = (string) content.GetValueForProperty("ExtensionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType?) content.GetValueForProperty("ExtensionType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionUrl = (string) content.GetValueForProperty("ExtensionUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ExtensionUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).IconUrl = (string) content.GetValueForProperty("IconUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).IconUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LicenseUrl = (string) content.GetValueForProperty("LicenseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LicenseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl = (string) content.GetValueForProperty("FeedUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).FeedUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author = (string[]) content.GetValueForProperty("Author",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Author, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam = (string) content.GetValueForProperty("InstallerCommandLineParam",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstallerCommandLineParam, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount = (int?) content.GetValueForProperty("DownloadCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).DownloadCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalIsLatestVersion = (bool?) content.GetValueForProperty("LocalIsLatestVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalIsLatestVersion, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalPath = (string) content.GetValueForProperty("LocalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).LocalPath, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl = (string) content.GetValueForProperty("ProjectUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProjectUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime = (global::System.DateTime?) content.GetValueForProperty("InstalledDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).InstalledDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProvisioningState = (string) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).ProvisioningState, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime = (global::System.DateTime?) content.GetValueForProperty("PublishedDateTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).PublishedDateTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary = (string) content.GetValueForProperty("Summary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Summary, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Title, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version = (string) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Version, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment = (string) content.GetValueForProperty("Comment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteExtensionInfoPropertiesInternal)this).Comment, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.json.cs index d9824508e82c..664681da2504 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteExtensionInfoProperties.json.cs @@ -70,26 +70,26 @@ internal SiteExtensionInfoProperties(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_author = If( json?.PropertyT("authors"), out var __jsonAuthors) ? If( __jsonAuthors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Author;} - {_comment = If( json?.PropertyT("comment"), out var __jsonComment) ? (string)__jsonComment : (string)Comment;} - {_downloadCount = If( json?.PropertyT("download_count"), out var __jsonDownloadCount) ? (int?)__jsonDownloadCount : DownloadCount;} {_extensionId = If( json?.PropertyT("extension_id"), out var __jsonExtensionId) ? (string)__jsonExtensionId : (string)ExtensionId;} + {_title = If( json?.PropertyT("title"), out var __jsonTitle) ? (string)__jsonTitle : (string)Title;} {_extensionType = If( json?.PropertyT("extension_type"), out var __jsonExtensionType) ? (string)__jsonExtensionType : (string)ExtensionType;} + {_summary = If( json?.PropertyT("summary"), out var __jsonSummary) ? (string)__jsonSummary : (string)Summary;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} + {_version = If( json?.PropertyT("version"), out var __jsonVersion) ? (string)__jsonVersion : (string)Version;} {_extensionUrl = If( json?.PropertyT("extension_url"), out var __jsonExtensionUrl) ? (string)__jsonExtensionUrl : (string)ExtensionUrl;} - {_feedUrl = If( json?.PropertyT("feed_url"), out var __jsonFeedUrl) ? (string)__jsonFeedUrl : (string)FeedUrl;} + {_projectUrl = If( json?.PropertyT("project_url"), out var __jsonProjectUrl) ? (string)__jsonProjectUrl : (string)ProjectUrl;} {_iconUrl = If( json?.PropertyT("icon_url"), out var __jsonIconUrl) ? (string)__jsonIconUrl : (string)IconUrl;} - {_installedDateTime = If( json?.PropertyT("installed_date_time"), out var __jsonInstalledDateTime) ? global::System.DateTime.TryParse((string)__jsonInstalledDateTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonInstalledDateTimeValue) ? __jsonInstalledDateTimeValue : InstalledDateTime : InstalledDateTime;} - {_installerCommandLineParam = If( json?.PropertyT("installer_command_line_params"), out var __jsonInstallerCommandLineParams) ? (string)__jsonInstallerCommandLineParams : (string)InstallerCommandLineParam;} {_licenseUrl = If( json?.PropertyT("license_url"), out var __jsonLicenseUrl) ? (string)__jsonLicenseUrl : (string)LicenseUrl;} + {_feedUrl = If( json?.PropertyT("feed_url"), out var __jsonFeedUrl) ? (string)__jsonFeedUrl : (string)FeedUrl;} + {_author = If( json?.PropertyT("authors"), out var __jsonAuthors) ? If( __jsonAuthors as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Author;} + {_installerCommandLineParam = If( json?.PropertyT("installer_command_line_params"), out var __jsonInstallerCommandLineParams) ? (string)__jsonInstallerCommandLineParams : (string)InstallerCommandLineParam;} + {_publishedDateTime = If( json?.PropertyT("published_date_time"), out var __jsonPublishedDateTime) ? global::System.DateTime.TryParse((string)__jsonPublishedDateTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonPublishedDateTimeValue) ? __jsonPublishedDateTimeValue : PublishedDateTime : PublishedDateTime;} + {_downloadCount = If( json?.PropertyT("download_count"), out var __jsonDownloadCount) ? (int?)__jsonDownloadCount : DownloadCount;} {_localIsLatestVersion = If( json?.PropertyT("local_is_latest_version"), out var __jsonLocalIsLatestVersion) ? (bool?)__jsonLocalIsLatestVersion : LocalIsLatestVersion;} {_localPath = If( json?.PropertyT("local_path"), out var __jsonLocalPath) ? (string)__jsonLocalPath : (string)LocalPath;} - {_projectUrl = If( json?.PropertyT("project_url"), out var __jsonProjectUrl) ? (string)__jsonProjectUrl : (string)ProjectUrl;} + {_installedDateTime = If( json?.PropertyT("installed_date_time"), out var __jsonInstalledDateTime) ? global::System.DateTime.TryParse((string)__jsonInstalledDateTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonInstalledDateTimeValue) ? __jsonInstalledDateTimeValue : InstalledDateTime : InstalledDateTime;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} - {_publishedDateTime = If( json?.PropertyT("published_date_time"), out var __jsonPublishedDateTime) ? global::System.DateTime.TryParse((string)__jsonPublishedDateTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonPublishedDateTimeValue) ? __jsonPublishedDateTimeValue : PublishedDateTime : PublishedDateTime;} - {_summary = If( json?.PropertyT("summary"), out var __jsonSummary) ? (string)__jsonSummary : (string)Summary;} - {_title = If( json?.PropertyT("title"), out var __jsonTitle) ? (string)__jsonTitle : (string)Title;} - {_version = If( json?.PropertyT("version"), out var __jsonVersion) ? (string)__jsonVersion : (string)Version;} + {_comment = If( json?.PropertyT("comment"), out var __jsonComment) ? (string)__jsonComment : (string)Comment;} AfterFromJson(json); } @@ -112,7 +112,17 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._extensionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionId.ToString()) : null, "extension_id" ,container.Add ); + AddIf( null != (((object)this._title)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._title.ToString()) : null, "title" ,container.Add ); + AddIf( null != (((object)this._extensionType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionType.ToString()) : null, "extension_type" ,container.Add ); + AddIf( null != (((object)this._summary)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._summary.ToString()) : null, "summary" ,container.Add ); AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); + AddIf( null != (((object)this._version)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._version.ToString()) : null, "version" ,container.Add ); + AddIf( null != (((object)this._extensionUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionUrl.ToString()) : null, "extension_url" ,container.Add ); + AddIf( null != (((object)this._projectUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._projectUrl.ToString()) : null, "project_url" ,container.Add ); + AddIf( null != (((object)this._iconUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iconUrl.ToString()) : null, "icon_url" ,container.Add ); + AddIf( null != (((object)this._licenseUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._licenseUrl.ToString()) : null, "license_url" ,container.Add ); + AddIf( null != (((object)this._feedUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._feedUrl.ToString()) : null, "feed_url" ,container.Add ); if (null != this._author) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -122,24 +132,14 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("authors",__w); } - AddIf( null != (((object)this._comment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._comment.ToString()) : null, "comment" ,container.Add ); - AddIf( null != this._downloadCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._downloadCount) : null, "download_count" ,container.Add ); - AddIf( null != (((object)this._extensionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionId.ToString()) : null, "extension_id" ,container.Add ); - AddIf( null != (((object)this._extensionType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionType.ToString()) : null, "extension_type" ,container.Add ); - AddIf( null != (((object)this._extensionUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extensionUrl.ToString()) : null, "extension_url" ,container.Add ); - AddIf( null != (((object)this._feedUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._feedUrl.ToString()) : null, "feed_url" ,container.Add ); - AddIf( null != (((object)this._iconUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._iconUrl.ToString()) : null, "icon_url" ,container.Add ); - AddIf( null != this._installedDateTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._installedDateTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "installed_date_time" ,container.Add ); AddIf( null != (((object)this._installerCommandLineParam)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._installerCommandLineParam.ToString()) : null, "installer_command_line_params" ,container.Add ); - AddIf( null != (((object)this._licenseUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._licenseUrl.ToString()) : null, "license_url" ,container.Add ); + AddIf( null != this._publishedDateTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishedDateTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "published_date_time" ,container.Add ); + AddIf( null != this._downloadCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._downloadCount) : null, "download_count" ,container.Add ); AddIf( null != this._localIsLatestVersion ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._localIsLatestVersion) : null, "local_is_latest_version" ,container.Add ); AddIf( null != (((object)this._localPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localPath.ToString()) : null, "local_path" ,container.Add ); - AddIf( null != (((object)this._projectUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._projectUrl.ToString()) : null, "project_url" ,container.Add ); + AddIf( null != this._installedDateTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._installedDateTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "installed_date_time" ,container.Add ); AddIf( null != (((object)this._provisioningState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provisioningState.ToString()) : null, "provisioningState" ,container.Add ); - AddIf( null != this._publishedDateTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishedDateTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "published_date_time" ,container.Add ); - AddIf( null != (((object)this._summary)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._summary.ToString()) : null, "summary" ,container.Add ); - AddIf( null != (((object)this._title)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._title.ToString()) : null, "title" ,container.Add ); - AddIf( null != (((object)this._version)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._version.ToString()) : null, "version" ,container.Add ); + AddIf( null != (((object)this._comment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._comment.ToString()) : null, "comment" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteInstance.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteInstance.PowerShell.cs index fbb6d105f95f..fbf3f08567b8 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteInstance.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteInstance.PowerShell.cs @@ -95,10 +95,10 @@ internal SiteInstance(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteInstancePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).SiteInstanceName = (string) content.GetValueForProperty("SiteInstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).SiteInstanceName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,10 +118,10 @@ internal SiteInstance(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteInstancePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).SiteInstanceName = (string) content.GetValueForProperty("SiteInstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstanceInternal)this).SiteInstanceName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteLimits.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteLimits.PowerShell.cs index 5c9c103e602b..8995f4784487 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteLimits.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteLimits.PowerShell.cs @@ -94,9 +94,9 @@ internal SiteLimits(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb = (long?) content.GetValueForProperty("MaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb = (long?) content.GetValueForProperty("MaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxPercentageCpu = (double?) content.GetValueForProperty("MaxPercentageCpu",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxPercentageCpu, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb = (long?) content.GetValueForProperty("MaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb = (long?) content.GetValueForProperty("MaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializeDictionary(content); } @@ -114,9 +114,9 @@ internal SiteLimits(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb = (long?) content.GetValueForProperty("MaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb = (long?) content.GetValueForProperty("MaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxPercentageCpu = (double?) content.GetValueForProperty("MaxPercentageCpu",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxPercentageCpu, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb = (long?) content.GetValueForProperty("MaxMemoryInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxMemoryInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb = (long?) content.GetValueForProperty("MaxDiskSizeInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLimitsInternal)this).MaxDiskSizeInMb, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteLimits.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteLimits.json.cs index 8a765dddeb22..da043242c36d 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteLimits.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteLimits.json.cs @@ -70,9 +70,9 @@ internal SiteLimits(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js { return; } - {_maxDiskSizeInMb = If( json?.PropertyT("maxDiskSizeInMb"), out var __jsonMaxDiskSizeInMb) ? (long?)__jsonMaxDiskSizeInMb : MaxDiskSizeInMb;} - {_maxMemoryInMb = If( json?.PropertyT("maxMemoryInMb"), out var __jsonMaxMemoryInMb) ? (long?)__jsonMaxMemoryInMb : MaxMemoryInMb;} {_maxPercentageCpu = If( json?.PropertyT("maxPercentageCpu"), out var __jsonMaxPercentageCpu) ? (double?)__jsonMaxPercentageCpu : MaxPercentageCpu;} + {_maxMemoryInMb = If( json?.PropertyT("maxMemoryInMb"), out var __jsonMaxMemoryInMb) ? (long?)__jsonMaxMemoryInMb : MaxMemoryInMb;} + {_maxDiskSizeInMb = If( json?.PropertyT("maxDiskSizeInMb"), out var __jsonMaxDiskSizeInMb) ? (long?)__jsonMaxDiskSizeInMb : MaxDiskSizeInMb;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._maxDiskSizeInMb ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._maxDiskSizeInMb) : null, "maxDiskSizeInMb" ,container.Add ); - AddIf( null != this._maxMemoryInMb ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._maxMemoryInMb) : null, "maxMemoryInMb" ,container.Add ); AddIf( null != this._maxPercentageCpu ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._maxPercentageCpu) : null, "maxPercentageCpu" ,container.Add ); + AddIf( null != this._maxMemoryInMb ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._maxMemoryInMb) : null, "maxMemoryInMb" ,container.Add ); + AddIf( null != this._maxDiskSizeInMb ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._maxDiskSizeInMb) : null, "maxDiskSizeInMb" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteLogsConfig.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteLogsConfig.PowerShell.cs index d2f46011a716..98aa714ce179 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteLogsConfig.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteLogsConfig.PowerShell.cs @@ -95,33 +95,33 @@ internal SiteLogsConfig(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLogsConfigPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfig) content.GetValueForProperty("ApplicationLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfig) content.GetValueForProperty("HttpLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestsTracing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("FailedRequestsTracing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestsTracing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfig) content.GetValueForProperty("HttpLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestTracingEnabled = (bool?) content.GetValueForProperty("FailedRequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageSasUrl = (string) content.GetValueForProperty("AzureTableStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureTableStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("ApplicationLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); AfterDeserializeDictionary(content); } @@ -140,33 +140,33 @@ internal SiteLogsConfig(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteLogsConfigPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfig) content.GetValueForProperty("ApplicationLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfig) content.GetValueForProperty("HttpLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestsTracing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("FailedRequestsTracing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestsTracing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfig) content.GetValueForProperty("HttpLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestTracingEnabled = (bool?) content.GetValueForProperty("FailedRequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FailedRequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageSasUrl = (string) content.GetValueForProperty("AzureTableStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureTableStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureTableStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("ApplicationLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.PowerShell.cs index fd6c7f656667..6fa343b22b9d 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.PowerShell.cs @@ -95,28 +95,28 @@ internal SiteLogsConfigProperties(global::System.Collections.IDictionary content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfig) content.GetValueForProperty("ApplicationLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("FailedRequestsTracing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfig) content.GetValueForProperty("HttpLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("FailedRequestsTracing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfig) content.GetValueForProperty("HttpLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestTracingEnabled = (bool?) content.GetValueForProperty("FailedRequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageSasUrl = (string) content.GetValueForProperty("AzureTableStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureTableStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("ApplicationLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -135,28 +135,28 @@ internal SiteLogsConfigProperties(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationLogsConfig) content.GetValueForProperty("ApplicationLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("FailedRequestsTracing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLog = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHttpLogsConfig) content.GetValueForProperty("HttpLog",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLog, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("FailedRequestsTracing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestsTracing, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IEnabledConfig) content.GetValueForProperty("DetailedErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemHttpLogsConfig) content.GetValueForProperty("HttpLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemHttpLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFileSystemApplicationLogsConfig) content.GetValueForProperty("ApplicationLogFileSystem",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogFileSystem, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FileSystemApplicationLogsConfigTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageApplicationLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestTracingEnabled = (bool?) content.GetValueForProperty("FailedRequestTracingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FailedRequestTracingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureBlobStorageHttpLogsConfig) content.GetValueForProperty("HttpLogAzureBlobStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogAzureBlobStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureBlobStorageHttpLogsConfigTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureTableStorage = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAzureTableStorageApplicationLogsConfig) content.GetValueForProperty("ApplicationLogAzureTableStorage",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogAzureTableStorage, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AzureTableStorageApplicationLogsConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled = (bool?) content.GetValueForProperty("DetailedErrorMessageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).DetailedErrorMessageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageSasUrl = (string) content.GetValueForProperty("AzureTableStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureTableStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureTableStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("ApplicationLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("ApplicationLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).ApplicationLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("AzureBlobStorageLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemEnabled = (bool?) content.GetValueForProperty("FileSystemEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl = (string) content.GetValueForProperty("HttpLogsAzureBlobStorageSasUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageSasUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay = (int?) content.GetValueForProperty("HttpLogsAzureBlobStorageRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).HttpLogsAzureBlobStorageRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled = (bool?) content.GetValueForProperty("AzureBlobStorageEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).AzureBlobStorageEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel?) content.GetValueForProperty("FileSystemLevel",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemLevel, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevel.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInDay = (int?) content.GetValueForProperty("FileSystemRetentionInDay",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInDay, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb = (int?) content.GetValueForProperty("FileSystemRetentionInMb",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteLogsConfigPropertiesInternal)this).FileSystemRetentionInMb, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.json.cs index e7af465292e0..b5c2b2c78f2c 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteLogsConfigProperties.json.cs @@ -71,9 +71,9 @@ internal SiteLogsConfigProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R return; } {_applicationLog = If( json?.PropertyT("applicationLogs"), out var __jsonApplicationLogs) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationLogsConfig.FromJson(__jsonApplicationLogs) : ApplicationLog;} - {_detailedErrorMessage = If( json?.PropertyT("detailedErrorMessages"), out var __jsonDetailedErrorMessages) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfig.FromJson(__jsonDetailedErrorMessages) : DetailedErrorMessage;} - {_failedRequestsTracing = If( json?.PropertyT("failedRequestsTracing"), out var __jsonFailedRequestsTracing) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfig.FromJson(__jsonFailedRequestsTracing) : FailedRequestsTracing;} {_httpLog = If( json?.PropertyT("httpLogs"), out var __jsonHttpLogs) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfig.FromJson(__jsonHttpLogs) : HttpLog;} + {_failedRequestsTracing = If( json?.PropertyT("failedRequestsTracing"), out var __jsonFailedRequestsTracing) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfig.FromJson(__jsonFailedRequestsTracing) : FailedRequestsTracing;} + {_detailedErrorMessage = If( json?.PropertyT("detailedErrorMessages"), out var __jsonDetailedErrorMessages) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.EnabledConfig.FromJson(__jsonDetailedErrorMessages) : DetailedErrorMessage;} AfterFromJson(json); } @@ -97,9 +97,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._applicationLog ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._applicationLog.ToJson(null,serializationMode) : null, "applicationLogs" ,container.Add ); - AddIf( null != this._detailedErrorMessage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._detailedErrorMessage.ToJson(null,serializationMode) : null, "detailedErrorMessages" ,container.Add ); - AddIf( null != this._failedRequestsTracing ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._failedRequestsTracing.ToJson(null,serializationMode) : null, "failedRequestsTracing" ,container.Add ); AddIf( null != this._httpLog ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._httpLog.ToJson(null,serializationMode) : null, "httpLogs" ,container.Add ); + AddIf( null != this._failedRequestsTracing ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._failedRequestsTracing.ToJson(null,serializationMode) : null, "failedRequestsTracing" ,container.Add ); + AddIf( null != this._detailedErrorMessage ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._detailedErrorMessage.ToJson(null,serializationMode) : null, "detailedErrorMessages" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.PowerShell.cs index f6aa2b9cc78b..8e0e7beb2cd0 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.PowerShell.cs @@ -94,10 +94,10 @@ internal SiteMachineKey(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption = (string) content.GetValueForProperty("Decryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey = (string) content.GetValueForProperty("DecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Validation = (string) content.GetValueForProperty("Validation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Validation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).ValidationKey = (string) content.GetValueForProperty("ValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).ValidationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption = (string) content.GetValueForProperty("Decryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey = (string) content.GetValueForProperty("DecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,10 +115,10 @@ internal SiteMachineKey(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption = (string) content.GetValueForProperty("Decryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey = (string) content.GetValueForProperty("DecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Validation = (string) content.GetValueForProperty("Validation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Validation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).ValidationKey = (string) content.GetValueForProperty("ValidationKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).ValidationKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption = (string) content.GetValueForProperty("Decryption",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).Decryption, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey = (string) content.GetValueForProperty("DecryptionKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteMachineKeyInternal)this).DecryptionKey, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.json.cs index 651dddaac253..11a52bf0171c 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteMachineKey.json.cs @@ -70,10 +70,10 @@ internal SiteMachineKey(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_decryption = If( json?.PropertyT("decryption"), out var __jsonDecryption) ? (string)__jsonDecryption : (string)Decryption;} - {_decryptionKey = If( json?.PropertyT("decryptionKey"), out var __jsonDecryptionKey) ? (string)__jsonDecryptionKey : (string)DecryptionKey;} {_validation = If( json?.PropertyT("validation"), out var __jsonValidation) ? (string)__jsonValidation : (string)Validation;} {_validationKey = If( json?.PropertyT("validationKey"), out var __jsonValidationKey) ? (string)__jsonValidationKey : (string)ValidationKey;} + {_decryption = If( json?.PropertyT("decryption"), out var __jsonDecryption) ? (string)__jsonDecryption : (string)Decryption;} + {_decryptionKey = If( json?.PropertyT("decryptionKey"), out var __jsonDecryptionKey) ? (string)__jsonDecryptionKey : (string)DecryptionKey;} AfterFromJson(json); } @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._decryption)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._decryption.ToString()) : null, "decryption" ,container.Add ); - AddIf( null != (((object)this._decryptionKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._decryptionKey.ToString()) : null, "decryptionKey" ,container.Add ); AddIf( null != (((object)this._validation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._validation.ToString()) : null, "validation" ,container.Add ); AddIf( null != (((object)this._validationKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._validationKey.ToString()) : null, "validationKey" ,container.Add ); + AddIf( null != (((object)this._decryption)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._decryption.ToString()) : null, "decryption" ,container.Add ); + AddIf( null != (((object)this._decryptionKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._decryptionKey.ToString()) : null, "decryptionKey" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SitePatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SitePatchResource.PowerShell.cs index 32c6d9db3496..f014189f1452 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePatchResource.PowerShell.cs @@ -94,69 +94,69 @@ internal SitePatchResource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SiteConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("SiteConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SiteConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -174,69 +174,69 @@ internal SitePatchResource(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePatchResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SiteConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("SiteConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SiteConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType?) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourceInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SitePatchResource.json.cs b/src/Functions/generated/api/Models/Api20190801/SitePatchResource.json.cs index 6091c0493907..6ea2394c424a 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePatchResource.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePatchResource.json.cs @@ -71,8 +71,8 @@ internal SitePatchResource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. return; } __proxyOnlyResource = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProxyOnlyResource(json); - {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentity.FromJson(__jsonIdentity) : Identity;} {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePatchResourceProperties.FromJson(__jsonProperties) : Property;} + {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentity.FromJson(__jsonIdentity) : Identity;} AfterFromJson(json); } @@ -96,8 +96,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } __proxyOnlyResource?.ToJson(container, serializationMode); - AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); AddIf( null != this._property ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._property.ToJson(null,serializationMode) : null, "properties" ,container.Add ); + AddIf( null != this._identity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._identity.ToJson(null,serializationMode) : null, "identity" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.PowerShell.cs index f9718db947ff..288a2a4d3a5f 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.PowerShell.cs @@ -96,57 +96,57 @@ internal SitePatchResourceProperties(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SiteConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("SiteConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SiteConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -166,57 +166,57 @@ internal SitePatchResourceProperties(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SiteConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("SiteConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SiteConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePatchResourcePropertiesInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.json.cs index eff2173a7e6d..6d6f9614a69a 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePatchResourceProperties.json.cs @@ -70,41 +70,41 @@ internal SitePatchResourceProperties(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_cloningInfo = If( json?.PropertyT("cloningInfo"), out var __jsonCloningInfo) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfo.FromJson(__jsonCloningInfo) : CloningInfo;} {_hostingEnvironmentProfile = If( json?.PropertyT("hostingEnvironmentProfile"), out var __jsonHostingEnvironmentProfile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfile.FromJson(__jsonHostingEnvironmentProfile) : HostingEnvironmentProfile;} + {_cloningInfo = If( json?.PropertyT("cloningInfo"), out var __jsonCloningInfo) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfo.FromJson(__jsonCloningInfo) : CloningInfo;} {_slotSwapStatus = If( json?.PropertyT("slotSwapStatus"), out var __jsonSlotSwapStatus) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatus.FromJson(__jsonSlotSwapStatus) : SlotSwapStatus;} + {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} + {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : HostName;} + {_repositorySiteName = If( json?.PropertyT("repositorySiteName"), out var __jsonRepositorySiteName) ? (string)__jsonRepositorySiteName : (string)RepositorySiteName;} + {_usageState = If( json?.PropertyT("usageState"), out var __jsonUsageState) ? (string)__jsonUsageState : (string)UsageState;} + {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} + {_enabledHostName = If( json?.PropertyT("enabledHostNames"), out var __jsonEnabledHostNames) ? If( __jsonEnabledHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : EnabledHostName;} {_availabilityState = If( json?.PropertyT("availabilityState"), out var __jsonAvailabilityState) ? (string)__jsonAvailabilityState : (string)AvailabilityState;} + {_hostNameSslState = If( json?.PropertyT("hostNameSslStates"), out var __jsonHostNameSslStates) ? If( __jsonHostNameSslStates as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslState.FromJson(__k) )) ))() : null : HostNameSslState;} + {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} + {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} + {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} + {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} + {_lastModifiedTimeUtc = If( json?.PropertyT("lastModifiedTimeUtc"), out var __jsonLastModifiedTimeUtc) ? global::System.DateTime.TryParse((string)__jsonLastModifiedTimeUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastModifiedTimeUtcValue) ? __jsonLastModifiedTimeUtcValue : LastModifiedTimeUtc : LastModifiedTimeUtc;} + {_trafficManagerHostName = If( json?.PropertyT("trafficManagerHostNames"), out var __jsonTrafficManagerHostNames) ? If( __jsonTrafficManagerHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : TrafficManagerHostName;} + {_scmSiteAlsoStopped = If( json?.PropertyT("scmSiteAlsoStopped"), out var __jsonScmSiteAlsoStopped) ? (bool?)__jsonScmSiteAlsoStopped : ScmSiteAlsoStopped;} + {_targetSwapSlot = If( json?.PropertyT("targetSwapSlot"), out var __jsonTargetSwapSlot) ? (string)__jsonTargetSwapSlot : (string)TargetSwapSlot;} {_clientAffinityEnabled = If( json?.PropertyT("clientAffinityEnabled"), out var __jsonClientAffinityEnabled) ? (bool?)__jsonClientAffinityEnabled : ClientAffinityEnabled;} {_clientCertEnabled = If( json?.PropertyT("clientCertEnabled"), out var __jsonClientCertEnabled) ? (bool?)__jsonClientCertEnabled : ClientCertEnabled;} {_clientCertExclusionPath = If( json?.PropertyT("clientCertExclusionPaths"), out var __jsonClientCertExclusionPaths) ? (string)__jsonClientCertExclusionPaths : (string)ClientCertExclusionPath;} + {_hostNamesDisabled = If( json?.PropertyT("hostNamesDisabled"), out var __jsonHostNamesDisabled) ? (bool?)__jsonHostNamesDisabled : HostNamesDisabled;} + {_outboundIPAddress = If( json?.PropertyT("outboundIpAddresses"), out var __jsonOutboundIPAddresses) ? (string)__jsonOutboundIPAddresses : (string)OutboundIPAddress;} + {_possibleOutboundIPAddress = If( json?.PropertyT("possibleOutboundIpAddresses"), out var __jsonPossibleOutboundIPAddresses) ? (string)__jsonPossibleOutboundIPAddresses : (string)PossibleOutboundIPAddress;} {_containerSize = If( json?.PropertyT("containerSize"), out var __jsonContainerSize) ? (int?)__jsonContainerSize : ContainerSize;} {_dailyMemoryTimeQuota = If( json?.PropertyT("dailyMemoryTimeQuota"), out var __jsonDailyMemoryTimeQuota) ? (int?)__jsonDailyMemoryTimeQuota : DailyMemoryTimeQuota;} + {_suspendedTill = If( json?.PropertyT("suspendedTill"), out var __jsonSuspendedTill) ? global::System.DateTime.TryParse((string)__jsonSuspendedTill, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSuspendedTillValue) ? __jsonSuspendedTillValue : SuspendedTill : SuspendedTill;} + {_maxNumberOfWorker = If( json?.PropertyT("maxNumberOfWorkers"), out var __jsonMaxNumberOfWorkers) ? (int?)__jsonMaxNumberOfWorkers : MaxNumberOfWorker;} + {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_isDefaultContainer = If( json?.PropertyT("isDefaultContainer"), out var __jsonIsDefaultContainer) ? (bool?)__jsonIsDefaultContainer : IsDefaultContainer;} {_defaultHostName = If( json?.PropertyT("defaultHostName"), out var __jsonDefaultHostName) ? (string)__jsonDefaultHostName : (string)DefaultHostName;} - {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} - {_enabledHostName = If( json?.PropertyT("enabledHostNames"), out var __jsonEnabledHostNames) ? If( __jsonEnabledHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : EnabledHostName;} - {_hostNameSslState = If( json?.PropertyT("hostNameSslStates"), out var __jsonHostNameSslStates) ? If( __jsonHostNameSslStates as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslState.FromJson(__p) )) ))() : null : HostNameSslState;} - {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : HostName;} - {_hostNamesDisabled = If( json?.PropertyT("hostNamesDisabled"), out var __jsonHostNamesDisabled) ? (bool?)__jsonHostNamesDisabled : HostNamesDisabled;} {_httpsOnly = If( json?.PropertyT("httpsOnly"), out var __jsonHttpsOnly) ? (bool?)__jsonHttpsOnly : HttpsOnly;} - {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} - {_inProgressOperationId = If( json?.PropertyT("inProgressOperationId"), out var __jsonInProgressOperationId) ? (string)__jsonInProgressOperationId : (string)InProgressOperationId;} - {_isDefaultContainer = If( json?.PropertyT("isDefaultContainer"), out var __jsonIsDefaultContainer) ? (bool?)__jsonIsDefaultContainer : IsDefaultContainer;} - {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} - {_lastModifiedTimeUtc = If( json?.PropertyT("lastModifiedTimeUtc"), out var __jsonLastModifiedTimeUtc) ? global::System.DateTime.TryParse((string)__jsonLastModifiedTimeUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastModifiedTimeUtcValue) ? __jsonLastModifiedTimeUtcValue : LastModifiedTimeUtc : LastModifiedTimeUtc;} - {_maxNumberOfWorker = If( json?.PropertyT("maxNumberOfWorkers"), out var __jsonMaxNumberOfWorkers) ? (int?)__jsonMaxNumberOfWorkers : MaxNumberOfWorker;} - {_outboundIPAddress = If( json?.PropertyT("outboundIpAddresses"), out var __jsonOutboundIPAddresses) ? (string)__jsonOutboundIPAddresses : (string)OutboundIPAddress;} - {_possibleOutboundIPAddress = If( json?.PropertyT("possibleOutboundIpAddresses"), out var __jsonPossibleOutboundIPAddresses) ? (string)__jsonPossibleOutboundIPAddresses : (string)PossibleOutboundIPAddress;} {_redundancyMode = If( json?.PropertyT("redundancyMode"), out var __jsonRedundancyMode) ? (string)__jsonRedundancyMode : (string)RedundancyMode;} - {_repositorySiteName = If( json?.PropertyT("repositorySiteName"), out var __jsonRepositorySiteName) ? (string)__jsonRepositorySiteName : (string)RepositorySiteName;} - {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} - {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} - {_scmSiteAlsoStopped = If( json?.PropertyT("scmSiteAlsoStopped"), out var __jsonScmSiteAlsoStopped) ? (bool?)__jsonScmSiteAlsoStopped : ScmSiteAlsoStopped;} - {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} - {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} - {_suspendedTill = If( json?.PropertyT("suspendedTill"), out var __jsonSuspendedTill) ? global::System.DateTime.TryParse((string)__jsonSuspendedTill, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSuspendedTillValue) ? __jsonSuspendedTillValue : SuspendedTill : SuspendedTill;} - {_targetSwapSlot = If( json?.PropertyT("targetSwapSlot"), out var __jsonTargetSwapSlot) ? (string)__jsonTargetSwapSlot : (string)TargetSwapSlot;} - {_trafficManagerHostName = If( json?.PropertyT("trafficManagerHostNames"), out var __jsonTrafficManagerHostNames) ? If( __jsonTrafficManagerHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : TrafficManagerHostName;} - {_usageState = If( json?.PropertyT("usageState"), out var __jsonUsageState) ? (string)__jsonUsageState : (string)UsageState;} + {_inProgressOperationId = If( json?.PropertyT("inProgressOperationId"), out var __jsonInProgressOperationId) ? (string)__jsonInProgressOperationId : (string)InProgressOperationId;} {_siteConfig = If( json?.PropertyT("siteConfig"), out var __jsonSiteConfig) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfig.FromJson(__jsonSiteConfig) : SiteConfig;} AfterFromJson(json); } @@ -128,126 +128,126 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._cloningInfo ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cloningInfo.ToJson(null,serializationMode) : null, "cloningInfo" ,container.Add ); AddIf( null != this._hostingEnvironmentProfile ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._hostingEnvironmentProfile.ToJson(null,serializationMode) : null, "hostingEnvironmentProfile" ,container.Add ); + AddIf( null != this._cloningInfo ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cloningInfo.ToJson(null,serializationMode) : null, "cloningInfo" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._slotSwapStatus ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._slotSwapStatus.ToJson(null,serializationMode) : null, "slotSwapStatus" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._availabilityState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._availabilityState.ToString()) : null, "availabilityState" ,container.Add ); - } - AddIf( null != this._clientAffinityEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientAffinityEnabled) : null, "clientAffinityEnabled" ,container.Add ); - AddIf( null != this._clientCertEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientCertEnabled) : null, "clientCertEnabled" ,container.Add ); - AddIf( null != (((object)this._clientCertExclusionPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientCertExclusionPath.ToString()) : null, "clientCertExclusionPaths" ,container.Add ); - AddIf( null != this._containerSize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._containerSize) : null, "containerSize" ,container.Add ); - AddIf( null != this._dailyMemoryTimeQuota ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._dailyMemoryTimeQuota) : null, "dailyMemoryTimeQuota" ,container.Add ); - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._defaultHostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultHostName.ToString()) : null, "defaultHostName" ,container.Add ); + AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); } - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._enabledHostName) + if (null != this._hostName) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._enabledHostName ) + foreach( var __x in this._hostName ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("enabledHostNames",__w); + container.Add("hostNames",__w); } } - if (null != this._hostNameSslState) + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._hostNameSslState ) - { - AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); - } - container.Add("hostNameSslStates",__r); + AddIf( null != (((object)this._repositorySiteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositorySiteName.ToString()) : null, "repositorySiteName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._hostName) + AddIf( null != (((object)this._usageState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._usageState.ToString()) : null, "usageState" ,container.Add ); + } + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + if (null != this._enabledHostName) { - var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._hostName ) + var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __s in this._enabledHostName ) { - AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); + AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); } - container.Add("hostNames",__m); + container.Add("enabledHostNames",__r); } } - AddIf( null != this._hostNamesDisabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hostNamesDisabled) : null, "hostNamesDisabled" ,container.Add ); - AddIf( null != this._httpsOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._httpsOnly) : null, "httpsOnly" ,container.Add ); - AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._inProgressOperationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._inProgressOperationId.ToString()) : null, "inProgressOperationId" ,container.Add ); + AddIf( null != (((object)this._availabilityState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._availabilityState.ToString()) : null, "availabilityState" ,container.Add ); } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + if (null != this._hostNameSslState) { - AddIf( null != this._isDefaultContainer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDefaultContainer) : null, "isDefaultContainer" ,container.Add ); + var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __n in this._hostNameSslState ) + { + AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); + } + container.Add("hostNameSslStates",__m); } + AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); + AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); + AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._lastModifiedTimeUtc ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastModifiedTimeUtc?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastModifiedTimeUtc" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._maxNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maxNumberOfWorker) : null, "maxNumberOfWorkers" ,container.Add ); + if (null != this._trafficManagerHostName) + { + var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __i in this._trafficManagerHostName ) + { + AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); + } + container.Add("trafficManagerHostNames",__h); + } } + AddIf( null != this._scmSiteAlsoStopped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._scmSiteAlsoStopped) : null, "scmSiteAlsoStopped" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._outboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._outboundIPAddress.ToString()) : null, "outboundIpAddresses" ,container.Add ); + AddIf( null != (((object)this._targetSwapSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetSwapSlot.ToString()) : null, "targetSwapSlot" ,container.Add ); } + AddIf( null != this._clientAffinityEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientAffinityEnabled) : null, "clientAffinityEnabled" ,container.Add ); + AddIf( null != this._clientCertEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientCertEnabled) : null, "clientCertEnabled" ,container.Add ); + AddIf( null != (((object)this._clientCertExclusionPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientCertExclusionPath.ToString()) : null, "clientCertExclusionPaths" ,container.Add ); + AddIf( null != this._hostNamesDisabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hostNamesDisabled) : null, "hostNamesDisabled" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._possibleOutboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._possibleOutboundIPAddress.ToString()) : null, "possibleOutboundIpAddresses" ,container.Add ); + AddIf( null != (((object)this._outboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._outboundIPAddress.ToString()) : null, "outboundIpAddresses" ,container.Add ); } - AddIf( null != (((object)this._redundancyMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._redundancyMode.ToString()) : null, "redundancyMode" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._repositorySiteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositorySiteName.ToString()) : null, "repositorySiteName" ,container.Add ); + AddIf( null != (((object)this._possibleOutboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._possibleOutboundIPAddress.ToString()) : null, "possibleOutboundIpAddresses" ,container.Add ); } - AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); + AddIf( null != this._containerSize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._containerSize) : null, "containerSize" ,container.Add ); + AddIf( null != this._dailyMemoryTimeQuota ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._dailyMemoryTimeQuota) : null, "dailyMemoryTimeQuota" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); + AddIf( null != this._suspendedTill ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._suspendedTill?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "suspendedTill" ,container.Add ); } - AddIf( null != this._scmSiteAlsoStopped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._scmSiteAlsoStopped) : null, "scmSiteAlsoStopped" ,container.Add ); - AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); + AddIf( null != this._maxNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maxNumberOfWorker) : null, "maxNumberOfWorkers" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._suspendedTill ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._suspendedTill?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "suspendedTill" ,container.Add ); + AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._targetSwapSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetSwapSlot.ToString()) : null, "targetSwapSlot" ,container.Add ); + AddIf( null != this._isDefaultContainer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDefaultContainer) : null, "isDefaultContainer" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._trafficManagerHostName) - { - var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._trafficManagerHostName ) - { - AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); - } - container.Add("trafficManagerHostNames",__h); - } + AddIf( null != (((object)this._defaultHostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultHostName.ToString()) : null, "defaultHostName" ,container.Add ); } + AddIf( null != this._httpsOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._httpsOnly) : null, "httpsOnly" ,container.Add ); + AddIf( null != (((object)this._redundancyMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._redundancyMode.ToString()) : null, "redundancyMode" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._usageState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._usageState.ToString()) : null, "usageState" ,container.Add ); + AddIf( null != (((object)this._inProgressOperationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._inProgressOperationId.ToString()) : null, "inProgressOperationId" ,container.Add ); } AddIf( null != this._siteConfig ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._siteConfig.ToJson(null,serializationMode) : null, "siteConfig" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlag.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlag.PowerShell.cs index 336f5a9f8b1f..1a0d968eeae5 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlag.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlag.PowerShell.cs @@ -95,13 +95,13 @@ internal SitePhpErrorLogFlag(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePhpErrorLogFlagPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogError = (string) content.GetValueForProperty("LocalLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogError, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogError = (string) content.GetValueForProperty("MasterLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogError, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogErrorsMaxLength = (string) content.GetValueForProperty("MasterLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogErrorsMaxLength, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,13 +121,13 @@ internal SitePhpErrorLogFlag(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SitePhpErrorLogFlagPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogError = (string) content.GetValueForProperty("LocalLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogError, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogError = (string) content.GetValueForProperty("MasterLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogError, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogErrorsMaxLength = (string) content.GetValueForProperty("MasterLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagInternal)this).MasterLogErrorsMaxLength, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.PowerShell.cs index af9e3ce10d5b..3590f5ae759d 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.PowerShell.cs @@ -97,8 +97,8 @@ internal SitePhpErrorLogFlagProperties(global::System.Collections.IDictionary co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogError = (string) content.GetValueForProperty("LocalLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogError, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogError = (string) content.GetValueForProperty("MasterLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogError, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogErrorsMaxLength = (string) content.GetValueForProperty("MasterLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogErrorsMaxLength, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal SitePhpErrorLogFlagProperties(global::System.Management.Automation.PSOb } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogError = (string) content.GetValueForProperty("LocalLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogError, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogError = (string) content.GetValueForProperty("MasterLogError",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogError, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength = (string) content.GetValueForProperty("LocalLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).LocalLogErrorsMaxLength, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogErrorsMaxLength = (string) content.GetValueForProperty("MasterLogErrorsMaxLength",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePhpErrorLogFlagPropertiesInternal)this).MasterLogErrorsMaxLength, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.json.cs index a777b9519185..bcfa5bc00a84 100644 --- a/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SitePhpErrorLogFlagProperties.json.cs @@ -71,8 +71,8 @@ internal SitePhpErrorLogFlagProperties(Microsoft.Azure.PowerShell.Cmdlets.Functi return; } {_localLogError = If( json?.PropertyT("localLogErrors"), out var __jsonLocalLogErrors) ? (string)__jsonLocalLogErrors : (string)LocalLogError;} - {_localLogErrorsMaxLength = If( json?.PropertyT("localLogErrorsMaxLength"), out var __jsonLocalLogErrorsMaxLength) ? (string)__jsonLocalLogErrorsMaxLength : (string)LocalLogErrorsMaxLength;} {_masterLogError = If( json?.PropertyT("masterLogErrors"), out var __jsonMasterLogErrors) ? (string)__jsonMasterLogErrors : (string)MasterLogError;} + {_localLogErrorsMaxLength = If( json?.PropertyT("localLogErrorsMaxLength"), out var __jsonLocalLogErrorsMaxLength) ? (string)__jsonLocalLogErrorsMaxLength : (string)LocalLogErrorsMaxLength;} {_masterLogErrorsMaxLength = If( json?.PropertyT("masterLogErrorsMaxLength"), out var __jsonMasterLogErrorsMaxLength) ? (string)__jsonMasterLogErrorsMaxLength : (string)MasterLogErrorsMaxLength;} AfterFromJson(json); } @@ -97,8 +97,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._localLogError)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localLogError.ToString()) : null, "localLogErrors" ,container.Add ); - AddIf( null != (((object)this._localLogErrorsMaxLength)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localLogErrorsMaxLength.ToString()) : null, "localLogErrorsMaxLength" ,container.Add ); AddIf( null != (((object)this._masterLogError)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._masterLogError.ToString()) : null, "masterLogErrors" ,container.Add ); + AddIf( null != (((object)this._localLogErrorsMaxLength)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._localLogErrorsMaxLength.ToString()) : null, "localLogErrorsMaxLength" ,container.Add ); AddIf( null != (((object)this._masterLogErrorsMaxLength)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._masterLogErrorsMaxLength.ToString()) : null, "masterLogErrorsMaxLength" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SiteProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteProperties.PowerShell.cs index d24ffce6ca16..9671d596ce34 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteProperties.PowerShell.cs @@ -94,57 +94,57 @@ internal SiteProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SiteConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("SiteConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SiteConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -164,57 +164,57 @@ internal SiteProperties(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfile = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentProfile) content.GetValueForProperty("HostingEnvironmentProfile",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfile, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfileTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfo) content.GetValueForProperty("CloningInfo",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatus = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus) content.GetValueForProperty("SlotSwapStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatus, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).AvailabilityState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState?) content.GetValueForProperty("AvailabilityState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).AvailabilityState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientAffinityEnabled = (bool?) content.GetValueForProperty("ClientAffinityEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientAffinityEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertEnabled = (bool?) content.GetValueForProperty("ClientCertEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertExclusionPath = (string) content.GetValueForProperty("ClientCertExclusionPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ClientCertExclusionPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ContainerSize = (int?) content.GetValueForProperty("ContainerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ContainerSize, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DailyMemoryTimeQuota = (int?) content.GetValueForProperty("DailyMemoryTimeQuota",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DailyMemoryTimeQuota, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DefaultHostName = (string) content.GetValueForProperty("DefaultHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).DefaultHostName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled = (bool?) content.GetValueForProperty("Enabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Enabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName = (string[]) content.GetValueForProperty("EnabledHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).EnabledHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState[]) content.GetValueForProperty("HostNameSslState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNameSslState, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslStateTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName = (string[]) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled = (bool?) content.GetValueForProperty("HostNamesDisabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostNamesDisabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HttpsOnly = (bool?) content.GetValueForProperty("HttpsOnly",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HttpsOnly, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV = (bool?) content.GetValueForProperty("HyperV",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HyperV, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer = (bool?) content.GetValueForProperty("IsDefaultContainer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsDefaultContainer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("LastModifiedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).LastModifiedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker = (int?) content.GetValueForProperty("MaxNumberOfWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).MaxNumberOfWorker, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress = (string) content.GetValueForProperty("OutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).OutboundIPAddress, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress = (string) content.GetValueForProperty("PossibleOutboundIPAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).PossibleOutboundIPAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RedundancyMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode?) content.GetValueForProperty("RedundancyMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RedundancyMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName = (string) content.GetValueForProperty("RepositorySiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).RepositorySiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved = (bool?) content.GetValueForProperty("Reserved",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).Reserved, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup = (string) content.GetValueForProperty("ResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ResourceGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped = (bool?) content.GetValueForProperty("ScmSiteAlsoStopped",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ScmSiteAlsoStopped, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State = (string) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).State, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill = (global::System.DateTime?) content.GetValueForProperty("SuspendedTill",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SuspendedTill, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot = (string) content.GetValueForProperty("TargetSwapSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TargetSwapSlot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName = (string[]) content.GetValueForProperty("TrafficManagerHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).TrafficManagerHostName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState?) content.GetValueForProperty("UsageState",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).UsageState, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId = (string) content.GetValueForProperty("InProgressOperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).InProgressOperationId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SiteConfig = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) content.GetValueForProperty("SiteConfig",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SiteConfig, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCorrelationId = (string) content.GetValueForProperty("CloningInfoCorrelationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCorrelationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileName = (string) content.GetValueForProperty("HostingEnvironmentProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType = (string) content.GetValueForProperty("HostingEnvironmentProfileType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId = (string) content.GetValueForProperty("HostingEnvironmentProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).HostingEnvironmentProfileId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment = (string) content.GetValueForProperty("CloningInfoHostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoHostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc = (global::System.DateTime?) content.GetValueForProperty("SlotSwapStatusTimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusTimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppId = (string) content.GetValueForProperty("CloningInfoSourceWebAppId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite = (bool?) content.GetValueForProperty("CloningInfoOverwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileId = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileName = (string) content.GetValueForProperty("CloningInfoTrafficManagerProfileName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoTrafficManagerProfileName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing = (bool?) content.GetValueForProperty("CloningInfoConfigureLoadBalancing",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoConfigureLoadBalancing, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides) content.GetValueForProperty("CloningInfoAppSettingsOverride",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoAppSettingsOverride, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl = (bool?) content.GetValueForProperty("CloningInfoCloneSourceControl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneSourceControl, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName = (string) content.GetValueForProperty("SlotSwapStatusDestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusDestinationSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName = (bool?) content.GetValueForProperty("CloningInfoCloneCustomHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoCloneCustomHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusSourceSlotName = (string) content.GetValueForProperty("SlotSwapStatusSourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).SlotSwapStatusSourceSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppLocation = (string) content.GetValueForProperty("CloningInfoSourceWebAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISitePropertiesInternal)this).CloningInfoSourceWebAppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/SiteProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteProperties.json.cs index 0145bbb790b3..6849720bb6f5 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteProperties.json.cs @@ -70,41 +70,41 @@ internal SiteProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_cloningInfo = If( json?.PropertyT("cloningInfo"), out var __jsonCloningInfo) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfo.FromJson(__jsonCloningInfo) : CloningInfo;} {_hostingEnvironmentProfile = If( json?.PropertyT("hostingEnvironmentProfile"), out var __jsonHostingEnvironmentProfile) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentProfile.FromJson(__jsonHostingEnvironmentProfile) : HostingEnvironmentProfile;} + {_cloningInfo = If( json?.PropertyT("cloningInfo"), out var __jsonCloningInfo) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfo.FromJson(__jsonCloningInfo) : CloningInfo;} {_slotSwapStatus = If( json?.PropertyT("slotSwapStatus"), out var __jsonSlotSwapStatus) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatus.FromJson(__jsonSlotSwapStatus) : SlotSwapStatus;} + {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} + {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : HostName;} + {_repositorySiteName = If( json?.PropertyT("repositorySiteName"), out var __jsonRepositorySiteName) ? (string)__jsonRepositorySiteName : (string)RepositorySiteName;} + {_usageState = If( json?.PropertyT("usageState"), out var __jsonUsageState) ? (string)__jsonUsageState : (string)UsageState;} + {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} + {_enabledHostName = If( json?.PropertyT("enabledHostNames"), out var __jsonEnabledHostNames) ? If( __jsonEnabledHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : EnabledHostName;} {_availabilityState = If( json?.PropertyT("availabilityState"), out var __jsonAvailabilityState) ? (string)__jsonAvailabilityState : (string)AvailabilityState;} + {_hostNameSslState = If( json?.PropertyT("hostNameSslStates"), out var __jsonHostNameSslStates) ? If( __jsonHostNameSslStates as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslState.FromJson(__k) )) ))() : null : HostNameSslState;} + {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} + {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} + {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} + {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} + {_lastModifiedTimeUtc = If( json?.PropertyT("lastModifiedTimeUtc"), out var __jsonLastModifiedTimeUtc) ? global::System.DateTime.TryParse((string)__jsonLastModifiedTimeUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastModifiedTimeUtcValue) ? __jsonLastModifiedTimeUtcValue : LastModifiedTimeUtc : LastModifiedTimeUtc;} + {_trafficManagerHostName = If( json?.PropertyT("trafficManagerHostNames"), out var __jsonTrafficManagerHostNames) ? If( __jsonTrafficManagerHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : TrafficManagerHostName;} + {_scmSiteAlsoStopped = If( json?.PropertyT("scmSiteAlsoStopped"), out var __jsonScmSiteAlsoStopped) ? (bool?)__jsonScmSiteAlsoStopped : ScmSiteAlsoStopped;} + {_targetSwapSlot = If( json?.PropertyT("targetSwapSlot"), out var __jsonTargetSwapSlot) ? (string)__jsonTargetSwapSlot : (string)TargetSwapSlot;} {_clientAffinityEnabled = If( json?.PropertyT("clientAffinityEnabled"), out var __jsonClientAffinityEnabled) ? (bool?)__jsonClientAffinityEnabled : ClientAffinityEnabled;} {_clientCertEnabled = If( json?.PropertyT("clientCertEnabled"), out var __jsonClientCertEnabled) ? (bool?)__jsonClientCertEnabled : ClientCertEnabled;} {_clientCertExclusionPath = If( json?.PropertyT("clientCertExclusionPaths"), out var __jsonClientCertExclusionPaths) ? (string)__jsonClientCertExclusionPaths : (string)ClientCertExclusionPath;} + {_hostNamesDisabled = If( json?.PropertyT("hostNamesDisabled"), out var __jsonHostNamesDisabled) ? (bool?)__jsonHostNamesDisabled : HostNamesDisabled;} + {_outboundIPAddress = If( json?.PropertyT("outboundIpAddresses"), out var __jsonOutboundIPAddresses) ? (string)__jsonOutboundIPAddresses : (string)OutboundIPAddress;} + {_possibleOutboundIPAddress = If( json?.PropertyT("possibleOutboundIpAddresses"), out var __jsonPossibleOutboundIPAddresses) ? (string)__jsonPossibleOutboundIPAddresses : (string)PossibleOutboundIPAddress;} {_containerSize = If( json?.PropertyT("containerSize"), out var __jsonContainerSize) ? (int?)__jsonContainerSize : ContainerSize;} {_dailyMemoryTimeQuota = If( json?.PropertyT("dailyMemoryTimeQuota"), out var __jsonDailyMemoryTimeQuota) ? (int?)__jsonDailyMemoryTimeQuota : DailyMemoryTimeQuota;} + {_suspendedTill = If( json?.PropertyT("suspendedTill"), out var __jsonSuspendedTill) ? global::System.DateTime.TryParse((string)__jsonSuspendedTill, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSuspendedTillValue) ? __jsonSuspendedTillValue : SuspendedTill : SuspendedTill;} + {_maxNumberOfWorker = If( json?.PropertyT("maxNumberOfWorkers"), out var __jsonMaxNumberOfWorkers) ? (int?)__jsonMaxNumberOfWorkers : MaxNumberOfWorker;} + {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} + {_isDefaultContainer = If( json?.PropertyT("isDefaultContainer"), out var __jsonIsDefaultContainer) ? (bool?)__jsonIsDefaultContainer : IsDefaultContainer;} {_defaultHostName = If( json?.PropertyT("defaultHostName"), out var __jsonDefaultHostName) ? (string)__jsonDefaultHostName : (string)DefaultHostName;} - {_enabled = If( json?.PropertyT("enabled"), out var __jsonEnabled) ? (bool?)__jsonEnabled : Enabled;} - {_enabledHostName = If( json?.PropertyT("enabledHostNames"), out var __jsonEnabledHostNames) ? If( __jsonEnabledHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : EnabledHostName;} - {_hostNameSslState = If( json?.PropertyT("hostNameSslStates"), out var __jsonHostNameSslStates) ? If( __jsonHostNameSslStates as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostNameSslState) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameSslState.FromJson(__p) )) ))() : null : HostNameSslState;} - {_hostName = If( json?.PropertyT("hostNames"), out var __jsonHostNames) ? If( __jsonHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : HostName;} - {_hostNamesDisabled = If( json?.PropertyT("hostNamesDisabled"), out var __jsonHostNamesDisabled) ? (bool?)__jsonHostNamesDisabled : HostNamesDisabled;} {_httpsOnly = If( json?.PropertyT("httpsOnly"), out var __jsonHttpsOnly) ? (bool?)__jsonHttpsOnly : HttpsOnly;} - {_hyperV = If( json?.PropertyT("hyperV"), out var __jsonHyperV) ? (bool?)__jsonHyperV : HyperV;} - {_inProgressOperationId = If( json?.PropertyT("inProgressOperationId"), out var __jsonInProgressOperationId) ? (string)__jsonInProgressOperationId : (string)InProgressOperationId;} - {_isDefaultContainer = If( json?.PropertyT("isDefaultContainer"), out var __jsonIsDefaultContainer) ? (bool?)__jsonIsDefaultContainer : IsDefaultContainer;} - {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} - {_lastModifiedTimeUtc = If( json?.PropertyT("lastModifiedTimeUtc"), out var __jsonLastModifiedTimeUtc) ? global::System.DateTime.TryParse((string)__jsonLastModifiedTimeUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastModifiedTimeUtcValue) ? __jsonLastModifiedTimeUtcValue : LastModifiedTimeUtc : LastModifiedTimeUtc;} - {_maxNumberOfWorker = If( json?.PropertyT("maxNumberOfWorkers"), out var __jsonMaxNumberOfWorkers) ? (int?)__jsonMaxNumberOfWorkers : MaxNumberOfWorker;} - {_outboundIPAddress = If( json?.PropertyT("outboundIpAddresses"), out var __jsonOutboundIPAddresses) ? (string)__jsonOutboundIPAddresses : (string)OutboundIPAddress;} - {_possibleOutboundIPAddress = If( json?.PropertyT("possibleOutboundIpAddresses"), out var __jsonPossibleOutboundIPAddresses) ? (string)__jsonPossibleOutboundIPAddresses : (string)PossibleOutboundIPAddress;} {_redundancyMode = If( json?.PropertyT("redundancyMode"), out var __jsonRedundancyMode) ? (string)__jsonRedundancyMode : (string)RedundancyMode;} - {_repositorySiteName = If( json?.PropertyT("repositorySiteName"), out var __jsonRepositorySiteName) ? (string)__jsonRepositorySiteName : (string)RepositorySiteName;} - {_reserved = If( json?.PropertyT("reserved"), out var __jsonReserved) ? (bool?)__jsonReserved : Reserved;} - {_resourceGroup = If( json?.PropertyT("resourceGroup"), out var __jsonResourceGroup) ? (string)__jsonResourceGroup : (string)ResourceGroup;} - {_scmSiteAlsoStopped = If( json?.PropertyT("scmSiteAlsoStopped"), out var __jsonScmSiteAlsoStopped) ? (bool?)__jsonScmSiteAlsoStopped : ScmSiteAlsoStopped;} - {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} - {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} - {_suspendedTill = If( json?.PropertyT("suspendedTill"), out var __jsonSuspendedTill) ? global::System.DateTime.TryParse((string)__jsonSuspendedTill, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonSuspendedTillValue) ? __jsonSuspendedTillValue : SuspendedTill : SuspendedTill;} - {_targetSwapSlot = If( json?.PropertyT("targetSwapSlot"), out var __jsonTargetSwapSlot) ? (string)__jsonTargetSwapSlot : (string)TargetSwapSlot;} - {_trafficManagerHostName = If( json?.PropertyT("trafficManagerHostNames"), out var __jsonTrafficManagerHostNames) ? If( __jsonTrafficManagerHostNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __g) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__g, (__f)=>(string) (__f is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __e ? (string)(__e.ToString()) : null)) ))() : null : TrafficManagerHostName;} - {_usageState = If( json?.PropertyT("usageState"), out var __jsonUsageState) ? (string)__jsonUsageState : (string)UsageState;} + {_inProgressOperationId = If( json?.PropertyT("inProgressOperationId"), out var __jsonInProgressOperationId) ? (string)__jsonInProgressOperationId : (string)InProgressOperationId;} {_siteConfig = If( json?.PropertyT("siteConfig"), out var __jsonSiteConfig) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfig.FromJson(__jsonSiteConfig) : SiteConfig;} AfterFromJson(json); } @@ -128,126 +128,126 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._cloningInfo ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cloningInfo.ToJson(null,serializationMode) : null, "cloningInfo" ,container.Add ); AddIf( null != this._hostingEnvironmentProfile ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._hostingEnvironmentProfile.ToJson(null,serializationMode) : null, "hostingEnvironmentProfile" ,container.Add ); + AddIf( null != this._cloningInfo ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._cloningInfo.ToJson(null,serializationMode) : null, "cloningInfo" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._slotSwapStatus ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._slotSwapStatus.ToJson(null,serializationMode) : null, "slotSwapStatus" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._availabilityState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._availabilityState.ToString()) : null, "availabilityState" ,container.Add ); - } - AddIf( null != this._clientAffinityEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientAffinityEnabled) : null, "clientAffinityEnabled" ,container.Add ); - AddIf( null != this._clientCertEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientCertEnabled) : null, "clientCertEnabled" ,container.Add ); - AddIf( null != (((object)this._clientCertExclusionPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientCertExclusionPath.ToString()) : null, "clientCertExclusionPaths" ,container.Add ); - AddIf( null != this._containerSize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._containerSize) : null, "containerSize" ,container.Add ); - AddIf( null != this._dailyMemoryTimeQuota ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._dailyMemoryTimeQuota) : null, "dailyMemoryTimeQuota" ,container.Add ); - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._defaultHostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultHostName.ToString()) : null, "defaultHostName" ,container.Add ); + AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); } - AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._enabledHostName) + if (null != this._hostName) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._enabledHostName ) + foreach( var __x in this._hostName ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("enabledHostNames",__w); + container.Add("hostNames",__w); } } - if (null != this._hostNameSslState) + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._hostNameSslState ) - { - AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); - } - container.Add("hostNameSslStates",__r); + AddIf( null != (((object)this._repositorySiteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositorySiteName.ToString()) : null, "repositorySiteName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._hostName) + AddIf( null != (((object)this._usageState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._usageState.ToString()) : null, "usageState" ,container.Add ); + } + AddIf( null != this._enabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._enabled) : null, "enabled" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + if (null != this._enabledHostName) { - var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._hostName ) + var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __s in this._enabledHostName ) { - AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); + AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); } - container.Add("hostNames",__m); + container.Add("enabledHostNames",__r); } } - AddIf( null != this._hostNamesDisabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hostNamesDisabled) : null, "hostNamesDisabled" ,container.Add ); - AddIf( null != this._httpsOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._httpsOnly) : null, "httpsOnly" ,container.Add ); - AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._inProgressOperationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._inProgressOperationId.ToString()) : null, "inProgressOperationId" ,container.Add ); + AddIf( null != (((object)this._availabilityState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._availabilityState.ToString()) : null, "availabilityState" ,container.Add ); } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + if (null != this._hostNameSslState) { - AddIf( null != this._isDefaultContainer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDefaultContainer) : null, "isDefaultContainer" ,container.Add ); + var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __n in this._hostNameSslState ) + { + AddIf(__n?.ToJson(null, serializationMode) ,__m.Add); + } + container.Add("hostNameSslStates",__m); } + AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); + AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); + AddIf( null != this._hyperV ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hyperV) : null, "hyperV" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != this._lastModifiedTimeUtc ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastModifiedTimeUtc?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastModifiedTimeUtc" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._maxNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maxNumberOfWorker) : null, "maxNumberOfWorkers" ,container.Add ); + if (null != this._trafficManagerHostName) + { + var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); + foreach( var __i in this._trafficManagerHostName ) + { + AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); + } + container.Add("trafficManagerHostNames",__h); + } } + AddIf( null != this._scmSiteAlsoStopped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._scmSiteAlsoStopped) : null, "scmSiteAlsoStopped" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._outboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._outboundIPAddress.ToString()) : null, "outboundIpAddresses" ,container.Add ); + AddIf( null != (((object)this._targetSwapSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetSwapSlot.ToString()) : null, "targetSwapSlot" ,container.Add ); } + AddIf( null != this._clientAffinityEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientAffinityEnabled) : null, "clientAffinityEnabled" ,container.Add ); + AddIf( null != this._clientCertEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._clientCertEnabled) : null, "clientCertEnabled" ,container.Add ); + AddIf( null != (((object)this._clientCertExclusionPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._clientCertExclusionPath.ToString()) : null, "clientCertExclusionPaths" ,container.Add ); + AddIf( null != this._hostNamesDisabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._hostNamesDisabled) : null, "hostNamesDisabled" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._possibleOutboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._possibleOutboundIPAddress.ToString()) : null, "possibleOutboundIpAddresses" ,container.Add ); + AddIf( null != (((object)this._outboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._outboundIPAddress.ToString()) : null, "outboundIpAddresses" ,container.Add ); } - AddIf( null != (((object)this._redundancyMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._redundancyMode.ToString()) : null, "redundancyMode" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._repositorySiteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositorySiteName.ToString()) : null, "repositorySiteName" ,container.Add ); + AddIf( null != (((object)this._possibleOutboundIPAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._possibleOutboundIPAddress.ToString()) : null, "possibleOutboundIpAddresses" ,container.Add ); } - AddIf( null != this._reserved ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._reserved) : null, "reserved" ,container.Add ); + AddIf( null != this._containerSize ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._containerSize) : null, "containerSize" ,container.Add ); + AddIf( null != this._dailyMemoryTimeQuota ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._dailyMemoryTimeQuota) : null, "dailyMemoryTimeQuota" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); + AddIf( null != this._suspendedTill ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._suspendedTill?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "suspendedTill" ,container.Add ); } - AddIf( null != this._scmSiteAlsoStopped ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._scmSiteAlsoStopped) : null, "scmSiteAlsoStopped" ,container.Add ); - AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); + AddIf( null != this._maxNumberOfWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maxNumberOfWorker) : null, "maxNumberOfWorkers" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._suspendedTill ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._suspendedTill?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "suspendedTill" ,container.Add ); + AddIf( null != (((object)this._resourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroup.ToString()) : null, "resourceGroup" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._targetSwapSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._targetSwapSlot.ToString()) : null, "targetSwapSlot" ,container.Add ); + AddIf( null != this._isDefaultContainer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDefaultContainer) : null, "isDefaultContainer" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - if (null != this._trafficManagerHostName) - { - var __h = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __i in this._trafficManagerHostName ) - { - AddIf(null != (((object)__i)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__i.ToString()) : null ,__h.Add); - } - container.Add("trafficManagerHostNames",__h); - } + AddIf( null != (((object)this._defaultHostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultHostName.ToString()) : null, "defaultHostName" ,container.Add ); } + AddIf( null != this._httpsOnly ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._httpsOnly) : null, "httpsOnly" ,container.Add ); + AddIf( null != (((object)this._redundancyMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._redundancyMode.ToString()) : null, "redundancyMode" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._usageState)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._usageState.ToString()) : null, "usageState" ,container.Add ); + AddIf( null != (((object)this._inProgressOperationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._inProgressOperationId.ToString()) : null, "inProgressOperationId" ,container.Add ); } AddIf( null != this._siteConfig ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._siteConfig.ToJson(null,serializationMode) : null, "siteConfig" ,container.Add ); AfterToJson(ref container); diff --git a/src/Functions/generated/api/Models/Api20190801/SiteSourceControl.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteSourceControl.PowerShell.cs index c346628d70b2..3d9d0c116096 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteSourceControl.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteSourceControl.PowerShell.cs @@ -95,15 +95,15 @@ internal SiteSourceControl(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteSourceControlPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Branch, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsManualIntegration = (bool?) content.GetValueForProperty("IsManualIntegration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsManualIntegration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsMercurial = (bool?) content.GetValueForProperty("IsMercurial",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsMercurial, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -122,15 +122,15 @@ internal SiteSourceControl(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteSourceControlPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).Branch, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsManualIntegration = (bool?) content.GetValueForProperty("IsManualIntegration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsManualIntegration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsMercurial = (bool?) content.GetValueForProperty("IsMercurial",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).IsMercurial, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlInternal)this).RepoUrl, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.PowerShell.cs index f147c8e6eef1..997b80fb4eaf 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.PowerShell.cs @@ -96,11 +96,11 @@ internal SiteSourceControlProperties(global::System.Collections.IDictionary cont return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).Branch, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsManualIntegration = (bool?) content.GetValueForProperty("IsManualIntegration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsManualIntegration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsMercurial = (bool?) content.GetValueForProperty("IsMercurial",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsMercurial, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,11 +118,11 @@ internal SiteSourceControlProperties(global::System.Management.Automation.PSObje return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).Branch, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsManualIntegration = (bool?) content.GetValueForProperty("IsManualIntegration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsManualIntegration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled = (bool?) content.GetValueForProperty("DeploymentRollbackEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).DeploymentRollbackEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsMercurial = (bool?) content.GetValueForProperty("IsMercurial",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).IsMercurial, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl = (string) content.GetValueForProperty("RepoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlPropertiesInternal)this).RepoUrl, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.json.cs index ce38f7c23c38..d4838ecdd74e 100644 --- a/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SiteSourceControlProperties.json.cs @@ -70,11 +70,11 @@ internal SiteSourceControlProperties(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } + {_repoUrl = If( json?.PropertyT("repoUrl"), out var __jsonRepoUrl) ? (string)__jsonRepoUrl : (string)RepoUrl;} {_branch = If( json?.PropertyT("branch"), out var __jsonBranch) ? (string)__jsonBranch : (string)Branch;} - {_deploymentRollbackEnabled = If( json?.PropertyT("deploymentRollbackEnabled"), out var __jsonDeploymentRollbackEnabled) ? (bool?)__jsonDeploymentRollbackEnabled : DeploymentRollbackEnabled;} {_isManualIntegration = If( json?.PropertyT("isManualIntegration"), out var __jsonIsManualIntegration) ? (bool?)__jsonIsManualIntegration : IsManualIntegration;} + {_deploymentRollbackEnabled = If( json?.PropertyT("deploymentRollbackEnabled"), out var __jsonDeploymentRollbackEnabled) ? (bool?)__jsonDeploymentRollbackEnabled : DeploymentRollbackEnabled;} {_isMercurial = If( json?.PropertyT("isMercurial"), out var __jsonIsMercurial) ? (bool?)__jsonIsMercurial : IsMercurial;} - {_repoUrl = If( json?.PropertyT("repoUrl"), out var __jsonRepoUrl) ? (string)__jsonRepoUrl : (string)RepoUrl;} AfterFromJson(json); } @@ -97,11 +97,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._repoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repoUrl.ToString()) : null, "repoUrl" ,container.Add ); AddIf( null != (((object)this._branch)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._branch.ToString()) : null, "branch" ,container.Add ); - AddIf( null != this._deploymentRollbackEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._deploymentRollbackEnabled) : null, "deploymentRollbackEnabled" ,container.Add ); AddIf( null != this._isManualIntegration ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isManualIntegration) : null, "isManualIntegration" ,container.Add ); + AddIf( null != this._deploymentRollbackEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._deploymentRollbackEnabled) : null, "deploymentRollbackEnabled" ,container.Add ); AddIf( null != this._isMercurial ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isMercurial) : null, "isMercurial" ,container.Add ); - AddIf( null != (((object)this._repoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repoUrl.ToString()) : null, "repoUrl" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SkuCapacity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SkuCapacity.PowerShell.cs index 4bae4a6166e2..5702ea148479 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuCapacity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuCapacity.PowerShell.cs @@ -94,9 +94,9 @@ internal SkuCapacity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default = (int?) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum = (int?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Minimum = (int?) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum = (int?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default = (int?) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).ScaleType = (string) content.GetValueForProperty("ScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).ScaleType, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,9 +115,9 @@ internal SkuCapacity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default = (int?) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum = (int?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Minimum = (int?) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum = (int?) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default = (int?) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).ScaleType = (string) content.GetValueForProperty("ScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)this).ScaleType, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SkuCapacity.json.cs b/src/Functions/generated/api/Models/Api20190801/SkuCapacity.json.cs index 4277a2a4ed52..f91c85ddb1ef 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuCapacity.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuCapacity.json.cs @@ -70,9 +70,9 @@ internal SkuCapacity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.J { return; } - {_default = If( json?.PropertyT("default"), out var __jsonDefault) ? (int?)__jsonDefault : Default;} - {_maximum = If( json?.PropertyT("maximum"), out var __jsonMaximum) ? (int?)__jsonMaximum : Maximum;} {_minimum = If( json?.PropertyT("minimum"), out var __jsonMinimum) ? (int?)__jsonMinimum : Minimum;} + {_maximum = If( json?.PropertyT("maximum"), out var __jsonMaximum) ? (int?)__jsonMaximum : Maximum;} + {_default = If( json?.PropertyT("default"), out var __jsonDefault) ? (int?)__jsonDefault : Default;} {_scaleType = If( json?.PropertyT("scaleType"), out var __jsonScaleType) ? (string)__jsonScaleType : (string)ScaleType;} AfterFromJson(json); } @@ -96,9 +96,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._default ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._default) : null, "default" ,container.Add ); - AddIf( null != this._maximum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximum) : null, "maximum" ,container.Add ); AddIf( null != this._minimum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._minimum) : null, "minimum" ,container.Add ); + AddIf( null != this._maximum ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._maximum) : null, "maximum" ,container.Add ); + AddIf( null != this._default ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._default) : null, "default" ,container.Add ); AddIf( null != (((object)this._scaleType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scaleType.ToString()) : null, "scaleType" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SkuDescription.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SkuDescription.PowerShell.cs index 8a20d6f4943b..ca7eb62dba8d 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuDescription.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuDescription.PowerShell.cs @@ -96,16 +96,16 @@ internal SkuDescription(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Family = (string) content.GetValueForProperty("Family",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Family, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -125,16 +125,16 @@ internal SkuDescription(global::System.Management.Automation.PSObject content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Family = (string) content.GetValueForProperty("Family",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Family, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size = (string) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Size, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("Capability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).Capability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SkuDescription.json.cs b/src/Functions/generated/api/Models/Api20190801/SkuDescription.json.cs index 4f3910b5e2d4..be3e1e34b319 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuDescription.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuDescription.json.cs @@ -72,12 +72,12 @@ internal SkuDescription(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso } {_skuCapacity = If( json?.PropertyT("skuCapacity"), out var __jsonSkuCapacity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacity.FromJson(__jsonSkuCapacity) : SkuCapacity;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_capability = If( json?.PropertyT("capabilities"), out var __jsonCapabilities) ? If( __jsonCapabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Capability.FromJson(__u) )) ))() : null : Capability;} - {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? (int?)__jsonCapacity : Capacity;} - {_family = If( json?.PropertyT("family"), out var __jsonFamily) ? (string)__jsonFamily : (string)Family;} - {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : Location;} - {_size = If( json?.PropertyT("size"), out var __jsonSize) ? (string)__jsonSize : (string)Size;} {_tier = If( json?.PropertyT("tier"), out var __jsonTier) ? (string)__jsonTier : (string)Tier;} + {_size = If( json?.PropertyT("size"), out var __jsonSize) ? (string)__jsonSize : (string)Size;} + {_family = If( json?.PropertyT("family"), out var __jsonFamily) ? (string)__jsonFamily : (string)Family;} + {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? (int?)__jsonCapacity : Capacity;} + {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Location;} + {_capability = If( json?.PropertyT("capabilities"), out var __jsonCapabilities) ? If( __jsonCapabilities as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Capability.FromJson(__p) )) ))() : null : Capability;} AfterFromJson(json); } @@ -102,28 +102,28 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != this._skuCapacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._skuCapacity.ToJson(null,serializationMode) : null, "skuCapacity" ,container.Add ); AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - if (null != this._capability) + AddIf( null != (((object)this._tier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tier.ToString()) : null, "tier" ,container.Add ); + AddIf( null != (((object)this._size)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._size.ToString()) : null, "size" ,container.Add ); + AddIf( null != (((object)this._family)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._family.ToString()) : null, "family" ,container.Add ); + AddIf( null != this._capacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._capacity) : null, "capacity" ,container.Add ); + if (null != this._location) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._capability ) + foreach( var __x in this._location ) { - AddIf(__x?.ToJson(null, serializationMode) ,__w.Add); + AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("capabilities",__w); + container.Add("locations",__w); } - AddIf( null != this._capacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._capacity) : null, "capacity" ,container.Add ); - AddIf( null != (((object)this._family)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._family.ToString()) : null, "family" ,container.Add ); - if (null != this._location) + if (null != this._capability) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._location ) + foreach( var __s in this._capability ) { - AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); + AddIf(__s?.ToJson(null, serializationMode) ,__r.Add); } - container.Add("locations",__r); + container.Add("capabilities",__r); } - AddIf( null != (((object)this._size)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._size.ToString()) : null, "size" ,container.Add ); - AddIf( null != (((object)this._tier)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tier.ToString()) : null, "tier" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SkuInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SkuInfo.PowerShell.cs index afe44d11f8e9..799bb74f31e7 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuInfo.PowerShell.cs @@ -94,21 +94,21 @@ internal SkuInfo(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).ResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum = (int?) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityScaleType = (string) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).IntegerCapacity = (int?) content.GetValueForProperty("IntegerCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).IntegerCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Schemas576Capacity = (int?) content.GetValueForProperty("Schemas576Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Schemas576Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMaximum = (int?) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum = (int?) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); @@ -130,21 +130,21 @@ internal SkuInfo(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).ResourceType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum = (int?) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityScaleType = (string) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuFamily, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).IntegerCapacity = (int?) content.GetValueForProperty("IntegerCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).IntegerCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Schemas576Capacity = (int?) content.GetValueForProperty("Schemas576Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).Schemas576Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault = (int?) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMaximum = (int?) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum = (int?) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); diff --git a/src/Functions/generated/api/Models/Api20190801/SkuInfo.cs b/src/Functions/generated/api/Models/Api20190801/SkuInfo.cs index 374aa96b0655..c49392745ba1 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuInfo.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuInfo.cs @@ -31,6 +31,10 @@ public partial class SkuInfo : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string CapacityScaleType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)Capacity).ScaleType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacityInternal)Capacity).ScaleType = value; } + /// Current number of instances assigned to the resource. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] + public int? IntegerCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)Sku).Capacity = value; } + /// Internal Acessors for Capacity Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoInternal.Capacity { get => (this._capacity = this._capacity ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacity()); set { {_capacity = value;} } } @@ -47,10 +51,6 @@ public partial class SkuInfo : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string ResourceType { get => this._resourceType; set => this._resourceType = value; } - /// Current number of instances assigned to the resource. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] - public int? Schemas576Capacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescriptionInternal)Sku).Capacity = value; } - /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription _sku; @@ -140,6 +140,14 @@ public partial interface ISkuInfo : SerializedName = @"scaleType", PossibleTypes = new [] { typeof(string) })] string CapacityScaleType { get; set; } + /// Current number of instances assigned to the resource. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"Current number of instances assigned to the resource.", + SerializedName = @"capacity", + PossibleTypes = new [] { typeof(int) })] + int? IntegerCapacity { get; set; } /// Resource type that this SKU applies to. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -148,14 +156,6 @@ public partial interface ISkuInfo : SerializedName = @"resourceType", PossibleTypes = new [] { typeof(string) })] string ResourceType { get; set; } - /// Current number of instances assigned to the resource. - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"Current number of instances assigned to the resource.", - SerializedName = @"capacity", - PossibleTypes = new [] { typeof(int) })] - int? Schemas576Capacity { get; set; } /// Capabilities of the SKU, e.g., is traffic manager enabled? [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -252,10 +252,10 @@ internal partial interface ISkuInfoInternal int? CapacityMinimum { get; set; } /// Available scale configurations for an App Service plan. string CapacityScaleType { get; set; } + /// Current number of instances assigned to the resource. + int? IntegerCapacity { get; set; } /// Resource type that this SKU applies to. string ResourceType { get; set; } - /// Current number of instances assigned to the resource. - int? Schemas576Capacity { get; set; } /// Name and tier of the SKU. Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription Sku { get; set; } /// Capabilities of the SKU, e.g., is traffic manager enabled? diff --git a/src/Functions/generated/api/Models/Api20190801/SkuInfo.json.cs b/src/Functions/generated/api/Models/Api20190801/SkuInfo.json.cs index a698899dc61a..4e5508ce9dae 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuInfo.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuInfo.json.cs @@ -70,8 +70,8 @@ internal SkuInfo(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonO { return; } - {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacity.FromJson(__jsonCapacity) : Capacity;} {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescription.FromJson(__jsonSku) : Sku;} + {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacity.FromJson(__jsonCapacity) : Capacity;} {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} AfterFromJson(json); } @@ -95,8 +95,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._capacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._capacity.ToJson(null,serializationMode) : null, "capacity" ,container.Add ); AddIf( null != this._sku ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._sku.ToJson(null,serializationMode) : null, "sku" ,container.Add ); + AddIf( null != this._capacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._capacity.ToJson(null,serializationMode) : null, "capacity" ,container.Add ); AddIf( null != (((object)this._resourceType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceType.ToString()) : null, "resourceType" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.PowerShell.cs index 58ba404a27da..ca88fed8fc5d 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal SkuInfoCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal SkuInfoCollection(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfo[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuInfoTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfoCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.json.cs index a6b5dce0595b..e987e24589f2 100644 --- a/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SkuInfoCollection.json.cs @@ -70,8 +70,8 @@ internal SkuInfoCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfo) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuInfo.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.PowerShell.cs index a014f5f2631f..83a62a25d1f4 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.PowerShell.cs @@ -98,9 +98,9 @@ internal SlotConfigNames(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AppSettingName = (string[]) content.GetValueForProperty("AppSettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AppSettingName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AzureStorageConfigName = (string[]) content.GetValueForProperty("AzureStorageConfigName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AzureStorageConfigName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -118,9 +118,9 @@ internal SlotConfigNames(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AppSettingName = (string[]) content.GetValueForProperty("AppSettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AppSettingName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AzureStorageConfigName = (string[]) content.GetValueForProperty("AzureStorageConfigName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).AzureStorageConfigName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.json.cs b/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.json.cs index 57c30f341a62..974abed15c94 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotConfigNames.json.cs @@ -74,9 +74,9 @@ internal SlotConfigNames(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Js { return; } - {_appSettingName = If( json?.PropertyT("appSettingNames"), out var __jsonAppSettingNames) ? If( __jsonAppSettingNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : AppSettingName;} - {_azureStorageConfigName = If( json?.PropertyT("azureStorageConfigNames"), out var __jsonAzureStorageConfigNames) ? If( __jsonAzureStorageConfigNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : AzureStorageConfigName;} - {_connectionStringName = If( json?.PropertyT("connectionStringNames"), out var __jsonConnectionStringNames) ? If( __jsonConnectionStringNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : ConnectionStringName;} + {_connectionStringName = If( json?.PropertyT("connectionStringNames"), out var __jsonConnectionStringNames) ? If( __jsonConnectionStringNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : ConnectionStringName;} + {_appSettingName = If( json?.PropertyT("appSettingNames"), out var __jsonAppSettingNames) ? If( __jsonAppSettingNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : AppSettingName;} + {_azureStorageConfigName = If( json?.PropertyT("azureStorageConfigNames"), out var __jsonAzureStorageConfigNames) ? If( __jsonAzureStorageConfigNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(string) (__k is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __j ? (string)(__j.ToString()) : null)) ))() : null : AzureStorageConfigName;} AfterFromJson(json); } @@ -99,32 +99,32 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (null != this._appSettingName) + if (null != this._connectionStringName) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __x in this._appSettingName ) + foreach( var __x in this._connectionStringName ) { AddIf(null != (((object)__x)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__x.ToString()) : null ,__w.Add); } - container.Add("appSettingNames",__w); + container.Add("connectionStringNames",__w); } - if (null != this._azureStorageConfigName) + if (null != this._appSettingName) { var __r = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __s in this._azureStorageConfigName ) + foreach( var __s in this._appSettingName ) { AddIf(null != (((object)__s)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__s.ToString()) : null ,__r.Add); } - container.Add("azureStorageConfigNames",__r); + container.Add("appSettingNames",__r); } - if (null != this._connectionStringName) + if (null != this._azureStorageConfigName) { var __m = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); - foreach( var __n in this._connectionStringName ) + foreach( var __n in this._azureStorageConfigName ) { AddIf(null != (((object)__n)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(__n.ToString()) : null ,__m.Add); } - container.Add("connectionStringNames",__m); + container.Add("azureStorageConfigNames",__m); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SlotConfigNamesResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlotConfigNamesResource.PowerShell.cs index 9ce9acbe1734..967a62dccc10 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotConfigNamesResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotConfigNamesResource.PowerShell.cs @@ -95,13 +95,13 @@ internal SlotConfigNamesResource(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNames) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotConfigNamesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AppSettingName = (string[]) content.GetValueForProperty("AppSettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AppSettingName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AzureStorageConfigName = (string[]) content.GetValueForProperty("AzureStorageConfigName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AzureStorageConfigName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -120,13 +120,13 @@ internal SlotConfigNamesResource(global::System.Management.Automation.PSObject c } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNames) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotConfigNamesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AppSettingName = (string[]) content.GetValueForProperty("AppSettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AppSettingName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AzureStorageConfigName = (string[]) content.GetValueForProperty("AzureStorageConfigName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).AzureStorageConfigName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName = (string[]) content.GetValueForProperty("ConnectionStringName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotConfigNamesResourceInternal)this).ConnectionStringName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotDifference.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlotDifference.PowerShell.cs index 80ca897dd6a5..86412cad5072 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotDifference.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotDifference.PowerShell.cs @@ -95,17 +95,17 @@ internal SlotDifference(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotDifferencePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Level = (string) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Level, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingType = (string) content.GetValueForProperty("SettingType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInCurrentSlot = (string) content.GetValueForProperty("ValueInCurrentSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInCurrentSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInTargetSlot = (string) content.GetValueForProperty("ValueInTargetSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInTargetSlot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,17 +124,17 @@ internal SlotDifference(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotDifferencePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Level = (string) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Level, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingType = (string) content.GetValueForProperty("SettingType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).DiffRule, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInCurrentSlot = (string) content.GetValueForProperty("ValueInCurrentSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInCurrentSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInTargetSlot = (string) content.GetValueForProperty("ValueInTargetSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).ValueInTargetSlot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.PowerShell.cs index 25390e4e3afc..5c457bb0ee49 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal SlotDifferenceCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifference[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotDifferenceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal SlotDifferenceCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifference[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotDifferenceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferenceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.json.cs index 78127772e055..cfd26335f49e 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceCollection.json.cs @@ -70,8 +70,8 @@ internal SlotDifferenceCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifference) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotDifference.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.PowerShell.cs index d421eb86c011..b68e032b0e65 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.PowerShell.cs @@ -94,13 +94,13 @@ internal SlotDifferenceProperties(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Level = (string) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Level, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingType = (string) content.GetValueForProperty("SettingType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInCurrentSlot = (string) content.GetValueForProperty("ValueInCurrentSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInCurrentSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInTargetSlot = (string) content.GetValueForProperty("ValueInTargetSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInTargetSlot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,13 +118,13 @@ internal SlotDifferenceProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Level = (string) content.GetValueForProperty("Level",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Level, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingType = (string) content.GetValueForProperty("SettingType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule = (string) content.GetValueForProperty("DiffRule",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).DiffRule, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName = (string) content.GetValueForProperty("SettingName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).SettingName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInCurrentSlot = (string) content.GetValueForProperty("ValueInCurrentSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInCurrentSlot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInTargetSlot = (string) content.GetValueForProperty("ValueInTargetSlot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).ValueInTargetSlot, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotDifferencePropertiesInternal)this).Description, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.json.cs index 026c86c2246b..2eb8da2ffb35 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotDifferenceProperties.json.cs @@ -70,13 +70,13 @@ internal SlotDifferenceProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} - {_diffRule = If( json?.PropertyT("diffRule"), out var __jsonDiffRule) ? (string)__jsonDiffRule : (string)DiffRule;} {_level = If( json?.PropertyT("level"), out var __jsonLevel) ? (string)__jsonLevel : (string)Level;} - {_settingName = If( json?.PropertyT("settingName"), out var __jsonSettingName) ? (string)__jsonSettingName : (string)SettingName;} {_settingType = If( json?.PropertyT("settingType"), out var __jsonSettingType) ? (string)__jsonSettingType : (string)SettingType;} + {_diffRule = If( json?.PropertyT("diffRule"), out var __jsonDiffRule) ? (string)__jsonDiffRule : (string)DiffRule;} + {_settingName = If( json?.PropertyT("settingName"), out var __jsonSettingName) ? (string)__jsonSettingName : (string)SettingName;} {_valueInCurrentSlot = If( json?.PropertyT("valueInCurrentSlot"), out var __jsonValueInCurrentSlot) ? (string)__jsonValueInCurrentSlot : (string)ValueInCurrentSlot;} {_valueInTargetSlot = If( json?.PropertyT("valueInTargetSlot"), out var __jsonValueInTargetSlot) ? (string)__jsonValueInTargetSlot : (string)ValueInTargetSlot;} + {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} AfterFromJson(json); } @@ -101,15 +101,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); + AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._diffRule)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._diffRule.ToString()) : null, "diffRule" ,container.Add ); + AddIf( null != (((object)this._settingType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._settingType.ToString()) : null, "settingType" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._level)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._level.ToString()) : null, "level" ,container.Add ); + AddIf( null != (((object)this._diffRule)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._diffRule.ToString()) : null, "diffRule" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -117,15 +117,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._settingType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._settingType.ToString()) : null, "settingType" ,container.Add ); + AddIf( null != (((object)this._valueInCurrentSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._valueInCurrentSlot.ToString()) : null, "valueInCurrentSlot" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._valueInCurrentSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._valueInCurrentSlot.ToString()) : null, "valueInCurrentSlot" ,container.Add ); + AddIf( null != (((object)this._valueInTargetSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._valueInTargetSlot.ToString()) : null, "valueInTargetSlot" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._valueInTargetSlot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._valueInTargetSlot.ToString()) : null, "valueInTargetSlot" ,container.Add ); + AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.PowerShell.cs index 327365eea7b1..7e38d7822aa4 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.PowerShell.cs @@ -94,9 +94,9 @@ internal SlotSwapStatus(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName = (string) content.GetValueForProperty("DestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName = (string) content.GetValueForProperty("SourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).TimestampUtc = (global::System.DateTime?) content.GetValueForProperty("TimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).TimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName = (string) content.GetValueForProperty("SourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName = (string) content.GetValueForProperty("DestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -114,9 +114,9 @@ internal SlotSwapStatus(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName = (string) content.GetValueForProperty("DestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName = (string) content.GetValueForProperty("SourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).TimestampUtc = (global::System.DateTime?) content.GetValueForProperty("TimestampUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).TimestampUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName = (string) content.GetValueForProperty("SourceSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).SourceSlotName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName = (string) content.GetValueForProperty("DestinationSlotName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatusInternal)this).DestinationSlotName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.json.cs b/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.json.cs index b6798d710e37..52721edf21eb 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlotSwapStatus.json.cs @@ -70,9 +70,9 @@ internal SlotSwapStatus(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } - {_destinationSlotName = If( json?.PropertyT("destinationSlotName"), out var __jsonDestinationSlotName) ? (string)__jsonDestinationSlotName : (string)DestinationSlotName;} - {_sourceSlotName = If( json?.PropertyT("sourceSlotName"), out var __jsonSourceSlotName) ? (string)__jsonSourceSlotName : (string)SourceSlotName;} {_timestampUtc = If( json?.PropertyT("timestampUtc"), out var __jsonTimestampUtc) ? global::System.DateTime.TryParse((string)__jsonTimestampUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonTimestampUtcValue) ? __jsonTimestampUtcValue : TimestampUtc : TimestampUtc;} + {_sourceSlotName = If( json?.PropertyT("sourceSlotName"), out var __jsonSourceSlotName) ? (string)__jsonSourceSlotName : (string)SourceSlotName;} + {_destinationSlotName = If( json?.PropertyT("destinationSlotName"), out var __jsonDestinationSlotName) ? (string)__jsonDestinationSlotName : (string)DestinationSlotName;} AfterFromJson(json); } @@ -97,7 +97,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._destinationSlotName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._destinationSlotName.ToString()) : null, "destinationSlotName" ,container.Add ); + AddIf( null != this._timestampUtc ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestampUtc?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestampUtc" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -105,7 +105,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._timestampUtc ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timestampUtc?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "timestampUtc" ,container.Add ); + AddIf( null != (((object)this._destinationSlotName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._destinationSlotName.ToString()) : null, "destinationSlotName" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.PowerShell.cs index f1b3935b4997..8ff0c2bb4e0f 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.PowerShell.cs @@ -94,9 +94,9 @@ internal SlowRequestsBasedTrigger(global::System.Collections.IDictionary content return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken = (string) content.GetValueForProperty("TimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).Count = (int?) content.GetValueForProperty("Count",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).Count, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeInterval = (string) content.GetValueForProperty("TimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeInterval, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken = (string) content.GetValueForProperty("TimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -114,9 +114,9 @@ internal SlowRequestsBasedTrigger(global::System.Management.Automation.PSObject return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken = (string) content.GetValueForProperty("TimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).Count = (int?) content.GetValueForProperty("Count",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).Count, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeInterval = (string) content.GetValueForProperty("TimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeInterval, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken = (string) content.GetValueForProperty("TimeTaken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlowRequestsBasedTriggerInternal)this).TimeTaken, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.json.cs b/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.json.cs index 73741c4279cd..151ff5564ea1 100644 --- a/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SlowRequestsBasedTrigger.json.cs @@ -70,9 +70,9 @@ internal SlowRequestsBasedTrigger(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } + {_timeTaken = If( json?.PropertyT("timeTaken"), out var __jsonTimeTaken) ? (string)__jsonTimeTaken : (string)TimeTaken;} {_count = If( json?.PropertyT("count"), out var __jsonCount) ? (int?)__jsonCount : Count;} {_timeInterval = If( json?.PropertyT("timeInterval"), out var __jsonTimeInterval) ? (string)__jsonTimeInterval : (string)TimeInterval;} - {_timeTaken = If( json?.PropertyT("timeTaken"), out var __jsonTimeTaken) ? (string)__jsonTimeTaken : (string)TimeTaken;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._timeTaken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeTaken.ToString()) : null, "timeTaken" ,container.Add ); AddIf( null != this._count ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._count) : null, "count" ,container.Add ); AddIf( null != (((object)this._timeInterval)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeInterval.ToString()) : null, "timeInterval" ,container.Add ); - AddIf( null != (((object)this._timeTaken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeTaken.ToString()) : null, "timeTaken" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/Snapshot.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Snapshot.PowerShell.cs index 5d97372a098b..a299249f2c34 100644 --- a/src/Functions/generated/api/Models/Api20190801/Snapshot.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Snapshot.PowerShell.cs @@ -95,10 +95,10 @@ internal Snapshot(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Time = (string) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Time, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,10 +118,10 @@ internal Snapshot(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Time = (string) content.GetValueForProperty("Time",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotInternal)this).Time, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.PowerShell.cs index c2b3d3ebeb76..43e04db62a01 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal SnapshotCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshot[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal SnapshotCollection(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshot[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.json.cs index 186225e1da61..d2a96d5a9e45 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotCollection.json.cs @@ -70,8 +70,8 @@ internal SnapshotCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshot) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Snapshot.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.PowerShell.cs index 01fa6b229330..a56cc9b45b5c 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.PowerShell.cs @@ -94,8 +94,8 @@ internal SnapshotRecoverySource(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal SnapshotRecoverySource(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySourceInternal)this).Id, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.json.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.json.cs index 0ff5de9c7663..35214c766928 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotRecoverySource.json.cs @@ -70,8 +70,8 @@ internal SnapshotRecoverySource(Microsoft.Azure.PowerShell.Cmdlets.Functions.Run { return; } - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} AfterFromJson(json); } @@ -94,8 +94,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequest.PowerShell.cs index 44314cd66544..7f63d7cb7dd9 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequest.PowerShell.cs @@ -95,18 +95,18 @@ internal SnapshotRestoreRequest(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRestoreRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySource) content.GetValueForProperty("RecoverySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRecoverySourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverConfiguration = (bool?) content.GetValueForProperty("RecoverConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverConfiguration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).UseDrSecondary = (bool?) content.GetValueForProperty("UseDrSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).UseDrSecondary, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceLocation = (string) content.GetValueForProperty("RecoverySourceLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -125,18 +125,18 @@ internal SnapshotRestoreRequest(global::System.Management.Automation.PSObject co } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRestoreRequestPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySource) content.GetValueForProperty("RecoverySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRecoverySourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverConfiguration = (bool?) content.GetValueForProperty("RecoverConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverConfiguration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).SnapshotTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).UseDrSecondary = (bool?) content.GetValueForProperty("UseDrSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).UseDrSecondary, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceLocation = (string) content.GetValueForProperty("RecoverySourceLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestInternal)this).RecoverySourceId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.PowerShell.cs index 1cad6925f3a2..6a942af981a3 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.PowerShell.cs @@ -97,13 +97,13 @@ internal SnapshotRestoreRequestProperties(global::System.Collections.IDictionary } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySource) content.GetValueForProperty("RecoverySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRecoverySourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverConfiguration = (bool?) content.GetValueForProperty("RecoverConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverConfiguration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).UseDrSecondary = (bool?) content.GetValueForProperty("UseDrSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).UseDrSecondary, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceLocation = (string) content.GetValueForProperty("RecoverySourceLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -122,13 +122,13 @@ internal SnapshotRestoreRequestProperties(global::System.Management.Automation.P } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySource = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRecoverySource) content.GetValueForProperty("RecoverySource",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRecoverySourceTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).Overwrite = (bool) content.GetValueForProperty("Overwrite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).Overwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverConfiguration = (bool?) content.GetValueForProperty("RecoverConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverConfiguration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime = (string) content.GetValueForProperty("SnapshotTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).SnapshotTime, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName = (bool?) content.GetValueForProperty("IgnoreConflictingHostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).IgnoreConflictingHostName, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).UseDrSecondary = (bool?) content.GetValueForProperty("UseDrSecondary",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).UseDrSecondary, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceLocation = (string) content.GetValueForProperty("RecoverySourceLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId = (string) content.GetValueForProperty("RecoverySourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshotRestoreRequestPropertiesInternal)this).RecoverySourceId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.json.cs index d3d5e63f90d8..c24d2c4aa2fb 100644 --- a/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SnapshotRestoreRequestProperties.json.cs @@ -71,10 +71,10 @@ internal SnapshotRestoreRequestProperties(Microsoft.Azure.PowerShell.Cmdlets.Fun return; } {_recoverySource = If( json?.PropertyT("recoverySource"), out var __jsonRecoverySource) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotRecoverySource.FromJson(__jsonRecoverySource) : RecoverySource;} - {_ignoreConflictingHostName = If( json?.PropertyT("ignoreConflictingHostNames"), out var __jsonIgnoreConflictingHostNames) ? (bool?)__jsonIgnoreConflictingHostNames : IgnoreConflictingHostName;} + {_snapshotTime = If( json?.PropertyT("snapshotTime"), out var __jsonSnapshotTime) ? (string)__jsonSnapshotTime : (string)SnapshotTime;} {_overwrite = If( json?.PropertyT("overwrite"), out var __jsonOverwrite) ? (bool)__jsonOverwrite : Overwrite;} {_recoverConfiguration = If( json?.PropertyT("recoverConfiguration"), out var __jsonRecoverConfiguration) ? (bool?)__jsonRecoverConfiguration : RecoverConfiguration;} - {_snapshotTime = If( json?.PropertyT("snapshotTime"), out var __jsonSnapshotTime) ? (string)__jsonSnapshotTime : (string)SnapshotTime;} + {_ignoreConflictingHostName = If( json?.PropertyT("ignoreConflictingHostNames"), out var __jsonIgnoreConflictingHostNames) ? (bool?)__jsonIgnoreConflictingHostNames : IgnoreConflictingHostName;} {_useDrSecondary = If( json?.PropertyT("useDRSecondary"), out var __jsonUseDrSecondary) ? (bool?)__jsonUseDrSecondary : UseDrSecondary;} AfterFromJson(json); } @@ -99,10 +99,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._recoverySource ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._recoverySource.ToJson(null,serializationMode) : null, "recoverySource" ,container.Add ); - AddIf( null != this._ignoreConflictingHostName ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._ignoreConflictingHostName) : null, "ignoreConflictingHostNames" ,container.Add ); + AddIf( null != (((object)this._snapshotTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._snapshotTime.ToString()) : null, "snapshotTime" ,container.Add ); AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean(this._overwrite), "overwrite" ,container.Add ); AddIf( null != this._recoverConfiguration ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._recoverConfiguration) : null, "recoverConfiguration" ,container.Add ); - AddIf( null != (((object)this._snapshotTime)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._snapshotTime.ToString()) : null, "snapshotTime" ,container.Add ); + AddIf( null != this._ignoreConflictingHostName ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._ignoreConflictingHostName) : null, "ignoreConflictingHostNames" ,container.Add ); AddIf( null != this._useDrSecondary ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._useDrSecondary) : null, "useDRSecondary" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/Solution.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Solution.PowerShell.cs index b172e8275b3b..ac10f01fba65 100644 --- a/src/Functions/generated/api/Models/Api20190801/Solution.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Solution.PowerShell.cs @@ -94,13 +94,13 @@ internal Solution(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id = (double?) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order = (double?) content.GetValueForProperty("Order",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id = (double?) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Metadata, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order = (double?) content.GetValueForProperty("Order",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializeDictionary(content); } @@ -118,13 +118,13 @@ internal Solution(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id = (double?) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order = (double?) content.GetValueForProperty("Order",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType?) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Data = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Data",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Data, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).DisplayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id = (double?) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Id, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Metadata = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][]) content.GetValueForProperty("Metadata",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Metadata, __y => TypeConverterExtensions.SelectToArray(__y, __w => TypeConverterExtensions.SelectToArray(__w, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePairTypeConverter.ConvertFrom))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order = (double?) content.GetValueForProperty("Order",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolutionInternal)this).Order, (__y)=> (double) global::System.Convert.ChangeType(__y, typeof(double))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/Solution.json.cs b/src/Functions/generated/api/Models/Api20190801/Solution.json.cs index cbafaf15f6b6..d3f159aefda9 100644 --- a/src/Functions/generated/api/Models/Api20190801/Solution.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/Solution.json.cs @@ -70,13 +70,13 @@ internal Solution(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Json { return; } - {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (double?)__jsonId : Id;} + {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_order = If( json?.PropertyT("order"), out var __jsonOrder) ? (double?)__jsonOrder : Order;} {_description = If( json?.PropertyT("description"), out var __jsonDescription) ? (string)__jsonDescription : (string)Description;} + {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_data = If( json?.PropertyT("data"), out var __jsonData) ? If( __jsonData as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __u) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__u, (__t)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __t as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __s) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__s, (__r)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__r) )) ))() : null /* arrayOf */)) ))() : null : Data;} - {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (double?)__jsonId : Id;} {_metadata = If( json?.PropertyT("metadata"), out var __jsonMetadata) ? If( __jsonMetadata as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __m) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__m, (__l)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[]) (If( __l as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __k) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__k, (__j)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NameValuePair.FromJson(__j) )) ))() : null /* arrayOf */)) ))() : null : Metadata;} - {_order = If( json?.PropertyT("order"), out var __jsonOrder) ? (double?)__jsonOrder : Order;} AfterFromJson(json); } @@ -99,8 +99,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); + AddIf( null != this._id ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._id) : null, "id" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != this._order ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._order) : null, "order" ,container.Add ); AddIf( null != (((object)this._description)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._description.ToString()) : null, "description" ,container.Add ); + AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); if (null != this._data) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -110,8 +113,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("data",__w); } - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); - AddIf( null != this._id ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._id) : null, "id" ,container.Add ); if (null != this._metadata) { var __o = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -121,7 +122,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("metadata",__o); } - AddIf( null != this._order ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((double)this._order) : null, "order" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SourceControl.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SourceControl.PowerShell.cs index ec2db9e5c908..9897a2855550 100644 --- a/src/Functions/generated/api/Models/Api20190801/SourceControl.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SourceControl.PowerShell.cs @@ -95,14 +95,14 @@ internal SourceControl(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Token = (string) content.GetValueForProperty("Token",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Token, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).TokenSecret = (string) content.GetValueForProperty("TokenSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).TokenSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -121,14 +121,14 @@ internal SourceControl(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Token = (string) content.GetValueForProperty("Token",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).Token, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).TokenSecret = (string) content.GetValueForProperty("TokenSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).TokenSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).RefreshToken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.PowerShell.cs index 2911346c17b4..731f85706e51 100644 --- a/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal SourceControlCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControl[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal SourceControlCollection(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControl[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.json.cs index ee46da66bc1d..119161eb050f 100644 --- a/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SourceControlCollection.json.cs @@ -70,8 +70,8 @@ internal SourceControlCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControl) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControl.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.PowerShell.cs index de0e8d8ae84f..425691171113 100644 --- a/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.PowerShell.cs @@ -94,10 +94,10 @@ internal SourceControlProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).Token = (string) content.GetValueForProperty("Token",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).Token, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).TokenSecret = (string) content.GetValueForProperty("TokenSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).TokenSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -115,10 +115,10 @@ internal SourceControlProperties(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).Token = (string) content.GetValueForProperty("Token",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).Token, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).TokenSecret = (string) content.GetValueForProperty("TokenSecret",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).TokenSecret, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken = (string) content.GetValueForProperty("RefreshToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).RefreshToken, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime = (global::System.DateTime?) content.GetValueForProperty("ExpirationTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlPropertiesInternal)this).ExpirationTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.json.cs index dacd8a36a11b..847bfe7b751c 100644 --- a/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/SourceControlProperties.json.cs @@ -70,10 +70,10 @@ internal SourceControlProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} - {_refreshToken = If( json?.PropertyT("refreshToken"), out var __jsonRefreshToken) ? (string)__jsonRefreshToken : (string)RefreshToken;} {_token = If( json?.PropertyT("token"), out var __jsonToken) ? (string)__jsonToken : (string)Token;} {_tokenSecret = If( json?.PropertyT("tokenSecret"), out var __jsonTokenSecret) ? (string)__jsonTokenSecret : (string)TokenSecret;} + {_refreshToken = If( json?.PropertyT("refreshToken"), out var __jsonRefreshToken) ? (string)__jsonRefreshToken : (string)RefreshToken;} + {_expirationTime = If( json?.PropertyT("expirationTime"), out var __jsonExpirationTime) ? global::System.DateTime.TryParse((string)__jsonExpirationTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonExpirationTimeValue) ? __jsonExpirationTimeValue : ExpirationTime : ExpirationTime;} AfterFromJson(json); } @@ -96,10 +96,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); - AddIf( null != (((object)this._refreshToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._refreshToken.ToString()) : null, "refreshToken" ,container.Add ); AddIf( null != (((object)this._token)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._token.ToString()) : null, "token" ,container.Add ); AddIf( null != (((object)this._tokenSecret)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._tokenSecret.ToString()) : null, "tokenSecret" ,container.Add ); + AddIf( null != (((object)this._refreshToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._refreshToken.ToString()) : null, "refreshToken" ,container.Add ); + AddIf( null != this._expirationTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._expirationTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "expirationTime" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.PowerShell.cs index a6cf311ca2ed..57e9c9a7658e 100644 --- a/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.PowerShell.cs @@ -94,14 +94,14 @@ internal StackMajorVersion(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight = (bool?) content.GetValueForProperty("ApplicationInsight",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).DisplayVersion = (string) content.GetValueForProperty("DisplayVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).DisplayVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDefault = (bool?) content.GetValueForProperty("IsDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDefault, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion[]) content.GetValueForProperty("MinorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight = (bool?) content.GetValueForProperty("ApplicationInsight",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview = (bool?) content.GetValueForProperty("IsPreview",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDeprecated = (bool?) content.GetValueForProperty("IsDeprecated",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDeprecated, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsHidden = (bool?) content.GetValueForProperty("IsHidden",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsHidden, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview = (bool?) content.GetValueForProperty("IsPreview",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion[]) content.GetValueForProperty("MinorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -119,14 +119,14 @@ internal StackMajorVersion(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight = (bool?) content.GetValueForProperty("ApplicationInsight",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).DisplayVersion = (string) content.GetValueForProperty("DisplayVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).DisplayVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDefault = (bool?) content.GetValueForProperty("IsDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDefault, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion[]) content.GetValueForProperty("MinorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight = (bool?) content.GetValueForProperty("ApplicationInsight",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).ApplicationInsight, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview = (bool?) content.GetValueForProperty("IsPreview",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDeprecated = (bool?) content.GetValueForProperty("IsDeprecated",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsDeprecated, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsHidden = (bool?) content.GetValueForProperty("IsHidden",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsHidden, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview = (bool?) content.GetValueForProperty("IsPreview",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).IsPreview, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion[]) content.GetValueForProperty("MinorVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).MinorVersion, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.json.cs b/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.json.cs index c6a8f4748795..4d7a316ce02b 100644 --- a/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StackMajorVersion.json.cs @@ -70,14 +70,14 @@ internal StackMajorVersion(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. { return; } - {_applicationInsight = If( json?.PropertyT("applicationInsights"), out var __jsonApplicationInsights) ? (bool?)__jsonApplicationInsights : ApplicationInsight;} {_displayVersion = If( json?.PropertyT("displayVersion"), out var __jsonDisplayVersion) ? (string)__jsonDisplayVersion : (string)DisplayVersion;} + {_runtimeVersion = If( json?.PropertyT("runtimeVersion"), out var __jsonRuntimeVersion) ? (string)__jsonRuntimeVersion : (string)RuntimeVersion;} {_isDefault = If( json?.PropertyT("isDefault"), out var __jsonIsDefault) ? (bool?)__jsonIsDefault : IsDefault;} + {_minorVersion = If( json?.PropertyT("minorVersions"), out var __jsonMinorVersions) ? If( __jsonMinorVersions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersion.FromJson(__u) )) ))() : null : MinorVersion;} + {_applicationInsight = If( json?.PropertyT("applicationInsights"), out var __jsonApplicationInsights) ? (bool?)__jsonApplicationInsights : ApplicationInsight;} + {_isPreview = If( json?.PropertyT("isPreview"), out var __jsonIsPreview) ? (bool?)__jsonIsPreview : IsPreview;} {_isDeprecated = If( json?.PropertyT("isDeprecated"), out var __jsonIsDeprecated) ? (bool?)__jsonIsDeprecated : IsDeprecated;} {_isHidden = If( json?.PropertyT("isHidden"), out var __jsonIsHidden) ? (bool?)__jsonIsHidden : IsHidden;} - {_isPreview = If( json?.PropertyT("isPreview"), out var __jsonIsPreview) ? (bool?)__jsonIsPreview : IsPreview;} - {_minorVersion = If( json?.PropertyT("minorVersions"), out var __jsonMinorVersions) ? If( __jsonMinorVersions as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersion.FromJson(__u) )) ))() : null : MinorVersion;} - {_runtimeVersion = If( json?.PropertyT("runtimeVersion"), out var __jsonRuntimeVersion) ? (string)__jsonRuntimeVersion : (string)RuntimeVersion;} AfterFromJson(json); } @@ -100,12 +100,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._applicationInsight ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._applicationInsight) : null, "applicationInsights" ,container.Add ); AddIf( null != (((object)this._displayVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayVersion.ToString()) : null, "displayVersion" ,container.Add ); + AddIf( null != (((object)this._runtimeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runtimeVersion.ToString()) : null, "runtimeVersion" ,container.Add ); AddIf( null != this._isDefault ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDefault) : null, "isDefault" ,container.Add ); - AddIf( null != this._isDeprecated ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDeprecated) : null, "isDeprecated" ,container.Add ); - AddIf( null != this._isHidden ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHidden) : null, "isHidden" ,container.Add ); - AddIf( null != this._isPreview ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPreview) : null, "isPreview" ,container.Add ); if (null != this._minorVersion) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -115,7 +112,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("minorVersions",__w); } - AddIf( null != (((object)this._runtimeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runtimeVersion.ToString()) : null, "runtimeVersion" ,container.Add ); + AddIf( null != this._applicationInsight ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._applicationInsight) : null, "applicationInsights" ,container.Add ); + AddIf( null != this._isPreview ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isPreview) : null, "isPreview" ,container.Add ); + AddIf( null != this._isDeprecated ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDeprecated) : null, "isDeprecated" ,container.Add ); + AddIf( null != this._isHidden ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isHidden) : null, "isHidden" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.PowerShell.cs index a77dcd68a10a..c98372080205 100644 --- a/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.PowerShell.cs @@ -95,9 +95,9 @@ internal StackMinorVersion(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).DisplayVersion = (string) content.GetValueForProperty("DisplayVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).DisplayVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsDefault = (bool?) content.GetValueForProperty("IsDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsDefault, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsRemoteDebuggingEnabled = (bool?) content.GetValueForProperty("IsRemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsRemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal StackMinorVersion(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).DisplayVersion = (string) content.GetValueForProperty("DisplayVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).DisplayVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsDefault = (bool?) content.GetValueForProperty("IsDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsDefault, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsRemoteDebuggingEnabled = (bool?) content.GetValueForProperty("IsRemoteDebuggingEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).IsRemoteDebuggingEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion = (string) content.GetValueForProperty("RuntimeVersion",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersionInternal)this).RuntimeVersion, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.json.cs b/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.json.cs index 1cda54d2f706..223fda26b57f 100644 --- a/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StackMinorVersion.json.cs @@ -71,9 +71,9 @@ internal StackMinorVersion(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. return; } {_displayVersion = If( json?.PropertyT("displayVersion"), out var __jsonDisplayVersion) ? (string)__jsonDisplayVersion : (string)DisplayVersion;} + {_runtimeVersion = If( json?.PropertyT("runtimeVersion"), out var __jsonRuntimeVersion) ? (string)__jsonRuntimeVersion : (string)RuntimeVersion;} {_isDefault = If( json?.PropertyT("isDefault"), out var __jsonIsDefault) ? (bool?)__jsonIsDefault : IsDefault;} {_isRemoteDebuggingEnabled = If( json?.PropertyT("isRemoteDebuggingEnabled"), out var __jsonIsRemoteDebuggingEnabled) ? (bool?)__jsonIsRemoteDebuggingEnabled : IsRemoteDebuggingEnabled;} - {_runtimeVersion = If( json?.PropertyT("runtimeVersion"), out var __jsonRuntimeVersion) ? (string)__jsonRuntimeVersion : (string)RuntimeVersion;} AfterFromJson(json); } @@ -97,9 +97,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._displayVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayVersion.ToString()) : null, "displayVersion" ,container.Add ); + AddIf( null != (((object)this._runtimeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runtimeVersion.ToString()) : null, "runtimeVersion" ,container.Add ); AddIf( null != this._isDefault ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isDefault) : null, "isDefault" ,container.Add ); AddIf( null != this._isRemoteDebuggingEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isRemoteDebuggingEnabled) : null, "isRemoteDebuggingEnabled" ,container.Add ); - AddIf( null != (((object)this._runtimeVersion)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runtimeVersion.ToString()) : null, "runtimeVersion" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StampCapacity.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StampCapacity.PowerShell.cs index f361391bc8da..96cab4f6026b 100644 --- a/src/Functions/generated/api/Models/Api20190801/StampCapacity.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StampCapacity.PowerShell.cs @@ -96,15 +96,15 @@ internal StampCapacity(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).AvailableCapacity = (long?) content.GetValueForProperty("AvailableCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).AvailableCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation = (bool?) content.GetValueForProperty("ExcludeFromCapacityAllocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode = (bool?) content.GetValueForProperty("IsApplicableForAllComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux = (bool?) content.GetValueForProperty("IsLinux",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).TotalCapacity = (long?) content.GetValueForProperty("TotalCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).TotalCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSize = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions?) content.GetValueForProperty("WorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSize, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation = (bool?) content.GetValueForProperty("ExcludeFromCapacityAllocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode = (bool?) content.GetValueForProperty("IsApplicableForAllComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux = (bool?) content.GetValueForProperty("IsLinux",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -124,15 +124,15 @@ internal StampCapacity(global::System.Management.Automation.PSObject content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).AvailableCapacity = (long?) content.GetValueForProperty("AvailableCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).AvailableCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation = (bool?) content.GetValueForProperty("ExcludeFromCapacityAllocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode = (bool?) content.GetValueForProperty("IsApplicableForAllComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux = (bool?) content.GetValueForProperty("IsLinux",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).TotalCapacity = (long?) content.GetValueForProperty("TotalCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).TotalCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSize = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions?) content.GetValueForProperty("WorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSize, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation = (bool?) content.GetValueForProperty("ExcludeFromCapacityAllocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).ExcludeFromCapacityAllocation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode = (bool?) content.GetValueForProperty("IsApplicableForAllComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsApplicableForAllComputeMode, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).SiteMode, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux = (bool?) content.GetValueForProperty("IsLinux",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityInternal)this).IsLinux, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StampCapacity.json.cs b/src/Functions/generated/api/Models/Api20190801/StampCapacity.json.cs index 1ac75bd79dfe..7b58d75cde60 100644 --- a/src/Functions/generated/api/Models/Api20190801/StampCapacity.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StampCapacity.json.cs @@ -72,15 +72,15 @@ internal StampCapacity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_availableCapacity = If( json?.PropertyT("availableCapacity"), out var __jsonAvailableCapacity) ? (long?)__jsonAvailableCapacity : AvailableCapacity;} - {_computeMode = If( json?.PropertyT("computeMode"), out var __jsonComputeMode) ? (string)__jsonComputeMode : (string)ComputeMode;} - {_excludeFromCapacityAllocation = If( json?.PropertyT("excludeFromCapacityAllocation"), out var __jsonExcludeFromCapacityAllocation) ? (bool?)__jsonExcludeFromCapacityAllocation : ExcludeFromCapacityAllocation;} - {_isApplicableForAllComputeMode = If( json?.PropertyT("isApplicableForAllComputeModes"), out var __jsonIsApplicableForAllComputeModes) ? (bool?)__jsonIsApplicableForAllComputeModes : IsApplicableForAllComputeMode;} - {_isLinux = If( json?.PropertyT("isLinux"), out var __jsonIsLinux) ? (bool?)__jsonIsLinux : IsLinux;} - {_siteMode = If( json?.PropertyT("siteMode"), out var __jsonSiteMode) ? (string)__jsonSiteMode : (string)SiteMode;} {_totalCapacity = If( json?.PropertyT("totalCapacity"), out var __jsonTotalCapacity) ? (long?)__jsonTotalCapacity : TotalCapacity;} {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + {_computeMode = If( json?.PropertyT("computeMode"), out var __jsonComputeMode) ? (string)__jsonComputeMode : (string)ComputeMode;} {_workerSize = If( json?.PropertyT("workerSize"), out var __jsonWorkerSize) ? (string)__jsonWorkerSize : (string)WorkerSize;} {_workerSizeId = If( json?.PropertyT("workerSizeId"), out var __jsonWorkerSizeId) ? (int?)__jsonWorkerSizeId : WorkerSizeId;} + {_excludeFromCapacityAllocation = If( json?.PropertyT("excludeFromCapacityAllocation"), out var __jsonExcludeFromCapacityAllocation) ? (bool?)__jsonExcludeFromCapacityAllocation : ExcludeFromCapacityAllocation;} + {_isApplicableForAllComputeMode = If( json?.PropertyT("isApplicableForAllComputeModes"), out var __jsonIsApplicableForAllComputeModes) ? (bool?)__jsonIsApplicableForAllComputeModes : IsApplicableForAllComputeMode;} + {_siteMode = If( json?.PropertyT("siteMode"), out var __jsonSiteMode) ? (string)__jsonSiteMode : (string)SiteMode;} + {_isLinux = If( json?.PropertyT("isLinux"), out var __jsonIsLinux) ? (bool?)__jsonIsLinux : IsLinux;} AfterFromJson(json); } @@ -105,15 +105,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); AddIf( null != this._availableCapacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._availableCapacity) : null, "availableCapacity" ,container.Add ); - AddIf( null != (((object)this._computeMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._computeMode.ToString()) : null, "computeMode" ,container.Add ); - AddIf( null != this._excludeFromCapacityAllocation ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._excludeFromCapacityAllocation) : null, "excludeFromCapacityAllocation" ,container.Add ); - AddIf( null != this._isApplicableForAllComputeMode ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isApplicableForAllComputeMode) : null, "isApplicableForAllComputeModes" ,container.Add ); - AddIf( null != this._isLinux ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isLinux) : null, "isLinux" ,container.Add ); - AddIf( null != (((object)this._siteMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteMode.ToString()) : null, "siteMode" ,container.Add ); AddIf( null != this._totalCapacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._totalCapacity) : null, "totalCapacity" ,container.Add ); AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); + AddIf( null != (((object)this._computeMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._computeMode.ToString()) : null, "computeMode" ,container.Add ); AddIf( null != (((object)this._workerSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerSize.ToString()) : null, "workerSize" ,container.Add ); AddIf( null != this._workerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._workerSizeId) : null, "workerSizeId" ,container.Add ); + AddIf( null != this._excludeFromCapacityAllocation ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._excludeFromCapacityAllocation) : null, "excludeFromCapacityAllocation" ,container.Add ); + AddIf( null != this._isApplicableForAllComputeMode ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isApplicableForAllComputeMode) : null, "isApplicableForAllComputeModes" ,container.Add ); + AddIf( null != (((object)this._siteMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteMode.ToString()) : null, "siteMode" ,container.Add ); + AddIf( null != this._isLinux ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isLinux) : null, "isLinux" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.PowerShell.cs index 9e20de75a36b..2ed8de89cdea 100644 --- a/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal StampCapacityCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal StampCapacityCollection(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacityCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.json.cs index b90bcb115c48..393c2525796b 100644 --- a/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StampCapacityCollection.json.cs @@ -70,8 +70,8 @@ internal StampCapacityCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStampCapacity) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacity.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSite.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSite.PowerShell.cs index b4e65b1f2f02..7a729c504405 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSite.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSite.PowerShell.cs @@ -95,14 +95,14 @@ internal StaticSite(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).Branch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).CustomDomain = (string[]) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).CustomDomain, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyApiLocation = (string) content.GetValueForProperty("BuildPropertyApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyApiLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppArtifactLocation = (string) content.GetValueForProperty("BuildPropertyAppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppArtifactLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,14 +121,14 @@ internal StaticSite(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).Branch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).CustomDomain = (string[]) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).CustomDomain, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).RepositoryUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyApiLocation = (string) content.GetValueForProperty("BuildPropertyApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyApiLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppArtifactLocation = (string) content.GetValueForProperty("BuildPropertyAppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppArtifactLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSite.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSite.json.cs index 60f3c02c0a19..636821d9d2ca 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSite.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSite.json.cs @@ -71,11 +71,11 @@ internal StaticSite(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js return; } {_buildProperty = If( json?.PropertyT("buildProperties"), out var __jsonBuildProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildProperties.FromJson(__jsonBuildProperties) : BuildProperty;} + {_defaultHostname = If( json?.PropertyT("defaultHostname"), out var __jsonDefaultHostname) ? (string)__jsonDefaultHostname : (string)DefaultHostname;} + {_repositoryUrl = If( json?.PropertyT("repositoryUrl"), out var __jsonRepositoryUrl) ? (string)__jsonRepositoryUrl : (string)RepositoryUrl;} {_branch = If( json?.PropertyT("branch"), out var __jsonBranch) ? (string)__jsonBranch : (string)Branch;} {_customDomain = If( json?.PropertyT("customDomains"), out var __jsonCustomDomains) ? If( __jsonCustomDomains as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : CustomDomain;} - {_defaultHostname = If( json?.PropertyT("defaultHostname"), out var __jsonDefaultHostname) ? (string)__jsonDefaultHostname : (string)DefaultHostname;} {_repositoryToken = If( json?.PropertyT("repositoryToken"), out var __jsonRepositoryToken) ? (string)__jsonRepositoryToken : (string)RepositoryToken;} - {_repositoryUrl = If( json?.PropertyT("repositoryUrl"), out var __jsonRepositoryUrl) ? (string)__jsonRepositoryUrl : (string)RepositoryUrl;} AfterFromJson(json); } @@ -99,6 +99,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._buildProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._buildProperty.ToJson(null,serializationMode) : null, "buildProperties" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._defaultHostname)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultHostname.ToString()) : null, "defaultHostname" ,container.Add ); + } + AddIf( null != (((object)this._repositoryUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositoryUrl.ToString()) : null, "repositoryUrl" ,container.Add ); AddIf( null != (((object)this._branch)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._branch.ToString()) : null, "branch" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { @@ -112,12 +117,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("customDomains",__w); } } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._defaultHostname)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._defaultHostname.ToString()) : null, "defaultHostname" ,container.Add ); - } AddIf( null != (((object)this._repositoryToken)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositoryToken.ToString()) : null, "repositoryToken" ,container.Add ); - AddIf( null != (((object)this._repositoryUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._repositoryUrl.ToString()) : null, "repositoryUrl" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.PowerShell.cs index 168f25bfb471..224139f26d98 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.PowerShell.cs @@ -96,33 +96,33 @@ internal StaticSiteArmResource(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSite) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).CustomDomain = (string[]) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).CustomDomain, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuTier, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuFamily, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppArtifactLocation = (string) content.GetValueForProperty("BuildPropertyAppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppArtifactLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyApiLocation = (string) content.GetValueForProperty("BuildPropertyApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyApiLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -142,33 +142,33 @@ internal StaticSiteArmResource(global::System.Management.Automation.PSObject con // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSite) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Kind, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).CustomDomain = (string[]) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).CustomDomain, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuTier, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Branch, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuFamily, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppArtifactLocation = (string) content.GetValueForProperty("BuildPropertyAppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppArtifactLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyApiLocation = (string) content.GetValueForProperty("BuildPropertyApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyApiLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.cs index 6afe4704d9b2..68682ff0586a 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteArmResource.cs @@ -44,7 +44,7 @@ public partial class StaticSiteArmResource : /// Resource Id. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; } + public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; } /// Kind of resource. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] @@ -55,13 +55,13 @@ public partial class StaticSiteArmResource : public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name = value; } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type = value; } /// Internal Acessors for BuildProperty Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResourceInternal.BuildProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)Property).BuildProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteInternal)Property).BuildProperty = value; } @@ -83,7 +83,7 @@ public partial class StaticSiteArmResource : /// Resource Name. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Name; } + public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Name; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSite _property; @@ -155,7 +155,7 @@ public partial class StaticSiteArmResource : /// Resource type. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inherited)] - public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceInternal)__resource).Type; } + public string Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceInternal)__resource).Type; } /// Creates an new instance. public StaticSiteArmResource() diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResource.PowerShell.cs index 39f07bffba1c..013e3eaeaac5 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResource.PowerShell.cs @@ -97,16 +97,16 @@ internal StaticSiteBuildArmResource(global::System.Collections.IDictionary conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).BuildId = (string) content.GetValueForProperty("BuildId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).BuildId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Hostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).LastUpdatedOn = (global::System.DateTime?) content.GetValueForProperty("LastUpdatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).LastUpdatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus.CreateFrom); AfterDeserializeDictionary(content); } @@ -126,16 +126,16 @@ internal StaticSiteBuildArmResource(global::System.Management.Automation.PSObjec } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).BuildId = (string) content.GetValueForProperty("BuildId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).BuildId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Hostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).LastUpdatedOn = (global::System.DateTime?) content.GetValueForProperty("LastUpdatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).LastUpdatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).PullRequestTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).SourceBranch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourceInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.PowerShell.cs index d9c658a5df63..ddc4b1f8000c 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.PowerShell.cs @@ -97,11 +97,11 @@ internal StaticSiteBuildArmResourceProperties(global::System.Collections.IDictio } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).BuildId = (string) content.GetValueForProperty("BuildId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).BuildId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Hostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).LastUpdatedOn = (global::System.DateTime?) content.GetValueForProperty("LastUpdatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).LastUpdatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus.CreateFrom); AfterDeserializeDictionary(content); } @@ -121,11 +121,11 @@ internal StaticSiteBuildArmResourceProperties(global::System.Management.Automati } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).BuildId = (string) content.GetValueForProperty("BuildId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).BuildId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Hostname = (string) content.GetValueForProperty("Hostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Hostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc = (global::System.DateTime?) content.GetValueForProperty("CreatedTimeUtc",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).CreatedTimeUtc, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).LastUpdatedOn = (global::System.DateTime?) content.GetValueForProperty("LastUpdatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).LastUpdatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle = (string) content.GetValueForProperty("PullRequestTitle",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).PullRequestTitle, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch = (string) content.GetValueForProperty("SourceBranch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).SourceBranch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResourcePropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatus.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.json.cs index 6f49308bbdef..6d7dffccd787 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildArmResourceProperties.json.cs @@ -71,11 +71,11 @@ internal StaticSiteBuildArmResourceProperties(Microsoft.Azure.PowerShell.Cmdlets return; } {_buildId = If( json?.PropertyT("buildId"), out var __jsonBuildId) ? (string)__jsonBuildId : (string)BuildId;} - {_createdTimeUtc = If( json?.PropertyT("createdTimeUtc"), out var __jsonCreatedTimeUtc) ? global::System.DateTime.TryParse((string)__jsonCreatedTimeUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedTimeUtcValue) ? __jsonCreatedTimeUtcValue : CreatedTimeUtc : CreatedTimeUtc;} + {_sourceBranch = If( json?.PropertyT("sourceBranch"), out var __jsonSourceBranch) ? (string)__jsonSourceBranch : (string)SourceBranch;} + {_pullRequestTitle = If( json?.PropertyT("pullRequestTitle"), out var __jsonPullRequestTitle) ? (string)__jsonPullRequestTitle : (string)PullRequestTitle;} {_hostname = If( json?.PropertyT("hostname"), out var __jsonHostname) ? (string)__jsonHostname : (string)Hostname;} + {_createdTimeUtc = If( json?.PropertyT("createdTimeUtc"), out var __jsonCreatedTimeUtc) ? global::System.DateTime.TryParse((string)__jsonCreatedTimeUtc, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedTimeUtcValue) ? __jsonCreatedTimeUtcValue : CreatedTimeUtc : CreatedTimeUtc;} {_lastUpdatedOn = If( json?.PropertyT("lastUpdatedOn"), out var __jsonLastUpdatedOn) ? global::System.DateTime.TryParse((string)__jsonLastUpdatedOn, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonLastUpdatedOnValue) ? __jsonLastUpdatedOnValue : LastUpdatedOn : LastUpdatedOn;} - {_pullRequestTitle = If( json?.PropertyT("pullRequestTitle"), out var __jsonPullRequestTitle) ? (string)__jsonPullRequestTitle : (string)PullRequestTitle;} - {_sourceBranch = If( json?.PropertyT("sourceBranch"), out var __jsonSourceBranch) ? (string)__jsonSourceBranch : (string)SourceBranch;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} AfterFromJson(json); } @@ -106,23 +106,23 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._createdTimeUtc ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTimeUtc?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTimeUtc" ,container.Add ); + AddIf( null != (((object)this._sourceBranch)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceBranch.ToString()) : null, "sourceBranch" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._hostname)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostname.ToString()) : null, "hostname" ,container.Add ); + AddIf( null != (((object)this._pullRequestTitle)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._pullRequestTitle.ToString()) : null, "pullRequestTitle" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._lastUpdatedOn ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastUpdatedOn?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastUpdatedOn" ,container.Add ); + AddIf( null != (((object)this._hostname)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostname.ToString()) : null, "hostname" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._pullRequestTitle)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._pullRequestTitle.ToString()) : null, "pullRequestTitle" ,container.Add ); + AddIf( null != this._createdTimeUtc ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdTimeUtc?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdTimeUtc" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._sourceBranch)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceBranch.ToString()) : null, "sourceBranch" ,container.Add ); + AddIf( null != this._lastUpdatedOn ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._lastUpdatedOn?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "lastUpdatedOn" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.PowerShell.cs index 02d6df8b20b4..f1584dd8a2e0 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal StaticSiteBuildCollection(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal StaticSiteBuildCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.json.cs index dd655ab245d4..6e484896c4dd 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildCollection.json.cs @@ -70,8 +70,8 @@ internal StaticSiteBuildCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildArmResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.PowerShell.cs index 192a554228d7..ddb6254aa7b5 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.PowerShell.cs @@ -96,9 +96,9 @@ internal StaticSiteBuildProperties(global::System.Collections.IDictionary conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation = (string) content.GetValueForProperty("AppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).ApiLocation = (string) content.GetValueForProperty("ApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).ApiLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppArtifactLocation = (string) content.GetValueForProperty("AppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppArtifactLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation = (string) content.GetValueForProperty("AppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,9 +116,9 @@ internal StaticSiteBuildProperties(global::System.Management.Automation.PSObject return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation = (string) content.GetValueForProperty("AppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).ApiLocation = (string) content.GetValueForProperty("ApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).ApiLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppArtifactLocation = (string) content.GetValueForProperty("AppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppArtifactLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation = (string) content.GetValueForProperty("AppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildPropertiesInternal)this).AppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.json.cs index c4e462d92e1c..8514846c81c2 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteBuildProperties.json.cs @@ -70,9 +70,9 @@ internal StaticSiteBuildProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } + {_appLocation = If( json?.PropertyT("appLocation"), out var __jsonAppLocation) ? (string)__jsonAppLocation : (string)AppLocation;} {_apiLocation = If( json?.PropertyT("apiLocation"), out var __jsonApiLocation) ? (string)__jsonApiLocation : (string)ApiLocation;} {_appArtifactLocation = If( json?.PropertyT("appArtifactLocation"), out var __jsonAppArtifactLocation) ? (string)__jsonAppArtifactLocation : (string)AppArtifactLocation;} - {_appLocation = If( json?.PropertyT("appLocation"), out var __jsonAppLocation) ? (string)__jsonAppLocation : (string)AppLocation;} AfterFromJson(json); } @@ -95,9 +95,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._appLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appLocation.ToString()) : null, "appLocation" ,container.Add ); AddIf( null != (((object)this._apiLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._apiLocation.ToString()) : null, "apiLocation" ,container.Add ); AddIf( null != (((object)this._appArtifactLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appArtifactLocation.ToString()) : null, "appArtifactLocation" ,container.Add ); - AddIf( null != (((object)this._appLocation)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appLocation.ToString()) : null, "appLocation" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.PowerShell.cs index b0d4d0076c54..bd624f11259a 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal StaticSiteCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal StaticSiteCollection(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.json.cs index 95de0a60067d..fa5c1d0f4f13 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCollection.json.cs @@ -70,8 +70,8 @@ internal StaticSiteCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteArmResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteArmResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResource.PowerShell.cs index 33c4b7540c97..3553296a321f 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResource.PowerShell.cs @@ -98,12 +98,12 @@ internal StaticSiteCustomDomainOverviewArmResource(global::System.Collections.ID } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteCustomDomainOverviewArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).DomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -122,12 +122,12 @@ internal StaticSiteCustomDomainOverviewArmResource(global::System.Management.Aut } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteCustomDomainOverviewArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).DomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourceInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.PowerShell.cs index f55b686a07bc..67e363ff4fb1 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.PowerShell.cs @@ -97,8 +97,8 @@ internal StaticSiteCustomDomainOverviewArmResourceProperties(global::System.Coll return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).DomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal StaticSiteCustomDomainOverviewArmResourceProperties(global::System.Mana return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).DomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn = (global::System.DateTime?) content.GetValueForProperty("CreatedOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResourcePropertiesInternal)this).CreatedOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.json.cs index 52a082502350..4388a31e696e 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewArmResourceProperties.json.cs @@ -71,8 +71,8 @@ internal StaticSiteCustomDomainOverviewArmResourceProperties(Microsoft.Azure.Pow { return; } - {_createdOn = If( json?.PropertyT("createdOn"), out var __jsonCreatedOn) ? global::System.DateTime.TryParse((string)__jsonCreatedOn, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedOnValue) ? __jsonCreatedOnValue : CreatedOn : CreatedOn;} {_domainName = If( json?.PropertyT("domainName"), out var __jsonDomainName) ? (string)__jsonDomainName : (string)DomainName;} + {_createdOn = If( json?.PropertyT("createdOn"), out var __jsonCreatedOn) ? global::System.DateTime.TryParse((string)__jsonCreatedOn, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonCreatedOnValue) ? __jsonCreatedOnValue : CreatedOn : CreatedOn;} AfterFromJson(json); } @@ -99,11 +99,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._createdOn ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdOn?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdOn" ,container.Add ); + AddIf( null != (((object)this._domainName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainName.ToString()) : null, "domainName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._domainName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainName.ToString()) : null, "domainName" ,container.Add ); + AddIf( null != this._createdOn ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._createdOn?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "createdOn" ,container.Add ); } AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.PowerShell.cs index 31270235a0e0..bc7b0b769355 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.PowerShell.cs @@ -97,8 +97,8 @@ internal StaticSiteCustomDomainOverviewCollection(global::System.Collections.IDi return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteCustomDomainOverviewArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal StaticSiteCustomDomainOverviewCollection(global::System.Management.Auto return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteCustomDomainOverviewArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.json.cs index 53b1d2cedd92..eb6b465071b4 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteCustomDomainOverviewCollection.json.cs @@ -70,8 +70,8 @@ internal StaticSiteCustomDomainOverviewCollection(Microsoft.Azure.PowerShell.Cmd { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteCustomDomainOverviewArmResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteCustomDomainOverviewArmResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -96,10 +96,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -109,6 +105,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewArmResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewArmResource.PowerShell.cs index 9210bc8543d7..a04d9fedfdc0 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewArmResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewArmResource.PowerShell.cs @@ -98,10 +98,10 @@ internal StaticSiteFunctionOverviewArmResource(global::System.Collections.IDicti } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteFunctionOverviewArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).FunctionName = (string) content.GetValueForProperty("FunctionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).FunctionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).TriggerType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggerTypes?) content.GetValueForProperty("TriggerType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggerTypes.CreateFrom); AfterDeserializeDictionary(content); @@ -122,10 +122,10 @@ internal StaticSiteFunctionOverviewArmResource(global::System.Management.Automat } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteFunctionOverviewArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).FunctionName = (string) content.GetValueForProperty("FunctionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).FunctionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).TriggerType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggerTypes?) content.GetValueForProperty("TriggerType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResourceInternal)this).TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggerTypes.CreateFrom); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.PowerShell.cs index 062f17293f51..ce066998c5a7 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal StaticSiteFunctionOverviewCollection(global::System.Collections.IDictio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteFunctionOverviewArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal StaticSiteFunctionOverviewCollection(global::System.Management.Automati return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteFunctionOverviewArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.json.cs index 9f3a38212a05..abc4cd61ccff 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteFunctionOverviewCollection.json.cs @@ -70,8 +70,8 @@ internal StaticSiteFunctionOverviewCollection(Microsoft.Azure.PowerShell.Cmdlets { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteFunctionOverviewArmResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteFunctionOverviewArmResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -95,10 +95,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -108,6 +104,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSitePatchResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSitePatchResource.PowerShell.cs index 219d64511607..55f6dd019005 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSitePatchResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSitePatchResource.PowerShell.cs @@ -95,19 +95,19 @@ internal StaticSitePatchResource(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSite) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Branch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).CustomDomain = (string[]) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).CustomDomain, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyApiLocation = (string) content.GetValueForProperty("BuildPropertyApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyApiLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppArtifactLocation = (string) content.GetValueForProperty("BuildPropertyAppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppArtifactLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -126,19 +126,19 @@ internal StaticSitePatchResource(global::System.Management.Automation.PSObject c } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSite) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildProperties) content.GetValueForProperty("BuildProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Branch = (string) content.GetValueForProperty("Branch",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).Branch, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).CustomDomain = (string[]) content.GetValueForProperty("CustomDomain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).CustomDomain, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname = (string) content.GetValueForProperty("DefaultHostname",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).DefaultHostname, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryToken, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl = (string) content.GetValueForProperty("RepositoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).RepositoryUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyApiLocation = (string) content.GetValueForProperty("BuildPropertyApiLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyApiLocation, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppArtifactLocation = (string) content.GetValueForProperty("BuildPropertyAppArtifactLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppArtifactLocation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation = (string) content.GetValueForProperty("BuildPropertyAppLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSitePatchResourceInternal)this).BuildPropertyAppLocation, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteResetPropertiesArmResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteResetPropertiesArmResource.PowerShell.cs index 55b4766194ba..d27397f8b791 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteResetPropertiesArmResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteResetPropertiesArmResource.PowerShell.cs @@ -97,10 +97,10 @@ internal StaticSiteResetPropertiesArmResource(global::System.Collections.IDictio } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteResetPropertiesArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).RepositoryToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).ShouldUpdateRepository = (bool?) content.GetValueForProperty("ShouldUpdateRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).ShouldUpdateRepository, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); @@ -121,10 +121,10 @@ internal StaticSiteResetPropertiesArmResource(global::System.Management.Automati } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteResetPropertiesArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).RepositoryToken = (string) content.GetValueForProperty("RepositoryToken",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).RepositoryToken, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).ShouldUpdateRepository = (bool?) content.GetValueForProperty("ShouldUpdateRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteResetPropertiesArmResourceInternal)this).ShouldUpdateRepository, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResource.PowerShell.cs index 8f12277a1d8e..b487190f648f 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResource.PowerShell.cs @@ -97,14 +97,14 @@ internal StaticSiteUserArmResource(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).UserId = (string) content.GetValueForProperty("UserId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).UserId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -123,14 +123,14 @@ internal StaticSiteUserArmResource(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserArmResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).UserId = (string) content.GetValueForProperty("UserId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).UserId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourceInternal)this).Role, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.PowerShell.cs index fc60d2b524be..5384284c1424 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.PowerShell.cs @@ -96,10 +96,10 @@ internal StaticSiteUserArmResourceProperties(global::System.Collections.IDiction return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).UserId = (string) content.GetValueForProperty("UserId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).UserId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -117,10 +117,10 @@ internal StaticSiteUserArmResourceProperties(global::System.Management.Automatio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).UserId = (string) content.GetValueForProperty("UserId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).UserId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResourcePropertiesInternal)this).Role, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.json.cs index fcaa8261272f..ea205032a301 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserArmResourceProperties.json.cs @@ -70,10 +70,10 @@ internal StaticSiteUserArmResourceProperties(Microsoft.Azure.PowerShell.Cmdlets. { return; } - {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} {_provider = If( json?.PropertyT("provider"), out var __jsonProvider) ? (string)__jsonProvider : (string)Provider;} - {_role = If( json?.PropertyT("roles"), out var __jsonRoles) ? (string)__jsonRoles : (string)Role;} {_userId = If( json?.PropertyT("userId"), out var __jsonUserId) ? (string)__jsonUserId : (string)UserId;} + {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_role = If( json?.PropertyT("roles"), out var __jsonRoles) ? (string)__jsonRoles : (string)Role;} AfterFromJson(json); } @@ -99,17 +99,17 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._provider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provider.ToString()) : null, "provider" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._provider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provider.ToString()) : null, "provider" ,container.Add ); + AddIf( null != (((object)this._userId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userId.ToString()) : null, "userId" ,container.Add ); } - AddIf( null != (((object)this._role)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._role.ToString()) : null, "roles" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._userId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userId.ToString()) : null, "userId" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); } + AddIf( null != (((object)this._role)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._role.ToString()) : null, "roles" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.PowerShell.cs index 5dd362d1363e..e0d8c8093023 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.PowerShell.cs @@ -94,8 +94,8 @@ internal StaticSiteUserCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -113,8 +113,8 @@ internal StaticSiteUserCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserArmResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.json.cs index aea7ba969ba1..61988e19308f 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserCollection.json.cs @@ -70,8 +70,8 @@ internal StaticSiteUserCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserArmResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserArmResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResource.PowerShell.cs index bac5b684a7bf..b78f41502d98 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResource.PowerShell.cs @@ -98,15 +98,15 @@ internal StaticSiteUserInvitationRequestResource(global::System.Collections.IDic } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserInvitationRequestResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Domain = (string) content.GetValueForProperty("Domain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Domain, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).UserDetail = (string) content.GetValueForProperty("UserDetail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).UserDetail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -125,15 +125,15 @@ internal StaticSiteUserInvitationRequestResource(global::System.Management.Autom } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserInvitationRequestResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Domain = (string) content.GetValueForProperty("Domain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Domain, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).UserDetail = (string) content.GetValueForProperty("UserDetail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).UserDetail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).Role, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourceInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.PowerShell.cs index e47a68cec857..48e5a80c3cfe 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.PowerShell.cs @@ -98,10 +98,10 @@ internal StaticSiteUserInvitationRequestResourceProperties(global::System.Collec } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Domain = (string) content.GetValueForProperty("Domain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Domain, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).UserDetail = (string) content.GetValueForProperty("UserDetail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).UserDetail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -120,10 +120,10 @@ internal StaticSiteUserInvitationRequestResourceProperties(global::System.Manage } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Domain = (string) content.GetValueForProperty("Domain",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Domain, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).UserDetail = (string) content.GetValueForProperty("UserDetail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).UserDetail, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role = (string) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).Role, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration = (int?) content.GetValueForProperty("NumHoursToExpiration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationRequestResourcePropertiesInternal)this).NumHoursToExpiration, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.json.cs index ed9d69ad363e..25285837d70d 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationRequestResourceProperties.json.cs @@ -72,10 +72,10 @@ internal StaticSiteUserInvitationRequestResourceProperties(Microsoft.Azure.Power return; } {_domain = If( json?.PropertyT("domain"), out var __jsonDomain) ? (string)__jsonDomain : (string)Domain;} - {_numHoursToExpiration = If( json?.PropertyT("numHoursToExpiration"), out var __jsonNumHoursToExpiration) ? (int?)__jsonNumHoursToExpiration : NumHoursToExpiration;} {_provider = If( json?.PropertyT("provider"), out var __jsonProvider) ? (string)__jsonProvider : (string)Provider;} - {_role = If( json?.PropertyT("roles"), out var __jsonRoles) ? (string)__jsonRoles : (string)Role;} {_userDetail = If( json?.PropertyT("userDetails"), out var __jsonUserDetails) ? (string)__jsonUserDetails : (string)UserDetail;} + {_role = If( json?.PropertyT("roles"), out var __jsonRoles) ? (string)__jsonRoles : (string)Role;} + {_numHoursToExpiration = If( json?.PropertyT("numHoursToExpiration"), out var __jsonNumHoursToExpiration) ? (int?)__jsonNumHoursToExpiration : NumHoursToExpiration;} AfterFromJson(json); } @@ -101,10 +101,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._domain)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domain.ToString()) : null, "domain" ,container.Add ); - AddIf( null != this._numHoursToExpiration ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numHoursToExpiration) : null, "numHoursToExpiration" ,container.Add ); AddIf( null != (((object)this._provider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._provider.ToString()) : null, "provider" ,container.Add ); - AddIf( null != (((object)this._role)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._role.ToString()) : null, "roles" ,container.Add ); AddIf( null != (((object)this._userDetail)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userDetail.ToString()) : null, "userDetails" ,container.Add ); + AddIf( null != (((object)this._role)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._role.ToString()) : null, "roles" ,container.Add ); + AddIf( null != this._numHoursToExpiration ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._numHoursToExpiration) : null, "numHoursToExpiration" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationResponseResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationResponseResource.PowerShell.cs index 38c2fd646914..4cfa11c62344 100644 --- a/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationResponseResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StaticSiteUserInvitationResponseResource.PowerShell.cs @@ -98,10 +98,10 @@ internal StaticSiteUserInvitationResponseResource(global::System.Collections.IDi } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserInvitationResponseResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).ExpiresOn = (global::System.DateTime?) content.GetValueForProperty("ExpiresOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).ExpiresOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).InvitationUrl = (string) content.GetValueForProperty("InvitationUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).InvitationUrl, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -122,10 +122,10 @@ internal StaticSiteUserInvitationResponseResource(global::System.Management.Auto } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteUserInvitationResponseResourcePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).ExpiresOn = (global::System.DateTime?) content.GetValueForProperty("ExpiresOn",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).ExpiresOn, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).InvitationUrl = (string) content.GetValueForProperty("InvitationUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteUserInvitationResponseResourceInternal)this).InvitationUrl, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.PowerShell.cs index 9a1efdf23640..196c94fc1965 100644 --- a/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.PowerShell.cs @@ -94,11 +94,11 @@ internal StatusCodesBasedTrigger(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count = (int?) content.GetValueForProperty("Count",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).SubStatus = (int?) content.GetValueForProperty("SubStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).SubStatus, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval = (string) content.GetValueForProperty("TimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Win32Status = (int?) content.GetValueForProperty("Win32Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Win32Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count = (int?) content.GetValueForProperty("Count",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval = (string) content.GetValueForProperty("TimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,11 +116,11 @@ internal StatusCodesBasedTrigger(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count = (int?) content.GetValueForProperty("Count",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Status = (int?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).SubStatus = (int?) content.GetValueForProperty("SubStatus",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).SubStatus, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval = (string) content.GetValueForProperty("TimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Win32Status = (int?) content.GetValueForProperty("Win32Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Win32Status, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count = (int?) content.GetValueForProperty("Count",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).Count, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval = (string) content.GetValueForProperty("TimeInterval",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStatusCodesBasedTriggerInternal)this).TimeInterval, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.json.cs b/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.json.cs index 1f68bb5ae3ab..7f7a9e879282 100644 --- a/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StatusCodesBasedTrigger.json.cs @@ -70,11 +70,11 @@ internal StatusCodesBasedTrigger(Microsoft.Azure.PowerShell.Cmdlets.Functions.Ru { return; } - {_count = If( json?.PropertyT("count"), out var __jsonCount) ? (int?)__jsonCount : Count;} {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (int?)__jsonStatus : Status;} {_subStatus = If( json?.PropertyT("subStatus"), out var __jsonSubStatus) ? (int?)__jsonSubStatus : SubStatus;} - {_timeInterval = If( json?.PropertyT("timeInterval"), out var __jsonTimeInterval) ? (string)__jsonTimeInterval : (string)TimeInterval;} {_win32Status = If( json?.PropertyT("win32Status"), out var __jsonWin32Status) ? (int?)__jsonWin32Status : Win32Status;} + {_count = If( json?.PropertyT("count"), out var __jsonCount) ? (int?)__jsonCount : Count;} + {_timeInterval = If( json?.PropertyT("timeInterval"), out var __jsonTimeInterval) ? (string)__jsonTimeInterval : (string)TimeInterval;} AfterFromJson(json); } @@ -97,11 +97,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._count ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._count) : null, "count" ,container.Add ); AddIf( null != this._status ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._status) : null, "status" ,container.Add ); AddIf( null != this._subStatus ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._subStatus) : null, "subStatus" ,container.Add ); - AddIf( null != (((object)this._timeInterval)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeInterval.ToString()) : null, "timeInterval" ,container.Add ); AddIf( null != this._win32Status ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._win32Status) : null, "win32Status" ,container.Add ); + AddIf( null != this._count ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._count) : null, "count" ,container.Add ); + AddIf( null != (((object)this._timeInterval)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._timeInterval.ToString()) : null, "timeInterval" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptions.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptions.PowerShell.cs index 664ef7dedff4..eee6186fc36b 100644 --- a/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptions.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptions.PowerShell.cs @@ -95,14 +95,14 @@ internal StorageMigrationOptions(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StorageMigrationOptionsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesConnectionString = (string) content.GetValueForProperty("AzurefilesConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesShare = (string) content.GetValueForProperty("AzurefilesShare",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesShare, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).SwitchSiteAfterMigration = (bool?) content.GetValueForProperty("SwitchSiteAfterMigration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).SwitchSiteAfterMigration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -121,14 +121,14 @@ internal StorageMigrationOptions(global::System.Management.Automation.PSObject c } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StorageMigrationOptionsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesConnectionString = (string) content.GetValueForProperty("AzurefilesConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesShare = (string) content.GetValueForProperty("AzurefilesShare",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).AzurefilesShare, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).SwitchSiteAfterMigration = (bool?) content.GetValueForProperty("SwitchSiteAfterMigration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).SwitchSiteAfterMigration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.PowerShell.cs index a19ebe9df3b7..367fa89f1b16 100644 --- a/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.PowerShell.cs @@ -98,8 +98,8 @@ internal StorageMigrationOptionsProperties(global::System.Collections.IDictionar // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesConnectionString = (string) content.GetValueForProperty("AzurefilesConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesShare = (string) content.GetValueForProperty("AzurefilesShare",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesShare, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).SwitchSiteAfterMigration = (bool?) content.GetValueForProperty("SwitchSiteAfterMigration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).SwitchSiteAfterMigration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -119,8 +119,8 @@ internal StorageMigrationOptionsProperties(global::System.Management.Automation. // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesConnectionString = (string) content.GetValueForProperty("AzurefilesConnectionString",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesConnectionString, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesShare = (string) content.GetValueForProperty("AzurefilesShare",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).AzurefilesShare, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).SwitchSiteAfterMigration = (bool?) content.GetValueForProperty("SwitchSiteAfterMigration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).SwitchSiteAfterMigration, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite = (bool?) content.GetValueForProperty("BlockWriteAccessToSite",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationOptionsPropertiesInternal)this).BlockWriteAccessToSite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.json.cs index 528fadddcca6..1cba95f72db9 100644 --- a/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/StorageMigrationOptionsProperties.json.cs @@ -72,8 +72,8 @@ internal StorageMigrationOptionsProperties(Microsoft.Azure.PowerShell.Cmdlets.Fu } {_azurefilesConnectionString = If( json?.PropertyT("azurefilesConnectionString"), out var __jsonAzurefilesConnectionString) ? (string)__jsonAzurefilesConnectionString : (string)AzurefilesConnectionString;} {_azurefilesShare = If( json?.PropertyT("azurefilesShare"), out var __jsonAzurefilesShare) ? (string)__jsonAzurefilesShare : (string)AzurefilesShare;} - {_blockWriteAccessToSite = If( json?.PropertyT("blockWriteAccessToSite"), out var __jsonBlockWriteAccessToSite) ? (bool?)__jsonBlockWriteAccessToSite : BlockWriteAccessToSite;} {_switchSiteAfterMigration = If( json?.PropertyT("switchSiteAfterMigration"), out var __jsonSwitchSiteAfterMigration) ? (bool?)__jsonSwitchSiteAfterMigration : SwitchSiteAfterMigration;} + {_blockWriteAccessToSite = If( json?.PropertyT("blockWriteAccessToSite"), out var __jsonBlockWriteAccessToSite) ? (bool?)__jsonBlockWriteAccessToSite : BlockWriteAccessToSite;} AfterFromJson(json); } @@ -98,8 +98,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } AddIf( null != (((object)this._azurefilesConnectionString)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azurefilesConnectionString.ToString()) : null, "azurefilesConnectionString" ,container.Add ); AddIf( null != (((object)this._azurefilesShare)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._azurefilesShare.ToString()) : null, "azurefilesShare" ,container.Add ); - AddIf( null != this._blockWriteAccessToSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._blockWriteAccessToSite) : null, "blockWriteAccessToSite" ,container.Add ); AddIf( null != this._switchSiteAfterMigration ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._switchSiteAfterMigration) : null, "switchSiteAfterMigration" ,container.Add ); + AddIf( null != this._blockWriteAccessToSite ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._blockWriteAccessToSite) : null, "blockWriteAccessToSite" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/StorageMigrationResponse.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StorageMigrationResponse.PowerShell.cs index 4e1e0f9e654a..483e13431a59 100644 --- a/src/Functions/generated/api/Models/Api20190801/StorageMigrationResponse.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StorageMigrationResponse.PowerShell.cs @@ -95,10 +95,10 @@ internal StorageMigrationResponse(global::System.Collections.IDictionary content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StorageMigrationResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).OperationId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,10 +118,10 @@ internal StorageMigrationResponse(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StorageMigrationResponsePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStorageMigrationResponseInternal)this).OperationId, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/StringDictionary.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/StringDictionary.PowerShell.cs index 92d0cd7bc682..c3d6d334fdfe 100644 --- a/src/Functions/generated/api/Models/Api20190801/StringDictionary.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/StringDictionary.PowerShell.cs @@ -95,10 +95,10 @@ internal StringDictionary(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StringDictionaryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -117,10 +117,10 @@ internal StringDictionary(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionaryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StringDictionaryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/SwiftVirtualNetwork.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/SwiftVirtualNetwork.PowerShell.cs index 6ce65eb791d4..54cdda23bfcd 100644 --- a/src/Functions/generated/api/Models/Api20190801/SwiftVirtualNetwork.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/SwiftVirtualNetwork.PowerShell.cs @@ -97,10 +97,10 @@ internal SwiftVirtualNetwork(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SwiftVirtualNetworkPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SubnetResourceId = (string) content.GetValueForProperty("SubnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SubnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SwiftSupported = (bool?) content.GetValueForProperty("SwiftSupported",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SwiftSupported, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); @@ -121,10 +121,10 @@ internal SwiftVirtualNetwork(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SwiftVirtualNetworkPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SubnetResourceId = (string) content.GetValueForProperty("SubnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SubnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SwiftSupported = (bool?) content.GetValueForProperty("SwiftSupported",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISwiftVirtualNetworkInternal)this).SwiftSupported, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.PowerShell.cs index 4800157b7721..df49bb06c5d8 100644 --- a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.PowerShell.cs @@ -95,8 +95,8 @@ internal TldLegalAgreement(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).AgreementKey = (string) content.GetValueForProperty("AgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).AgreementKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content = (string) content.GetValueForProperty("Content",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Title, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content = (string) content.GetValueForProperty("Content",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Url, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -116,8 +116,8 @@ internal TldLegalAgreement(global::System.Management.Automation.PSObject content } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).AgreementKey = (string) content.GetValueForProperty("AgreementKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).AgreementKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content = (string) content.GetValueForProperty("Content",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Title = (string) content.GetValueForProperty("Title",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Title, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content = (string) content.GetValueForProperty("Content",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Content, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementInternal)this).Url, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.json.cs b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.json.cs index 60c3339f776d..29357b10bddb 100644 --- a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreement.json.cs @@ -71,8 +71,8 @@ internal TldLegalAgreement(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. return; } {_agreementKey = If( json?.PropertyT("agreementKey"), out var __jsonAgreementKey) ? (string)__jsonAgreementKey : (string)AgreementKey;} - {_content = If( json?.PropertyT("content"), out var __jsonContent) ? (string)__jsonContent : (string)Content;} {_title = If( json?.PropertyT("title"), out var __jsonTitle) ? (string)__jsonTitle : (string)Title;} + {_content = If( json?.PropertyT("content"), out var __jsonContent) ? (string)__jsonContent : (string)Content;} {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} AfterFromJson(json); } @@ -97,8 +97,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != (((object)this._agreementKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._agreementKey.ToString()) : null, "agreementKey" ,container.Add ); - AddIf( null != (((object)this._content)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._content.ToString()) : null, "content" ,container.Add ); AddIf( null != (((object)this._title)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._title.ToString()) : null, "title" ,container.Add ); + AddIf( null != (((object)this._content)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._content.ToString()) : null, "content" ,container.Add ); AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); AfterToJson(ref container); return container; diff --git a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.PowerShell.cs index f8c13da5f2ec..9bd83020e62b 100644 --- a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.PowerShell.cs @@ -96,8 +96,8 @@ internal TldLegalAgreementCollection(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreement[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TldLegalAgreementTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -115,8 +115,8 @@ internal TldLegalAgreementCollection(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreement[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TldLegalAgreementTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreementCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.json.cs index 2b3aa310736c..03a05c0bcceb 100644 --- a/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TldLegalAgreementCollection.json.cs @@ -70,8 +70,8 @@ internal TldLegalAgreementCollection(Microsoft.Azure.PowerShell.Cmdlets.Function { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITldLegalAgreement) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TldLegalAgreement.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } @@ -94,10 +94,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -107,6 +103,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Models/Api20190801/TopLevelDomain.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TopLevelDomain.PowerShell.cs index 7f7ad13eec34..ebf8134fd562 100644 --- a/src/Functions/generated/api/Models/Api20190801/TopLevelDomain.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TopLevelDomain.PowerShell.cs @@ -100,10 +100,10 @@ internal TopLevelDomain(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -123,10 +123,10 @@ internal TopLevelDomain(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Privacy = (bool?) content.GetValueForProperty("Privacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainInternal)this).Privacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.PowerShell.cs index d1a27ae2d9cf..b17c969c7d92 100644 --- a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.PowerShell.cs @@ -101,8 +101,8 @@ internal TopLevelDomainAgreementOption(global::System.Collections.IDictionary co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer = (bool?) content.GetValueForProperty("ForTransfer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).IncludePrivacy = (bool?) content.GetValueForProperty("IncludePrivacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).IncludePrivacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer = (bool?) content.GetValueForProperty("ForTransfer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializeDictionary(content); } @@ -120,8 +120,8 @@ internal TopLevelDomainAgreementOption(global::System.Management.Automation.PSOb return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer = (bool?) content.GetValueForProperty("ForTransfer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).IncludePrivacy = (bool?) content.GetValueForProperty("IncludePrivacy",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).IncludePrivacy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer = (bool?) content.GetValueForProperty("ForTransfer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOptionInternal)this).ForTransfer, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.json.cs b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.json.cs index 6bb58469b0f7..e7668120ecfd 100644 --- a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainAgreementOption.json.cs @@ -77,8 +77,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._forTransfer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._forTransfer) : null, "forTransfer" ,container.Add ); AddIf( null != this._includePrivacy ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._includePrivacy) : null, "includePrivacy" ,container.Add ); + AddIf( null != this._forTransfer ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._forTransfer) : null, "forTransfer" ,container.Add ); AfterToJson(ref container); return container; } @@ -95,8 +95,8 @@ internal TopLevelDomainAgreementOption(Microsoft.Azure.PowerShell.Cmdlets.Functi { return; } - {_forTransfer = If( json?.PropertyT("forTransfer"), out var __jsonForTransfer) ? (bool?)__jsonForTransfer : ForTransfer;} {_includePrivacy = If( json?.PropertyT("includePrivacy"), out var __jsonIncludePrivacy) ? (bool?)__jsonIncludePrivacy : IncludePrivacy;} + {_forTransfer = If( json?.PropertyT("forTransfer"), out var __jsonForTransfer) ? (bool?)__jsonForTransfer : ForTransfer;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.PowerShell.cs index c30b1930de02..59be00d6b0ab 100644 --- a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal TopLevelDomainCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomain[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal TopLevelDomainCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomain[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.json.cs index cfb86a3337f0..af4f0d44b817 100644 --- a/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TopLevelDomainCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal TopLevelDomainCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomain) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomain.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistory.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistory.PowerShell.cs index 8c41df201e4a..08fcf8f712cc 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistory.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistory.PowerShell.cs @@ -100,10 +100,10 @@ internal TriggeredJobHistory(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobHistoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Run = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRun[]) content.GetValueForProperty("Run",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Run, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } @@ -123,10 +123,10 @@ internal TriggeredJobHistory(global::System.Management.Automation.PSObject conte } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobHistoryPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Run = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRun[]) content.GetValueForProperty("Run",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryInternal)this).Run, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.PowerShell.cs index 104df883b5c6..743baf862995 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.PowerShell.cs @@ -101,8 +101,8 @@ internal TriggeredJobHistoryCollection(global::System.Collections.IDictionary co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistory[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobHistoryTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -120,8 +120,8 @@ internal TriggeredJobHistoryCollection(global::System.Management.Automation.PSOb return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistory[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobHistoryTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistoryCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.json.cs index e75607dd83ed..555dc150e8be 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredJobHistoryCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal TriggeredJobHistoryCollection(Microsoft.Azure.PowerShell.Cmdlets.Functi { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobHistory) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobHistory.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredJobRun.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredJobRun.PowerShell.cs index 7eb3d3bc74c8..32517469c2bd 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredJobRun.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredJobRun.PowerShell.cs @@ -100,21 +100,21 @@ internal TriggeredJobRun(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Duration, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).JobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Trigger, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -133,21 +133,21 @@ internal TriggeredJobRun(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Duration, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).JobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).OutputUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Trigger, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunInternal)this).WebJobName, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.PowerShell.cs index d0a2ab3e669e..41ccd3993279 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.PowerShell.cs @@ -101,17 +101,17 @@ internal TriggeredJobRunProperties(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).JobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Trigger, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -129,17 +129,17 @@ internal TriggeredJobRunProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Duration, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).JobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Trigger, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunPropertiesInternal)this).WebJobName, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.json.cs index 23117c6f63df..be155402b3fc 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredJobRunProperties.json.cs @@ -77,17 +77,17 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._duration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._duration.ToString()) : null, "duration" ,container.Add ); + AddIf( null != (((object)this._webJobId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobId.ToString()) : null, "web_job_id" ,container.Add ); + AddIf( null != (((object)this._webJobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobName.ToString()) : null, "web_job_name" ,container.Add ); + AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); + AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "start_time" ,container.Add ); AddIf( null != this._endTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "end_time" ,container.Add ); + AddIf( null != (((object)this._duration)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._duration.ToString()) : null, "duration" ,container.Add ); + AddIf( null != (((object)this._outputUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._outputUrl.ToString()) : null, "output_url" ,container.Add ); AddIf( null != (((object)this._errorUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._errorUrl.ToString()) : null, "error_url" ,container.Add ); + AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); AddIf( null != (((object)this._jobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._jobName.ToString()) : null, "job_name" ,container.Add ); - AddIf( null != (((object)this._outputUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._outputUrl.ToString()) : null, "output_url" ,container.Add ); - AddIf( null != this._startTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "start_time" ,container.Add ); - AddIf( null != (((object)this._status)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._status.ToString()) : null, "status" ,container.Add ); AddIf( null != (((object)this._trigger)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._trigger.ToString()) : null, "trigger" ,container.Add ); - AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); - AddIf( null != (((object)this._webJobId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobId.ToString()) : null, "web_job_id" ,container.Add ); - AddIf( null != (((object)this._webJobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobName.ToString()) : null, "web_job_name" ,container.Add ); AfterToJson(ref container); return container; } @@ -104,17 +104,17 @@ internal TriggeredJobRunProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_duration = If( json?.PropertyT("duration"), out var __jsonDuration) ? (string)__jsonDuration : (string)Duration;} + {_webJobId = If( json?.PropertyT("web_job_id"), out var __jsonWebJobId) ? (string)__jsonWebJobId : (string)WebJobId;} + {_webJobName = If( json?.PropertyT("web_job_name"), out var __jsonWebJobName) ? (string)__jsonWebJobName : (string)WebJobName;} + {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} + {_startTime = If( json?.PropertyT("start_time"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} {_endTime = If( json?.PropertyT("end_time"), out var __jsonEndTime) ? global::System.DateTime.TryParse((string)__jsonEndTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonEndTimeValue) ? __jsonEndTimeValue : EndTime : EndTime;} + {_duration = If( json?.PropertyT("duration"), out var __jsonDuration) ? (string)__jsonDuration : (string)Duration;} + {_outputUrl = If( json?.PropertyT("output_url"), out var __jsonOutputUrl) ? (string)__jsonOutputUrl : (string)OutputUrl;} {_errorUrl = If( json?.PropertyT("error_url"), out var __jsonErrorUrl) ? (string)__jsonErrorUrl : (string)ErrorUrl;} + {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} {_jobName = If( json?.PropertyT("job_name"), out var __jsonJobName) ? (string)__jsonJobName : (string)JobName;} - {_outputUrl = If( json?.PropertyT("output_url"), out var __jsonOutputUrl) ? (string)__jsonOutputUrl : (string)OutputUrl;} - {_startTime = If( json?.PropertyT("start_time"), out var __jsonStartTime) ? global::System.DateTime.TryParse((string)__jsonStartTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonStartTimeValue) ? __jsonStartTimeValue : StartTime : StartTime;} - {_status = If( json?.PropertyT("status"), out var __jsonStatus) ? (string)__jsonStatus : (string)Status;} {_trigger = If( json?.PropertyT("trigger"), out var __jsonTrigger) ? (string)__jsonTrigger : (string)Trigger;} - {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} - {_webJobId = If( json?.PropertyT("web_job_id"), out var __jsonWebJobId) ? (string)__jsonWebJobId : (string)WebJobId;} - {_webJobName = If( json?.PropertyT("web_job_name"), out var __jsonWebJobName) ? (string)__jsonWebJobName : (string)WebJobName;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJob.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJob.PowerShell.cs index 263452a8c979..23f5ece70398 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJob.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJob.PowerShell.cs @@ -100,36 +100,36 @@ internal TriggeredWebJob(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRun = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRun) content.GetValueForProperty("LatestRun",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRun, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl = (string) content.GetValueForProperty("HistoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).SchedulerLogsUrl = (string) content.GetValueForProperty("SchedulerLogsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).SchedulerLogsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl = (string) content.GetValueForProperty("HistoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunId = (string) content.GetValueForProperty("LatestRunId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunKind = (string) content.GetValueForProperty("LatestRunKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunType = (string) content.GetValueForProperty("LatestRunType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Duration, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Trigger, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl = (string) content.GetValueForProperty("LatestRunPropertiesUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl = (string) content.GetValueForProperty("LatestRunPropertiesUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).JobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -148,36 +148,36 @@ internal TriggeredWebJob(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRun = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRun) content.GetValueForProperty("LatestRun",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRun, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl = (string) content.GetValueForProperty("HistoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).SchedulerLogsUrl = (string) content.GetValueForProperty("SchedulerLogsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).SchedulerLogsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl = (string) content.GetValueForProperty("HistoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).HistoryUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunId = (string) content.GetValueForProperty("LatestRunId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunKind = (string) content.GetValueForProperty("LatestRunKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunType = (string) content.GetValueForProperty("LatestRunType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Duration, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).Trigger, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl = (string) content.GetValueForProperty("LatestRunPropertiesUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).WebJobId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).OutputUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).ErrorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl = (string) content.GetValueForProperty("LatestRunPropertiesUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).LatestRunPropertiesUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).JobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.PowerShell.cs index a363f96564e5..7cea1d8a4a06 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.PowerShell.cs @@ -101,8 +101,8 @@ internal TriggeredWebJobCollection(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJob[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -120,8 +120,8 @@ internal TriggeredWebJobCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJob[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.json.cs index 29ae8b6cea48..d43bf58b9292 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal TriggeredWebJobCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions. { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJob) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJob.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.PowerShell.cs index 649734205663..5a217c0d6562 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.PowerShell.cs @@ -102,31 +102,31 @@ internal TriggeredWebJobProperties(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRun = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRun) content.GetValueForProperty("LatestRun",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRun, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).HistoryUrl = (string) content.GetValueForProperty("HistoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).HistoryUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).SchedulerLogsUrl = (string) content.GetValueForProperty("SchedulerLogsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).SchedulerLogsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunId = (string) content.GetValueForProperty("LatestRunId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunKind = (string) content.GetValueForProperty("LatestRunKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunType = (string) content.GetValueForProperty("LatestRunType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Duration, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Trigger, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunPropertiesUrl = (string) content.GetValueForProperty("LatestRunPropertiesUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunPropertiesUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).JobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializeDictionary(content); } @@ -145,31 +145,31 @@ internal TriggeredWebJobProperties(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRun = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRun) content.GetValueForProperty("LatestRun",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRun, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).HistoryUrl = (string) content.GetValueForProperty("HistoryUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).HistoryUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).SchedulerLogsUrl = (string) content.GetValueForProperty("SchedulerLogsUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).SchedulerLogsUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunId = (string) content.GetValueForProperty("LatestRunId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunKind = (string) content.GetValueForProperty("LatestRunKind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunKind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunType = (string) content.GetValueForProperty("LatestRunType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredJobRunProperties) content.GetValueForProperty("LatestRunProperty",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunProperty, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRunPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName = (string) content.GetValueForProperty("LatestRunName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Duration = (string) content.GetValueForProperty("Duration",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Duration, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Status = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus?) content.GetValueForProperty("Status",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Status, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatus.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Trigger = (string) content.GetValueForProperty("Trigger",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).Trigger, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime = (global::System.DateTime?) content.GetValueForProperty("EndTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).EndTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl = (string) content.GetValueForProperty("OutputUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).OutputUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl = (string) content.GetValueForProperty("ErrorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).ErrorUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunPropertiesUrl = (string) content.GetValueForProperty("LatestRunPropertiesUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).LatestRunPropertiesUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId = (string) content.GetValueForProperty("WebJobId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).WebJobId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).JobName = (string) content.GetValueForProperty("JobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).JobName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime = (global::System.DateTime?) content.GetValueForProperty("StartTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesInternal)this).StartTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.json.cs index d5ef6afefc2b..98af2c5b1569 100644 --- a/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/TriggeredWebJobProperties.json.cs @@ -78,15 +78,15 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson return container; } AddIf( null != this._latestRun ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._latestRun.ToJson(null,serializationMode) : null, "latest_run" ,container.Add ); - AddIf( null != (((object)this._error)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._error.ToString()) : null, "error" ,container.Add ); - AddIf( null != (((object)this._extraInfoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extraInfoUrl.ToString()) : null, "extra_info_url" ,container.Add ); AddIf( null != (((object)this._historyUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._historyUrl.ToString()) : null, "history_url" ,container.Add ); - AddIf( null != (((object)this._runCommand)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runCommand.ToString()) : null, "run_command" ,container.Add ); AddIf( null != (((object)this._schedulerLogsUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._schedulerLogsUrl.ToString()) : null, "scheduler_logs_url" ,container.Add ); - AddIf( null != this._setting ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setting.ToJson(null,serializationMode) : null, "settings" ,container.Add ); + AddIf( null != (((object)this._runCommand)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runCommand.ToString()) : null, "run_command" ,container.Add ); AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); - AddIf( null != this._usingSdk ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._usingSdk) : null, "using_sdk" ,container.Add ); + AddIf( null != (((object)this._extraInfoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extraInfoUrl.ToString()) : null, "extra_info_url" ,container.Add ); AddIf( null != (((object)this._webJobType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobType.ToString()) : null, "web_job_type" ,container.Add ); + AddIf( null != (((object)this._error)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._error.ToString()) : null, "error" ,container.Add ); + AddIf( null != this._usingSdk ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._usingSdk) : null, "using_sdk" ,container.Add ); + AddIf( null != this._setting ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setting.ToJson(null,serializationMode) : null, "settings" ,container.Add ); AfterToJson(ref container); return container; } @@ -104,15 +104,15 @@ internal TriggeredWebJobProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions. return; } {_latestRun = If( json?.PropertyT("latest_run"), out var __jsonLatestRun) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredJobRun.FromJson(__jsonLatestRun) : LatestRun;} - {_error = If( json?.PropertyT("error"), out var __jsonError) ? (string)__jsonError : (string)Error;} - {_extraInfoUrl = If( json?.PropertyT("extra_info_url"), out var __jsonExtraInfoUrl) ? (string)__jsonExtraInfoUrl : (string)ExtraInfoUrl;} {_historyUrl = If( json?.PropertyT("history_url"), out var __jsonHistoryUrl) ? (string)__jsonHistoryUrl : (string)HistoryUrl;} - {_runCommand = If( json?.PropertyT("run_command"), out var __jsonRunCommand) ? (string)__jsonRunCommand : (string)RunCommand;} {_schedulerLogsUrl = If( json?.PropertyT("scheduler_logs_url"), out var __jsonSchedulerLogsUrl) ? (string)__jsonSchedulerLogsUrl : (string)SchedulerLogsUrl;} - {_setting = If( json?.PropertyT("settings"), out var __jsonSettings) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettings.FromJson(__jsonSettings) : Setting;} + {_runCommand = If( json?.PropertyT("run_command"), out var __jsonRunCommand) ? (string)__jsonRunCommand : (string)RunCommand;} {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} - {_usingSdk = If( json?.PropertyT("using_sdk"), out var __jsonUsingSdk) ? (bool?)__jsonUsingSdk : UsingSdk;} + {_extraInfoUrl = If( json?.PropertyT("extra_info_url"), out var __jsonExtraInfoUrl) ? (string)__jsonExtraInfoUrl : (string)ExtraInfoUrl;} {_webJobType = If( json?.PropertyT("web_job_type"), out var __jsonWebJobType) ? (string)__jsonWebJobType : (string)WebJobType;} + {_error = If( json?.PropertyT("error"), out var __jsonError) ? (string)__jsonError : (string)Error;} + {_usingSdk = If( json?.PropertyT("using_sdk"), out var __jsonUsingSdk) ? (bool?)__jsonUsingSdk : UsingSdk;} + {_setting = If( json?.PropertyT("settings"), out var __jsonSettings) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettings.FromJson(__jsonSettings) : Setting;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/Usage.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/Usage.PowerShell.cs index 7af7f5992fdc..4ca9e22a5508 100644 --- a/src/Functions/generated/api/Models/Api20190801/Usage.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/Usage.PowerShell.cs @@ -100,18 +100,18 @@ internal Usage(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UsagePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).SiteMode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -130,18 +130,18 @@ internal Usage(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UsagePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).SiteMode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageInternal)this).Unit, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/UsageCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/UsageCollection.PowerShell.cs index 5a44f32137aa..def1a552dda5 100644 --- a/src/Functions/generated/api/Models/Api20190801/UsageCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/UsageCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal UsageCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsage[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UsageTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal UsageCollection(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsage[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UsageTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsageCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/UsageCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/UsageCollection.json.cs index d897910d5fe4..59bdafc19843 100644 --- a/src/Functions/generated/api/Models/Api20190801/UsageCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/UsageCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal UsageCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Js { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsage) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Usage.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/UsageProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/UsageProperties.PowerShell.cs index 0de24827971f..dc3d9e1e409b 100644 --- a/src/Functions/generated/api/Models/Api20190801/UsageProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/UsageProperties.PowerShell.cs @@ -99,14 +99,14 @@ internal UsageProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).SiteMode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -124,14 +124,14 @@ internal UsageProperties(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).DisplayName = (string) content.GetValueForProperty("DisplayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).DisplayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue = (long?) content.GetValueForProperty("CurrentValue",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).CurrentValue, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Limit = (long?) content.GetValueForProperty("Limit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Limit, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).NextResetTime = (global::System.DateTime?) content.GetValueForProperty("NextResetTime",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).NextResetTime, (v) => v is global::System.DateTime _v ? _v : global::System.Xml.XmlConvert.ToDateTime( v.ToString() , global::System.Xml.XmlDateTimeSerializationMode.Unspecified)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).SiteMode = (string) content.GetValueForProperty("SiteMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).SiteMode, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit = (string) content.GetValueForProperty("Unit",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUsagePropertiesInternal)this).Unit, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/UsageProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/UsageProperties.json.cs index 6e3bcd03e2cb..b8262c1e858d 100644 --- a/src/Functions/generated/api/Models/Api20190801/UsageProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/UsageProperties.json.cs @@ -79,35 +79,35 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._computeMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._computeMode.ToString()) : null, "computeMode" ,container.Add ); + AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._currentValue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._currentValue) : null, "currentValue" ,container.Add ); + AddIf( null != (((object)this._resourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceName.ToString()) : null, "resourceName" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._displayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._displayName.ToString()) : null, "displayName" ,container.Add ); + AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._limit) : null, "limit" ,container.Add ); + AddIf( null != this._currentValue ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._currentValue) : null, "currentValue" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != this._nextResetTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextResetTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextResetTime" ,container.Add ); + AddIf( null != this._limit ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((long)this._limit) : null, "limit" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._resourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceName.ToString()) : null, "resourceName" ,container.Add ); + AddIf( null != this._nextResetTime ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextResetTime?.ToString(@"yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK",global::System.Globalization.CultureInfo.InvariantCulture)) : null, "nextResetTime" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._siteMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteMode.ToString()) : null, "siteMode" ,container.Add ); + AddIf( null != (((object)this._computeMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._computeMode.ToString()) : null, "computeMode" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._unit)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._unit.ToString()) : null, "unit" ,container.Add ); + AddIf( null != (((object)this._siteMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteMode.ToString()) : null, "siteMode" ,container.Add ); } AfterToJson(ref container); return container; @@ -125,14 +125,14 @@ internal UsageProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Js { return; } - {_computeMode = If( json?.PropertyT("computeMode"), out var __jsonComputeMode) ? (string)__jsonComputeMode : (string)ComputeMode;} - {_currentValue = If( json?.PropertyT("currentValue"), out var __jsonCurrentValue) ? (long?)__jsonCurrentValue : CurrentValue;} {_displayName = If( json?.PropertyT("displayName"), out var __jsonDisplayName) ? (string)__jsonDisplayName : (string)DisplayName;} + {_resourceName = If( json?.PropertyT("resourceName"), out var __jsonResourceName) ? (string)__jsonResourceName : (string)ResourceName;} + {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} + {_currentValue = If( json?.PropertyT("currentValue"), out var __jsonCurrentValue) ? (long?)__jsonCurrentValue : CurrentValue;} {_limit = If( json?.PropertyT("limit"), out var __jsonLimit) ? (long?)__jsonLimit : Limit;} {_nextResetTime = If( json?.PropertyT("nextResetTime"), out var __jsonNextResetTime) ? global::System.DateTime.TryParse((string)__jsonNextResetTime, global::System.Globalization.CultureInfo.InvariantCulture, global::System.Globalization.DateTimeStyles.AdjustToUniversal, out var __jsonNextResetTimeValue) ? __jsonNextResetTimeValue : NextResetTime : NextResetTime;} - {_resourceName = If( json?.PropertyT("resourceName"), out var __jsonResourceName) ? (string)__jsonResourceName : (string)ResourceName;} + {_computeMode = If( json?.PropertyT("computeMode"), out var __jsonComputeMode) ? (string)__jsonComputeMode : (string)ComputeMode;} {_siteMode = If( json?.PropertyT("siteMode"), out var __jsonSiteMode) ? (string)__jsonSiteMode : (string)SiteMode;} - {_unit = If( json?.PropertyT("unit"), out var __jsonUnit) ? (string)__jsonUnit : (string)Unit;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/User.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/User.PowerShell.cs index a614e5f5fd90..0bb745dfcef9 100644 --- a/src/Functions/generated/api/Models/Api20190801/User.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/User.PowerShell.cs @@ -100,14 +100,14 @@ internal User(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPassword = (string) content.GetValueForProperty("PublishingPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPassword, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHash = (string) content.GetValueForProperty("PublishingPasswordHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHashSalt = (string) content.GetValueForProperty("PublishingPasswordHashSalt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHashSalt, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).ScmUri = (string) content.GetValueForProperty("ScmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).ScmUri, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -127,14 +127,14 @@ internal User(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.UserPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPassword = (string) content.GetValueForProperty("PublishingPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPassword, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHash = (string) content.GetValueForProperty("PublishingPasswordHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHashSalt = (string) content.GetValueForProperty("PublishingPasswordHashSalt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingPasswordHashSalt, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).ScmUri = (string) content.GetValueForProperty("ScmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserInternal)this).ScmUri, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/UserProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/UserProperties.PowerShell.cs index 08c0bf4412d0..8d8fd6e39a3a 100644 --- a/src/Functions/generated/api/Models/Api20190801/UserProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/UserProperties.PowerShell.cs @@ -99,10 +99,10 @@ internal UserProperties(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPassword = (string) content.GetValueForProperty("PublishingPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPassword, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHash = (string) content.GetValueForProperty("PublishingPasswordHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHashSalt = (string) content.GetValueForProperty("PublishingPasswordHashSalt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHashSalt, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).ScmUri = (string) content.GetValueForProperty("ScmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).ScmUri, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,10 +121,10 @@ internal UserProperties(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPassword = (string) content.GetValueForProperty("PublishingPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPassword, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHash = (string) content.GetValueForProperty("PublishingPasswordHash",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHash, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHashSalt = (string) content.GetValueForProperty("PublishingPasswordHashSalt",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingPasswordHashSalt, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName = (string) content.GetValueForProperty("PublishingUserName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).PublishingUserName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).ScmUri = (string) content.GetValueForProperty("ScmUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IUserPropertiesInternal)this).ScmUri, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/UserProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/UserProperties.json.cs index 76b0d53143af..7951def35059 100644 --- a/src/Functions/generated/api/Models/Api20190801/UserProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/UserProperties.json.cs @@ -77,10 +77,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._publishingUserName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingUserName.ToString()) : null, "publishingUserName" ,container.Add ); AddIf( null != (((object)this._publishingPassword)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingPassword.ToString()) : null, "publishingPassword" ,container.Add ); AddIf( null != (((object)this._publishingPasswordHash)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingPasswordHash.ToString()) : null, "publishingPasswordHash" ,container.Add ); AddIf( null != (((object)this._publishingPasswordHashSalt)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingPasswordHashSalt.ToString()) : null, "publishingPasswordHashSalt" ,container.Add ); - AddIf( null != (((object)this._publishingUserName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publishingUserName.ToString()) : null, "publishingUserName" ,container.Add ); AddIf( null != (((object)this._scmUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scmUri.ToString()) : null, "scmUri" ,container.Add ); AfterToJson(ref container); return container; @@ -98,10 +98,10 @@ internal UserProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Jso { return; } + {_publishingUserName = If( json?.PropertyT("publishingUserName"), out var __jsonPublishingUserName) ? (string)__jsonPublishingUserName : (string)PublishingUserName;} {_publishingPassword = If( json?.PropertyT("publishingPassword"), out var __jsonPublishingPassword) ? (string)__jsonPublishingPassword : (string)PublishingPassword;} {_publishingPasswordHash = If( json?.PropertyT("publishingPasswordHash"), out var __jsonPublishingPasswordHash) ? (string)__jsonPublishingPasswordHash : (string)PublishingPasswordHash;} {_publishingPasswordHashSalt = If( json?.PropertyT("publishingPasswordHashSalt"), out var __jsonPublishingPasswordHashSalt) ? (string)__jsonPublishingPasswordHashSalt : (string)PublishingPasswordHashSalt;} - {_publishingUserName = If( json?.PropertyT("publishingUserName"), out var __jsonPublishingUserName) ? (string)__jsonPublishingUserName : (string)PublishingUserName;} {_scmUri = If( json?.PropertyT("scmUri"), out var __jsonScmUri) ? (string)__jsonScmUri : (string)ScmUri;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/ValidateProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ValidateProperties.PowerShell.cs index 28d812709df8..f1485d807450 100644 --- a/src/Functions/generated/api/Models/Api20190801/ValidateProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ValidateProperties.PowerShell.cs @@ -99,19 +99,19 @@ internal ValidateProperties(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform = (string) content.GetValueForProperty("ContainerImagePlatform",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl = (string) content.GetValueForProperty("ContainerRegistryBaseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword = (string) content.GetValueForProperty("ContainerRegistryPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).HostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl = (string) content.GetValueForProperty("ContainerRegistryBaseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword = (string) content.GetValueForProperty("ContainerRegistryPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform = (string) content.GetValueForProperty("ContainerImagePlatform",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -129,19 +129,19 @@ internal ValidateProperties(global::System.Management.Automation.PSObject conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform = (string) content.GetValueForProperty("ContainerImagePlatform",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl = (string) content.GetValueForProperty("ContainerRegistryBaseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword = (string) content.GetValueForProperty("ContainerRegistryPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).HostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).SkuName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl = (string) content.GetValueForProperty("ContainerRegistryBaseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryBaseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword = (string) content.GetValueForProperty("ContainerRegistryPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerRegistryPassword, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageRepository, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImageTag, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform = (string) content.GetValueForProperty("ContainerImagePlatform",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidatePropertiesInternal)this).ContainerImagePlatform, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/ValidateProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/ValidateProperties.json.cs index 82860ca83160..f604e0adcfa8 100644 --- a/src/Functions/generated/api/Models/Api20190801/ValidateProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/ValidateProperties.json.cs @@ -77,19 +77,19 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); + AddIf( null != (((object)this._skuName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._skuName.ToString()) : null, "skuName" ,container.Add ); + AddIf( null != this._needLinuxWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._needLinuxWorker) : null, "needLinuxWorkers" ,container.Add ); + AddIf( null != this._isSpot ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSpot) : null, "isSpot" ,container.Add ); AddIf( null != this._capacity ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._capacity) : null, "capacity" ,container.Add ); - AddIf( null != (((object)this._containerImagePlatform)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerImagePlatform.ToString()) : null, "containerImagePlatform" ,container.Add ); - AddIf( null != (((object)this._containerImageRepository)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerImageRepository.ToString()) : null, "containerImageRepository" ,container.Add ); - AddIf( null != (((object)this._containerImageTag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerImageTag.ToString()) : null, "containerImageTag" ,container.Add ); - AddIf( null != (((object)this._containerRegistryBaseUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerRegistryBaseUrl.ToString()) : null, "containerRegistryBaseUrl" ,container.Add ); - AddIf( null != (((object)this._containerRegistryPassword)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerRegistryPassword.ToString()) : null, "containerRegistryPassword" ,container.Add ); - AddIf( null != (((object)this._containerRegistryUsername)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerRegistryUsername.ToString()) : null, "containerRegistryUsername" ,container.Add ); AddIf( null != (((object)this._hostingEnvironment)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostingEnvironment.ToString()) : null, "hostingEnvironment" ,container.Add ); - AddIf( null != this._isSpot ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSpot) : null, "isSpot" ,container.Add ); AddIf( null != this._isXenon ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isXenon) : null, "isXenon" ,container.Add ); - AddIf( null != this._needLinuxWorker ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._needLinuxWorker) : null, "needLinuxWorkers" ,container.Add ); - AddIf( null != (((object)this._serverFarmId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serverFarmId.ToString()) : null, "serverFarmId" ,container.Add ); - AddIf( null != (((object)this._skuName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._skuName.ToString()) : null, "skuName" ,container.Add ); + AddIf( null != (((object)this._containerRegistryBaseUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerRegistryBaseUrl.ToString()) : null, "containerRegistryBaseUrl" ,container.Add ); + AddIf( null != (((object)this._containerRegistryUsername)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerRegistryUsername.ToString()) : null, "containerRegistryUsername" ,container.Add ); + AddIf( null != (((object)this._containerRegistryPassword)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerRegistryPassword.ToString()) : null, "containerRegistryPassword" ,container.Add ); + AddIf( null != (((object)this._containerImageRepository)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerImageRepository.ToString()) : null, "containerImageRepository" ,container.Add ); + AddIf( null != (((object)this._containerImageTag)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerImageTag.ToString()) : null, "containerImageTag" ,container.Add ); + AddIf( null != (((object)this._containerImagePlatform)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerImagePlatform.ToString()) : null, "containerImagePlatform" ,container.Add ); AfterToJson(ref container); return container; } @@ -106,19 +106,19 @@ internal ValidateProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } + {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} + {_skuName = If( json?.PropertyT("skuName"), out var __jsonSkuName) ? (string)__jsonSkuName : (string)SkuName;} + {_needLinuxWorker = If( json?.PropertyT("needLinuxWorkers"), out var __jsonNeedLinuxWorkers) ? (bool?)__jsonNeedLinuxWorkers : NeedLinuxWorker;} + {_isSpot = If( json?.PropertyT("isSpot"), out var __jsonIsSpot) ? (bool?)__jsonIsSpot : IsSpot;} {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? (int?)__jsonCapacity : Capacity;} - {_containerImagePlatform = If( json?.PropertyT("containerImagePlatform"), out var __jsonContainerImagePlatform) ? (string)__jsonContainerImagePlatform : (string)ContainerImagePlatform;} - {_containerImageRepository = If( json?.PropertyT("containerImageRepository"), out var __jsonContainerImageRepository) ? (string)__jsonContainerImageRepository : (string)ContainerImageRepository;} - {_containerImageTag = If( json?.PropertyT("containerImageTag"), out var __jsonContainerImageTag) ? (string)__jsonContainerImageTag : (string)ContainerImageTag;} - {_containerRegistryBaseUrl = If( json?.PropertyT("containerRegistryBaseUrl"), out var __jsonContainerRegistryBaseUrl) ? (string)__jsonContainerRegistryBaseUrl : (string)ContainerRegistryBaseUrl;} - {_containerRegistryPassword = If( json?.PropertyT("containerRegistryPassword"), out var __jsonContainerRegistryPassword) ? (string)__jsonContainerRegistryPassword : (string)ContainerRegistryPassword;} - {_containerRegistryUsername = If( json?.PropertyT("containerRegistryUsername"), out var __jsonContainerRegistryUsername) ? (string)__jsonContainerRegistryUsername : (string)ContainerRegistryUsername;} {_hostingEnvironment = If( json?.PropertyT("hostingEnvironment"), out var __jsonHostingEnvironment) ? (string)__jsonHostingEnvironment : (string)HostingEnvironment;} - {_isSpot = If( json?.PropertyT("isSpot"), out var __jsonIsSpot) ? (bool?)__jsonIsSpot : IsSpot;} {_isXenon = If( json?.PropertyT("isXenon"), out var __jsonIsXenon) ? (bool?)__jsonIsXenon : IsXenon;} - {_needLinuxWorker = If( json?.PropertyT("needLinuxWorkers"), out var __jsonNeedLinuxWorkers) ? (bool?)__jsonNeedLinuxWorkers : NeedLinuxWorker;} - {_serverFarmId = If( json?.PropertyT("serverFarmId"), out var __jsonServerFarmId) ? (string)__jsonServerFarmId : (string)ServerFarmId;} - {_skuName = If( json?.PropertyT("skuName"), out var __jsonSkuName) ? (string)__jsonSkuName : (string)SkuName;} + {_containerRegistryBaseUrl = If( json?.PropertyT("containerRegistryBaseUrl"), out var __jsonContainerRegistryBaseUrl) ? (string)__jsonContainerRegistryBaseUrl : (string)ContainerRegistryBaseUrl;} + {_containerRegistryUsername = If( json?.PropertyT("containerRegistryUsername"), out var __jsonContainerRegistryUsername) ? (string)__jsonContainerRegistryUsername : (string)ContainerRegistryUsername;} + {_containerRegistryPassword = If( json?.PropertyT("containerRegistryPassword"), out var __jsonContainerRegistryPassword) ? (string)__jsonContainerRegistryPassword : (string)ContainerRegistryPassword;} + {_containerImageRepository = If( json?.PropertyT("containerImageRepository"), out var __jsonContainerImageRepository) ? (string)__jsonContainerImageRepository : (string)ContainerImageRepository;} + {_containerImageTag = If( json?.PropertyT("containerImageTag"), out var __jsonContainerImageTag) ? (string)__jsonContainerImageTag : (string)ContainerImageTag;} + {_containerImagePlatform = If( json?.PropertyT("containerImagePlatform"), out var __jsonContainerImagePlatform) ? (string)__jsonContainerImagePlatform : (string)ContainerImagePlatform;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/ValidateRequest.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/ValidateRequest.PowerShell.cs index 79a33b55ffb4..b5ed0db7bc96 100644 --- a/src/Functions/generated/api/Models/Api20190801/ValidateRequest.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/ValidateRequest.PowerShell.cs @@ -103,19 +103,19 @@ internal ValidateRequest(global::System.Collections.IDictionary content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ValidateResourceTypes) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ValidateResourceTypes.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryBaseUrl = (string) content.GetValueForProperty("ContainerRegistryBaseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryBaseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryPassword = (string) content.GetValueForProperty("ContainerRegistryPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryPassword, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImagePlatform = (string) content.GetValueForProperty("ContainerImagePlatform",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImagePlatform, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -137,19 +137,19 @@ internal ValidateRequest(global::System.Management.Automation.PSObject content) ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ValidateResourceTypes) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ValidateResourceTypes.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryBaseUrl = (string) content.GetValueForProperty("ContainerRegistryBaseUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryBaseUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername = (string) content.GetValueForProperty("ContainerRegistryUsername",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryUsername, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryPassword = (string) content.GetValueForProperty("ContainerRegistryPassword",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerRegistryPassword, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository = (string) content.GetValueForProperty("ContainerImageRepository",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageRepository, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag = (string) content.GetValueForProperty("ContainerImageTag",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImageTag, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImagePlatform = (string) content.GetValueForProperty("ContainerImagePlatform",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ContainerImagePlatform, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment = (string) content.GetValueForProperty("HostingEnvironment",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).HostingEnvironment, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot = (bool?) content.GetValueForProperty("IsSpot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsSpot, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon = (bool?) content.GetValueForProperty("IsXenon",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).IsXenon, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker = (bool?) content.GetValueForProperty("NeedLinuxWorker",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).NeedLinuxWorker, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId = (string) content.GetValueForProperty("ServerFarmId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).ServerFarmId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequestInternal)this).SkuName, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualApplication.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VirtualApplication.PowerShell.cs index 5d1cb1012f40..040058f34208 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualApplication.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualApplication.PowerShell.cs @@ -99,10 +99,10 @@ internal VirtualApplication(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath = (string) content.GetValueForProperty("VirtualPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PhysicalPath = (string) content.GetValueForProperty("PhysicalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PhysicalPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PreloadEnabled = (bool?) content.GetValueForProperty("PreloadEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PreloadEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualDirectory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]) content.GetValueForProperty("VirtualDirectory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualDirectory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualDirectoryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath = (string) content.GetValueForProperty("VirtualPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -120,10 +120,10 @@ internal VirtualApplication(global::System.Management.Automation.PSObject conten return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath = (string) content.GetValueForProperty("VirtualPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PhysicalPath = (string) content.GetValueForProperty("PhysicalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PhysicalPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PreloadEnabled = (bool?) content.GetValueForProperty("PreloadEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).PreloadEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualDirectory = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory[]) content.GetValueForProperty("VirtualDirectory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualDirectory, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualDirectoryTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath = (string) content.GetValueForProperty("VirtualPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualApplicationInternal)this).VirtualPath, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualApplication.json.cs b/src/Functions/generated/api/Models/Api20190801/VirtualApplication.json.cs index de703dbad3fb..79c9e8f77cdc 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualApplication.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualApplication.json.cs @@ -77,6 +77,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._virtualPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualPath.ToString()) : null, "virtualPath" ,container.Add ); AddIf( null != (((object)this._physicalPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._physicalPath.ToString()) : null, "physicalPath" ,container.Add ); AddIf( null != this._preloadEnabled ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._preloadEnabled) : null, "preloadEnabled" ,container.Add ); if (null != this._virtualDirectory) @@ -88,7 +89,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("virtualDirectories",__w); } - AddIf( null != (((object)this._virtualPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualPath.ToString()) : null, "virtualPath" ,container.Add ); AfterToJson(ref container); return container; } @@ -105,10 +105,10 @@ internal VirtualApplication(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } + {_virtualPath = If( json?.PropertyT("virtualPath"), out var __jsonVirtualPath) ? (string)__jsonVirtualPath : (string)VirtualPath;} {_physicalPath = If( json?.PropertyT("physicalPath"), out var __jsonPhysicalPath) ? (string)__jsonPhysicalPath : (string)PhysicalPath;} {_preloadEnabled = If( json?.PropertyT("preloadEnabled"), out var __jsonPreloadEnabled) ? (bool?)__jsonPreloadEnabled : PreloadEnabled;} {_virtualDirectory = If( json?.PropertyT("virtualDirectories"), out var __jsonVirtualDirectories) ? If( __jsonVirtualDirectories as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectory) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualDirectory.FromJson(__u) )) ))() : null : VirtualDirectory;} - {_virtualPath = If( json?.PropertyT("virtualPath"), out var __jsonVirtualPath) ? (string)__jsonVirtualPath : (string)VirtualPath;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.PowerShell.cs index 3b172eca4fd5..5935bd21187b 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.PowerShell.cs @@ -99,8 +99,8 @@ internal VirtualDirectory(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath = (string) content.GetValueForProperty("PhysicalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).VirtualPath = (string) content.GetValueForProperty("VirtualPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).VirtualPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath = (string) content.GetValueForProperty("PhysicalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal VirtualDirectory(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath = (string) content.GetValueForProperty("PhysicalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).VirtualPath = (string) content.GetValueForProperty("VirtualPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).VirtualPath, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath = (string) content.GetValueForProperty("PhysicalPath",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualDirectoryInternal)this).PhysicalPath, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.json.cs b/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.json.cs index 0aab929523ce..a41232748dad 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualDirectory.json.cs @@ -77,8 +77,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._physicalPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._physicalPath.ToString()) : null, "physicalPath" ,container.Add ); AddIf( null != (((object)this._virtualPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualPath.ToString()) : null, "virtualPath" ,container.Add ); + AddIf( null != (((object)this._physicalPath)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._physicalPath.ToString()) : null, "physicalPath" ,container.Add ); AfterToJson(ref container); return container; } @@ -95,8 +95,8 @@ internal VirtualDirectory(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_physicalPath = If( json?.PropertyT("physicalPath"), out var __jsonPhysicalPath) ? (string)__jsonPhysicalPath : (string)PhysicalPath;} {_virtualPath = If( json?.PropertyT("virtualPath"), out var __jsonVirtualPath) ? (string)__jsonVirtualPath : (string)VirtualPath;} + {_physicalPath = If( json?.PropertyT("physicalPath"), out var __jsonPhysicalPath) ? (string)__jsonPhysicalPath : (string)PhysicalPath;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.PowerShell.cs index ea070082dd86..ce97103d5150 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.PowerShell.cs @@ -99,11 +99,11 @@ internal VirtualIPMapping(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse = (bool?) content.GetValueForProperty("InUse",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpPort = (int?) content.GetValueForProperty("InternalHttpPort",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpPort, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpsPort = (int?) content.GetValueForProperty("InternalHttpsPort",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpsPort, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse = (bool?) content.GetValueForProperty("InUse",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).ServiceName = (string) content.GetValueForProperty("ServiceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).ServiceName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -121,11 +121,11 @@ internal VirtualIPMapping(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse = (bool?) content.GetValueForProperty("InUse",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpPort = (int?) content.GetValueForProperty("InternalHttpPort",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpPort, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpsPort = (int?) content.GetValueForProperty("InternalHttpsPort",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InternalHttpsPort, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse = (bool?) content.GetValueForProperty("InUse",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).InUse, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).ServiceName = (string) content.GetValueForProperty("ServiceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).ServiceName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP = (string) content.GetValueForProperty("VirtualIP",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualIPMappingInternal)this).VirtualIP, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.json.cs b/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.json.cs index 323a08ffa9d6..065c6cab0de4 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualIPMapping.json.cs @@ -77,11 +77,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != this._inUse ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._inUse) : null, "inUse" ,container.Add ); + AddIf( null != (((object)this._virtualIP)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualIP.ToString()) : null, "virtualIP" ,container.Add ); AddIf( null != this._internalHttpPort ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._internalHttpPort) : null, "internalHttpPort" ,container.Add ); AddIf( null != this._internalHttpsPort ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._internalHttpsPort) : null, "internalHttpsPort" ,container.Add ); + AddIf( null != this._inUse ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._inUse) : null, "inUse" ,container.Add ); AddIf( null != (((object)this._serviceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._serviceName.ToString()) : null, "serviceName" ,container.Add ); - AddIf( null != (((object)this._virtualIP)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._virtualIP.ToString()) : null, "virtualIP" ,container.Add ); AfterToJson(ref container); return container; } @@ -98,11 +98,11 @@ internal VirtualIPMapping(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_inUse = If( json?.PropertyT("inUse"), out var __jsonInUse) ? (bool?)__jsonInUse : InUse;} + {_virtualIP = If( json?.PropertyT("virtualIP"), out var __jsonVirtualIP) ? (string)__jsonVirtualIP : (string)VirtualIP;} {_internalHttpPort = If( json?.PropertyT("internalHttpPort"), out var __jsonInternalHttpPort) ? (int?)__jsonInternalHttpPort : InternalHttpPort;} {_internalHttpsPort = If( json?.PropertyT("internalHttpsPort"), out var __jsonInternalHttpsPort) ? (int?)__jsonInternalHttpsPort : InternalHttpsPort;} + {_inUse = If( json?.PropertyT("inUse"), out var __jsonInUse) ? (bool?)__jsonInUse : InUse;} {_serviceName = If( json?.PropertyT("serviceName"), out var __jsonServiceName) ? (string)__jsonServiceName : (string)ServiceName;} - {_virtualIP = If( json?.PropertyT("virtualIP"), out var __jsonVirtualIP) ? (string)__jsonVirtualIP : (string)VirtualIP;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.PowerShell.cs index 8fbb98017339..cc8c74d72f7c 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.PowerShell.cs @@ -99,9 +99,9 @@ internal VirtualNetworkProfile(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Subnet = (string) content.GetValueForProperty("Subnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Subnet, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -120,9 +120,9 @@ internal VirtualNetworkProfile(global::System.Management.Automation.PSObject con return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Subnet = (string) content.GetValueForProperty("Subnet",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfileInternal)this).Subnet, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.json.cs b/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.json.cs index 9c6500a3f7a9..226b0b3eafd0 100644 --- a/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VirtualNetworkProfile.json.cs @@ -77,6 +77,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); @@ -85,7 +86,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { AddIf( null != (((object)this._type)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._type.ToString()) : null, "type" ,container.Add ); } - AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); AddIf( null != (((object)this._subnet)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subnet.ToString()) : null, "subnet" ,container.Add ); AfterToJson(ref container); return container; @@ -103,9 +103,9 @@ internal VirtualNetworkProfile(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runt { return; } + {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} - {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} {_subnet = If( json?.PropertyT("subnet"), out var __jsonSubnet) ? (string)__jsonSubnet : (string)Subnet;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetGateway.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetGateway.PowerShell.cs index cc1e4a6683b9..d6a5a01cc83d 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetGateway.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetGateway.PowerShell.cs @@ -102,10 +102,10 @@ internal VnetGateway(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetGatewayPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VpnPackageUri = (string) content.GetValueForProperty("VpnPackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VpnPackageUri, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -126,10 +126,10 @@ internal VnetGateway(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetGatewayPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VpnPackageUri = (string) content.GetValueForProperty("VpnPackageUri",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetGatewayInternal)this).VpnPackageUri, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/VnetInfo.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetInfo.PowerShell.cs index 4af383b51f40..5ba559e38a6a 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetInfo.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetInfo.PowerShell.cs @@ -100,17 +100,17 @@ internal VnetInfo(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -129,17 +129,17 @@ internal VnetInfo(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetInfoPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoInternal)this).VnetResourceId, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.PowerShell.cs index f0d13ad80c77..133194d1eef3 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.PowerShell.cs @@ -99,13 +99,13 @@ internal VnetInfoProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -123,13 +123,13 @@ internal VnetInfoProperties(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertThumbprint = (string) content.GetValueForProperty("CertThumbprint",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertThumbprint, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob = (string) content.GetValueForProperty("CertBlob",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).CertBlob, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).DnsServer = (string) content.GetValueForProperty("DnsServer",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).DnsServer, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).IsSwift = (bool?) content.GetValueForProperty("IsSwift",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).IsSwift, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired = (bool?) content.GetValueForProperty("ResyncRequired",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).ResyncRequired, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute[]) content.GetValueForProperty("Route",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).Route, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRouteTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId = (string) content.GetValueForProperty("VnetResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetInfoPropertiesInternal)this).VnetResourceId, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.json.cs index e4461f93f6d0..a324a3589984 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetInfoProperties.json.cs @@ -77,17 +77,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._certBlob)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._certBlob.ToString()) : null, "certBlob" ,container.Add ); + AddIf( null != (((object)this._vnetResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetResourceId.ToString()) : null, "vnetResourceId" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { AddIf( null != (((object)this._certThumbprint)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._certThumbprint.ToString()) : null, "certThumbprint" ,container.Add ); } - AddIf( null != (((object)this._dnsServer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsServer.ToString()) : null, "dnsServers" ,container.Add ); - AddIf( null != this._isSwift ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSwift) : null, "isSwift" ,container.Add ); - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != this._resyncRequired ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._resyncRequired) : null, "resyncRequired" ,container.Add ); - } + AddIf( null != (((object)this._certBlob)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._certBlob.ToString()) : null, "certBlob" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._route) @@ -100,7 +95,12 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("routes",__w); } } - AddIf( null != (((object)this._vnetResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetResourceId.ToString()) : null, "vnetResourceId" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._resyncRequired ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._resyncRequired) : null, "resyncRequired" ,container.Add ); + } + AddIf( null != (((object)this._dnsServer)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._dnsServer.ToString()) : null, "dnsServers" ,container.Add ); + AddIf( null != this._isSwift ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._isSwift) : null, "isSwift" ,container.Add ); AfterToJson(ref container); return container; } @@ -117,13 +117,13 @@ internal VnetInfoProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime { return; } - {_certBlob = If( json?.PropertyT("certBlob"), out var __jsonCertBlob) ? (string)__jsonCertBlob : (string)CertBlob;} + {_vnetResourceId = If( json?.PropertyT("vnetResourceId"), out var __jsonVnetResourceId) ? (string)__jsonVnetResourceId : (string)VnetResourceId;} {_certThumbprint = If( json?.PropertyT("certThumbprint"), out var __jsonCertThumbprint) ? (string)__jsonCertThumbprint : (string)CertThumbprint;} + {_certBlob = If( json?.PropertyT("certBlob"), out var __jsonCertBlob) ? (string)__jsonCertBlob : (string)CertBlob;} + {_route = If( json?.PropertyT("routes"), out var __jsonRoutes) ? If( __jsonRoutes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRoute.FromJson(__u) )) ))() : null : Route;} + {_resyncRequired = If( json?.PropertyT("resyncRequired"), out var __jsonResyncRequired) ? (bool?)__jsonResyncRequired : ResyncRequired;} {_dnsServer = If( json?.PropertyT("dnsServers"), out var __jsonDnsServers) ? (string)__jsonDnsServers : (string)DnsServer;} {_isSwift = If( json?.PropertyT("isSwift"), out var __jsonIsSwift) ? (bool?)__jsonIsSwift : IsSwift;} - {_resyncRequired = If( json?.PropertyT("resyncRequired"), out var __jsonResyncRequired) ? (bool?)__jsonResyncRequired : ResyncRequired;} - {_route = If( json?.PropertyT("routes"), out var __jsonRoutes) ? If( __jsonRoutes as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoute) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRoute.FromJson(__u) )) ))() : null : Route;} - {_vnetResourceId = If( json?.PropertyT("vnetResourceId"), out var __jsonVnetResourceId) ? (string)__jsonVnetResourceId : (string)VnetResourceId;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetParameters.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetParameters.PowerShell.cs index 1d24b433da04..11331c4efa28 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetParameters.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetParameters.PowerShell.cs @@ -100,12 +100,12 @@ internal VnetParameters(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetParametersPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetResourceGroup = (string) content.GetValueForProperty("VnetResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetSubnetName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -125,12 +125,12 @@ internal VnetParameters(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetParametersPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetResourceGroup = (string) content.GetValueForProperty("VnetResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersInternal)this).VnetSubnetName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.PowerShell.cs index 717882b6b1f1..95457ec38ecc 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.PowerShell.cs @@ -99,8 +99,8 @@ internal VnetParametersProperties(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetResourceGroup = (string) content.GetValueForProperty("VnetResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetSubnetName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -119,8 +119,8 @@ internal VnetParametersProperties(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetResourceGroup = (string) content.GetValueForProperty("VnetResourceGroup",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetResourceGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetSubnetName = (string) content.GetValueForProperty("VnetSubnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersPropertiesInternal)this).VnetSubnetName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.json.cs index 091f902114aa..65e489697eec 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetParametersProperties.json.cs @@ -77,8 +77,8 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); AddIf( null != (((object)this._vnetResourceGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetResourceGroup.ToString()) : null, "vnetResourceGroup" ,container.Add ); + AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); AddIf( null != (((object)this._vnetSubnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetSubnetName.ToString()) : null, "vnetSubnetName" ,container.Add ); AfterToJson(ref container); return container; @@ -96,8 +96,8 @@ internal VnetParametersProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} {_vnetResourceGroup = If( json?.PropertyT("vnetResourceGroup"), out var __jsonVnetResourceGroup) ? (string)__jsonVnetResourceGroup : (string)VnetResourceGroup;} + {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} {_vnetSubnetName = If( json?.PropertyT("vnetSubnetName"), out var __jsonVnetSubnetName) ? (string)__jsonVnetSubnetName : (string)VnetSubnetName;} AfterFromJson(json); } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetRoute.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetRoute.PowerShell.cs index 385e7e6ff1e4..50154321ce47 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetRoute.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetRoute.PowerShell.cs @@ -102,13 +102,13 @@ internal VnetRoute(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRoutePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).RouteType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType?) content.GetValueForProperty("RouteType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).RouteType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress = (string) content.GetValueForProperty("EndAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).StartAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress = (string) content.GetValueForProperty("EndAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -127,13 +127,13 @@ internal VnetRoute(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetRoutePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).RouteType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType?) content.GetValueForProperty("RouteType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).RouteType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress = (string) content.GetValueForProperty("EndAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).StartAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress = (string) content.GetValueForProperty("EndAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRouteInternal)this).EndAddress, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.PowerShell.cs index 0b3c1917da9a..28c9585b4840 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.PowerShell.cs @@ -99,9 +99,9 @@ internal VnetRouteProperties(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).EndAddress = (string) content.GetValueForProperty("EndAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).EndAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).RouteType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType?) content.GetValueForProperty("RouteType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).RouteType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -119,9 +119,9 @@ internal VnetRouteProperties(global::System.Management.Automation.PSObject conte return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).EndAddress = (string) content.GetValueForProperty("EndAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).EndAddress, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).RouteType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType?) content.GetValueForProperty("RouteType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).RouteType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress = (string) content.GetValueForProperty("StartAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetRoutePropertiesInternal)this).StartAddress, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.json.cs index ec4fb523a65d..ca4af5ad864a 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetRouteProperties.json.cs @@ -77,9 +77,9 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != (((object)this._startAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startAddress.ToString()) : null, "startAddress" ,container.Add ); AddIf( null != (((object)this._endAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._endAddress.ToString()) : null, "endAddress" ,container.Add ); AddIf( null != (((object)this._routeType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._routeType.ToString()) : null, "routeType" ,container.Add ); - AddIf( null != (((object)this._startAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._startAddress.ToString()) : null, "startAddress" ,container.Add ); AfterToJson(ref container); return container; } @@ -96,9 +96,9 @@ internal VnetRouteProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtim { return; } + {_startAddress = If( json?.PropertyT("startAddress"), out var __jsonStartAddress) ? (string)__jsonStartAddress : (string)StartAddress;} {_endAddress = If( json?.PropertyT("endAddress"), out var __jsonEndAddress) ? (string)__jsonEndAddress : (string)EndAddress;} {_routeType = If( json?.PropertyT("routeType"), out var __jsonRouteType) ? (string)__jsonRouteType : (string)RouteType;} - {_startAddress = If( json?.PropertyT("startAddress"), out var __jsonStartAddress) ? (string)__jsonStartAddress : (string)StartAddress;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/VnetValidationFailureDetails.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetValidationFailureDetails.PowerShell.cs index 132e867b8c37..5cf7ef5689e2 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetValidationFailureDetails.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetValidationFailureDetails.PowerShell.cs @@ -102,10 +102,10 @@ internal VnetValidationFailureDetails(global::System.Collections.IDictionary con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetValidationFailureDetailsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Failed = (bool?) content.GetValueForProperty("Failed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Failed, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).FailedTest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailure[]) content.GetValueForProperty("FailedTest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).FailedTest, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetValidationTestFailureTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); @@ -126,10 +126,10 @@ internal VnetValidationFailureDetails(global::System.Management.Automation.PSObj } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetValidationFailureDetailsPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Failed = (bool?) content.GetValueForProperty("Failed",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).Failed, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).FailedTest = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailure[]) content.GetValueForProperty("FailedTest",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationFailureDetailsInternal)this).FailedTest, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetValidationTestFailureTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/VnetValidationTestFailure.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/VnetValidationTestFailure.PowerShell.cs index 5fd71f0b07d2..de223ad59429 100644 --- a/src/Functions/generated/api/Models/Api20190801/VnetValidationTestFailure.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/VnetValidationTestFailure.PowerShell.cs @@ -102,10 +102,10 @@ internal VnetValidationTestFailure(global::System.Collections.IDictionary conten } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetValidationTestFailurePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).TestName = (string) content.GetValueForProperty("TestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).TestName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Detail, global::System.Convert.ToString); AfterDeserializeDictionary(content); @@ -126,10 +126,10 @@ internal VnetValidationTestFailure(global::System.Management.Automation.PSObject } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetValidationTestFailurePropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).TestName = (string) content.GetValueForProperty("TestName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).TestName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Detail = (string) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetValidationTestFailureInternal)this).Detail, global::System.Convert.ToString); AfterDeserializePSObject(content); diff --git a/src/Functions/generated/api/Models/Api20190801/WebAppCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebAppCollection.PowerShell.cs index 502cb528f594..6d0e2dbc1696 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebAppCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebAppCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal WebAppCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal WebAppCollection(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebAppCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/WebAppCollection.json.cs index b37bde87d0d1..e9f0c71e5f67 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebAppCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebAppCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal WebAppCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.Site.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.PowerShell.cs index e0c58dbd1e23..b7da4c457a36 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal WebAppInstanceCollection(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstance[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteInstanceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal WebAppInstanceCollection(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstance[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteInstanceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebAppInstanceCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.json.cs index e90d38d4a3f1..1d6d2e26bd0b 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebAppInstanceCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal WebAppInstanceCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.R { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteInstance) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteInstance.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebJob.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebJob.PowerShell.cs index 60d84c0ebc73..c4dad9dd252c 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebJob.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebJob.PowerShell.cs @@ -100,17 +100,17 @@ internal WebJob(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -129,17 +129,17 @@ internal WebJob(global::System.Management.Automation.PSObject content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebJobCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebJobCollection.PowerShell.cs index b05d8c6b3e2e..3ab054315606 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebJobCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebJobCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal WebJobCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJob[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal WebJobCollection(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJob[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebJobCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/WebJobCollection.json.cs index 62d141b561a3..1baf9f4cc4a7 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebJobCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebJobCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal WebJobCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJob) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJob.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebJobProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebJobProperties.PowerShell.cs index 34455d11c1bc..bde84400104f 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebJobProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebJobProperties.PowerShell.cs @@ -99,13 +99,13 @@ internal WebJobProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -123,13 +123,13 @@ internal WebJobProperties(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).RunCommand = (string) content.GetValueForProperty("RunCommand",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).RunCommand, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Url = (string) content.GetValueForProperty("Url",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Url, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl = (string) content.GetValueForProperty("ExtraInfoUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).ExtraInfoUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).WebJobType = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType?) content.GetValueForProperty("WebJobType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).WebJobType, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error = (string) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Error, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk = (bool?) content.GetValueForProperty("UsingSdk",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).UsingSdk, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesSettings) content.GetValueForProperty("Setting",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJobPropertiesInternal)this).Setting, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettingsTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebJobProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/WebJobProperties.json.cs index 76300b091e97..94a71727d346 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebJobProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebJobProperties.json.cs @@ -77,13 +77,13 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._error)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._error.ToString()) : null, "error" ,container.Add ); - AddIf( null != (((object)this._extraInfoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extraInfoUrl.ToString()) : null, "extra_info_url" ,container.Add ); AddIf( null != (((object)this._runCommand)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._runCommand.ToString()) : null, "run_command" ,container.Add ); - AddIf( null != this._setting ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setting.ToJson(null,serializationMode) : null, "settings" ,container.Add ); AddIf( null != (((object)this._url)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._url.ToString()) : null, "url" ,container.Add ); - AddIf( null != this._usingSdk ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._usingSdk) : null, "using_sdk" ,container.Add ); + AddIf( null != (((object)this._extraInfoUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._extraInfoUrl.ToString()) : null, "extra_info_url" ,container.Add ); AddIf( null != (((object)this._webJobType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobType.ToString()) : null, "web_job_type" ,container.Add ); + AddIf( null != (((object)this._error)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._error.ToString()) : null, "error" ,container.Add ); + AddIf( null != this._usingSdk ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonBoolean((bool)this._usingSdk) : null, "using_sdk" ,container.Add ); + AddIf( null != this._setting ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._setting.ToJson(null,serializationMode) : null, "settings" ,container.Add ); AfterToJson(ref container); return container; } @@ -100,13 +100,13 @@ internal WebJobProperties(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.J { return; } - {_error = If( json?.PropertyT("error"), out var __jsonError) ? (string)__jsonError : (string)Error;} - {_extraInfoUrl = If( json?.PropertyT("extra_info_url"), out var __jsonExtraInfoUrl) ? (string)__jsonExtraInfoUrl : (string)ExtraInfoUrl;} {_runCommand = If( json?.PropertyT("run_command"), out var __jsonRunCommand) ? (string)__jsonRunCommand : (string)RunCommand;} - {_setting = If( json?.PropertyT("settings"), out var __jsonSettings) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettings.FromJson(__jsonSettings) : Setting;} {_url = If( json?.PropertyT("url"), out var __jsonUrl) ? (string)__jsonUrl : (string)Url;} - {_usingSdk = If( json?.PropertyT("using_sdk"), out var __jsonUsingSdk) ? (bool?)__jsonUsingSdk : UsingSdk;} + {_extraInfoUrl = If( json?.PropertyT("extra_info_url"), out var __jsonExtraInfoUrl) ? (string)__jsonExtraInfoUrl : (string)ExtraInfoUrl;} {_webJobType = If( json?.PropertyT("web_job_type"), out var __jsonWebJobType) ? (string)__jsonWebJobType : (string)WebJobType;} + {_error = If( json?.PropertyT("error"), out var __jsonError) ? (string)__jsonError : (string)Error;} + {_usingSdk = If( json?.PropertyT("using_sdk"), out var __jsonUsingSdk) ? (bool?)__jsonUsingSdk : UsingSdk;} + {_setting = If( json?.PropertyT("settings"), out var __jsonSettings) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobPropertiesSettings.FromJson(__jsonSettings) : Setting;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.PowerShell.cs index ae89a4627631..4a2219b65816 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.PowerShell.cs @@ -99,15 +99,15 @@ internal WebSiteInstanceStatus(global::System.Collections.IDictionary content) } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).StatusUrl = (string) content.GetValueForProperty("StatusUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).StatusUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -126,15 +126,15 @@ internal WebSiteInstanceStatus(global::System.Management.Automation.PSObject con } // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).StatusUrl = (string) content.GetValueForProperty("StatusUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).StatusUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).DetectorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).ConsoleUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.cs index 145d06850afa..967243053555 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatus.cs @@ -17,6 +17,7 @@ public partial class WebSiteInstanceStatus : [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public string ConsoleUrl { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)Property).ConsoleUrl; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)Property).ConsoleUrl = value; } + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers Container { get => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)Property).Container; set => ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)Property).Container = value; } @@ -96,11 +97,11 @@ public partial interface IWebSiteInstanceStatus : SerializedName = @"consoleUrl", PossibleTypes = new [] { typeof(string) })] string ConsoleUrl { get; set; } - + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"", + Description = @"Dictionary of ", SerializedName = @"containers", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) })] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers Container { get; set; } @@ -135,7 +136,7 @@ internal partial interface IWebSiteInstanceStatusInternal : { /// Link to the Diagnose and Solve Portal string ConsoleUrl { get; set; } - + /// Dictionary of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers Container { get; set; } /// Link to the Diagnose and Solve Portal string DetectorUrl { get; set; } diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.PowerShell.cs index 6e692d79f5f1..cedd758d4523 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.PowerShell.cs @@ -101,11 +101,11 @@ internal WebSiteInstanceStatusProperties(global::System.Collections.IDictionary return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).StatusUrl = (string) content.GetValueForProperty("StatusUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).StatusUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } @@ -123,11 +123,11 @@ internal WebSiteInstanceStatusProperties(global::System.Management.Automation.PS return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).StatusUrl = (string) content.GetValueForProperty("StatusUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).StatusUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl = (string) content.GetValueForProperty("DetectorUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).DetectorUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl = (string) content.GetValueForProperty("ConsoleUrl",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).ConsoleUrl, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) content.GetValueForProperty("Container",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesInternal)this).Container, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainersTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.cs index 1dbec5310dc7..8e2ba82bd1eb 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.cs @@ -18,6 +18,7 @@ public partial class WebSiteInstanceStatusProperties : /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers _container; + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers Container { get => (this._container = this._container ?? new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainers()); set => this._container = value; } @@ -59,11 +60,11 @@ public partial interface IWebSiteInstanceStatusProperties : SerializedName = @"consoleUrl", PossibleTypes = new [] { typeof(string) })] string ConsoleUrl { get; set; } - + /// Dictionary of [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"", + Description = @"Dictionary of ", SerializedName = @"containers", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers) })] Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers Container { get; set; } @@ -99,7 +100,7 @@ internal partial interface IWebSiteInstanceStatusPropertiesInternal { /// Link to the Diagnose and Solve Portal string ConsoleUrl { get; set; } - + /// Dictionary of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers Container { get; set; } /// Link to the Diagnose and Solve Portal string DetectorUrl { get; set; } diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.json.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.json.cs index 874c5ffad09f..5370afdf8ee6 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusProperties.json.cs @@ -77,11 +77,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._consoleUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._consoleUrl.ToString()) : null, "consoleUrl" ,container.Add ); - AddIf( null != this._container ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._container.ToJson(null,serializationMode) : null, "containers" ,container.Add ); - AddIf( null != (((object)this._detectorUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._detectorUrl.ToString()) : null, "detectorUrl" ,container.Add ); AddIf( null != (((object)this._state)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._state.ToString()) : null, "state" ,container.Add ); AddIf( null != (((object)this._statusUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._statusUrl.ToString()) : null, "statusUrl" ,container.Add ); + AddIf( null != (((object)this._detectorUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._detectorUrl.ToString()) : null, "detectorUrl" ,container.Add ); + AddIf( null != (((object)this._consoleUrl)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._consoleUrl.ToString()) : null, "consoleUrl" ,container.Add ); + AddIf( null != this._container ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) this._container.ToJson(null,serializationMode) : null, "containers" ,container.Add ); AfterToJson(ref container); return container; } @@ -98,11 +98,11 @@ internal WebSiteInstanceStatusProperties(Microsoft.Azure.PowerShell.Cmdlets.Func { return; } - {_consoleUrl = If( json?.PropertyT("consoleUrl"), out var __jsonConsoleUrl) ? (string)__jsonConsoleUrl : (string)ConsoleUrl;} - {_container = If( json?.PropertyT("containers"), out var __jsonContainers) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainers.FromJson(__jsonContainers) : Container;} - {_detectorUrl = If( json?.PropertyT("detectorUrl"), out var __jsonDetectorUrl) ? (string)__jsonDetectorUrl : (string)DetectorUrl;} {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} {_statusUrl = If( json?.PropertyT("statusUrl"), out var __jsonStatusUrl) ? (string)__jsonStatusUrl : (string)StatusUrl;} + {_detectorUrl = If( json?.PropertyT("detectorUrl"), out var __jsonDetectorUrl) ? (string)__jsonDetectorUrl : (string)DetectorUrl;} + {_consoleUrl = If( json?.PropertyT("consoleUrl"), out var __jsonConsoleUrl) ? (string)__jsonConsoleUrl : (string)ConsoleUrl;} + {_container = If( json?.PropertyT("containers"), out var __jsonContainers) ? Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebSiteInstanceStatusPropertiesContainers.FromJson(__jsonContainers) : Container;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.PowerShell.cs index 02104eaedf38..7fd71919e586 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.PowerShell.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; + /// Dictionary of [System.ComponentModel.TypeConverter(typeof(WebSiteInstanceStatusPropertiesContainersTypeConverter))] public partial class WebSiteInstanceStatusPropertiesContainers { @@ -125,6 +126,7 @@ internal WebSiteInstanceStatusPropertiesContainers(global::System.Management.Aut AfterDeserializePSObject(content); } } + /// Dictionary of [System.ComponentModel.TypeConverter(typeof(WebSiteInstanceStatusPropertiesContainersTypeConverter))] public partial interface IWebSiteInstanceStatusPropertiesContainers diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.cs index e9e8dcc160f9..f50562599ff1 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + /// Dictionary of public partial class WebSiteInstanceStatusPropertiesContainers : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainers, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebSiteInstanceStatusPropertiesContainersInternal @@ -15,12 +16,14 @@ public WebSiteInstanceStatusPropertiesContainers() } } + /// Dictionary of public partial interface IWebSiteInstanceStatusPropertiesContainers : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray { } + /// Dictionary of internal partial interface IWebSiteInstanceStatusPropertiesContainersInternal { diff --git a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.json.cs b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.json.cs index cee362c626b5..89f26cb7f211 100644 --- a/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WebSiteInstanceStatusPropertiesContainers.json.cs @@ -2,6 +2,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using static Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Extensions; + /// Dictionary of public partial class WebSiteInstanceStatusPropertiesContainers { @@ -96,7 +97,7 @@ internal WebSiteInstanceStatusPropertiesContainers(Microsoft.Azure.PowerShell.Cm { return; } - Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray)this).AdditionalProperties, (j) => Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerInfo.FromJson(j) ,exclusions ); AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WorkerPool.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WorkerPool.PowerShell.cs index e69cca825a9a..3224c05db0af 100644 --- a/src/Functions/generated/api/Models/Api20190801/WorkerPool.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WorkerPool.PowerShell.cs @@ -99,11 +99,11 @@ internal WorkerPool(global::System.Collections.IDictionary content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSize = (string) content.GetValueForProperty("WorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } @@ -121,11 +121,11 @@ internal WorkerPool(global::System.Management.Automation.PSObject content) return; } // actually deserialize + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSize = (string) content.GetValueForProperty("WorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WorkerPool.json.cs b/src/Functions/generated/api/Models/Api20190801/WorkerPool.json.cs index c723524e63a6..0902d248d064 100644 --- a/src/Functions/generated/api/Models/Api20190801/WorkerPool.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WorkerPool.json.cs @@ -77,7 +77,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } + AddIf( null != this._workerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._workerSizeId) : null, "workerSizeId" ,container.Add ); AddIf( null != (((object)this._computeMode)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._computeMode.ToString()) : null, "computeMode" ,container.Add ); + AddIf( null != (((object)this._workerSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerSize.ToString()) : null, "workerSize" ,container.Add ); + AddIf( null != this._workerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._workerCount) : null, "workerCount" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) { if (null != this._instanceName) @@ -90,9 +93,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson container.Add("instanceNames",__w); } } - AddIf( null != this._workerCount ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._workerCount) : null, "workerCount" ,container.Add ); - AddIf( null != (((object)this._workerSize)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerSize.ToString()) : null, "workerSize" ,container.Add ); - AddIf( null != this._workerSizeId ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNumber((int)this._workerSizeId) : null, "workerSizeId" ,container.Add ); AfterToJson(ref container); return container; } @@ -109,11 +109,11 @@ internal WorkerPool(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.Js { return; } + {_workerSizeId = If( json?.PropertyT("workerSizeId"), out var __jsonWorkerSizeId) ? (int?)__jsonWorkerSizeId : WorkerSizeId;} {_computeMode = If( json?.PropertyT("computeMode"), out var __jsonComputeMode) ? (string)__jsonComputeMode : (string)ComputeMode;} - {_instanceName = If( json?.PropertyT("instanceNames"), out var __jsonInstanceNames) ? If( __jsonInstanceNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : InstanceName;} - {_workerCount = If( json?.PropertyT("workerCount"), out var __jsonWorkerCount) ? (int?)__jsonWorkerCount : WorkerCount;} {_workerSize = If( json?.PropertyT("workerSize"), out var __jsonWorkerSize) ? (string)__jsonWorkerSize : (string)WorkerSize;} - {_workerSizeId = If( json?.PropertyT("workerSizeId"), out var __jsonWorkerSizeId) ? (int?)__jsonWorkerSizeId : WorkerSizeId;} + {_workerCount = If( json?.PropertyT("workerCount"), out var __jsonWorkerCount) ? (int?)__jsonWorkerCount : WorkerCount;} + {_instanceName = If( json?.PropertyT("instanceNames"), out var __jsonInstanceNames) ? If( __jsonInstanceNames as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : InstanceName;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.PowerShell.cs index bf45659d6a83..122bd1d0835b 100644 --- a/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.PowerShell.cs @@ -99,8 +99,8 @@ internal WorkerPoolCollection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -118,8 +118,8 @@ internal WorkerPoolCollection(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResource[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolResourceTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolCollectionInternal)this).NextLink, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.json.cs b/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.json.cs index aa513a64968b..ce1e1bda7078 100644 --- a/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.json.cs +++ b/src/Functions/generated/api/Models/Api20190801/WorkerPoolCollection.json.cs @@ -77,10 +77,6 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) - { - AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); - } if (null != this._value) { var __w = new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.XNodeArray(); @@ -90,6 +86,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson } container.Add("value",__w); } + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != (((object)this._nextLink)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._nextLink.ToString()) : null, "nextLink" ,container.Add ); + } AfterToJson(ref container); return container; } @@ -106,8 +106,8 @@ internal WorkerPoolCollection(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runti { return; } - {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResource) (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolResource.FromJson(__u) )) ))() : null : Value;} + {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} AfterFromJson(json); } } diff --git a/src/Functions/generated/api/Models/Api20190801/WorkerPoolResource.PowerShell.cs b/src/Functions/generated/api/Models/Api20190801/WorkerPoolResource.PowerShell.cs index 82df2a68562b..d98f420f8d23 100644 --- a/src/Functions/generated/api/Models/Api20190801/WorkerPoolResource.PowerShell.cs +++ b/src/Functions/generated/api/Models/Api20190801/WorkerPoolResource.PowerShell.cs @@ -101,27 +101,27 @@ internal WorkerPoolResource(global::System.Collections.IDictionary content) // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSize = (string) content.GetValueForProperty("WorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuFamily, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } @@ -141,27 +141,27 @@ internal WorkerPoolResource(global::System.Management.Automation.PSObject conten // actually deserialize ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPool) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WorkerPoolTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuDescription) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuDescriptionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind = (string) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Kind, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacity = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuCapacity) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuCapacityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSize = (string) content.GetValueForProperty("WorkerSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSize, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount = (int?) content.GetValueForProperty("WorkerCount",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerCount, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSizeId = (int?) content.GetValueForProperty("WorkerSizeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).WorkerSizeId, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuName = (string) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName = (string[]) content.GetValueForProperty("InstanceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).InstanceName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions?) content.GetValueForProperty("ComputeMode",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).ComputeMode, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions.CreateFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuFamily = (string) content.GetValueForProperty("SkuFamily",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuFamily, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuLocation = (string[]) content.GetValueForProperty("SkuLocation",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuLocation, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize = (string) content.GetValueForProperty("SkuSize",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuSize, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier = (string) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuTier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICapability[]) content.GetValueForProperty("SkuCapability",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapability, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CapabilityTypeConverter.ConvertFrom)); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityScaleType = (string) content.GetValueForProperty("SkuCapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityScaleType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMinimum = (int?) content.GetValueForProperty("SkuCapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum = (int?) content.GetValueForProperty("SkuCapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault = (int?) content.GetValueForProperty("SkuCapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWorkerPoolResourceInternal)this).SkuCapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } } diff --git a/src/Functions/generated/api/Models/FunctionsIdentity.PowerShell.cs b/src/Functions/generated/api/Models/FunctionsIdentity.PowerShell.cs index 0dd72bd79abc..bfedce05cd73 100644 --- a/src/Functions/generated/api/Models/FunctionsIdentity.PowerShell.cs +++ b/src/Functions/generated/api/Models/FunctionsIdentity.PowerShell.cs @@ -98,61 +98,62 @@ internal FunctionsIdentity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName = (string) content.GetValueForProperty("BlobServicesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName = (string) content.GetValueForProperty("AccountName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName = (string) content.GetValueForProperty("AnalysisName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey = (string) content.GetValueForProperty("AppSettingKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider = (string) content.GetValueForProperty("Authprovider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId = (string) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName = (string) content.GetValueForProperty("ResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).CertificateOrderName = (string) content.GetValueForProperty("CertificateOrderName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).CertificateOrderName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName = (string) content.GetValueForProperty("ContainerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DeletedSiteId = (string) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DeletedSiteId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DetectorName = (string) content.GetValueForProperty("DetectorName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DetectorName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticCategory = (string) content.GetValueForProperty("DiagnosticCategory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticCategory, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName = (string) content.GetValueForProperty("DiagnosticsName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName = (string) content.GetValueForProperty("DomainOwnershipIdentifierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName = (string) content.GetValueForProperty("FunctionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName = (string) content.GetValueForProperty("GatewayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName = (string) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName = (string) content.GetValueForProperty("AnalysisName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostingEnvironmentName = (string) content.GetValueForProperty("HostingEnvironmentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostingEnvironmentName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType = (string) content.GetValueForProperty("SourceControlType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId = (string) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey = (string) content.GetValueForProperty("AppSettingKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId = (string) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName = (string) content.GetValueForProperty("ImmutabilityPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance = (string) content.GetValueForProperty("Instance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId = (string) content.GetValueForProperty("InstanceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId = (string) content.GetValueForProperty("KeyId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName = (string) content.GetValueForProperty("DomainOwnershipIdentifierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName = (string) content.GetValueForProperty("FunctionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyType = (string) content.GetValueForProperty("KeyType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName?) content.GetValueForProperty("ManagementPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName = (string) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).NamespaceName = (string) content.GetValueForProperty("NamespaceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).NamespaceName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId = (string) content.GetValueForProperty("PrId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName = (string) content.GetValueForProperty("PremierAddOnName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName = (string) content.GetValueForProperty("PrivateEndpointConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId = (string) content.GetValueForProperty("InstanceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ProcessId = (string) content.GetValueForProperty("ProcessId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ProcessId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View = (string) content.GetValueForProperty("View",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName = (string) content.GetValueForProperty("PremierAddOnName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PublicCertificateName = (string) content.GetValueForProperty("PublicCertificateName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PublicCertificateName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId = (string) content.GetValueForProperty("PurgeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName = (string) content.GetValueForProperty("ResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName = (string) content.GetValueForProperty("RouteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope = (string) content.GetValueForProperty("Scope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteExtensionId = (string) content.GetValueForProperty("SiteExtensionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteExtensionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId = (string) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType = (string) content.GetValueForProperty("SourceControlType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid = (string) content.GetValueForProperty("Userid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View = (string) content.GetValueForProperty("View",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName = (string) content.GetValueForProperty("PrivateEndpointConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName = (string) content.GetValueForProperty("WorkerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName = (string) content.GetValueForProperty("GatewayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider = (string) content.GetValueForProperty("Authprovider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid = (string) content.GetValueForProperty("Userid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId = (string) content.GetValueForProperty("PrId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName = (string) content.GetValueForProperty("DiagnosticsName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance = (string) content.GetValueForProperty("Instance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerPoolName = (string) content.GetValueForProperty("WorkerPoolName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerPoolName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName = (string) content.GetValueForProperty("RouteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName = (string) content.GetValueForProperty("WorkerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName = (string) content.GetValueForProperty("AccountName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName?) content.GetValueForProperty("ManagementPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName = (string) content.GetValueForProperty("BlobServicesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName = (string) content.GetValueForProperty("ContainerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName = (string) content.GetValueForProperty("ImmutabilityPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId = (string) content.GetValueForProperty("KeyId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId = (string) content.GetValueForProperty("PurgeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope = (string) content.GetValueForProperty("Scope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id1 = (string) content.GetValueForProperty("Id1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id1, global::System.Convert.ToString); AfterDeserializeDictionary(content); } @@ -170,61 +171,62 @@ internal FunctionsIdentity(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName = (string) content.GetValueForProperty("BlobServicesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName = (string) content.GetValueForProperty("AccountName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName = (string) content.GetValueForProperty("AnalysisName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey = (string) content.GetValueForProperty("AppSettingKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider = (string) content.GetValueForProperty("Authprovider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId = (string) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName = (string) content.GetValueForProperty("ResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).CertificateOrderName = (string) content.GetValueForProperty("CertificateOrderName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).CertificateOrderName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName = (string) content.GetValueForProperty("ContainerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DeletedSiteId = (string) content.GetValueForProperty("DeletedSiteId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DeletedSiteId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DetectorName = (string) content.GetValueForProperty("DetectorName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DetectorName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticCategory = (string) content.GetValueForProperty("DiagnosticCategory",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticCategory, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName = (string) content.GetValueForProperty("DiagnosticsName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName = (string) content.GetValueForProperty("DomainName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName = (string) content.GetValueForProperty("DomainOwnershipIdentifierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName = (string) content.GetValueForProperty("FunctionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName = (string) content.GetValueForProperty("GatewayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName = (string) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName = (string) content.GetValueForProperty("AnalysisName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AnalysisName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostingEnvironmentName = (string) content.GetValueForProperty("HostingEnvironmentName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostingEnvironmentName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType = (string) content.GetValueForProperty("SourceControlType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId = (string) content.GetValueForProperty("BackupId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BackupId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey = (string) content.GetValueForProperty("AppSettingKey",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AppSettingKey, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId = (string) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName = (string) content.GetValueForProperty("ImmutabilityPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance = (string) content.GetValueForProperty("Instance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId = (string) content.GetValueForProperty("InstanceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId = (string) content.GetValueForProperty("KeyId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName = (string) content.GetValueForProperty("DomainOwnershipIdentifierName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DomainOwnershipIdentifierName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName = (string) content.GetValueForProperty("FunctionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).FunctionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyType = (string) content.GetValueForProperty("KeyType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName?) content.GetValueForProperty("ManagementPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName = (string) content.GetValueForProperty("HostName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).HostName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).NamespaceName = (string) content.GetValueForProperty("NamespaceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).NamespaceName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId = (string) content.GetValueForProperty("PrId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName = (string) content.GetValueForProperty("PremierAddOnName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName = (string) content.GetValueForProperty("PrivateEndpointConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName = (string) content.GetValueForProperty("EntityName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).EntityName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId = (string) content.GetValueForProperty("InstanceId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).InstanceId, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ProcessId = (string) content.GetValueForProperty("ProcessId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ProcessId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress = (string) content.GetValueForProperty("BaseAddress",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BaseAddress, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View = (string) content.GetValueForProperty("View",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId = (string) content.GetValueForProperty("OperationId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).OperationId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName = (string) content.GetValueForProperty("PremierAddOnName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PremierAddOnName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PublicCertificateName = (string) content.GetValueForProperty("PublicCertificateName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PublicCertificateName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId = (string) content.GetValueForProperty("PurgeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName = (string) content.GetValueForProperty("RelayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RelayName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName = (string) content.GetValueForProperty("ResourceGroupName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceGroupName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName = (string) content.GetValueForProperty("RouteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope = (string) content.GetValueForProperty("Scope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteExtensionId = (string) content.GetValueForProperty("SiteExtensionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteExtensionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName = (string) content.GetValueForProperty("SiteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SiteName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot = (string) content.GetValueForProperty("Slot",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Slot, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId = (string) content.GetValueForProperty("SnapshotId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SnapshotId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType = (string) content.GetValueForProperty("SourceControlType",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SourceControlType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId = (string) content.GetValueForProperty("SubscriptionId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).SubscriptionId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid = (string) content.GetValueForProperty("Userid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View = (string) content.GetValueForProperty("View",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).View, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName = (string) content.GetValueForProperty("PrivateEndpointConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrivateEndpointConnectionName, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).VnetName = (string) content.GetValueForProperty("VnetName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).VnetName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName = (string) content.GetValueForProperty("WebJobName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WebJobName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName = (string) content.GetValueForProperty("WorkerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName = (string) content.GetValueForProperty("GatewayName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).GatewayName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider = (string) content.GetValueForProperty("Authprovider",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Authprovider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid = (string) content.GetValueForProperty("Userid",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Userid, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId = (string) content.GetValueForProperty("PrId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PrId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName = (string) content.GetValueForProperty("DiagnosticsName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).DiagnosticsName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance = (string) content.GetValueForProperty("Instance",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Instance, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerPoolName = (string) content.GetValueForProperty("WorkerPoolName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerPoolName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName = (string) content.GetValueForProperty("RouteName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).RouteName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName = (string) content.GetValueForProperty("WorkerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).WorkerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName = (string) content.GetValueForProperty("AccountName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).AccountName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName = (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName?) content.GetValueForProperty("ManagementPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ManagementPolicyName, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagementPolicyName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName = (string) content.GetValueForProperty("BlobServicesName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).BlobServicesName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName = (string) content.GetValueForProperty("ContainerName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ContainerName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName = (string) content.GetValueForProperty("ImmutabilityPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ImmutabilityPolicyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName = (string) content.GetValueForProperty("ResourceName",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).ResourceName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId = (string) content.GetValueForProperty("KeyId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).KeyId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId = (string) content.GetValueForProperty("PurgeId",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).PurgeId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope = (string) content.GetValueForProperty("Scope",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Scope, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id1 = (string) content.GetValueForProperty("Id1",((Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentityInternal)this).Id1, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Functions/generated/api/Models/FunctionsIdentity.cs b/src/Functions/generated/api/Models/FunctionsIdentity.cs index e787143a0052..827a9b223df5 100644 --- a/src/Functions/generated/api/Models/FunctionsIdentity.cs +++ b/src/Functions/generated/api/Models/FunctionsIdentity.cs @@ -69,7 +69,7 @@ public partial class FunctionsIdentity : /// Backing field for property. private string _certificateOrderName; - /// Name of the certificate order. + /// Name of the certificate order.. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string CertificateOrderName { get => this._certificateOrderName; set => this._certificateOrderName = value; } @@ -164,10 +164,17 @@ public partial class FunctionsIdentity : /// Backing field for property. private string _id; - /// Resource identity path + /// Deployment ID. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Id { get => this._id; set => this._id = value; } + /// Backing field for property. + private string _id1; + + /// Resource identity path + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] + public string Id1 { get => this._id1; set => this._id1 = value; } + /// Backing field for property. private string _immutabilityPolicyName; @@ -308,7 +315,7 @@ public partial class FunctionsIdentity : /// Backing field for property. private string _resourceName; - /// The name of the identity resource. + /// The name of the Application Insights component resource. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string ResourceName { get => this._resourceName; set => this._resourceName = value; } @@ -345,7 +352,7 @@ public partial class FunctionsIdentity : /// Backing field for property. private string _slot; - /// Name of the deployment slot. By default, this API returns the production slot. + /// Slot Name [Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)] public string Slot { get => this._slot; set => this._slot = value; } @@ -484,11 +491,11 @@ public partial interface IFunctionsIdentity : SerializedName = @"BlobServicesName", PossibleTypes = new [] { typeof(string) })] string BlobServicesName { get; set; } - /// Name of the certificate order. + /// Name of the certificate order.. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"Name of the certificate order.", + Description = @"Name of the certificate order..", SerializedName = @"certificateOrderName", PossibleTypes = new [] { typeof(string) })] string CertificateOrderName { get; set; } @@ -592,6 +599,14 @@ public partial interface IFunctionsIdentity : SerializedName = @"hostingEnvironmentName", PossibleTypes = new [] { typeof(string) })] string HostingEnvironmentName { get; set; } + /// Deployment ID. + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"Deployment ID.", + SerializedName = @"id", + PossibleTypes = new [] { typeof(string) })] + string Id { get; set; } /// Resource identity path [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, @@ -599,7 +614,7 @@ public partial interface IFunctionsIdentity : Description = @"Resource identity path", SerializedName = @"id", PossibleTypes = new [] { typeof(string) })] - string Id { get; set; } + string Id1 { get; set; } /// /// The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be /// 'default' @@ -759,11 +774,11 @@ public partial interface IFunctionsIdentity : SerializedName = @"resourceGroupName", PossibleTypes = new [] { typeof(string) })] string ResourceGroupName { get; set; } - /// The name of the identity resource. + /// The name of the Application Insights component resource. [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"The name of the identity resource.", + Description = @"The name of the Application Insights component resource.", SerializedName = @"resourceName", PossibleTypes = new [] { typeof(string) })] string ResourceName { get; set; } @@ -801,11 +816,11 @@ public partial interface IFunctionsIdentity : SerializedName = @"siteName", PossibleTypes = new [] { typeof(string) })] string SiteName { get; set; } - /// Name of the deployment slot. By default, this API returns the production slot. + /// Slot Name [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = false, ReadOnly = false, - Description = @"Name of the deployment slot. By default, this API returns the production slot.", + Description = @"Slot Name", SerializedName = @"slot", PossibleTypes = new [] { typeof(string) })] string Slot { get; set; } @@ -907,7 +922,7 @@ internal partial interface IFunctionsIdentityInternal /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default' /// string BlobServicesName { get; set; } - /// Name of the certificate order. + /// Name of the certificate order.. string CertificateOrderName { get; set; } /// /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters @@ -937,8 +952,10 @@ internal partial interface IFunctionsIdentityInternal string HostName { get; set; } /// Name of the hosting environment. string HostingEnvironmentName { get; set; } - /// Resource identity path + /// Deployment ID. string Id { get; set; } + /// Resource identity path + string Id1 { get; set; } /// /// The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be /// 'default' @@ -984,7 +1001,7 @@ internal partial interface IFunctionsIdentityInternal string RelayName { get; set; } /// Name of the resource group to which the resource belongs. string ResourceGroupName { get; set; } - /// The name of the identity resource. + /// The name of the Application Insights component resource. string ResourceName { get; set; } /// Name of the Virtual Network route. string RouteName { get; set; } @@ -996,7 +1013,7 @@ internal partial interface IFunctionsIdentityInternal string SiteExtensionId { get; set; } /// Site Name string SiteName { get; set; } - /// Name of the deployment slot. By default, this API returns the production slot. + /// Slot Name string Slot { get; set; } /// The ID of the snapshot to read. string SnapshotId { get; set; } diff --git a/src/Functions/generated/api/Models/FunctionsIdentity.json.cs b/src/Functions/generated/api/Models/FunctionsIdentity.json.cs index f2eb1036b4fe..bc14c38736c5 100644 --- a/src/Functions/generated/api/Models/FunctionsIdentity.json.cs +++ b/src/Functions/generated/api/Models/FunctionsIdentity.json.cs @@ -74,61 +74,62 @@ internal FunctionsIdentity(Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime. { return; } - {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_operationId = If( json?.PropertyT("operationId"), out var __jsonOperationId) ? (string)__jsonOperationId : (string)OperationId;} - {_blobServicesName = If( json?.PropertyT("BlobServicesName"), out var __jsonBlobServicesName) ? (string)__jsonBlobServicesName : (string)BlobServicesName;} - {_accountName = If( json?.PropertyT("accountName"), out var __jsonAccountName) ? (string)__jsonAccountName : (string)AccountName;} - {_analysisName = If( json?.PropertyT("analysisName"), out var __jsonAnalysisName) ? (string)__jsonAnalysisName : (string)AnalysisName;} - {_appSettingKey = If( json?.PropertyT("appSettingKey"), out var __jsonAppSettingKey) ? (string)__jsonAppSettingKey : (string)AppSettingKey;} - {_authprovider = If( json?.PropertyT("authprovider"), out var __jsonAuthprovider) ? (string)__jsonAuthprovider : (string)Authprovider;} - {_backupId = If( json?.PropertyT("backupId"), out var __jsonBackupId) ? (string)__jsonBackupId : (string)BackupId;} - {_baseAddress = If( json?.PropertyT("baseAddress"), out var __jsonBaseAddress) ? (string)__jsonBaseAddress : (string)BaseAddress;} + {_subscriptionId = If( json?.PropertyT("subscriptionId"), out var __jsonSubscriptionId) ? (string)__jsonSubscriptionId : (string)SubscriptionId;} + {_resourceGroupName = If( json?.PropertyT("resourceGroupName"), out var __jsonResourceGroupName) ? (string)__jsonResourceGroupName : (string)ResourceGroupName;} {_certificateOrderName = If( json?.PropertyT("certificateOrderName"), out var __jsonCertificateOrderName) ? (string)__jsonCertificateOrderName : (string)CertificateOrderName;} - {_containerName = If( json?.PropertyT("containerName"), out var __jsonContainerName) ? (string)__jsonContainerName : (string)ContainerName;} + {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} + {_domainName = If( json?.PropertyT("domainName"), out var __jsonDomainName) ? (string)__jsonDomainName : (string)DomainName;} + {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} {_deletedSiteId = If( json?.PropertyT("deletedSiteId"), out var __jsonDeletedSiteId) ? (string)__jsonDeletedSiteId : (string)DeletedSiteId;} {_detectorName = If( json?.PropertyT("detectorName"), out var __jsonDetectorName) ? (string)__jsonDetectorName : (string)DetectorName;} + {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} {_diagnosticCategory = If( json?.PropertyT("diagnosticCategory"), out var __jsonDiagnosticCategory) ? (string)__jsonDiagnosticCategory : (string)DiagnosticCategory;} - {_diagnosticsName = If( json?.PropertyT("diagnosticsName"), out var __jsonDiagnosticsName) ? (string)__jsonDiagnosticsName : (string)DiagnosticsName;} - {_domainName = If( json?.PropertyT("domainName"), out var __jsonDomainName) ? (string)__jsonDomainName : (string)DomainName;} - {_domainOwnershipIdentifierName = If( json?.PropertyT("domainOwnershipIdentifierName"), out var __jsonDomainOwnershipIdentifierName) ? (string)__jsonDomainOwnershipIdentifierName : (string)DomainOwnershipIdentifierName;} - {_entityName = If( json?.PropertyT("entityName"), out var __jsonEntityName) ? (string)__jsonEntityName : (string)EntityName;} - {_functionName = If( json?.PropertyT("functionName"), out var __jsonFunctionName) ? (string)__jsonFunctionName : (string)FunctionName;} - {_gatewayName = If( json?.PropertyT("gatewayName"), out var __jsonGatewayName) ? (string)__jsonGatewayName : (string)GatewayName;} - {_hostName = If( json?.PropertyT("hostName"), out var __jsonHostName) ? (string)__jsonHostName : (string)HostName;} + {_analysisName = If( json?.PropertyT("analysisName"), out var __jsonAnalysisName) ? (string)__jsonAnalysisName : (string)AnalysisName;} + {_slot = If( json?.PropertyT("slot"), out var __jsonSlot) ? (string)__jsonSlot : (string)Slot;} {_hostingEnvironmentName = If( json?.PropertyT("hostingEnvironmentName"), out var __jsonHostingEnvironmentName) ? (string)__jsonHostingEnvironmentName : (string)HostingEnvironmentName;} + {_sourceControlType = If( json?.PropertyT("sourceControlType"), out var __jsonSourceControlType) ? (string)__jsonSourceControlType : (string)SourceControlType;} + {_backupId = If( json?.PropertyT("backupId"), out var __jsonBackupId) ? (string)__jsonBackupId : (string)BackupId;} + {_appSettingKey = If( json?.PropertyT("appSettingKey"), out var __jsonAppSettingKey) ? (string)__jsonAppSettingKey : (string)AppSettingKey;} + {_snapshotId = If( json?.PropertyT("snapshotId"), out var __jsonSnapshotId) ? (string)__jsonSnapshotId : (string)SnapshotId;} + {_webJobName = If( json?.PropertyT("webJobName"), out var __jsonWebJobName) ? (string)__jsonWebJobName : (string)WebJobName;} {_id = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id;} - {_immutabilityPolicyName = If( json?.PropertyT("immutabilityPolicyName"), out var __jsonImmutabilityPolicyName) ? (string)__jsonImmutabilityPolicyName : (string)ImmutabilityPolicyName;} - {_instance = If( json?.PropertyT("instance"), out var __jsonInstance) ? (string)__jsonInstance : (string)Instance;} - {_instanceId = If( json?.PropertyT("instanceId"), out var __jsonInstanceId) ? (string)__jsonInstanceId : (string)InstanceId;} - {_keyId = If( json?.PropertyT("keyId"), out var __jsonKeyId) ? (string)__jsonKeyId : (string)KeyId;} + {_domainOwnershipIdentifierName = If( json?.PropertyT("domainOwnershipIdentifierName"), out var __jsonDomainOwnershipIdentifierName) ? (string)__jsonDomainOwnershipIdentifierName : (string)DomainOwnershipIdentifierName;} + {_functionName = If( json?.PropertyT("functionName"), out var __jsonFunctionName) ? (string)__jsonFunctionName : (string)FunctionName;} {_keyName = If( json?.PropertyT("keyName"), out var __jsonKeyName) ? (string)__jsonKeyName : (string)KeyName;} {_keyType = If( json?.PropertyT("keyType"), out var __jsonKeyType) ? (string)__jsonKeyType : (string)KeyType;} - {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} - {_managementPolicyName = If( json?.PropertyT("managementPolicyName"), out var __jsonManagementPolicyName) ? (string)__jsonManagementPolicyName : (string)ManagementPolicyName;} + {_hostName = If( json?.PropertyT("hostName"), out var __jsonHostName) ? (string)__jsonHostName : (string)HostName;} {_namespaceName = If( json?.PropertyT("namespaceName"), out var __jsonNamespaceName) ? (string)__jsonNamespaceName : (string)NamespaceName;} - {_prId = If( json?.PropertyT("prId"), out var __jsonPrId) ? (string)__jsonPrId : (string)PrId;} - {_premierAddOnName = If( json?.PropertyT("premierAddOnName"), out var __jsonPremierAddOnName) ? (string)__jsonPremierAddOnName : (string)PremierAddOnName;} - {_privateEndpointConnectionName = If( json?.PropertyT("privateEndpointConnectionName"), out var __jsonPrivateEndpointConnectionName) ? (string)__jsonPrivateEndpointConnectionName : (string)PrivateEndpointConnectionName;} + {_relayName = If( json?.PropertyT("relayName"), out var __jsonRelayName) ? (string)__jsonRelayName : (string)RelayName;} + {_entityName = If( json?.PropertyT("entityName"), out var __jsonEntityName) ? (string)__jsonEntityName : (string)EntityName;} + {_instanceId = If( json?.PropertyT("instanceId"), out var __jsonInstanceId) ? (string)__jsonInstanceId : (string)InstanceId;} {_processId = If( json?.PropertyT("processId"), out var __jsonProcessId) ? (string)__jsonProcessId : (string)ProcessId;} + {_baseAddress = If( json?.PropertyT("baseAddress"), out var __jsonBaseAddress) ? (string)__jsonBaseAddress : (string)BaseAddress;} + {_view = If( json?.PropertyT("view"), out var __jsonView) ? (string)__jsonView : (string)View;} + {_operationId = If( json?.PropertyT("operationId"), out var __jsonOperationId) ? (string)__jsonOperationId : (string)OperationId;} + {_premierAddOnName = If( json?.PropertyT("premierAddOnName"), out var __jsonPremierAddOnName) ? (string)__jsonPremierAddOnName : (string)PremierAddOnName;} {_publicCertificateName = If( json?.PropertyT("publicCertificateName"), out var __jsonPublicCertificateName) ? (string)__jsonPublicCertificateName : (string)PublicCertificateName;} - {_purgeId = If( json?.PropertyT("purgeId"), out var __jsonPurgeId) ? (string)__jsonPurgeId : (string)PurgeId;} - {_relayName = If( json?.PropertyT("relayName"), out var __jsonRelayName) ? (string)__jsonRelayName : (string)RelayName;} - {_resourceGroupName = If( json?.PropertyT("resourceGroupName"), out var __jsonResourceGroupName) ? (string)__jsonResourceGroupName : (string)ResourceGroupName;} - {_resourceName = If( json?.PropertyT("resourceName"), out var __jsonResourceName) ? (string)__jsonResourceName : (string)ResourceName;} - {_routeName = If( json?.PropertyT("routeName"), out var __jsonRouteName) ? (string)__jsonRouteName : (string)RouteName;} - {_scope = If( json?.PropertyT("scope"), out var __jsonScope) ? (string)__jsonScope : (string)Scope;} {_siteExtensionId = If( json?.PropertyT("siteExtensionId"), out var __jsonSiteExtensionId) ? (string)__jsonSiteExtensionId : (string)SiteExtensionId;} - {_siteName = If( json?.PropertyT("siteName"), out var __jsonSiteName) ? (string)__jsonSiteName : (string)SiteName;} - {_slot = If( json?.PropertyT("slot"), out var __jsonSlot) ? (string)__jsonSlot : (string)Slot;} - {_snapshotId = If( json?.PropertyT("snapshotId"), out var __jsonSnapshotId) ? (string)__jsonSnapshotId : (string)SnapshotId;} - {_sourceControlType = If( json?.PropertyT("sourceControlType"), out var __jsonSourceControlType) ? (string)__jsonSourceControlType : (string)SourceControlType;} - {_subscriptionId = If( json?.PropertyT("subscriptionId"), out var __jsonSubscriptionId) ? (string)__jsonSubscriptionId : (string)SubscriptionId;} - {_userid = If( json?.PropertyT("userid"), out var __jsonUserid) ? (string)__jsonUserid : (string)Userid;} - {_view = If( json?.PropertyT("view"), out var __jsonView) ? (string)__jsonView : (string)View;} + {_privateEndpointConnectionName = If( json?.PropertyT("privateEndpointConnectionName"), out var __jsonPrivateEndpointConnectionName) ? (string)__jsonPrivateEndpointConnectionName : (string)PrivateEndpointConnectionName;} {_vnetName = If( json?.PropertyT("vnetName"), out var __jsonVnetName) ? (string)__jsonVnetName : (string)VnetName;} - {_webJobName = If( json?.PropertyT("webJobName"), out var __jsonWebJobName) ? (string)__jsonWebJobName : (string)WebJobName;} - {_workerName = If( json?.PropertyT("workerName"), out var __jsonWorkerName) ? (string)__jsonWorkerName : (string)WorkerName;} + {_gatewayName = If( json?.PropertyT("gatewayName"), out var __jsonGatewayName) ? (string)__jsonGatewayName : (string)GatewayName;} + {_authprovider = If( json?.PropertyT("authprovider"), out var __jsonAuthprovider) ? (string)__jsonAuthprovider : (string)Authprovider;} + {_userid = If( json?.PropertyT("userid"), out var __jsonUserid) ? (string)__jsonUserid : (string)Userid;} + {_prId = If( json?.PropertyT("prId"), out var __jsonPrId) ? (string)__jsonPrId : (string)PrId;} + {_diagnosticsName = If( json?.PropertyT("diagnosticsName"), out var __jsonDiagnosticsName) ? (string)__jsonDiagnosticsName : (string)DiagnosticsName;} + {_instance = If( json?.PropertyT("instance"), out var __jsonInstance) ? (string)__jsonInstance : (string)Instance;} {_workerPoolName = If( json?.PropertyT("workerPoolName"), out var __jsonWorkerPoolName) ? (string)__jsonWorkerPoolName : (string)WorkerPoolName;} + {_routeName = If( json?.PropertyT("routeName"), out var __jsonRouteName) ? (string)__jsonRouteName : (string)RouteName;} + {_workerName = If( json?.PropertyT("workerName"), out var __jsonWorkerName) ? (string)__jsonWorkerName : (string)WorkerName;} + {_accountName = If( json?.PropertyT("accountName"), out var __jsonAccountName) ? (string)__jsonAccountName : (string)AccountName;} + {_managementPolicyName = If( json?.PropertyT("managementPolicyName"), out var __jsonManagementPolicyName) ? (string)__jsonManagementPolicyName : (string)ManagementPolicyName;} + {_blobServicesName = If( json?.PropertyT("BlobServicesName"), out var __jsonBlobServicesName) ? (string)__jsonBlobServicesName : (string)BlobServicesName;} + {_containerName = If( json?.PropertyT("containerName"), out var __jsonContainerName) ? (string)__jsonContainerName : (string)ContainerName;} + {_immutabilityPolicyName = If( json?.PropertyT("immutabilityPolicyName"), out var __jsonImmutabilityPolicyName) ? (string)__jsonImmutabilityPolicyName : (string)ImmutabilityPolicyName;} + {_resourceName = If( json?.PropertyT("resourceName"), out var __jsonResourceName) ? (string)__jsonResourceName : (string)ResourceName;} + {_keyId = If( json?.PropertyT("keyId"), out var __jsonKeyId) ? (string)__jsonKeyId : (string)KeyId;} + {_purgeId = If( json?.PropertyT("purgeId"), out var __jsonPurgeId) ? (string)__jsonPurgeId : (string)PurgeId;} + {_scope = If( json?.PropertyT("scope"), out var __jsonScope) ? (string)__jsonScope : (string)Scope;} + {_id1 = If( json?.PropertyT("id"), out var __jsonId) ? (string)__jsonId : (string)Id1;} AfterFromJson(json); } @@ -151,61 +152,62 @@ public Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode ToJson { return container; } - AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); - AddIf( null != (((object)this._operationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operationId.ToString()) : null, "operationId" ,container.Add ); - AddIf( null != (((object)this._blobServicesName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobServicesName.ToString()) : null, "BlobServicesName" ,container.Add ); - AddIf( null != (((object)this._accountName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accountName.ToString()) : null, "accountName" ,container.Add ); - AddIf( null != (((object)this._analysisName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._analysisName.ToString()) : null, "analysisName" ,container.Add ); - AddIf( null != (((object)this._appSettingKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appSettingKey.ToString()) : null, "appSettingKey" ,container.Add ); - AddIf( null != (((object)this._authprovider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authprovider.ToString()) : null, "authprovider" ,container.Add ); - AddIf( null != (((object)this._backupId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._backupId.ToString()) : null, "backupId" ,container.Add ); - AddIf( null != (((object)this._baseAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._baseAddress.ToString()) : null, "baseAddress" ,container.Add ); + AddIf( null != (((object)this._subscriptionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscriptionId.ToString()) : null, "subscriptionId" ,container.Add ); + AddIf( null != (((object)this._resourceGroupName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroupName.ToString()) : null, "resourceGroupName" ,container.Add ); AddIf( null != (((object)this._certificateOrderName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._certificateOrderName.ToString()) : null, "certificateOrderName" ,container.Add ); - AddIf( null != (((object)this._containerName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerName.ToString()) : null, "containerName" ,container.Add ); + AddIf( null != (((object)this._name)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._name.ToString()) : null, "name" ,container.Add ); + AddIf( null != (((object)this._domainName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainName.ToString()) : null, "domainName" ,container.Add ); + AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); AddIf( null != (((object)this._deletedSiteId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._deletedSiteId.ToString()) : null, "deletedSiteId" ,container.Add ); AddIf( null != (((object)this._detectorName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._detectorName.ToString()) : null, "detectorName" ,container.Add ); + AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); AddIf( null != (((object)this._diagnosticCategory)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._diagnosticCategory.ToString()) : null, "diagnosticCategory" ,container.Add ); - AddIf( null != (((object)this._diagnosticsName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._diagnosticsName.ToString()) : null, "diagnosticsName" ,container.Add ); - AddIf( null != (((object)this._domainName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainName.ToString()) : null, "domainName" ,container.Add ); - AddIf( null != (((object)this._domainOwnershipIdentifierName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainOwnershipIdentifierName.ToString()) : null, "domainOwnershipIdentifierName" ,container.Add ); - AddIf( null != (((object)this._entityName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._entityName.ToString()) : null, "entityName" ,container.Add ); - AddIf( null != (((object)this._functionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._functionName.ToString()) : null, "functionName" ,container.Add ); - AddIf( null != (((object)this._gatewayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._gatewayName.ToString()) : null, "gatewayName" ,container.Add ); - AddIf( null != (((object)this._hostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostName.ToString()) : null, "hostName" ,container.Add ); + AddIf( null != (((object)this._analysisName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._analysisName.ToString()) : null, "analysisName" ,container.Add ); + AddIf( null != (((object)this._slot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._slot.ToString()) : null, "slot" ,container.Add ); AddIf( null != (((object)this._hostingEnvironmentName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostingEnvironmentName.ToString()) : null, "hostingEnvironmentName" ,container.Add ); + AddIf( null != (((object)this._sourceControlType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceControlType.ToString()) : null, "sourceControlType" ,container.Add ); + AddIf( null != (((object)this._backupId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._backupId.ToString()) : null, "backupId" ,container.Add ); + AddIf( null != (((object)this._appSettingKey)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._appSettingKey.ToString()) : null, "appSettingKey" ,container.Add ); + AddIf( null != (((object)this._snapshotId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._snapshotId.ToString()) : null, "snapshotId" ,container.Add ); + AddIf( null != (((object)this._webJobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobName.ToString()) : null, "webJobName" ,container.Add ); AddIf( null != (((object)this._id)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id.ToString()) : null, "id" ,container.Add ); - AddIf( null != (((object)this._immutabilityPolicyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._immutabilityPolicyName.ToString()) : null, "immutabilityPolicyName" ,container.Add ); - AddIf( null != (((object)this._instance)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instance.ToString()) : null, "instance" ,container.Add ); - AddIf( null != (((object)this._instanceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instanceId.ToString()) : null, "instanceId" ,container.Add ); - AddIf( null != (((object)this._keyId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyId.ToString()) : null, "keyId" ,container.Add ); + AddIf( null != (((object)this._domainOwnershipIdentifierName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._domainOwnershipIdentifierName.ToString()) : null, "domainOwnershipIdentifierName" ,container.Add ); + AddIf( null != (((object)this._functionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._functionName.ToString()) : null, "functionName" ,container.Add ); AddIf( null != (((object)this._keyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyName.ToString()) : null, "keyName" ,container.Add ); AddIf( null != (((object)this._keyType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyType.ToString()) : null, "keyType" ,container.Add ); - AddIf( null != (((object)this._location)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._location.ToString()) : null, "location" ,container.Add ); - AddIf( null != (((object)this._managementPolicyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._managementPolicyName.ToString()) : null, "managementPolicyName" ,container.Add ); + AddIf( null != (((object)this._hostName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._hostName.ToString()) : null, "hostName" ,container.Add ); AddIf( null != (((object)this._namespaceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._namespaceName.ToString()) : null, "namespaceName" ,container.Add ); - AddIf( null != (((object)this._prId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._prId.ToString()) : null, "prId" ,container.Add ); - AddIf( null != (((object)this._premierAddOnName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._premierAddOnName.ToString()) : null, "premierAddOnName" ,container.Add ); - AddIf( null != (((object)this._privateEndpointConnectionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._privateEndpointConnectionName.ToString()) : null, "privateEndpointConnectionName" ,container.Add ); + AddIf( null != (((object)this._relayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._relayName.ToString()) : null, "relayName" ,container.Add ); + AddIf( null != (((object)this._entityName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._entityName.ToString()) : null, "entityName" ,container.Add ); + AddIf( null != (((object)this._instanceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instanceId.ToString()) : null, "instanceId" ,container.Add ); AddIf( null != (((object)this._processId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._processId.ToString()) : null, "processId" ,container.Add ); + AddIf( null != (((object)this._baseAddress)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._baseAddress.ToString()) : null, "baseAddress" ,container.Add ); + AddIf( null != (((object)this._view)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._view.ToString()) : null, "view" ,container.Add ); + AddIf( null != (((object)this._operationId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._operationId.ToString()) : null, "operationId" ,container.Add ); + AddIf( null != (((object)this._premierAddOnName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._premierAddOnName.ToString()) : null, "premierAddOnName" ,container.Add ); AddIf( null != (((object)this._publicCertificateName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._publicCertificateName.ToString()) : null, "publicCertificateName" ,container.Add ); - AddIf( null != (((object)this._purgeId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._purgeId.ToString()) : null, "purgeId" ,container.Add ); - AddIf( null != (((object)this._relayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._relayName.ToString()) : null, "relayName" ,container.Add ); - AddIf( null != (((object)this._resourceGroupName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceGroupName.ToString()) : null, "resourceGroupName" ,container.Add ); - AddIf( null != (((object)this._resourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceName.ToString()) : null, "resourceName" ,container.Add ); - AddIf( null != (((object)this._routeName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._routeName.ToString()) : null, "routeName" ,container.Add ); - AddIf( null != (((object)this._scope)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scope.ToString()) : null, "scope" ,container.Add ); AddIf( null != (((object)this._siteExtensionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteExtensionId.ToString()) : null, "siteExtensionId" ,container.Add ); - AddIf( null != (((object)this._siteName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._siteName.ToString()) : null, "siteName" ,container.Add ); - AddIf( null != (((object)this._slot)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._slot.ToString()) : null, "slot" ,container.Add ); - AddIf( null != (((object)this._snapshotId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._snapshotId.ToString()) : null, "snapshotId" ,container.Add ); - AddIf( null != (((object)this._sourceControlType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._sourceControlType.ToString()) : null, "sourceControlType" ,container.Add ); - AddIf( null != (((object)this._subscriptionId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._subscriptionId.ToString()) : null, "subscriptionId" ,container.Add ); - AddIf( null != (((object)this._userid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userid.ToString()) : null, "userid" ,container.Add ); - AddIf( null != (((object)this._view)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._view.ToString()) : null, "view" ,container.Add ); + AddIf( null != (((object)this._privateEndpointConnectionName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._privateEndpointConnectionName.ToString()) : null, "privateEndpointConnectionName" ,container.Add ); AddIf( null != (((object)this._vnetName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._vnetName.ToString()) : null, "vnetName" ,container.Add ); - AddIf( null != (((object)this._webJobName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._webJobName.ToString()) : null, "webJobName" ,container.Add ); - AddIf( null != (((object)this._workerName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerName.ToString()) : null, "workerName" ,container.Add ); + AddIf( null != (((object)this._gatewayName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._gatewayName.ToString()) : null, "gatewayName" ,container.Add ); + AddIf( null != (((object)this._authprovider)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._authprovider.ToString()) : null, "authprovider" ,container.Add ); + AddIf( null != (((object)this._userid)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._userid.ToString()) : null, "userid" ,container.Add ); + AddIf( null != (((object)this._prId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._prId.ToString()) : null, "prId" ,container.Add ); + AddIf( null != (((object)this._diagnosticsName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._diagnosticsName.ToString()) : null, "diagnosticsName" ,container.Add ); + AddIf( null != (((object)this._instance)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._instance.ToString()) : null, "instance" ,container.Add ); AddIf( null != (((object)this._workerPoolName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerPoolName.ToString()) : null, "workerPoolName" ,container.Add ); + AddIf( null != (((object)this._routeName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._routeName.ToString()) : null, "routeName" ,container.Add ); + AddIf( null != (((object)this._workerName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._workerName.ToString()) : null, "workerName" ,container.Add ); + AddIf( null != (((object)this._accountName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._accountName.ToString()) : null, "accountName" ,container.Add ); + AddIf( null != (((object)this._managementPolicyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._managementPolicyName.ToString()) : null, "managementPolicyName" ,container.Add ); + AddIf( null != (((object)this._blobServicesName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._blobServicesName.ToString()) : null, "BlobServicesName" ,container.Add ); + AddIf( null != (((object)this._containerName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._containerName.ToString()) : null, "containerName" ,container.Add ); + AddIf( null != (((object)this._immutabilityPolicyName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._immutabilityPolicyName.ToString()) : null, "immutabilityPolicyName" ,container.Add ); + AddIf( null != (((object)this._resourceName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._resourceName.ToString()) : null, "resourceName" ,container.Add ); + AddIf( null != (((object)this._keyId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._keyId.ToString()) : null, "keyId" ,container.Add ); + AddIf( null != (((object)this._purgeId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._purgeId.ToString()) : null, "purgeId" ,container.Add ); + AddIf( null != (((object)this._scope)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._scope.ToString()) : null, "scope" ,container.Add ); + AddIf( null != (((object)this._id1)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Json.JsonString(this._id1.ToString()) : null, "id" ,container.Add ); AfterToJson(ref container); return container; } diff --git a/src/Functions/generated/api/Support/AccessControlEntryAction.Completer.cs b/src/Functions/generated/api/Support/AccessControlEntryAction.Completer.cs index c96d25bdc185..c7e4b630ceb5 100644 --- a/src/Functions/generated/api/Support/AccessControlEntryAction.Completer.cs +++ b/src/Functions/generated/api/Support/AccessControlEntryAction.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AccessControlEntryAction. + /// Action object. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessControlEntryActionTypeConverter))] public partial struct AccessControlEntryAction : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AccessControlEntryAction.TypeConverter.cs b/src/Functions/generated/api/Support/AccessControlEntryAction.TypeConverter.cs index 45552e28d369..bf3df27268e8 100644 --- a/src/Functions/generated/api/Support/AccessControlEntryAction.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AccessControlEntryAction.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AccessControlEntryAction. + /// Action object. public partial class AccessControlEntryActionTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AccessControlEntryAction.cs b/src/Functions/generated/api/Support/AccessControlEntryAction.cs index 89f11627c2a7..b499f44e80f8 100644 --- a/src/Functions/generated/api/Support/AccessControlEntryAction.cs +++ b/src/Functions/generated/api/Support/AccessControlEntryAction.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Action object. public partial struct AccessControlEntryAction : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AccessTier.Completer.cs b/src/Functions/generated/api/Support/AccessTier.Completer.cs index c5b2ef475cbe..23d08046ea9a 100644 --- a/src/Functions/generated/api/Support/AccessTier.Completer.cs +++ b/src/Functions/generated/api/Support/AccessTier.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AccessTier. + /// + /// Required for storage accounts where kind = BlobStorage. The access tier used for billing. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTierTypeConverter))] public partial struct AccessTier : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AccessTier.TypeConverter.cs b/src/Functions/generated/api/Support/AccessTier.TypeConverter.cs index a17f17c86af9..dd28c10604aa 100644 --- a/src/Functions/generated/api/Support/AccessTier.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AccessTier.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AccessTier. + /// + /// Required for storage accounts where kind = BlobStorage. The access tier used for billing. + /// public partial class AccessTierTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AccessTier.cs b/src/Functions/generated/api/Support/AccessTier.cs index 148a94448598..c76457a33832 100644 --- a/src/Functions/generated/api/Support/AccessTier.cs +++ b/src/Functions/generated/api/Support/AccessTier.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Required for storage accounts where kind = BlobStorage. The access tier used for billing. + /// public partial struct AccessTier : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AccountStatus.Completer.cs b/src/Functions/generated/api/Support/AccountStatus.Completer.cs index 07e4ccd65e6c..14d4f2978bb4 100644 --- a/src/Functions/generated/api/Support/AccountStatus.Completer.cs +++ b/src/Functions/generated/api/Support/AccountStatus.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AccountStatus. + /// + /// Gets the status indicating whether the primary location of the storage account is available or unavailable. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatusTypeConverter))] public partial struct AccountStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AccountStatus.TypeConverter.cs b/src/Functions/generated/api/Support/AccountStatus.TypeConverter.cs index c27fa002f1ca..9a6f60e73a5b 100644 --- a/src/Functions/generated/api/Support/AccountStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AccountStatus.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AccountStatus. + /// + /// Gets the status indicating whether the primary location of the storage account is available or unavailable. + /// public partial class AccountStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AccountStatus.cs b/src/Functions/generated/api/Support/AccountStatus.cs index c9c88be92e50..93a4154bff48 100644 --- a/src/Functions/generated/api/Support/AccountStatus.cs +++ b/src/Functions/generated/api/Support/AccountStatus.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Gets the status indicating whether the primary location of the storage account is available or unavailable. + /// public partial struct AccountStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Action.Completer.cs b/src/Functions/generated/api/Support/Action.Completer.cs index 1ddd4ee07e35..61bbf13b7673 100644 --- a/src/Functions/generated/api/Support/Action.Completer.cs +++ b/src/Functions/generated/api/Support/Action.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Action. + /// The action of virtual network rule. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ActionTypeConverter))] public partial struct Action : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Action.TypeConverter.cs b/src/Functions/generated/api/Support/Action.TypeConverter.cs index 891d2858da1c..ad3109fb5729 100644 --- a/src/Functions/generated/api/Support/Action.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Action.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Action. + /// The action of virtual network rule. public partial class ActionTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Action.cs b/src/Functions/generated/api/Support/Action.cs index 289cb8dbc4ad..292a72b3bd57 100644 --- a/src/Functions/generated/api/Support/Action.cs +++ b/src/Functions/generated/api/Support/Action.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The action of virtual network rule. public partial struct Action : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AppServicePlanRestrictions.Completer.cs b/src/Functions/generated/api/Support/AppServicePlanRestrictions.Completer.cs index 3c4a6b200bf9..05aefad4b8c2 100644 --- a/src/Functions/generated/api/Support/AppServicePlanRestrictions.Completer.cs +++ b/src/Functions/generated/api/Support/AppServicePlanRestrictions.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AppServicePlanRestrictions. + /// App Service plans this offer is restricted to. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictionsTypeConverter))] public partial struct AppServicePlanRestrictions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AppServicePlanRestrictions.TypeConverter.cs b/src/Functions/generated/api/Support/AppServicePlanRestrictions.TypeConverter.cs index e70aec7f1c43..a28d31d645b7 100644 --- a/src/Functions/generated/api/Support/AppServicePlanRestrictions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AppServicePlanRestrictions.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AppServicePlanRestrictions. + /// App Service plans this offer is restricted to. public partial class AppServicePlanRestrictionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AppServicePlanRestrictions.cs b/src/Functions/generated/api/Support/AppServicePlanRestrictions.cs index 12c9e716f3da..c300b0a5c4ae 100644 --- a/src/Functions/generated/api/Support/AppServicePlanRestrictions.cs +++ b/src/Functions/generated/api/Support/AppServicePlanRestrictions.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// App Service plans this offer is restricted to. public partial struct AppServicePlanRestrictions : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ApplicationType.Completer.cs b/src/Functions/generated/api/Support/ApplicationType.Completer.cs index d2144b49eca6..f1a010b80a73 100644 --- a/src/Functions/generated/api/Support/ApplicationType.Completer.cs +++ b/src/Functions/generated/api/Support/ApplicationType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ApplicationType. + /// Type of application being monitored. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationTypeTypeConverter))] public partial struct ApplicationType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ApplicationType.TypeConverter.cs b/src/Functions/generated/api/Support/ApplicationType.TypeConverter.cs index 1b18fc6445f0..6c63e588a69d 100644 --- a/src/Functions/generated/api/Support/ApplicationType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ApplicationType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ApplicationType. + /// Type of application being monitored. public partial class ApplicationTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ApplicationType.cs b/src/Functions/generated/api/Support/ApplicationType.cs index b72ba1a247ce..0df4b5757b39 100644 --- a/src/Functions/generated/api/Support/ApplicationType.cs +++ b/src/Functions/generated/api/Support/ApplicationType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of application being monitored. public partial struct ApplicationType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AutoHealActionType.Completer.cs b/src/Functions/generated/api/Support/AutoHealActionType.Completer.cs index 6d17dac19f0a..4479ba549cea 100644 --- a/src/Functions/generated/api/Support/AutoHealActionType.Completer.cs +++ b/src/Functions/generated/api/Support/AutoHealActionType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AutoHealActionType. + /// Predefined action to be taken. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionTypeTypeConverter))] public partial struct AutoHealActionType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AutoHealActionType.TypeConverter.cs b/src/Functions/generated/api/Support/AutoHealActionType.TypeConverter.cs index a04703bbe423..b19dcc94504c 100644 --- a/src/Functions/generated/api/Support/AutoHealActionType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AutoHealActionType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AutoHealActionType. + /// Predefined action to be taken. public partial class AutoHealActionTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AutoHealActionType.cs b/src/Functions/generated/api/Support/AutoHealActionType.cs index fe010392f6a6..1e5c49edb069 100644 --- a/src/Functions/generated/api/Support/AutoHealActionType.cs +++ b/src/Functions/generated/api/Support/AutoHealActionType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Predefined action to be taken. public partial struct AutoHealActionType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AzureResourceType.Completer.cs b/src/Functions/generated/api/Support/AzureResourceType.Completer.cs index fa1fdc99baf1..c1ea6658c90b 100644 --- a/src/Functions/generated/api/Support/AzureResourceType.Completer.cs +++ b/src/Functions/generated/api/Support/AzureResourceType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AzureResourceType. + /// Type of the Azure resource the hostname is assigned to. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureResourceTypeTypeConverter))] public partial struct AzureResourceType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AzureResourceType.TypeConverter.cs b/src/Functions/generated/api/Support/AzureResourceType.TypeConverter.cs index b9c65ec3bbd7..c2648427e8a9 100644 --- a/src/Functions/generated/api/Support/AzureResourceType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AzureResourceType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AzureResourceType. + /// Type of the Azure resource the hostname is assigned to. public partial class AzureResourceTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AzureResourceType.cs b/src/Functions/generated/api/Support/AzureResourceType.cs index 59ac98f7e235..ec6caf1a085f 100644 --- a/src/Functions/generated/api/Support/AzureResourceType.cs +++ b/src/Functions/generated/api/Support/AzureResourceType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of the Azure resource the hostname is assigned to. public partial struct AzureResourceType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AzureStorageState.Completer.cs b/src/Functions/generated/api/Support/AzureStorageState.Completer.cs index 6d206fa00e7f..6f318f450a7b 100644 --- a/src/Functions/generated/api/Support/AzureStorageState.Completer.cs +++ b/src/Functions/generated/api/Support/AzureStorageState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AzureStorageState. + /// State of the storage account. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageStateTypeConverter))] public partial struct AzureStorageState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AzureStorageState.TypeConverter.cs b/src/Functions/generated/api/Support/AzureStorageState.TypeConverter.cs index d22fc38b67dd..78817c46ec6b 100644 --- a/src/Functions/generated/api/Support/AzureStorageState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AzureStorageState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AzureStorageState. + /// State of the storage account. public partial class AzureStorageStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AzureStorageState.cs b/src/Functions/generated/api/Support/AzureStorageState.cs index d4a268bda6ab..d0437a2a34f8 100644 --- a/src/Functions/generated/api/Support/AzureStorageState.cs +++ b/src/Functions/generated/api/Support/AzureStorageState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// State of the storage account. public partial struct AzureStorageState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/AzureStorageType.Completer.cs b/src/Functions/generated/api/Support/AzureStorageType.Completer.cs index f338dfc09f02..c33c3105343f 100644 --- a/src/Functions/generated/api/Support/AzureStorageType.Completer.cs +++ b/src/Functions/generated/api/Support/AzureStorageType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for AzureStorageType. + /// Type of storage. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageTypeTypeConverter))] public partial struct AzureStorageType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/AzureStorageType.TypeConverter.cs b/src/Functions/generated/api/Support/AzureStorageType.TypeConverter.cs index 5c306ad43ce5..2200594d959e 100644 --- a/src/Functions/generated/api/Support/AzureStorageType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/AzureStorageType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for AzureStorageType. + /// Type of storage. public partial class AzureStorageTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/AzureStorageType.cs b/src/Functions/generated/api/Support/AzureStorageType.cs index a157051c8ef0..05e78ac938d2 100644 --- a/src/Functions/generated/api/Support/AzureStorageType.cs +++ b/src/Functions/generated/api/Support/AzureStorageType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of storage. public partial struct AzureStorageType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/BackupItemStatus.Completer.cs b/src/Functions/generated/api/Support/BackupItemStatus.Completer.cs index 4a36bb093353..463fa9dbb444 100644 --- a/src/Functions/generated/api/Support/BackupItemStatus.Completer.cs +++ b/src/Functions/generated/api/Support/BackupItemStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for BackupItemStatus. + /// Backup status. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupItemStatusTypeConverter))] public partial struct BackupItemStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/BackupItemStatus.TypeConverter.cs b/src/Functions/generated/api/Support/BackupItemStatus.TypeConverter.cs index e96a1809cc17..cfcd255fdae8 100644 --- a/src/Functions/generated/api/Support/BackupItemStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/BackupItemStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for BackupItemStatus. + /// Backup status. public partial class BackupItemStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/BackupItemStatus.cs b/src/Functions/generated/api/Support/BackupItemStatus.cs index f9a91186c835..a4cd8d68c518 100644 --- a/src/Functions/generated/api/Support/BackupItemStatus.cs +++ b/src/Functions/generated/api/Support/BackupItemStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Backup status. public partial struct BackupItemStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/BackupRestoreOperationType.Completer.cs b/src/Functions/generated/api/Support/BackupRestoreOperationType.Completer.cs index d65921d6fcfc..9dc81533d8b9 100644 --- a/src/Functions/generated/api/Support/BackupRestoreOperationType.Completer.cs +++ b/src/Functions/generated/api/Support/BackupRestoreOperationType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for BackupRestoreOperationType. + /// Operation type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BackupRestoreOperationTypeTypeConverter))] public partial struct BackupRestoreOperationType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/BackupRestoreOperationType.TypeConverter.cs b/src/Functions/generated/api/Support/BackupRestoreOperationType.TypeConverter.cs index 646d3ebb8c5d..a198348249b3 100644 --- a/src/Functions/generated/api/Support/BackupRestoreOperationType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/BackupRestoreOperationType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for BackupRestoreOperationType. + /// Operation type. public partial class BackupRestoreOperationTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/BackupRestoreOperationType.cs b/src/Functions/generated/api/Support/BackupRestoreOperationType.cs index 81b0e632929f..c5f61fd6f51a 100644 --- a/src/Functions/generated/api/Support/BackupRestoreOperationType.cs +++ b/src/Functions/generated/api/Support/BackupRestoreOperationType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Operation type. public partial struct BackupRestoreOperationType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/BuildStatus.Completer.cs b/src/Functions/generated/api/Support/BuildStatus.Completer.cs index 7d376994a50c..c2f195db8c78 100644 --- a/src/Functions/generated/api/Support/BuildStatus.Completer.cs +++ b/src/Functions/generated/api/Support/BuildStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for BuildStatus. + /// The status of the static site build. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuildStatusTypeConverter))] public partial struct BuildStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/BuildStatus.TypeConverter.cs b/src/Functions/generated/api/Support/BuildStatus.TypeConverter.cs index b7c8c4779e62..d4084d1c2803 100644 --- a/src/Functions/generated/api/Support/BuildStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/BuildStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for BuildStatus. + /// The status of the static site build. public partial class BuildStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/BuildStatus.cs b/src/Functions/generated/api/Support/BuildStatus.cs index 43f488e2f1c8..7fd147b4c96f 100644 --- a/src/Functions/generated/api/Support/BuildStatus.cs +++ b/src/Functions/generated/api/Support/BuildStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The status of the static site build. public partial struct BuildStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.Completer.cs b/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.Completer.cs index b177318d12f6..7241feb6079f 100644 --- a/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.Completer.cs +++ b/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.Completer.cs @@ -6,7 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for BuiltInAuthenticationProvider. + /// + /// The default authentication provider to use when multiple providers are configured. + /// This setting is only needed if multiple providers are configured and the unauthenticated client + /// action is set to "RedirectToLoginPage". + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProviderTypeConverter))] public partial struct BuiltInAuthenticationProvider : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.TypeConverter.cs b/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.TypeConverter.cs index 8ba5bdc035ab..3a4d3b563878 100644 --- a/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.TypeConverter.cs +++ b/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.TypeConverter.cs @@ -6,7 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for BuiltInAuthenticationProvider. + /// + /// The default authentication provider to use when multiple providers are configured. + /// This setting is only needed if multiple providers are configured and the unauthenticated client + /// action is set to "RedirectToLoginPage". + /// public partial class BuiltInAuthenticationProviderTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.cs b/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.cs index eab691345f0e..32813e57cecc 100644 --- a/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.cs +++ b/src/Functions/generated/api/Support/BuiltInAuthenticationProvider.cs @@ -6,6 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The default authentication provider to use when multiple providers are configured. + /// This setting is only needed if multiple providers are configured and the unauthenticated client + /// action is set to "RedirectToLoginPage". + /// public partial struct BuiltInAuthenticationProvider : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Bypass.Completer.cs b/src/Functions/generated/api/Support/Bypass.Completer.cs index 3daf7cfcb57f..6a0e4528f03f 100644 --- a/src/Functions/generated/api/Support/Bypass.Completer.cs +++ b/src/Functions/generated/api/Support/Bypass.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Bypass. + /// + /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices + /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BypassTypeConverter))] public partial struct Bypass : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Bypass.TypeConverter.cs b/src/Functions/generated/api/Support/Bypass.TypeConverter.cs index b56530688931..64f43da30c3e 100644 --- a/src/Functions/generated/api/Support/Bypass.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Bypass.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Bypass. + /// + /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices + /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. + /// public partial class BypassTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Bypass.cs b/src/Functions/generated/api/Support/Bypass.cs index c3da3e0375ab..52db22d2248e 100644 --- a/src/Functions/generated/api/Support/Bypass.cs +++ b/src/Functions/generated/api/Support/Bypass.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices + /// (For example, "Logging, Metrics"), or None to bypass none of those traffics. + /// public partial struct Bypass : System.IEquatable { diff --git a/src/Functions/generated/api/Support/CertificateOrderActionType.Completer.cs b/src/Functions/generated/api/Support/CertificateOrderActionType.Completer.cs index 4ea840947e41..c4887178b810 100644 --- a/src/Functions/generated/api/Support/CertificateOrderActionType.Completer.cs +++ b/src/Functions/generated/api/Support/CertificateOrderActionType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for CertificateOrderActionType. + /// Action type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionTypeTypeConverter))] public partial struct CertificateOrderActionType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/CertificateOrderActionType.TypeConverter.cs b/src/Functions/generated/api/Support/CertificateOrderActionType.TypeConverter.cs index 71015e574ce2..730ee58b7c78 100644 --- a/src/Functions/generated/api/Support/CertificateOrderActionType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/CertificateOrderActionType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for CertificateOrderActionType. + /// Action type. public partial class CertificateOrderActionTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/CertificateOrderActionType.cs b/src/Functions/generated/api/Support/CertificateOrderActionType.cs index 17e474bc7b01..12078fbcbed4 100644 --- a/src/Functions/generated/api/Support/CertificateOrderActionType.cs +++ b/src/Functions/generated/api/Support/CertificateOrderActionType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Action type. public partial struct CertificateOrderActionType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/CertificateOrderStatus.Completer.cs b/src/Functions/generated/api/Support/CertificateOrderStatus.Completer.cs index 5af73b12bb90..a2aac298a949 100644 --- a/src/Functions/generated/api/Support/CertificateOrderStatus.Completer.cs +++ b/src/Functions/generated/api/Support/CertificateOrderStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for CertificateOrderStatus. + /// Current order status. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatusTypeConverter))] public partial struct CertificateOrderStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/CertificateOrderStatus.TypeConverter.cs b/src/Functions/generated/api/Support/CertificateOrderStatus.TypeConverter.cs index 8f0345086b74..18dfec0b2fd3 100644 --- a/src/Functions/generated/api/Support/CertificateOrderStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/CertificateOrderStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for CertificateOrderStatus. + /// Current order status. public partial class CertificateOrderStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/CertificateOrderStatus.cs b/src/Functions/generated/api/Support/CertificateOrderStatus.cs index c790a109a564..39e84ecf7112 100644 --- a/src/Functions/generated/api/Support/CertificateOrderStatus.cs +++ b/src/Functions/generated/api/Support/CertificateOrderStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Current order status. public partial struct CertificateOrderStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/CertificateProductType.Completer.cs b/src/Functions/generated/api/Support/CertificateProductType.Completer.cs index 7fd4c3fec6f8..5a08478d01f7 100644 --- a/src/Functions/generated/api/Support/CertificateProductType.Completer.cs +++ b/src/Functions/generated/api/Support/CertificateProductType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for CertificateProductType. + /// Certificate product type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductTypeTypeConverter))] public partial struct CertificateProductType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/CertificateProductType.TypeConverter.cs b/src/Functions/generated/api/Support/CertificateProductType.TypeConverter.cs index 5e4db2db0f1e..858e16652678 100644 --- a/src/Functions/generated/api/Support/CertificateProductType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/CertificateProductType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for CertificateProductType. + /// Certificate product type. public partial class CertificateProductTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/CertificateProductType.cs b/src/Functions/generated/api/Support/CertificateProductType.cs index 97e0239a8c28..3dbfc78a6a1f 100644 --- a/src/Functions/generated/api/Support/CertificateProductType.cs +++ b/src/Functions/generated/api/Support/CertificateProductType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Certificate product type. public partial struct CertificateProductType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Channels.Completer.cs b/src/Functions/generated/api/Support/Channels.Completer.cs index f7da6cc703c8..aaf57686f5cb 100644 --- a/src/Functions/generated/api/Support/Channels.Completer.cs +++ b/src/Functions/generated/api/Support/Channels.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Channels. + /// List of channels that this recommendation can apply. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ChannelsTypeConverter))] public partial struct Channels : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Channels.TypeConverter.cs b/src/Functions/generated/api/Support/Channels.TypeConverter.cs index 60360c6d883a..8e8f35660a44 100644 --- a/src/Functions/generated/api/Support/Channels.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Channels.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Channels. + /// List of channels that this recommendation can apply. public partial class ChannelsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Channels.cs b/src/Functions/generated/api/Support/Channels.cs index 202307c52e08..4f81521d1081 100644 --- a/src/Functions/generated/api/Support/Channels.cs +++ b/src/Functions/generated/api/Support/Channels.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// List of channels that this recommendation can apply. public partial struct Channels : System.IEquatable { diff --git a/src/Functions/generated/api/Support/CheckNameResourceTypes.Completer.cs b/src/Functions/generated/api/Support/CheckNameResourceTypes.Completer.cs index ab8c038e8a30..ddcb32edceb0 100644 --- a/src/Functions/generated/api/Support/CheckNameResourceTypes.Completer.cs +++ b/src/Functions/generated/api/Support/CheckNameResourceTypes.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for CheckNameResourceTypes. + /// Resource type used for verification. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CheckNameResourceTypesTypeConverter))] public partial struct CheckNameResourceTypes : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/CheckNameResourceTypes.TypeConverter.cs b/src/Functions/generated/api/Support/CheckNameResourceTypes.TypeConverter.cs index 1dab84946e2a..baa72b6271ac 100644 --- a/src/Functions/generated/api/Support/CheckNameResourceTypes.TypeConverter.cs +++ b/src/Functions/generated/api/Support/CheckNameResourceTypes.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for CheckNameResourceTypes. + /// Resource type used for verification. public partial class CheckNameResourceTypesTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/CheckNameResourceTypes.cs b/src/Functions/generated/api/Support/CheckNameResourceTypes.cs index c8baa16f389f..23bd66bfe77f 100644 --- a/src/Functions/generated/api/Support/CheckNameResourceTypes.cs +++ b/src/Functions/generated/api/Support/CheckNameResourceTypes.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Resource type used for verification. public partial struct CheckNameResourceTypes : System.IEquatable { diff --git a/src/Functions/generated/api/Support/CloneAbilityResult.Completer.cs b/src/Functions/generated/api/Support/CloneAbilityResult.Completer.cs index b88a6c364aaf..44e79927a721 100644 --- a/src/Functions/generated/api/Support/CloneAbilityResult.Completer.cs +++ b/src/Functions/generated/api/Support/CloneAbilityResult.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for CloneAbilityResult. + /// Name of app. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CloneAbilityResultTypeConverter))] public partial struct CloneAbilityResult : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/CloneAbilityResult.TypeConverter.cs b/src/Functions/generated/api/Support/CloneAbilityResult.TypeConverter.cs index 28a7c4cc4315..27ef62153193 100644 --- a/src/Functions/generated/api/Support/CloneAbilityResult.TypeConverter.cs +++ b/src/Functions/generated/api/Support/CloneAbilityResult.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for CloneAbilityResult. + /// Name of app. public partial class CloneAbilityResultTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/CloneAbilityResult.cs b/src/Functions/generated/api/Support/CloneAbilityResult.cs index a7b7426587ec..08ed04b25a83 100644 --- a/src/Functions/generated/api/Support/CloneAbilityResult.cs +++ b/src/Functions/generated/api/Support/CloneAbilityResult.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Name of app. public partial struct CloneAbilityResult : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ComputeModeOptions.Completer.cs b/src/Functions/generated/api/Support/ComputeModeOptions.Completer.cs index b269c5dddb0f..bc78ed46719e 100644 --- a/src/Functions/generated/api/Support/ComputeModeOptions.Completer.cs +++ b/src/Functions/generated/api/Support/ComputeModeOptions.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ComputeModeOptions. + /// Shared/dedicated workers. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptionsTypeConverter))] public partial struct ComputeModeOptions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ComputeModeOptions.TypeConverter.cs b/src/Functions/generated/api/Support/ComputeModeOptions.TypeConverter.cs index 92b9b98fa158..32fc6dcaf195 100644 --- a/src/Functions/generated/api/Support/ComputeModeOptions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ComputeModeOptions.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ComputeModeOptions. + /// Shared/dedicated workers. public partial class ComputeModeOptionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ComputeModeOptions.cs b/src/Functions/generated/api/Support/ComputeModeOptions.cs index 389b4b3ae943..9cc62f3eca4d 100644 --- a/src/Functions/generated/api/Support/ComputeModeOptions.cs +++ b/src/Functions/generated/api/Support/ComputeModeOptions.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Shared/dedicated workers. public partial struct ComputeModeOptions : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ConnectionStringType.Completer.cs b/src/Functions/generated/api/Support/ConnectionStringType.Completer.cs index 58f71c127f40..057db7b1a4f0 100644 --- a/src/Functions/generated/api/Support/ConnectionStringType.Completer.cs +++ b/src/Functions/generated/api/Support/ConnectionStringType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ConnectionStringType. + /// Type of database. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringTypeTypeConverter))] public partial struct ConnectionStringType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ConnectionStringType.TypeConverter.cs b/src/Functions/generated/api/Support/ConnectionStringType.TypeConverter.cs index bc2ce69e5bad..ce3d501fdb61 100644 --- a/src/Functions/generated/api/Support/ConnectionStringType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ConnectionStringType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ConnectionStringType. + /// Type of database. public partial class ConnectionStringTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ConnectionStringType.cs b/src/Functions/generated/api/Support/ConnectionStringType.cs index 6271ccd4a0cd..58f707e4bdc0 100644 --- a/src/Functions/generated/api/Support/ConnectionStringType.cs +++ b/src/Functions/generated/api/Support/ConnectionStringType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of database. public partial struct ConnectionStringType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ContinuousWebJobStatus.Completer.cs b/src/Functions/generated/api/Support/ContinuousWebJobStatus.Completer.cs index 2b5f548d7af9..f62c8c718c3a 100644 --- a/src/Functions/generated/api/Support/ContinuousWebJobStatus.Completer.cs +++ b/src/Functions/generated/api/Support/ContinuousWebJobStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ContinuousWebJobStatus. + /// Job status. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ContinuousWebJobStatusTypeConverter))] public partial struct ContinuousWebJobStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ContinuousWebJobStatus.TypeConverter.cs b/src/Functions/generated/api/Support/ContinuousWebJobStatus.TypeConverter.cs index 16f1177387a9..fb704a0c3cfa 100644 --- a/src/Functions/generated/api/Support/ContinuousWebJobStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ContinuousWebJobStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ContinuousWebJobStatus. + /// Job status. public partial class ContinuousWebJobStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ContinuousWebJobStatus.cs b/src/Functions/generated/api/Support/ContinuousWebJobStatus.cs index bd8cf2c0cbb5..b88c8bbe2ce0 100644 --- a/src/Functions/generated/api/Support/ContinuousWebJobStatus.cs +++ b/src/Functions/generated/api/Support/ContinuousWebJobStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Job status. public partial struct ContinuousWebJobStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.Completer.cs b/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.Completer.cs index 3443edfb87ba..2267b98c58f2 100644 --- a/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.Completer.cs +++ b/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for CustomHostNameDnsRecordType. + /// Type of the DNS record. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordTypeTypeConverter))] public partial struct CustomHostNameDnsRecordType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.TypeConverter.cs b/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.TypeConverter.cs index 8f572dd20322..50f11a37b2b7 100644 --- a/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for CustomHostNameDnsRecordType. + /// Type of the DNS record. public partial class CustomHostNameDnsRecordTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.cs b/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.cs index 44eb64fc41c3..a73ecd667f0d 100644 --- a/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.cs +++ b/src/Functions/generated/api/Support/CustomHostNameDnsRecordType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of the DNS record. public partial struct CustomHostNameDnsRecordType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DatabaseType.Completer.cs b/src/Functions/generated/api/Support/DatabaseType.Completer.cs index fd430b9822ca..2184d0b32a96 100644 --- a/src/Functions/generated/api/Support/DatabaseType.Completer.cs +++ b/src/Functions/generated/api/Support/DatabaseType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DatabaseType. + /// Database type (e.g. SqlAzure / MySql). [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseTypeTypeConverter))] public partial struct DatabaseType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DatabaseType.TypeConverter.cs b/src/Functions/generated/api/Support/DatabaseType.TypeConverter.cs index 7cb93de2b02a..facc6a67cd83 100644 --- a/src/Functions/generated/api/Support/DatabaseType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DatabaseType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DatabaseType. + /// Database type (e.g. SqlAzure / MySql). public partial class DatabaseTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DatabaseType.cs b/src/Functions/generated/api/Support/DatabaseType.cs index 34dfc2c532ec..2e82d616cedf 100644 --- a/src/Functions/generated/api/Support/DatabaseType.cs +++ b/src/Functions/generated/api/Support/DatabaseType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Database type (e.g. SqlAzure / MySql). public partial struct DatabaseType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DefaultAction.Completer.cs b/src/Functions/generated/api/Support/DefaultAction.Completer.cs index 896d2b94c02b..7dccd1b5ea9a 100644 --- a/src/Functions/generated/api/Support/DefaultAction.Completer.cs +++ b/src/Functions/generated/api/Support/DefaultAction.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DefaultAction. + /// Specifies the default action of allow or deny when no other rules match. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultActionTypeConverter))] public partial struct DefaultAction : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DefaultAction.TypeConverter.cs b/src/Functions/generated/api/Support/DefaultAction.TypeConverter.cs index 9a56d6ab5d7d..52b6be2a85f0 100644 --- a/src/Functions/generated/api/Support/DefaultAction.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DefaultAction.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DefaultAction. + /// Specifies the default action of allow or deny when no other rules match. public partial class DefaultActionTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DefaultAction.cs b/src/Functions/generated/api/Support/DefaultAction.cs index 4e7898497aee..6910558f31bb 100644 --- a/src/Functions/generated/api/Support/DefaultAction.cs +++ b/src/Functions/generated/api/Support/DefaultAction.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Specifies the default action of allow or deny when no other rules match. public partial struct DefaultAction : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DirectoryServiceOptions.Completer.cs b/src/Functions/generated/api/Support/DirectoryServiceOptions.Completer.cs index fefdc70b0a23..f0dd998ccd6e 100644 --- a/src/Functions/generated/api/Support/DirectoryServiceOptions.Completer.cs +++ b/src/Functions/generated/api/Support/DirectoryServiceOptions.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DirectoryServiceOptions. + /// Indicates the directory service used. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptionsTypeConverter))] public partial struct DirectoryServiceOptions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DirectoryServiceOptions.TypeConverter.cs b/src/Functions/generated/api/Support/DirectoryServiceOptions.TypeConverter.cs index 20afd51230b0..4bc5015dd723 100644 --- a/src/Functions/generated/api/Support/DirectoryServiceOptions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DirectoryServiceOptions.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DirectoryServiceOptions. + /// Indicates the directory service used. public partial class DirectoryServiceOptionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DirectoryServiceOptions.cs b/src/Functions/generated/api/Support/DirectoryServiceOptions.cs index c71c11790455..5df870606afe 100644 --- a/src/Functions/generated/api/Support/DirectoryServiceOptions.cs +++ b/src/Functions/generated/api/Support/DirectoryServiceOptions.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Indicates the directory service used. public partial struct DirectoryServiceOptions : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DnsType.Completer.cs b/src/Functions/generated/api/Support/DnsType.Completer.cs index a0436c27abdf..1448ad5a68f5 100644 --- a/src/Functions/generated/api/Support/DnsType.Completer.cs +++ b/src/Functions/generated/api/Support/DnsType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DnsType. + /// Current DNS type [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsTypeTypeConverter))] public partial struct DnsType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DnsType.TypeConverter.cs b/src/Functions/generated/api/Support/DnsType.TypeConverter.cs index d1455e79ff1e..51cf2721b5dd 100644 --- a/src/Functions/generated/api/Support/DnsType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DnsType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DnsType. + /// Current DNS type public partial class DnsTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DnsType.cs b/src/Functions/generated/api/Support/DnsType.cs index 8e74f6495070..2b65200f24f7 100644 --- a/src/Functions/generated/api/Support/DnsType.cs +++ b/src/Functions/generated/api/Support/DnsType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Current DNS type public partial struct DnsType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DnsVerificationTestResult.Completer.cs b/src/Functions/generated/api/Support/DnsVerificationTestResult.Completer.cs index 18cbe6652f6f..71f1cd87df1c 100644 --- a/src/Functions/generated/api/Support/DnsVerificationTestResult.Completer.cs +++ b/src/Functions/generated/api/Support/DnsVerificationTestResult.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DnsVerificationTestResult. + /// DNS verification test result. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResultTypeConverter))] public partial struct DnsVerificationTestResult : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DnsVerificationTestResult.TypeConverter.cs b/src/Functions/generated/api/Support/DnsVerificationTestResult.TypeConverter.cs index 5c1d622637a1..8f0b61daa5d5 100644 --- a/src/Functions/generated/api/Support/DnsVerificationTestResult.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DnsVerificationTestResult.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DnsVerificationTestResult. + /// DNS verification test result. public partial class DnsVerificationTestResultTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DnsVerificationTestResult.cs b/src/Functions/generated/api/Support/DnsVerificationTestResult.cs index 76f1c15773f0..c875b324e547 100644 --- a/src/Functions/generated/api/Support/DnsVerificationTestResult.cs +++ b/src/Functions/generated/api/Support/DnsVerificationTestResult.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// DNS verification test result. public partial struct DnsVerificationTestResult : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DomainStatus.Completer.cs b/src/Functions/generated/api/Support/DomainStatus.Completer.cs index 8a2afeb156f0..ac92276b3d73 100644 --- a/src/Functions/generated/api/Support/DomainStatus.Completer.cs +++ b/src/Functions/generated/api/Support/DomainStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DomainStatus. + /// Domain registration status. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatusTypeConverter))] public partial struct DomainStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DomainStatus.TypeConverter.cs b/src/Functions/generated/api/Support/DomainStatus.TypeConverter.cs index cc7b9f856059..e7b58efaabae 100644 --- a/src/Functions/generated/api/Support/DomainStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DomainStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DomainStatus. + /// Domain registration status. public partial class DomainStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DomainStatus.cs b/src/Functions/generated/api/Support/DomainStatus.cs index a8976f8eacb7..5414faa1c2b5 100644 --- a/src/Functions/generated/api/Support/DomainStatus.cs +++ b/src/Functions/generated/api/Support/DomainStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Domain registration status. public partial struct DomainStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/DomainType.Completer.cs b/src/Functions/generated/api/Support/DomainType.Completer.cs index 4088ee0f922d..8f66cd591b9b 100644 --- a/src/Functions/generated/api/Support/DomainType.Completer.cs +++ b/src/Functions/generated/api/Support/DomainType.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for DomainType. + /// + /// Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this + /// domain will simply restore it and this operation will not cost anything. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainTypeTypeConverter))] public partial struct DomainType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/DomainType.TypeConverter.cs b/src/Functions/generated/api/Support/DomainType.TypeConverter.cs index 2f0ad1d0960d..353a2caa9363 100644 --- a/src/Functions/generated/api/Support/DomainType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/DomainType.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for DomainType. + /// + /// Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this + /// domain will simply restore it and this operation will not cost anything. + /// public partial class DomainTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/DomainType.cs b/src/Functions/generated/api/Support/DomainType.cs index 05a5ab427298..87019ed0e35b 100644 --- a/src/Functions/generated/api/Support/DomainType.cs +++ b/src/Functions/generated/api/Support/DomainType.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this + /// domain will simply restore it and this operation will not cost anything. + /// public partial struct DomainType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/FlowType.Completer.cs b/src/Functions/generated/api/Support/FlowType.Completer.cs index 2483e17e344c..ef1e2a4c86c5 100644 --- a/src/Functions/generated/api/Support/FlowType.Completer.cs +++ b/src/Functions/generated/api/Support/FlowType.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for FlowType. + /// + /// Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set + /// to 'Bluefield' when creating/updating a component via the REST API. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FlowTypeTypeConverter))] public partial struct FlowType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/FlowType.TypeConverter.cs b/src/Functions/generated/api/Support/FlowType.TypeConverter.cs index 6aadc6a266dc..9ce171f43604 100644 --- a/src/Functions/generated/api/Support/FlowType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/FlowType.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for FlowType. + /// + /// Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set + /// to 'Bluefield' when creating/updating a component via the REST API. + /// public partial class FlowTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/FlowType.cs b/src/Functions/generated/api/Support/FlowType.cs index cc5a1982b233..49e0b387858c 100644 --- a/src/Functions/generated/api/Support/FlowType.cs +++ b/src/Functions/generated/api/Support/FlowType.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set + /// to 'Bluefield' when creating/updating a component via the REST API. + /// public partial struct FlowType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/FrequencyUnit.Completer.cs b/src/Functions/generated/api/Support/FrequencyUnit.Completer.cs index adca30f70c89..e05ab7c4bd33 100644 --- a/src/Functions/generated/api/Support/FrequencyUnit.Completer.cs +++ b/src/Functions/generated/api/Support/FrequencyUnit.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for FrequencyUnit. + /// + /// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval + /// should be set to 7) + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnitTypeConverter))] public partial struct FrequencyUnit : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/FrequencyUnit.TypeConverter.cs b/src/Functions/generated/api/Support/FrequencyUnit.TypeConverter.cs index 7a03faaaacb4..682d7522e8d4 100644 --- a/src/Functions/generated/api/Support/FrequencyUnit.TypeConverter.cs +++ b/src/Functions/generated/api/Support/FrequencyUnit.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for FrequencyUnit. + /// + /// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval + /// should be set to 7) + /// public partial class FrequencyUnitTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/FrequencyUnit.cs b/src/Functions/generated/api/Support/FrequencyUnit.cs index be7d353716a9..86d22044cc90 100644 --- a/src/Functions/generated/api/Support/FrequencyUnit.cs +++ b/src/Functions/generated/api/Support/FrequencyUnit.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval + /// should be set to 7) + /// public partial struct FrequencyUnit : System.IEquatable { diff --git a/src/Functions/generated/api/Support/FtpsState.Completer.cs b/src/Functions/generated/api/Support/FtpsState.Completer.cs index 1fa99cbe7996..9d0a0cebe3ba 100644 --- a/src/Functions/generated/api/Support/FtpsState.Completer.cs +++ b/src/Functions/generated/api/Support/FtpsState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for FtpsState. + /// State of FTP / FTPS service [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsStateTypeConverter))] public partial struct FtpsState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/FtpsState.TypeConverter.cs b/src/Functions/generated/api/Support/FtpsState.TypeConverter.cs index 7215df74c546..6279e6879955 100644 --- a/src/Functions/generated/api/Support/FtpsState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/FtpsState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for FtpsState. + /// State of FTP / FTPS service public partial class FtpsStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/FtpsState.cs b/src/Functions/generated/api/Support/FtpsState.cs index 84baf8d92b9a..d926c9938608 100644 --- a/src/Functions/generated/api/Support/FtpsState.cs +++ b/src/Functions/generated/api/Support/FtpsState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// State of FTP / FTPS service public partial struct FtpsState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/GeoReplicationStatus.Completer.cs b/src/Functions/generated/api/Support/GeoReplicationStatus.Completer.cs index ec8f9c0a8d7f..bf28ecec229f 100644 --- a/src/Functions/generated/api/Support/GeoReplicationStatus.Completer.cs +++ b/src/Functions/generated/api/Support/GeoReplicationStatus.Completer.cs @@ -6,7 +6,12 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for GeoReplicationStatus. + /// + /// The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and + /// operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in + /// progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location + /// is temporarily unavailable. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatusTypeConverter))] public partial struct GeoReplicationStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/GeoReplicationStatus.TypeConverter.cs b/src/Functions/generated/api/Support/GeoReplicationStatus.TypeConverter.cs index 7c4dc300cd37..5f8341b5f7d0 100644 --- a/src/Functions/generated/api/Support/GeoReplicationStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/GeoReplicationStatus.TypeConverter.cs @@ -6,7 +6,12 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for GeoReplicationStatus. + /// + /// The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and + /// operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in + /// progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location + /// is temporarily unavailable. + /// public partial class GeoReplicationStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/GeoReplicationStatus.cs b/src/Functions/generated/api/Support/GeoReplicationStatus.cs index 9876c4322f9c..26af53be9d95 100644 --- a/src/Functions/generated/api/Support/GeoReplicationStatus.cs +++ b/src/Functions/generated/api/Support/GeoReplicationStatus.cs @@ -6,6 +6,12 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and + /// operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in + /// progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location + /// is temporarily unavailable. + /// public partial struct GeoReplicationStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/HostNameType.Completer.cs b/src/Functions/generated/api/Support/HostNameType.Completer.cs index 86af5faca583..2794f8b1bf23 100644 --- a/src/Functions/generated/api/Support/HostNameType.Completer.cs +++ b/src/Functions/generated/api/Support/HostNameType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for HostNameType. + /// Type of the hostname. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameTypeTypeConverter))] public partial struct HostNameType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/HostNameType.TypeConverter.cs b/src/Functions/generated/api/Support/HostNameType.TypeConverter.cs index 48c3467a6993..d8399448a01f 100644 --- a/src/Functions/generated/api/Support/HostNameType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/HostNameType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for HostNameType. + /// Type of the hostname. public partial class HostNameTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/HostNameType.cs b/src/Functions/generated/api/Support/HostNameType.cs index 52b768c3931e..8d2d5d610331 100644 --- a/src/Functions/generated/api/Support/HostNameType.cs +++ b/src/Functions/generated/api/Support/HostNameType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of the hostname. public partial struct HostNameType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/HostType.Completer.cs b/src/Functions/generated/api/Support/HostType.Completer.cs index b6926325bd9a..2e1f3b22bbe4 100644 --- a/src/Functions/generated/api/Support/HostType.Completer.cs +++ b/src/Functions/generated/api/Support/HostType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for HostType. + /// Indicates whether the hostname is a standard or repository hostname. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostTypeTypeConverter))] public partial struct HostType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/HostType.TypeConverter.cs b/src/Functions/generated/api/Support/HostType.TypeConverter.cs index c709d1404793..270e36faf80d 100644 --- a/src/Functions/generated/api/Support/HostType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/HostType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for HostType. + /// Indicates whether the hostname is a standard or repository hostname. public partial class HostTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/HostType.cs b/src/Functions/generated/api/Support/HostType.cs index eb5fbd29f7ab..97593f4154f6 100644 --- a/src/Functions/generated/api/Support/HostType.cs +++ b/src/Functions/generated/api/Support/HostType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Indicates whether the hostname is a standard or repository hostname. public partial struct HostType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/HostingEnvironmentStatus.Completer.cs b/src/Functions/generated/api/Support/HostingEnvironmentStatus.Completer.cs index 53abd6eeaa7d..741ddbd7c396 100644 --- a/src/Functions/generated/api/Support/HostingEnvironmentStatus.Completer.cs +++ b/src/Functions/generated/api/Support/HostingEnvironmentStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for HostingEnvironmentStatus. + /// Current status of the App Service Environment. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatusTypeConverter))] public partial struct HostingEnvironmentStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/HostingEnvironmentStatus.TypeConverter.cs b/src/Functions/generated/api/Support/HostingEnvironmentStatus.TypeConverter.cs index 2fd7f7e8fdee..e708f0f1540d 100644 --- a/src/Functions/generated/api/Support/HostingEnvironmentStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/HostingEnvironmentStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for HostingEnvironmentStatus. + /// Current status of the App Service Environment. public partial class HostingEnvironmentStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/HostingEnvironmentStatus.cs b/src/Functions/generated/api/Support/HostingEnvironmentStatus.cs index 16125a752be0..a2fca80b36e6 100644 --- a/src/Functions/generated/api/Support/HostingEnvironmentStatus.cs +++ b/src/Functions/generated/api/Support/HostingEnvironmentStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Current status of the App Service Environment. public partial struct HostingEnvironmentStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/HttpProtocol.Completer.cs b/src/Functions/generated/api/Support/HttpProtocol.Completer.cs index b486265ff52d..bed1a86e6ce2 100644 --- a/src/Functions/generated/api/Support/HttpProtocol.Completer.cs +++ b/src/Functions/generated/api/Support/HttpProtocol.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for HttpProtocol. + /// The protocol permitted for a request made with the account SAS. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HttpProtocolTypeConverter))] public partial struct HttpProtocol : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/HttpProtocol.TypeConverter.cs b/src/Functions/generated/api/Support/HttpProtocol.TypeConverter.cs index 796cfeb0d422..a6011320da05 100644 --- a/src/Functions/generated/api/Support/HttpProtocol.TypeConverter.cs +++ b/src/Functions/generated/api/Support/HttpProtocol.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for HttpProtocol. + /// The protocol permitted for a request made with the account SAS. public partial class HttpProtocolTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/HttpProtocol.cs b/src/Functions/generated/api/Support/HttpProtocol.cs index e221f6e9e908..06ac0afa3ba5 100644 --- a/src/Functions/generated/api/Support/HttpProtocol.cs +++ b/src/Functions/generated/api/Support/HttpProtocol.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The protocol permitted for a request made with the account SAS. public partial struct HttpProtocol : System.IEquatable { diff --git a/src/Functions/generated/api/Support/IPFilterTag.Completer.cs b/src/Functions/generated/api/Support/IPFilterTag.Completer.cs index 1c6f1f601aec..1697c9c0f350 100644 --- a/src/Functions/generated/api/Support/IPFilterTag.Completer.cs +++ b/src/Functions/generated/api/Support/IPFilterTag.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for IPFilterTag. + /// + /// Defines what this IP filter will be used for. This is to support IP filtering on proxies. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTagTypeConverter))] public partial struct IPFilterTag : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/IPFilterTag.TypeConverter.cs b/src/Functions/generated/api/Support/IPFilterTag.TypeConverter.cs index 1f705191db12..f0062db68f05 100644 --- a/src/Functions/generated/api/Support/IPFilterTag.TypeConverter.cs +++ b/src/Functions/generated/api/Support/IPFilterTag.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for IPFilterTag. + /// + /// Defines what this IP filter will be used for. This is to support IP filtering on proxies. + /// public partial class IPFilterTagTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/IPFilterTag.cs b/src/Functions/generated/api/Support/IPFilterTag.cs index c89be098f1ff..b2abfecd4635 100644 --- a/src/Functions/generated/api/Support/IPFilterTag.cs +++ b/src/Functions/generated/api/Support/IPFilterTag.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Defines what this IP filter will be used for. This is to support IP filtering on proxies. + /// public partial struct IPFilterTag : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ImmutabilityPolicyState.Completer.cs b/src/Functions/generated/api/Support/ImmutabilityPolicyState.Completer.cs index eeec91d172fc..02a79ff337ac 100644 --- a/src/Functions/generated/api/Support/ImmutabilityPolicyState.Completer.cs +++ b/src/Functions/generated/api/Support/ImmutabilityPolicyState.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ImmutabilityPolicyState. + /// + /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyStateTypeConverter))] public partial struct ImmutabilityPolicyState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ImmutabilityPolicyState.TypeConverter.cs b/src/Functions/generated/api/Support/ImmutabilityPolicyState.TypeConverter.cs index 45811fabf601..20a453317c9c 100644 --- a/src/Functions/generated/api/Support/ImmutabilityPolicyState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ImmutabilityPolicyState.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ImmutabilityPolicyState. + /// + /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. + /// public partial class ImmutabilityPolicyStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ImmutabilityPolicyState.cs b/src/Functions/generated/api/Support/ImmutabilityPolicyState.cs index ca7292e5fe1f..dce6d77ceca9 100644 --- a/src/Functions/generated/api/Support/ImmutabilityPolicyState.cs +++ b/src/Functions/generated/api/Support/ImmutabilityPolicyState.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. + /// public partial struct ImmutabilityPolicyState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.Completer.cs b/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.Completer.cs index ce25cbcc585a..d7558c17edba 100644 --- a/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.Completer.cs +++ b/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ImmutabilityPolicyUpdateType. + /// + /// The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateTypeTypeConverter))] public partial struct ImmutabilityPolicyUpdateType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.TypeConverter.cs b/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.TypeConverter.cs index 3411245bf2b8..d9a7c55592aa 100644 --- a/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ImmutabilityPolicyUpdateType. + /// + /// The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. + /// public partial class ImmutabilityPolicyUpdateTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.cs b/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.cs index a05cf31744bb..19c667d76365 100644 --- a/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.cs +++ b/src/Functions/generated/api/Support/ImmutabilityPolicyUpdateType.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. + /// public partial struct ImmutabilityPolicyUpdateType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/InAvailabilityReasonType.Completer.cs b/src/Functions/generated/api/Support/InAvailabilityReasonType.Completer.cs index 0cb295e49711..87a303f2c9ae 100644 --- a/src/Functions/generated/api/Support/InAvailabilityReasonType.Completer.cs +++ b/src/Functions/generated/api/Support/InAvailabilityReasonType.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for InAvailabilityReasonType. + /// + /// Invalid indicates the name provided does not match Azure App Service naming requirements. AlreadyExists + /// indicates that the name is already in use and is therefore unavailable. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonTypeTypeConverter))] public partial struct InAvailabilityReasonType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/InAvailabilityReasonType.TypeConverter.cs b/src/Functions/generated/api/Support/InAvailabilityReasonType.TypeConverter.cs index 5ed8b5a14afd..4b98f688c0a0 100644 --- a/src/Functions/generated/api/Support/InAvailabilityReasonType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/InAvailabilityReasonType.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for InAvailabilityReasonType. + /// + /// Invalid indicates the name provided does not match Azure App Service naming requirements. AlreadyExists + /// indicates that the name is already in use and is therefore unavailable. + /// public partial class InAvailabilityReasonTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/InAvailabilityReasonType.cs b/src/Functions/generated/api/Support/InAvailabilityReasonType.cs index b8e7b197a307..8558ad4245d1 100644 --- a/src/Functions/generated/api/Support/InAvailabilityReasonType.cs +++ b/src/Functions/generated/api/Support/InAvailabilityReasonType.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Invalid indicates the name provided does not match Azure App Service naming requirements. AlreadyExists + /// indicates that the name is already in use and is therefore unavailable. + /// public partial struct InAvailabilityReasonType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/InternalLoadBalancingMode.Completer.cs b/src/Functions/generated/api/Support/InternalLoadBalancingMode.Completer.cs index 267ce00332e9..c869aa51f15c 100644 --- a/src/Functions/generated/api/Support/InternalLoadBalancingMode.Completer.cs +++ b/src/Functions/generated/api/Support/InternalLoadBalancingMode.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for InternalLoadBalancingMode. + /// + /// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingModeTypeConverter))] public partial struct InternalLoadBalancingMode : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/InternalLoadBalancingMode.TypeConverter.cs b/src/Functions/generated/api/Support/InternalLoadBalancingMode.TypeConverter.cs index 96b429d478d9..622468fff2eb 100644 --- a/src/Functions/generated/api/Support/InternalLoadBalancingMode.TypeConverter.cs +++ b/src/Functions/generated/api/Support/InternalLoadBalancingMode.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for InternalLoadBalancingMode. + /// + /// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. + /// public partial class InternalLoadBalancingModeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/InternalLoadBalancingMode.cs b/src/Functions/generated/api/Support/InternalLoadBalancingMode.cs index ef7e7e88b215..070b1cab687a 100644 --- a/src/Functions/generated/api/Support/InternalLoadBalancingMode.cs +++ b/src/Functions/generated/api/Support/InternalLoadBalancingMode.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. + /// public partial struct InternalLoadBalancingMode : System.IEquatable { diff --git a/src/Functions/generated/api/Support/IssueType.Completer.cs b/src/Functions/generated/api/Support/IssueType.Completer.cs index 9d60e8fae5ab..62d4cee2abb8 100644 --- a/src/Functions/generated/api/Support/IssueType.Completer.cs +++ b/src/Functions/generated/api/Support/IssueType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for IssueType. + /// Represents the type of the Detector [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueTypeTypeConverter))] public partial struct IssueType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/IssueType.TypeConverter.cs b/src/Functions/generated/api/Support/IssueType.TypeConverter.cs index 2f09c9807bec..90e19e6a09f6 100644 --- a/src/Functions/generated/api/Support/IssueType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/IssueType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for IssueType. + /// Represents the type of the Detector public partial class IssueTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/IssueType.cs b/src/Functions/generated/api/Support/IssueType.cs index d81e370c9464..839deab90b48 100644 --- a/src/Functions/generated/api/Support/IssueType.cs +++ b/src/Functions/generated/api/Support/IssueType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Represents the type of the Detector public partial struct IssueType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/KeyPermission.Completer.cs b/src/Functions/generated/api/Support/KeyPermission.Completer.cs index 21c507ee8baa..5d32694252c6 100644 --- a/src/Functions/generated/api/Support/KeyPermission.Completer.cs +++ b/src/Functions/generated/api/Support/KeyPermission.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for KeyPermission. + /// Permissions for the key -- read-only or full permissions. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermissionTypeConverter))] public partial struct KeyPermission : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/KeyPermission.TypeConverter.cs b/src/Functions/generated/api/Support/KeyPermission.TypeConverter.cs index 767b5c31f31f..e6d0be492e15 100644 --- a/src/Functions/generated/api/Support/KeyPermission.TypeConverter.cs +++ b/src/Functions/generated/api/Support/KeyPermission.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for KeyPermission. + /// Permissions for the key -- read-only or full permissions. public partial class KeyPermissionTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/KeyPermission.cs b/src/Functions/generated/api/Support/KeyPermission.cs index a1442698e834..b35af2e6360f 100644 --- a/src/Functions/generated/api/Support/KeyPermission.cs +++ b/src/Functions/generated/api/Support/KeyPermission.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Permissions for the key -- read-only or full permissions. public partial struct KeyPermission : System.IEquatable { diff --git a/src/Functions/generated/api/Support/KeySource.Completer.cs b/src/Functions/generated/api/Support/KeySource.Completer.cs index 35815c09d135..b69b76f6ec91 100644 --- a/src/Functions/generated/api/Support/KeySource.Completer.cs +++ b/src/Functions/generated/api/Support/KeySource.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for KeySource. + /// + /// The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeySourceTypeConverter))] public partial struct KeySource : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/KeySource.TypeConverter.cs b/src/Functions/generated/api/Support/KeySource.TypeConverter.cs index 0a20f8599c69..b6e5e8ead32a 100644 --- a/src/Functions/generated/api/Support/KeySource.TypeConverter.cs +++ b/src/Functions/generated/api/Support/KeySource.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for KeySource. + /// + /// The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault + /// public partial class KeySourceTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/KeySource.cs b/src/Functions/generated/api/Support/KeySource.cs index 9e295ce0d006..ffbcffb92b88 100644 --- a/src/Functions/generated/api/Support/KeySource.cs +++ b/src/Functions/generated/api/Support/KeySource.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault + /// public partial struct KeySource : System.IEquatable { diff --git a/src/Functions/generated/api/Support/KeyVaultSecretStatus.Completer.cs b/src/Functions/generated/api/Support/KeyVaultSecretStatus.Completer.cs index 25efd65f0d5c..fc6c87f416d0 100644 --- a/src/Functions/generated/api/Support/KeyVaultSecretStatus.Completer.cs +++ b/src/Functions/generated/api/Support/KeyVaultSecretStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for KeyVaultSecretStatus. + /// Status of the Key Vault secret. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyVaultSecretStatusTypeConverter))] public partial struct KeyVaultSecretStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/KeyVaultSecretStatus.TypeConverter.cs b/src/Functions/generated/api/Support/KeyVaultSecretStatus.TypeConverter.cs index 38db22d2638e..7fc5c8058df6 100644 --- a/src/Functions/generated/api/Support/KeyVaultSecretStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/KeyVaultSecretStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for KeyVaultSecretStatus. + /// Status of the Key Vault secret. public partial class KeyVaultSecretStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/KeyVaultSecretStatus.cs b/src/Functions/generated/api/Support/KeyVaultSecretStatus.cs index 0bb75de8d03d..ccac702e65e1 100644 --- a/src/Functions/generated/api/Support/KeyVaultSecretStatus.cs +++ b/src/Functions/generated/api/Support/KeyVaultSecretStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Status of the Key Vault secret. public partial struct KeyVaultSecretStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Kind.Completer.cs b/src/Functions/generated/api/Support/Kind.Completer.cs index debe70e57328..3a07427f46ad 100644 --- a/src/Functions/generated/api/Support/Kind.Completer.cs +++ b/src/Functions/generated/api/Support/Kind.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Kind. + /// Indicates the type of storage account. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KindTypeConverter))] public partial struct Kind : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Kind.TypeConverter.cs b/src/Functions/generated/api/Support/Kind.TypeConverter.cs index 03034dd3f478..1e0e4f24899b 100644 --- a/src/Functions/generated/api/Support/Kind.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Kind.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Kind. + /// Indicates the type of storage account. public partial class KindTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Kind.cs b/src/Functions/generated/api/Support/Kind.cs index 7a05e44f67ad..483ca9170bfc 100644 --- a/src/Functions/generated/api/Support/Kind.cs +++ b/src/Functions/generated/api/Support/Kind.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Indicates the type of storage account. public partial struct Kind : System.IEquatable { diff --git a/src/Functions/generated/api/Support/LargeFileSharesState.Completer.cs b/src/Functions/generated/api/Support/LargeFileSharesState.Completer.cs index 6b4202377c27..4f09b23b2b41 100644 --- a/src/Functions/generated/api/Support/LargeFileSharesState.Completer.cs +++ b/src/Functions/generated/api/Support/LargeFileSharesState.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for LargeFileSharesState. + /// + /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesStateTypeConverter))] public partial struct LargeFileSharesState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/LargeFileSharesState.TypeConverter.cs b/src/Functions/generated/api/Support/LargeFileSharesState.TypeConverter.cs index 38258c6d095c..e1d5f397a11c 100644 --- a/src/Functions/generated/api/Support/LargeFileSharesState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/LargeFileSharesState.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for LargeFileSharesState. + /// + /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. + /// public partial class LargeFileSharesStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/LargeFileSharesState.cs b/src/Functions/generated/api/Support/LargeFileSharesState.cs index 42b3a8838ba6..1e626ff37d73 100644 --- a/src/Functions/generated/api/Support/LargeFileSharesState.cs +++ b/src/Functions/generated/api/Support/LargeFileSharesState.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. + /// public partial struct LargeFileSharesState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/LeaseDuration.Completer.cs b/src/Functions/generated/api/Support/LeaseDuration.Completer.cs index c2017e77a66f..5fea92dcd619 100644 --- a/src/Functions/generated/api/Support/LeaseDuration.Completer.cs +++ b/src/Functions/generated/api/Support/LeaseDuration.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for LeaseDuration. + /// + /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDurationTypeConverter))] public partial struct LeaseDuration : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/LeaseDuration.TypeConverter.cs b/src/Functions/generated/api/Support/LeaseDuration.TypeConverter.cs index 329cb5063e6b..3911764ea4c2 100644 --- a/src/Functions/generated/api/Support/LeaseDuration.TypeConverter.cs +++ b/src/Functions/generated/api/Support/LeaseDuration.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for LeaseDuration. + /// + /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. + /// public partial class LeaseDurationTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/LeaseDuration.cs b/src/Functions/generated/api/Support/LeaseDuration.cs index 19a1f8127f4d..6a2eda87a670 100644 --- a/src/Functions/generated/api/Support/LeaseDuration.cs +++ b/src/Functions/generated/api/Support/LeaseDuration.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. + /// public partial struct LeaseDuration : System.IEquatable { diff --git a/src/Functions/generated/api/Support/LeaseState.Completer.cs b/src/Functions/generated/api/Support/LeaseState.Completer.cs index a27d8a2f5e9a..a7656dd4d17d 100644 --- a/src/Functions/generated/api/Support/LeaseState.Completer.cs +++ b/src/Functions/generated/api/Support/LeaseState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for LeaseState. + /// Lease state of the container. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStateTypeConverter))] public partial struct LeaseState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/LeaseState.TypeConverter.cs b/src/Functions/generated/api/Support/LeaseState.TypeConverter.cs index aeba98edfc49..9d81e3735f6b 100644 --- a/src/Functions/generated/api/Support/LeaseState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/LeaseState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for LeaseState. + /// Lease state of the container. public partial class LeaseStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/LeaseState.cs b/src/Functions/generated/api/Support/LeaseState.cs index 77264046d232..bd0d6900d15c 100644 --- a/src/Functions/generated/api/Support/LeaseState.cs +++ b/src/Functions/generated/api/Support/LeaseState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Lease state of the container. public partial struct LeaseState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/LeaseStatus.Completer.cs b/src/Functions/generated/api/Support/LeaseStatus.Completer.cs index e816330b38f5..f8112b0ce218 100644 --- a/src/Functions/generated/api/Support/LeaseStatus.Completer.cs +++ b/src/Functions/generated/api/Support/LeaseStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for LeaseStatus. + /// The lease status of the container. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatusTypeConverter))] public partial struct LeaseStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/LeaseStatus.TypeConverter.cs b/src/Functions/generated/api/Support/LeaseStatus.TypeConverter.cs index 94718374662f..715a0a5d109b 100644 --- a/src/Functions/generated/api/Support/LeaseStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/LeaseStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for LeaseStatus. + /// The lease status of the container. public partial class LeaseStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/LeaseStatus.cs b/src/Functions/generated/api/Support/LeaseStatus.cs index dcc1a0b0b0d3..2dd072b1909e 100644 --- a/src/Functions/generated/api/Support/LeaseStatus.cs +++ b/src/Functions/generated/api/Support/LeaseStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The lease status of the container. public partial struct LeaseStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/LogLevel.Completer.cs b/src/Functions/generated/api/Support/LogLevel.Completer.cs index 1dc3d2bec780..a144e51d100a 100644 --- a/src/Functions/generated/api/Support/LogLevel.Completer.cs +++ b/src/Functions/generated/api/Support/LogLevel.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for LogLevel. + /// Log level. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LogLevelTypeConverter))] public partial struct LogLevel : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/LogLevel.TypeConverter.cs b/src/Functions/generated/api/Support/LogLevel.TypeConverter.cs index 177c0769d7da..f28a2071699b 100644 --- a/src/Functions/generated/api/Support/LogLevel.TypeConverter.cs +++ b/src/Functions/generated/api/Support/LogLevel.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for LogLevel. + /// Log level. public partial class LogLevelTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/LogLevel.cs b/src/Functions/generated/api/Support/LogLevel.cs index 018884f2ba66..a08de41cf02d 100644 --- a/src/Functions/generated/api/Support/LogLevel.cs +++ b/src/Functions/generated/api/Support/LogLevel.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Log level. public partial struct LogLevel : System.IEquatable { diff --git a/src/Functions/generated/api/Support/MSDeployLogEntryType.Completer.cs b/src/Functions/generated/api/Support/MSDeployLogEntryType.Completer.cs index 3ed7f93c5bfc..b09f20b2f9bf 100644 --- a/src/Functions/generated/api/Support/MSDeployLogEntryType.Completer.cs +++ b/src/Functions/generated/api/Support/MSDeployLogEntryType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for MSDeployLogEntryType. + /// Log entry type [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployLogEntryTypeTypeConverter))] public partial struct MSDeployLogEntryType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/MSDeployLogEntryType.TypeConverter.cs b/src/Functions/generated/api/Support/MSDeployLogEntryType.TypeConverter.cs index c1fd5d72abea..ca76e81f6006 100644 --- a/src/Functions/generated/api/Support/MSDeployLogEntryType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/MSDeployLogEntryType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for MSDeployLogEntryType. + /// Log entry type public partial class MSDeployLogEntryTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/MSDeployLogEntryType.cs b/src/Functions/generated/api/Support/MSDeployLogEntryType.cs index 8301152d1362..f8da37095a6d 100644 --- a/src/Functions/generated/api/Support/MSDeployLogEntryType.cs +++ b/src/Functions/generated/api/Support/MSDeployLogEntryType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Log entry type public partial struct MSDeployLogEntryType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/MSDeployProvisioningState.Completer.cs b/src/Functions/generated/api/Support/MSDeployProvisioningState.Completer.cs index 3a915aa1e312..cbcc1b7c098b 100644 --- a/src/Functions/generated/api/Support/MSDeployProvisioningState.Completer.cs +++ b/src/Functions/generated/api/Support/MSDeployProvisioningState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for MSDeployProvisioningState. + /// Provisioning state [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MSDeployProvisioningStateTypeConverter))] public partial struct MSDeployProvisioningState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/MSDeployProvisioningState.TypeConverter.cs b/src/Functions/generated/api/Support/MSDeployProvisioningState.TypeConverter.cs index 072721644e93..3732dce7b1fd 100644 --- a/src/Functions/generated/api/Support/MSDeployProvisioningState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/MSDeployProvisioningState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for MSDeployProvisioningState. + /// Provisioning state public partial class MSDeployProvisioningStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/MSDeployProvisioningState.cs b/src/Functions/generated/api/Support/MSDeployProvisioningState.cs index 7f23c39bf135..1bff888950fd 100644 --- a/src/Functions/generated/api/Support/MSDeployProvisioningState.cs +++ b/src/Functions/generated/api/Support/MSDeployProvisioningState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Provisioning state public partial struct MSDeployProvisioningState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ManagedPipelineMode.Completer.cs b/src/Functions/generated/api/Support/ManagedPipelineMode.Completer.cs index d294f822bc4a..c1b2842f4d60 100644 --- a/src/Functions/generated/api/Support/ManagedPipelineMode.Completer.cs +++ b/src/Functions/generated/api/Support/ManagedPipelineMode.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ManagedPipelineMode. + /// Managed pipeline mode. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineModeTypeConverter))] public partial struct ManagedPipelineMode : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ManagedPipelineMode.TypeConverter.cs b/src/Functions/generated/api/Support/ManagedPipelineMode.TypeConverter.cs index a833d3cf3a4b..1faa23a5d6d5 100644 --- a/src/Functions/generated/api/Support/ManagedPipelineMode.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ManagedPipelineMode.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ManagedPipelineMode. + /// Managed pipeline mode. public partial class ManagedPipelineModeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ManagedPipelineMode.cs b/src/Functions/generated/api/Support/ManagedPipelineMode.cs index cc8fea2610ff..d4628edc9bd4 100644 --- a/src/Functions/generated/api/Support/ManagedPipelineMode.cs +++ b/src/Functions/generated/api/Support/ManagedPipelineMode.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Managed pipeline mode. public partial struct ManagedPipelineMode : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ManagedServiceIdentityType.Completer.cs b/src/Functions/generated/api/Support/ManagedServiceIdentityType.Completer.cs index 5fcd6802cbf5..cd04cb6e9429 100644 --- a/src/Functions/generated/api/Support/ManagedServiceIdentityType.Completer.cs +++ b/src/Functions/generated/api/Support/ManagedServiceIdentityType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ManagedServiceIdentityType. + /// Type of managed service identity. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityTypeTypeConverter))] public partial struct ManagedServiceIdentityType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ManagedServiceIdentityType.TypeConverter.cs b/src/Functions/generated/api/Support/ManagedServiceIdentityType.TypeConverter.cs index a1f382d8a37a..95e06250f97f 100644 --- a/src/Functions/generated/api/Support/ManagedServiceIdentityType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ManagedServiceIdentityType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ManagedServiceIdentityType. + /// Type of managed service identity. public partial class ManagedServiceIdentityTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ManagedServiceIdentityType.cs b/src/Functions/generated/api/Support/ManagedServiceIdentityType.cs index 3eaf5688b351..da92bd1f2ba0 100644 --- a/src/Functions/generated/api/Support/ManagedServiceIdentityType.cs +++ b/src/Functions/generated/api/Support/ManagedServiceIdentityType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of managed service identity. public partial struct ManagedServiceIdentityType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/MySqlMigrationType.Completer.cs b/src/Functions/generated/api/Support/MySqlMigrationType.Completer.cs index a1135b8f6f3e..58b199e39859 100644 --- a/src/Functions/generated/api/Support/MySqlMigrationType.Completer.cs +++ b/src/Functions/generated/api/Support/MySqlMigrationType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for MySqlMigrationType. + /// The type of migration operation to be done [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationTypeTypeConverter))] public partial struct MySqlMigrationType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/MySqlMigrationType.TypeConverter.cs b/src/Functions/generated/api/Support/MySqlMigrationType.TypeConverter.cs index 66a0c69b4315..6df3cb68a115 100644 --- a/src/Functions/generated/api/Support/MySqlMigrationType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/MySqlMigrationType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for MySqlMigrationType. + /// The type of migration operation to be done public partial class MySqlMigrationTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/MySqlMigrationType.cs b/src/Functions/generated/api/Support/MySqlMigrationType.cs index be70e25efc52..6d1d656fb373 100644 --- a/src/Functions/generated/api/Support/MySqlMigrationType.cs +++ b/src/Functions/generated/api/Support/MySqlMigrationType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The type of migration operation to be done public partial struct MySqlMigrationType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/NotificationLevel.Completer.cs b/src/Functions/generated/api/Support/NotificationLevel.Completer.cs index b9d8de05aea7..99e04724f334 100644 --- a/src/Functions/generated/api/Support/NotificationLevel.Completer.cs +++ b/src/Functions/generated/api/Support/NotificationLevel.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for NotificationLevel. + /// Level indicating how critical this recommendation can impact. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.NotificationLevelTypeConverter))] public partial struct NotificationLevel : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/NotificationLevel.TypeConverter.cs b/src/Functions/generated/api/Support/NotificationLevel.TypeConverter.cs index 8fa89faa9eb9..e7a63e103598 100644 --- a/src/Functions/generated/api/Support/NotificationLevel.TypeConverter.cs +++ b/src/Functions/generated/api/Support/NotificationLevel.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for NotificationLevel. + /// Level indicating how critical this recommendation can impact. public partial class NotificationLevelTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/NotificationLevel.cs b/src/Functions/generated/api/Support/NotificationLevel.cs index 15274958be55..8ca2d85b42fe 100644 --- a/src/Functions/generated/api/Support/NotificationLevel.cs +++ b/src/Functions/generated/api/Support/NotificationLevel.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Level indicating how critical this recommendation can impact. public partial struct NotificationLevel : System.IEquatable { diff --git a/src/Functions/generated/api/Support/OperationStatus.Completer.cs b/src/Functions/generated/api/Support/OperationStatus.Completer.cs index b2921176d712..dee2463541cc 100644 --- a/src/Functions/generated/api/Support/OperationStatus.Completer.cs +++ b/src/Functions/generated/api/Support/OperationStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for OperationStatus. + /// The current status of the operation. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OperationStatusTypeConverter))] public partial struct OperationStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/OperationStatus.TypeConverter.cs b/src/Functions/generated/api/Support/OperationStatus.TypeConverter.cs index 053fd67978a9..7a5c5bb9f817 100644 --- a/src/Functions/generated/api/Support/OperationStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/OperationStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for OperationStatus. + /// The current status of the operation. public partial class OperationStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/OperationStatus.cs b/src/Functions/generated/api/Support/OperationStatus.cs index b9089feca8b4..50671f82a804 100644 --- a/src/Functions/generated/api/Support/OperationStatus.cs +++ b/src/Functions/generated/api/Support/OperationStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The current status of the operation. public partial struct OperationStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Permissions.Completer.cs b/src/Functions/generated/api/Support/Permissions.Completer.cs index 6d674f6b7ea1..75c3a1a4fb19 100644 --- a/src/Functions/generated/api/Support/Permissions.Completer.cs +++ b/src/Functions/generated/api/Support/Permissions.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Permissions. + /// + /// The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), + /// Create (c), Update (u) and Process (p). + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PermissionsTypeConverter))] public partial struct Permissions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Permissions.TypeConverter.cs b/src/Functions/generated/api/Support/Permissions.TypeConverter.cs index 55af1e19ae07..41df324dced6 100644 --- a/src/Functions/generated/api/Support/Permissions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Permissions.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Permissions. + /// + /// The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), + /// Create (c), Update (u) and Process (p). + /// public partial class PermissionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Permissions.cs b/src/Functions/generated/api/Support/Permissions.cs index 102449b78881..a69802f805f2 100644 --- a/src/Functions/generated/api/Support/Permissions.cs +++ b/src/Functions/generated/api/Support/Permissions.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), + /// Create (c), Update (u) and Process (p). + /// public partial struct Permissions : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ProvisioningState.Completer.cs b/src/Functions/generated/api/Support/ProvisioningState.Completer.cs index 6716eed80713..1c4822b0a440 100644 --- a/src/Functions/generated/api/Support/ProvisioningState.Completer.cs +++ b/src/Functions/generated/api/Support/ProvisioningState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ProvisioningState. + /// Gets the status of the storage account at the time the operation was called. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningStateTypeConverter))] public partial struct ProvisioningState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ProvisioningState.TypeConverter.cs b/src/Functions/generated/api/Support/ProvisioningState.TypeConverter.cs index 7040498545f7..622815d38f74 100644 --- a/src/Functions/generated/api/Support/ProvisioningState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ProvisioningState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ProvisioningState. + /// Gets the status of the storage account at the time the operation was called. public partial class ProvisioningStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ProvisioningState.cs b/src/Functions/generated/api/Support/ProvisioningState.cs index bceaffaf0183..e0986371244c 100644 --- a/src/Functions/generated/api/Support/ProvisioningState.cs +++ b/src/Functions/generated/api/Support/ProvisioningState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Gets the status of the storage account at the time the operation was called. public partial struct ProvisioningState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/PublicAccess.Completer.cs b/src/Functions/generated/api/Support/PublicAccess.Completer.cs index 88837049e6ca..ec62f03a2a3f 100644 --- a/src/Functions/generated/api/Support/PublicAccess.Completer.cs +++ b/src/Functions/generated/api/Support/PublicAccess.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for PublicAccess. + /// + /// Specifies whether data in the container may be accessed publicly and the level of access. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccessTypeConverter))] public partial struct PublicAccess : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/PublicAccess.TypeConverter.cs b/src/Functions/generated/api/Support/PublicAccess.TypeConverter.cs index f6f4d0d5a1dd..4315c46ef4ca 100644 --- a/src/Functions/generated/api/Support/PublicAccess.TypeConverter.cs +++ b/src/Functions/generated/api/Support/PublicAccess.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for PublicAccess. + /// + /// Specifies whether data in the container may be accessed publicly and the level of access. + /// public partial class PublicAccessTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/PublicAccess.cs b/src/Functions/generated/api/Support/PublicAccess.cs index efdeeb7d2a40..6275fd69a20c 100644 --- a/src/Functions/generated/api/Support/PublicAccess.cs +++ b/src/Functions/generated/api/Support/PublicAccess.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Specifies whether data in the container may be accessed publicly and the level of access. + /// public partial struct PublicAccess : System.IEquatable { diff --git a/src/Functions/generated/api/Support/PublicCertificateLocation.Completer.cs b/src/Functions/generated/api/Support/PublicCertificateLocation.Completer.cs index 88f2a06ebc50..4403349c6fed 100644 --- a/src/Functions/generated/api/Support/PublicCertificateLocation.Completer.cs +++ b/src/Functions/generated/api/Support/PublicCertificateLocation.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for PublicCertificateLocation. + /// Public Certificate Location [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicCertificateLocationTypeConverter))] public partial struct PublicCertificateLocation : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/PublicCertificateLocation.TypeConverter.cs b/src/Functions/generated/api/Support/PublicCertificateLocation.TypeConverter.cs index ce0bcb5e7b94..bacc6f218da2 100644 --- a/src/Functions/generated/api/Support/PublicCertificateLocation.TypeConverter.cs +++ b/src/Functions/generated/api/Support/PublicCertificateLocation.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for PublicCertificateLocation. + /// Public Certificate Location public partial class PublicCertificateLocationTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/PublicCertificateLocation.cs b/src/Functions/generated/api/Support/PublicCertificateLocation.cs index f08ca873a6da..8cef8e3483c2 100644 --- a/src/Functions/generated/api/Support/PublicCertificateLocation.cs +++ b/src/Functions/generated/api/Support/PublicCertificateLocation.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Public Certificate Location public partial struct PublicCertificateLocation : System.IEquatable { diff --git a/src/Functions/generated/api/Support/PublishingProfileFormat.Completer.cs b/src/Functions/generated/api/Support/PublishingProfileFormat.Completer.cs index a0200397d821..cf088c260365 100644 --- a/src/Functions/generated/api/Support/PublishingProfileFormat.Completer.cs +++ b/src/Functions/generated/api/Support/PublishingProfileFormat.Completer.cs @@ -6,7 +6,12 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for PublishingProfileFormat. + /// + /// Name of the format. Valid values are: + /// FileZilla3 + /// WebDeploy -- default + /// Ftp + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublishingProfileFormatTypeConverter))] public partial struct PublishingProfileFormat : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/PublishingProfileFormat.TypeConverter.cs b/src/Functions/generated/api/Support/PublishingProfileFormat.TypeConverter.cs index 957f090c7b82..d553c75cbffe 100644 --- a/src/Functions/generated/api/Support/PublishingProfileFormat.TypeConverter.cs +++ b/src/Functions/generated/api/Support/PublishingProfileFormat.TypeConverter.cs @@ -6,7 +6,12 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for PublishingProfileFormat. + /// + /// Name of the format. Valid values are: + /// FileZilla3 + /// WebDeploy -- default + /// Ftp + /// public partial class PublishingProfileFormatTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/PublishingProfileFormat.cs b/src/Functions/generated/api/Support/PublishingProfileFormat.cs index aa840dff7be7..a7adaab49a86 100644 --- a/src/Functions/generated/api/Support/PublishingProfileFormat.cs +++ b/src/Functions/generated/api/Support/PublishingProfileFormat.cs @@ -6,6 +6,12 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Name of the format. Valid values are: + /// FileZilla3 + /// WebDeploy -- default + /// Ftp + /// public partial struct PublishingProfileFormat : System.IEquatable { diff --git a/src/Functions/generated/api/Support/PurgeState.Completer.cs b/src/Functions/generated/api/Support/PurgeState.Completer.cs index 4442c36c9f6a..583cb7e25bdb 100644 --- a/src/Functions/generated/api/Support/PurgeState.Completer.cs +++ b/src/Functions/generated/api/Support/PurgeState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for PurgeState. + /// Status of the operation represented by the requested Id. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PurgeStateTypeConverter))] public partial struct PurgeState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/PurgeState.TypeConverter.cs b/src/Functions/generated/api/Support/PurgeState.TypeConverter.cs index 9c47d1dbf386..e20e22644749 100644 --- a/src/Functions/generated/api/Support/PurgeState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/PurgeState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for PurgeState. + /// Status of the operation represented by the requested Id. public partial class PurgeStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/PurgeState.cs b/src/Functions/generated/api/Support/PurgeState.cs index 7acc5cfef6c7..575ca1765166 100644 --- a/src/Functions/generated/api/Support/PurgeState.cs +++ b/src/Functions/generated/api/Support/PurgeState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Status of the operation represented by the requested Id. public partial struct PurgeState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Reason.Completer.cs b/src/Functions/generated/api/Support/Reason.Completer.cs index 3ea5eb8eca2d..d6a152440792 100644 --- a/src/Functions/generated/api/Support/Reason.Completer.cs +++ b/src/Functions/generated/api/Support/Reason.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Reason. + /// + /// Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is + /// false. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonTypeConverter))] public partial struct Reason : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Reason.TypeConverter.cs b/src/Functions/generated/api/Support/Reason.TypeConverter.cs index f9d9a954cb03..08371c0f3d80 100644 --- a/src/Functions/generated/api/Support/Reason.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Reason.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Reason. + /// + /// Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is + /// false. + /// public partial class ReasonTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Reason.cs b/src/Functions/generated/api/Support/Reason.cs index bec00a2e8f99..bd5041167fbd 100644 --- a/src/Functions/generated/api/Support/Reason.cs +++ b/src/Functions/generated/api/Support/Reason.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is + /// false. + /// public partial struct Reason : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ReasonCode.Completer.cs b/src/Functions/generated/api/Support/ReasonCode.Completer.cs index 5b399d1f1174..97849447b107 100644 --- a/src/Functions/generated/api/Support/ReasonCode.Completer.cs +++ b/src/Functions/generated/api/Support/ReasonCode.Completer.cs @@ -6,7 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ReasonCode. + /// + /// The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when + /// the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" + /// is related to capacity at DC. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ReasonCodeTypeConverter))] public partial struct ReasonCode : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ReasonCode.TypeConverter.cs b/src/Functions/generated/api/Support/ReasonCode.TypeConverter.cs index 47310c97b7a5..5f16df532ed6 100644 --- a/src/Functions/generated/api/Support/ReasonCode.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ReasonCode.TypeConverter.cs @@ -6,7 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ReasonCode. + /// + /// The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when + /// the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" + /// is related to capacity at DC. + /// public partial class ReasonCodeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ReasonCode.cs b/src/Functions/generated/api/Support/ReasonCode.cs index 5011ae4faab8..c29ffa7d86ef 100644 --- a/src/Functions/generated/api/Support/ReasonCode.cs +++ b/src/Functions/generated/api/Support/ReasonCode.cs @@ -6,6 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when + /// the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" + /// is related to capacity at DC. + /// public partial struct ReasonCode : System.IEquatable { diff --git a/src/Functions/generated/api/Support/RedundancyMode.Completer.cs b/src/Functions/generated/api/Support/RedundancyMode.Completer.cs index 175f001cc9c2..b763aefcbb0f 100644 --- a/src/Functions/generated/api/Support/RedundancyMode.Completer.cs +++ b/src/Functions/generated/api/Support/RedundancyMode.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for RedundancyMode. + /// Site redundancy mode [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyModeTypeConverter))] public partial struct RedundancyMode : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/RedundancyMode.TypeConverter.cs b/src/Functions/generated/api/Support/RedundancyMode.TypeConverter.cs index da021505ba2d..50e0b2457478 100644 --- a/src/Functions/generated/api/Support/RedundancyMode.TypeConverter.cs +++ b/src/Functions/generated/api/Support/RedundancyMode.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for RedundancyMode. + /// Site redundancy mode public partial class RedundancyModeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/RedundancyMode.cs b/src/Functions/generated/api/Support/RedundancyMode.cs index 7b7a78d789ef..9bf1b52b207f 100644 --- a/src/Functions/generated/api/Support/RedundancyMode.cs +++ b/src/Functions/generated/api/Support/RedundancyMode.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Site redundancy mode public partial struct RedundancyMode : System.IEquatable { diff --git a/src/Functions/generated/api/Support/RenderingType.Completer.cs b/src/Functions/generated/api/Support/RenderingType.Completer.cs index c16e1170a2b2..d4e944df18ce 100644 --- a/src/Functions/generated/api/Support/RenderingType.Completer.cs +++ b/src/Functions/generated/api/Support/RenderingType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for RenderingType. + /// Rendering Type [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingTypeTypeConverter))] public partial struct RenderingType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/RenderingType.TypeConverter.cs b/src/Functions/generated/api/Support/RenderingType.TypeConverter.cs index 8c0d193f9d8d..b8243ef26188 100644 --- a/src/Functions/generated/api/Support/RenderingType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/RenderingType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for RenderingType. + /// Rendering Type public partial class RenderingTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/RenderingType.cs b/src/Functions/generated/api/Support/RenderingType.cs index 0d280627c873..aab77e5e5a4f 100644 --- a/src/Functions/generated/api/Support/RenderingType.cs +++ b/src/Functions/generated/api/Support/RenderingType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Rendering Type public partial struct RenderingType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/RequestSource.Completer.cs b/src/Functions/generated/api/Support/RequestSource.Completer.cs index eb4515fb2163..c89e8f94a1b9 100644 --- a/src/Functions/generated/api/Support/RequestSource.Completer.cs +++ b/src/Functions/generated/api/Support/RequestSource.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for RequestSource. + /// + /// Describes what tool created this Application Insights component. Customers using this API should set this to the default + /// 'rest'. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RequestSourceTypeConverter))] public partial struct RequestSource : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/RequestSource.TypeConverter.cs b/src/Functions/generated/api/Support/RequestSource.TypeConverter.cs index 553c504b4ce3..54ad31d8fce8 100644 --- a/src/Functions/generated/api/Support/RequestSource.TypeConverter.cs +++ b/src/Functions/generated/api/Support/RequestSource.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for RequestSource. + /// + /// Describes what tool created this Application Insights component. Customers using this API should set this to the default + /// 'rest'. + /// public partial class RequestSourceTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/RequestSource.cs b/src/Functions/generated/api/Support/RequestSource.cs index 0e51d8611ae7..d1949347c36f 100644 --- a/src/Functions/generated/api/Support/RequestSource.cs +++ b/src/Functions/generated/api/Support/RequestSource.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Describes what tool created this Application Insights component. Customers using this API should set this to the default + /// 'rest'. + /// public partial struct RequestSource : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ResourceScopeType.Completer.cs b/src/Functions/generated/api/Support/ResourceScopeType.Completer.cs index d790511e06bd..c6f970bd43c6 100644 --- a/src/Functions/generated/api/Support/ResourceScopeType.Completer.cs +++ b/src/Functions/generated/api/Support/ResourceScopeType.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ResourceScopeType. + /// + /// Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeTypeTypeConverter))] public partial struct ResourceScopeType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ResourceScopeType.TypeConverter.cs b/src/Functions/generated/api/Support/ResourceScopeType.TypeConverter.cs index 49c0638455cc..0b2aac0a095f 100644 --- a/src/Functions/generated/api/Support/ResourceScopeType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ResourceScopeType.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ResourceScopeType. + /// + /// Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. + /// public partial class ResourceScopeTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ResourceScopeType.cs b/src/Functions/generated/api/Support/ResourceScopeType.cs index 76ca7c2a560f..752c72ec6bb9 100644 --- a/src/Functions/generated/api/Support/ResourceScopeType.cs +++ b/src/Functions/generated/api/Support/ResourceScopeType.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. + /// public partial struct ResourceScopeType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/RouteType.Completer.cs b/src/Functions/generated/api/Support/RouteType.Completer.cs index d0d20f714c66..0f0c9113bad3 100644 --- a/src/Functions/generated/api/Support/RouteType.Completer.cs +++ b/src/Functions/generated/api/Support/RouteType.Completer.cs @@ -6,7 +6,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for RouteType. + /// + /// The type of route this is: + /// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 + /// INHERITED - Routes inherited from the real Virtual Network routes + /// STATIC - Static route set on the app only + /// These values will be used for syncing an app's routes with those from a Virtual Network. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RouteTypeTypeConverter))] public partial struct RouteType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/RouteType.TypeConverter.cs b/src/Functions/generated/api/Support/RouteType.TypeConverter.cs index 0e6adc2008da..e182f259d0cd 100644 --- a/src/Functions/generated/api/Support/RouteType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/RouteType.TypeConverter.cs @@ -6,7 +6,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for RouteType. + /// + /// The type of route this is: + /// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 + /// INHERITED - Routes inherited from the real Virtual Network routes + /// STATIC - Static route set on the app only + /// These values will be used for syncing an app's routes with those from a Virtual Network. + /// public partial class RouteTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/RouteType.cs b/src/Functions/generated/api/Support/RouteType.cs index d78ad82a38a9..ad6daad90e24 100644 --- a/src/Functions/generated/api/Support/RouteType.cs +++ b/src/Functions/generated/api/Support/RouteType.cs @@ -6,6 +6,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The type of route this is: + /// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 + /// INHERITED - Routes inherited from the real Virtual Network routes + /// STATIC - Static route set on the app only + /// These values will be used for syncing an app's routes with those from a Virtual Network. + /// public partial struct RouteType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ScmType.Completer.cs b/src/Functions/generated/api/Support/ScmType.Completer.cs index 78d518441b01..90342cdde0cd 100644 --- a/src/Functions/generated/api/Support/ScmType.Completer.cs +++ b/src/Functions/generated/api/Support/ScmType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ScmType. + /// SCM type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmTypeTypeConverter))] public partial struct ScmType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ScmType.TypeConverter.cs b/src/Functions/generated/api/Support/ScmType.TypeConverter.cs index dacde5ec953c..cb6d1c4d11b3 100644 --- a/src/Functions/generated/api/Support/ScmType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ScmType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ScmType. + /// SCM type. public partial class ScmTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ScmType.cs b/src/Functions/generated/api/Support/ScmType.cs index 36eba40e583a..272a59b68e2d 100644 --- a/src/Functions/generated/api/Support/ScmType.cs +++ b/src/Functions/generated/api/Support/ScmType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// SCM type. public partial struct ScmType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/Services.Completer.cs b/src/Functions/generated/api/Support/Services.Completer.cs index 92ab47f1bd92..d656358e6008 100644 --- a/src/Functions/generated/api/Support/Services.Completer.cs +++ b/src/Functions/generated/api/Support/Services.Completer.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for Services. + /// + /// The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ServicesTypeConverter))] public partial struct Services : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/Services.TypeConverter.cs b/src/Functions/generated/api/Support/Services.TypeConverter.cs index ae08eaa35f40..57194f83ec98 100644 --- a/src/Functions/generated/api/Support/Services.TypeConverter.cs +++ b/src/Functions/generated/api/Support/Services.TypeConverter.cs @@ -6,7 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for Services. + /// + /// The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). + /// public partial class ServicesTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/Services.cs b/src/Functions/generated/api/Support/Services.cs index cbb6962c72cf..e745dd11e33a 100644 --- a/src/Functions/generated/api/Support/Services.cs +++ b/src/Functions/generated/api/Support/Services.cs @@ -6,6 +6,9 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). + /// public partial struct Services : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SignedResource.Completer.cs b/src/Functions/generated/api/Support/SignedResource.Completer.cs index c8918e6c80bd..84ca5535afa6 100644 --- a/src/Functions/generated/api/Support/SignedResource.Completer.cs +++ b/src/Functions/generated/api/Support/SignedResource.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SignedResource. + /// + /// The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share + /// (s). + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypeConverter))] public partial struct SignedResource : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SignedResource.TypeConverter.cs b/src/Functions/generated/api/Support/SignedResource.TypeConverter.cs index f352d7c66df5..2c0bbf63bec0 100644 --- a/src/Functions/generated/api/Support/SignedResource.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SignedResource.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SignedResource. + /// + /// The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share + /// (s). + /// public partial class SignedResourceTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SignedResource.cs b/src/Functions/generated/api/Support/SignedResource.cs index 3403c88751ed..bb99f10dd3b8 100644 --- a/src/Functions/generated/api/Support/SignedResource.cs +++ b/src/Functions/generated/api/Support/SignedResource.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share + /// (s). + /// public partial struct SignedResource : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SignedResourceTypes.Completer.cs b/src/Functions/generated/api/Support/SignedResourceTypes.Completer.cs index c916409933b9..b2e5854e0235 100644 --- a/src/Functions/generated/api/Support/SignedResourceTypes.Completer.cs +++ b/src/Functions/generated/api/Support/SignedResourceTypes.Completer.cs @@ -6,7 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SignedResourceTypes. + /// + /// The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container + /// (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, + /// and files. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SignedResourceTypesTypeConverter))] public partial struct SignedResourceTypes : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SignedResourceTypes.TypeConverter.cs b/src/Functions/generated/api/Support/SignedResourceTypes.TypeConverter.cs index 915045382696..1dcaa92b48f6 100644 --- a/src/Functions/generated/api/Support/SignedResourceTypes.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SignedResourceTypes.TypeConverter.cs @@ -6,7 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SignedResourceTypes. + /// + /// The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container + /// (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, + /// and files. + /// public partial class SignedResourceTypesTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SignedResourceTypes.cs b/src/Functions/generated/api/Support/SignedResourceTypes.cs index 87dab323047e..aaa6d4239ccb 100644 --- a/src/Functions/generated/api/Support/SignedResourceTypes.cs +++ b/src/Functions/generated/api/Support/SignedResourceTypes.cs @@ -6,6 +6,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container + /// (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, + /// and files. + /// public partial struct SignedResourceTypes : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SiteAvailabilityState.Completer.cs b/src/Functions/generated/api/Support/SiteAvailabilityState.Completer.cs index 1b561e76c597..1bed565050c2 100644 --- a/src/Functions/generated/api/Support/SiteAvailabilityState.Completer.cs +++ b/src/Functions/generated/api/Support/SiteAvailabilityState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SiteAvailabilityState. + /// Management information availability state for the app. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityStateTypeConverter))] public partial struct SiteAvailabilityState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SiteAvailabilityState.TypeConverter.cs b/src/Functions/generated/api/Support/SiteAvailabilityState.TypeConverter.cs index 87accba502a4..a0273bda62e7 100644 --- a/src/Functions/generated/api/Support/SiteAvailabilityState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SiteAvailabilityState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SiteAvailabilityState. + /// Management information availability state for the app. public partial class SiteAvailabilityStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SiteAvailabilityState.cs b/src/Functions/generated/api/Support/SiteAvailabilityState.cs index ee7dcaa24dad..4d8bbf8ffef4 100644 --- a/src/Functions/generated/api/Support/SiteAvailabilityState.cs +++ b/src/Functions/generated/api/Support/SiteAvailabilityState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Management information availability state for the app. public partial struct SiteAvailabilityState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SiteExtensionType.Completer.cs b/src/Functions/generated/api/Support/SiteExtensionType.Completer.cs index c5b2af333e23..10a6e905f434 100644 --- a/src/Functions/generated/api/Support/SiteExtensionType.Completer.cs +++ b/src/Functions/generated/api/Support/SiteExtensionType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SiteExtensionType. + /// Site extension type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteExtensionTypeTypeConverter))] public partial struct SiteExtensionType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SiteExtensionType.TypeConverter.cs b/src/Functions/generated/api/Support/SiteExtensionType.TypeConverter.cs index 28bf17d1cba6..8463008490d4 100644 --- a/src/Functions/generated/api/Support/SiteExtensionType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SiteExtensionType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SiteExtensionType. + /// Site extension type. public partial class SiteExtensionTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SiteExtensionType.cs b/src/Functions/generated/api/Support/SiteExtensionType.cs index ed1bee931d8b..c5d6ab792423 100644 --- a/src/Functions/generated/api/Support/SiteExtensionType.cs +++ b/src/Functions/generated/api/Support/SiteExtensionType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Site extension type. public partial struct SiteExtensionType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SiteLoadBalancing.Completer.cs b/src/Functions/generated/api/Support/SiteLoadBalancing.Completer.cs index fdc37e262cff..5063a71774ff 100644 --- a/src/Functions/generated/api/Support/SiteLoadBalancing.Completer.cs +++ b/src/Functions/generated/api/Support/SiteLoadBalancing.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SiteLoadBalancing. + /// Site load balancing. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancingTypeConverter))] public partial struct SiteLoadBalancing : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SiteLoadBalancing.TypeConverter.cs b/src/Functions/generated/api/Support/SiteLoadBalancing.TypeConverter.cs index 583e2e779a3d..9207d2c3c7f6 100644 --- a/src/Functions/generated/api/Support/SiteLoadBalancing.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SiteLoadBalancing.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SiteLoadBalancing. + /// Site load balancing. public partial class SiteLoadBalancingTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SiteLoadBalancing.cs b/src/Functions/generated/api/Support/SiteLoadBalancing.cs index ef5c9bdac116..936ffa1f3cb8 100644 --- a/src/Functions/generated/api/Support/SiteLoadBalancing.cs +++ b/src/Functions/generated/api/Support/SiteLoadBalancing.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Site load balancing. public partial struct SiteLoadBalancing : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SkuName.Completer.cs b/src/Functions/generated/api/Support/SkuName.Completer.cs index a42b70514605..0b036ee83da8 100644 --- a/src/Functions/generated/api/Support/SkuName.Completer.cs +++ b/src/Functions/generated/api/Support/SkuName.Completer.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SkuName. + /// + /// Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was + /// called accountType. + /// [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuNameTypeConverter))] public partial struct SkuName : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SkuName.TypeConverter.cs b/src/Functions/generated/api/Support/SkuName.TypeConverter.cs index 8e675995da6f..c383ae52ba1a 100644 --- a/src/Functions/generated/api/Support/SkuName.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SkuName.TypeConverter.cs @@ -6,7 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SkuName. + /// + /// Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was + /// called accountType. + /// public partial class SkuNameTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SkuName.cs b/src/Functions/generated/api/Support/SkuName.cs index d86cf27bedc8..89f4bb5284ff 100644 --- a/src/Functions/generated/api/Support/SkuName.cs +++ b/src/Functions/generated/api/Support/SkuName.cs @@ -6,6 +6,10 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// + /// Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was + /// called accountType. + /// public partial struct SkuName : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SkuTier.Completer.cs b/src/Functions/generated/api/Support/SkuTier.Completer.cs index bd50353e8381..4befb9f5524f 100644 --- a/src/Functions/generated/api/Support/SkuTier.Completer.cs +++ b/src/Functions/generated/api/Support/SkuTier.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SkuTier. + /// Gets the SKU tier. This is based on the SKU name. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuTierTypeConverter))] public partial struct SkuTier : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SkuTier.TypeConverter.cs b/src/Functions/generated/api/Support/SkuTier.TypeConverter.cs index cfa7e9024573..2a712286bcf7 100644 --- a/src/Functions/generated/api/Support/SkuTier.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SkuTier.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SkuTier. + /// Gets the SKU tier. This is based on the SKU name. public partial class SkuTierTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SkuTier.cs b/src/Functions/generated/api/Support/SkuTier.cs index 5bdc8892128b..45b63db46f3b 100644 --- a/src/Functions/generated/api/Support/SkuTier.cs +++ b/src/Functions/generated/api/Support/SkuTier.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Gets the SKU tier. This is based on the SKU name. public partial struct SkuTier : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SolutionType.Completer.cs b/src/Functions/generated/api/Support/SolutionType.Completer.cs index 307130394b01..3eb5166eb159 100644 --- a/src/Functions/generated/api/Support/SolutionType.Completer.cs +++ b/src/Functions/generated/api/Support/SolutionType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SolutionType. + /// Type of Solution [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SolutionTypeTypeConverter))] public partial struct SolutionType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SolutionType.TypeConverter.cs b/src/Functions/generated/api/Support/SolutionType.TypeConverter.cs index abdc2e2b826a..d01dc147d9b2 100644 --- a/src/Functions/generated/api/Support/SolutionType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SolutionType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SolutionType. + /// Type of Solution public partial class SolutionTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SolutionType.cs b/src/Functions/generated/api/Support/SolutionType.cs index 0cb7a73c4005..d4195510271e 100644 --- a/src/Functions/generated/api/Support/SolutionType.cs +++ b/src/Functions/generated/api/Support/SolutionType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Type of Solution public partial struct SolutionType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SslState.Completer.cs b/src/Functions/generated/api/Support/SslState.Completer.cs index 2c37e4413c44..c4a04a933f27 100644 --- a/src/Functions/generated/api/Support/SslState.Completer.cs +++ b/src/Functions/generated/api/Support/SslState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SslState. + /// SSL type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslStateTypeConverter))] public partial struct SslState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SslState.TypeConverter.cs b/src/Functions/generated/api/Support/SslState.TypeConverter.cs index 481be0f3aafc..ace25c105745 100644 --- a/src/Functions/generated/api/Support/SslState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SslState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SslState. + /// SSL type. public partial class SslStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SslState.cs b/src/Functions/generated/api/Support/SslState.cs index 8f268ca0d33e..cc9637343cce 100644 --- a/src/Functions/generated/api/Support/SslState.cs +++ b/src/Functions/generated/api/Support/SslState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// SSL type. public partial struct SslState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/State.Completer.cs b/src/Functions/generated/api/Support/State.Completer.cs index d06eaa235a3c..c84f5b610e29 100644 --- a/src/Functions/generated/api/Support/State.Completer.cs +++ b/src/Functions/generated/api/Support/State.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for State. + /// Gets the state of virtual network rule. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StateTypeConverter))] public partial struct State : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/State.TypeConverter.cs b/src/Functions/generated/api/Support/State.TypeConverter.cs index e252a8b676b5..15de781f8f2e 100644 --- a/src/Functions/generated/api/Support/State.TypeConverter.cs +++ b/src/Functions/generated/api/Support/State.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for State. + /// Gets the state of virtual network rule. public partial class StateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/State.cs b/src/Functions/generated/api/Support/State.cs index c8093a5d4059..86ba3f61a8a7 100644 --- a/src/Functions/generated/api/Support/State.cs +++ b/src/Functions/generated/api/Support/State.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Gets the state of virtual network rule. public partial struct State : System.IEquatable { diff --git a/src/Functions/generated/api/Support/StatusOptions.Completer.cs b/src/Functions/generated/api/Support/StatusOptions.Completer.cs index ada28003f5bb..f4dbcbf68c73 100644 --- a/src/Functions/generated/api/Support/StatusOptions.Completer.cs +++ b/src/Functions/generated/api/Support/StatusOptions.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for StatusOptions. + /// App Service plan status. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptionsTypeConverter))] public partial struct StatusOptions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/StatusOptions.TypeConverter.cs b/src/Functions/generated/api/Support/StatusOptions.TypeConverter.cs index 9f0e304b2588..80d37d09c663 100644 --- a/src/Functions/generated/api/Support/StatusOptions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/StatusOptions.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for StatusOptions. + /// App Service plan status. public partial class StatusOptionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/StatusOptions.cs b/src/Functions/generated/api/Support/StatusOptions.cs index 1b7ae9e98b34..104c687cbced 100644 --- a/src/Functions/generated/api/Support/StatusOptions.cs +++ b/src/Functions/generated/api/Support/StatusOptions.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// App Service plan status. public partial struct StatusOptions : System.IEquatable { diff --git a/src/Functions/generated/api/Support/SupportedTlsVersions.Completer.cs b/src/Functions/generated/api/Support/SupportedTlsVersions.Completer.cs index c396723fd270..35ae842329d3 100644 --- a/src/Functions/generated/api/Support/SupportedTlsVersions.Completer.cs +++ b/src/Functions/generated/api/Support/SupportedTlsVersions.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for SupportedTlsVersions. + /// MinTlsVersion: configures the minimum version of TLS required for SSL requests [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersionsTypeConverter))] public partial struct SupportedTlsVersions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/SupportedTlsVersions.TypeConverter.cs b/src/Functions/generated/api/Support/SupportedTlsVersions.TypeConverter.cs index 27622f9ec180..5001a33fbe75 100644 --- a/src/Functions/generated/api/Support/SupportedTlsVersions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/SupportedTlsVersions.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for SupportedTlsVersions. + /// MinTlsVersion: configures the minimum version of TLS required for SSL requests public partial class SupportedTlsVersionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/SupportedTlsVersions.cs b/src/Functions/generated/api/Support/SupportedTlsVersions.cs index b79b63acdfb6..de949f197444 100644 --- a/src/Functions/generated/api/Support/SupportedTlsVersions.cs +++ b/src/Functions/generated/api/Support/SupportedTlsVersions.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// MinTlsVersion: configures the minimum version of TLS required for SSL requests public partial struct SupportedTlsVersions : System.IEquatable { diff --git a/src/Functions/generated/api/Support/TriggerTypes.Completer.cs b/src/Functions/generated/api/Support/TriggerTypes.Completer.cs index 8e2cb35c7f12..0259de92b342 100644 --- a/src/Functions/generated/api/Support/TriggerTypes.Completer.cs +++ b/src/Functions/generated/api/Support/TriggerTypes.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for TriggerTypes. + /// The trigger type of the function [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggerTypesTypeConverter))] public partial struct TriggerTypes : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/TriggerTypes.TypeConverter.cs b/src/Functions/generated/api/Support/TriggerTypes.TypeConverter.cs index ddd9520a741d..dda383ab0143 100644 --- a/src/Functions/generated/api/Support/TriggerTypes.TypeConverter.cs +++ b/src/Functions/generated/api/Support/TriggerTypes.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for TriggerTypes. + /// The trigger type of the function public partial class TriggerTypesTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/TriggerTypes.cs b/src/Functions/generated/api/Support/TriggerTypes.cs index 67cf71793c21..a3ab0c365cbf 100644 --- a/src/Functions/generated/api/Support/TriggerTypes.cs +++ b/src/Functions/generated/api/Support/TriggerTypes.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The trigger type of the function public partial struct TriggerTypes : System.IEquatable { diff --git a/src/Functions/generated/api/Support/TriggeredWebJobStatus.Completer.cs b/src/Functions/generated/api/Support/TriggeredWebJobStatus.Completer.cs index 884b0ce26346..3fcd33ccdf11 100644 --- a/src/Functions/generated/api/Support/TriggeredWebJobStatus.Completer.cs +++ b/src/Functions/generated/api/Support/TriggeredWebJobStatus.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for TriggeredWebJobStatus. + /// Job status. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TriggeredWebJobStatusTypeConverter))] public partial struct TriggeredWebJobStatus : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/TriggeredWebJobStatus.TypeConverter.cs b/src/Functions/generated/api/Support/TriggeredWebJobStatus.TypeConverter.cs index 01901765f90f..ec95d7f57aef 100644 --- a/src/Functions/generated/api/Support/TriggeredWebJobStatus.TypeConverter.cs +++ b/src/Functions/generated/api/Support/TriggeredWebJobStatus.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for TriggeredWebJobStatus. + /// Job status. public partial class TriggeredWebJobStatusTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/TriggeredWebJobStatus.cs b/src/Functions/generated/api/Support/TriggeredWebJobStatus.cs index 2d929b7b3328..d872cd312031 100644 --- a/src/Functions/generated/api/Support/TriggeredWebJobStatus.cs +++ b/src/Functions/generated/api/Support/TriggeredWebJobStatus.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Job status. public partial struct TriggeredWebJobStatus : System.IEquatable { diff --git a/src/Functions/generated/api/Support/UnauthenticatedClientAction.Completer.cs b/src/Functions/generated/api/Support/UnauthenticatedClientAction.Completer.cs index ef2187d8624e..6dc780c25293 100644 --- a/src/Functions/generated/api/Support/UnauthenticatedClientAction.Completer.cs +++ b/src/Functions/generated/api/Support/UnauthenticatedClientAction.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for UnauthenticatedClientAction. + /// The action to take when an unauthenticated client attempts to access the app. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientActionTypeConverter))] public partial struct UnauthenticatedClientAction : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/UnauthenticatedClientAction.TypeConverter.cs b/src/Functions/generated/api/Support/UnauthenticatedClientAction.TypeConverter.cs index 0a68423e49a2..8fb0e91f53a5 100644 --- a/src/Functions/generated/api/Support/UnauthenticatedClientAction.TypeConverter.cs +++ b/src/Functions/generated/api/Support/UnauthenticatedClientAction.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for UnauthenticatedClientAction. + /// The action to take when an unauthenticated client attempts to access the app. public partial class UnauthenticatedClientActionTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/UnauthenticatedClientAction.cs b/src/Functions/generated/api/Support/UnauthenticatedClientAction.cs index e64870827748..bd63cf664b05 100644 --- a/src/Functions/generated/api/Support/UnauthenticatedClientAction.cs +++ b/src/Functions/generated/api/Support/UnauthenticatedClientAction.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// The action to take when an unauthenticated client attempts to access the app. public partial struct UnauthenticatedClientAction : System.IEquatable { diff --git a/src/Functions/generated/api/Support/UsageState.Completer.cs b/src/Functions/generated/api/Support/UsageState.Completer.cs index bf89756784c6..087a84b511e7 100644 --- a/src/Functions/generated/api/Support/UsageState.Completer.cs +++ b/src/Functions/generated/api/Support/UsageState.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for UsageState. + /// State indicating whether the app has exceeded its quota usage. Read-only. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageStateTypeConverter))] public partial struct UsageState : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/UsageState.TypeConverter.cs b/src/Functions/generated/api/Support/UsageState.TypeConverter.cs index 528bbb60ff66..93f90d3864f3 100644 --- a/src/Functions/generated/api/Support/UsageState.TypeConverter.cs +++ b/src/Functions/generated/api/Support/UsageState.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for UsageState. + /// State indicating whether the app has exceeded its quota usage. Read-only. public partial class UsageStateTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/UsageState.cs b/src/Functions/generated/api/Support/UsageState.cs index 817058ea047d..be4ae9a4eca8 100644 --- a/src/Functions/generated/api/Support/UsageState.cs +++ b/src/Functions/generated/api/Support/UsageState.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// State indicating whether the app has exceeded its quota usage. Read-only. public partial struct UsageState : System.IEquatable { diff --git a/src/Functions/generated/api/Support/UsageUnit.Completer.cs b/src/Functions/generated/api/Support/UsageUnit.Completer.cs index d93620dd942f..bc845ead0fe6 100644 --- a/src/Functions/generated/api/Support/UsageUnit.Completer.cs +++ b/src/Functions/generated/api/Support/UsageUnit.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for UsageUnit. + /// Gets the unit of measurement. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnitTypeConverter))] public partial struct UsageUnit : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/UsageUnit.TypeConverter.cs b/src/Functions/generated/api/Support/UsageUnit.TypeConverter.cs index 13c18ba5612c..63da695fdd86 100644 --- a/src/Functions/generated/api/Support/UsageUnit.TypeConverter.cs +++ b/src/Functions/generated/api/Support/UsageUnit.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for UsageUnit. + /// Gets the unit of measurement. public partial class UsageUnitTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/UsageUnit.cs b/src/Functions/generated/api/Support/UsageUnit.cs index 460141f3450a..df89c6113320 100644 --- a/src/Functions/generated/api/Support/UsageUnit.cs +++ b/src/Functions/generated/api/Support/UsageUnit.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Gets the unit of measurement. public partial struct UsageUnit : System.IEquatable { diff --git a/src/Functions/generated/api/Support/ValidateResourceTypes.Completer.cs b/src/Functions/generated/api/Support/ValidateResourceTypes.Completer.cs index 22fc3d0d5402..a5558298507c 100644 --- a/src/Functions/generated/api/Support/ValidateResourceTypes.Completer.cs +++ b/src/Functions/generated/api/Support/ValidateResourceTypes.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for ValidateResourceTypes. + /// Resource type used for verification. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ValidateResourceTypesTypeConverter))] public partial struct ValidateResourceTypes : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/ValidateResourceTypes.TypeConverter.cs b/src/Functions/generated/api/Support/ValidateResourceTypes.TypeConverter.cs index d97fbb0f42a3..b3dff8bf8970 100644 --- a/src/Functions/generated/api/Support/ValidateResourceTypes.TypeConverter.cs +++ b/src/Functions/generated/api/Support/ValidateResourceTypes.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for ValidateResourceTypes. + /// Resource type used for verification. public partial class ValidateResourceTypesTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/ValidateResourceTypes.cs b/src/Functions/generated/api/Support/ValidateResourceTypes.cs index 24ad3fc98345..2aebaf7547b1 100644 --- a/src/Functions/generated/api/Support/ValidateResourceTypes.cs +++ b/src/Functions/generated/api/Support/ValidateResourceTypes.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Resource type used for verification. public partial struct ValidateResourceTypes : System.IEquatable { diff --git a/src/Functions/generated/api/Support/WebJobType.Completer.cs b/src/Functions/generated/api/Support/WebJobType.Completer.cs index b246a8e4e64e..518e81292eac 100644 --- a/src/Functions/generated/api/Support/WebJobType.Completer.cs +++ b/src/Functions/generated/api/Support/WebJobType.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for WebJobType. + /// Job type. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WebJobTypeTypeConverter))] public partial struct WebJobType : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/WebJobType.TypeConverter.cs b/src/Functions/generated/api/Support/WebJobType.TypeConverter.cs index 65b09afc97e6..649153348c3e 100644 --- a/src/Functions/generated/api/Support/WebJobType.TypeConverter.cs +++ b/src/Functions/generated/api/Support/WebJobType.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for WebJobType. + /// Job type. public partial class WebJobTypeTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/WebJobType.cs b/src/Functions/generated/api/Support/WebJobType.cs index 30088f97050a..be3f707859ae 100644 --- a/src/Functions/generated/api/Support/WebJobType.cs +++ b/src/Functions/generated/api/Support/WebJobType.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Job type. public partial struct WebJobType : System.IEquatable { diff --git a/src/Functions/generated/api/Support/WorkerSizeOptions.Completer.cs b/src/Functions/generated/api/Support/WorkerSizeOptions.Completer.cs index 0c20d3bd2391..9b7af71886e7 100644 --- a/src/Functions/generated/api/Support/WorkerSizeOptions.Completer.cs +++ b/src/Functions/generated/api/Support/WorkerSizeOptions.Completer.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// Argument completer implementation for WorkerSizeOptions. + /// Size of the machines. [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptionsTypeConverter))] public partial struct WorkerSizeOptions : System.Management.Automation.IArgumentCompleter diff --git a/src/Functions/generated/api/Support/WorkerSizeOptions.TypeConverter.cs b/src/Functions/generated/api/Support/WorkerSizeOptions.TypeConverter.cs index 134928a196c2..e9bdab7abd0f 100644 --- a/src/Functions/generated/api/Support/WorkerSizeOptions.TypeConverter.cs +++ b/src/Functions/generated/api/Support/WorkerSizeOptions.TypeConverter.cs @@ -6,7 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { - /// TypeConverter implementation for WorkerSizeOptions. + /// Size of the machines. public partial class WorkerSizeOptionsTypeConverter : global::System.Management.Automation.PSTypeConverter { diff --git a/src/Functions/generated/api/Support/WorkerSizeOptions.cs b/src/Functions/generated/api/Support/WorkerSizeOptions.cs index b51b3cecb983..56f6916bb088 100644 --- a/src/Functions/generated/api/Support/WorkerSizeOptions.cs +++ b/src/Functions/generated/api/Support/WorkerSizeOptions.cs @@ -6,6 +6,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Support { + /// Size of the machines. public partial struct WorkerSizeOptions : System.IEquatable { diff --git a/src/Functions/generated/cmdlets/BackupAzFunctionApp_Backup.cs b/src/Functions/generated/cmdlets/BackupAzFunctionApp_Backup.cs index a4a9a0ef6560..7594d83f30bc 100644 --- a/src/Functions/generated/cmdlets/BackupAzFunctionApp_Backup.cs +++ b/src/Functions/generated/cmdlets/BackupAzFunctionApp_Backup.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a backup of an app. /// - /// [OpenAPI] WebApps_Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" + /// [OpenAPI] Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Backup, @"AzFunctionApp_Backup", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupExpanded.cs b/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupExpanded.cs index fabe59df9ce2..cbfcb98171d6 100644 --- a/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupExpanded.cs +++ b/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a backup of an app. /// - /// [OpenAPI] WebApps_Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" + /// [OpenAPI] Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Backup, @"AzFunctionApp_BackupExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentity.cs b/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentity.cs index 8bfd6bc250e7..c1a2ac8bf0d6 100644 --- a/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentity.cs +++ b/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a backup of an app. /// - /// [OpenAPI] WebApps_Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" + /// [OpenAPI] Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Backup, @"AzFunctionApp_BackupViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentityExpanded.cs index 855f97c8a536..a5eb19a6ab57 100644 --- a/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/BackupAzFunctionApp_BackupViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a backup of an app. /// - /// [OpenAPI] WebApps_Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" + /// [OpenAPI] Backup=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Backup, @"AzFunctionApp_BackupViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_Get.cs b/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_Get.cs index 7674ddcfcdcf..eee8dee1816c 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_Get.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Get the API Key for this key id. /// - /// [OpenAPI] APIKeys_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsightsApiKey_Get")] @@ -125,12 +125,12 @@ public partial class GetAzAppInsightsApiKey_Get : global::System.Management.Auto /// Backing field for property. private string _resourceName; - /// The name of the identity resource. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the identity resource.")] + /// The name of the Application Insights component resource. + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the Application Insights component resource.")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The name of the identity resource.", + Description = @"The name of the Application Insights component resource.", SerializedName = @"resourceName", PossibleTypes = new [] { typeof(string) })] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Path)] @@ -139,12 +139,14 @@ public partial class GetAzAppInsightsApiKey_Get : global::System.Management.Auto /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_GetViaIdentity.cs index 384e81b97040..5fe974e1dd0e 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_GetViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Get the API Key for this key id. /// - /// [OpenAPI] APIKeys_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsightsApiKey_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_List.cs b/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_List.cs index 1e867dc01c11..2ce834e077a4 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_List.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsightsApiKey_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets a list of API keys of an Application Insights component. /// - /// [OpenAPI] APIKeys_List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys" + /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsightsApiKey_List")] @@ -111,12 +111,12 @@ public partial class GetAzAppInsightsApiKey_List : global::System.Management.Aut /// Backing field for property. private string _resourceName; - /// The name of the identity resource. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the identity resource.")] + /// The name of the Application Insights component resource. + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the Application Insights component resource.")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The name of the identity resource.", + Description = @"The name of the Application Insights component resource.", SerializedName = @"resourceName", PossibleTypes = new [] { typeof(string) })] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Path)] @@ -125,12 +125,14 @@ public partial class GetAzAppInsightsApiKey_List : global::System.Management.Aut /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzAppInsights_Get.cs b/src/Functions/generated/cmdlets/GetAzAppInsights_Get.cs index 5da8e3867b0a..acd6c616ff63 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsights_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsights_Get.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Returns an Application Insights component. /// - /// [OpenAPI] Components_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsights_Get")] @@ -111,12 +111,12 @@ public partial class GetAzAppInsights_Get : global::System.Management.Automation /// Backing field for property. private string _resourceName; - /// The name of the identity resource. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the identity resource.")] + /// The name of the Application Insights component resource. + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the Application Insights component resource.")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The name of the identity resource.", + Description = @"The name of the Application Insights component resource.", SerializedName = @"resourceName", PossibleTypes = new [] { typeof(string) })] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Path)] @@ -125,12 +125,14 @@ public partial class GetAzAppInsights_Get : global::System.Management.Automation /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzAppInsights_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzAppInsights_GetViaIdentity.cs index 409ce9261551..876326c77d75 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsights_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsights_GetViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Returns an Application Insights component. /// - /// [OpenAPI] Components_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsights_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzAppInsights_List.cs b/src/Functions/generated/cmdlets/GetAzAppInsights_List.cs index 1024cd9507f8..5ea7debaf174 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsights_List.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsights_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets a list of all Application Insights components within a subscription. /// - /// [OpenAPI] Components_List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/components" + /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/components" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsights_List")] @@ -97,12 +97,14 @@ public partial class GetAzAppInsights_List : global::System.Management.Automatio /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzAppInsights_List1.cs b/src/Functions/generated/cmdlets/GetAzAppInsights_List1.cs index d1a83447072a..b7eef785e046 100644 --- a/src/Functions/generated/cmdlets/GetAzAppInsights_List1.cs +++ b/src/Functions/generated/cmdlets/GetAzAppInsights_List1.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets a list of Application Insights components within a resource group. /// - /// [OpenAPI] Components_ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components" + /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAppInsights_List1")] @@ -111,12 +111,14 @@ public partial class GetAzAppInsights_List1 : global::System.Management.Automati /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_Get.cs b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_Get.cs index 2e487f4cb186..880a246ac03b 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_Get.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get an App Service plan. /// - /// [OpenAPI] AppServicePlans_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionAppPlan_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_GetViaIdentity.cs index 7912f231ecdb..152fd0332aaa 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_GetViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get an App Service plan. /// - /// [OpenAPI] AppServicePlans_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionAppPlan_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List.cs b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List.cs index 3b8ea064dac2..b84c1b7e0173 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get all App Service plans for a subscription. /// - /// [OpenAPI] AppServicePlans_List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms" + /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionAppPlan_List")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List1.cs b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List1.cs index 9e2d812ab7b5..444c1a07eb86 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List1.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionAppPlan_List1.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get all App Service plans in a resource group. /// - /// [OpenAPI] AppServicePlans_ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms" + /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionAppPlan_List1")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionApp_Get.cs b/src/Functions/generated/cmdlets/GetAzFunctionApp_Get.cs index 4b6107cb2a43..6547d415c772 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionApp_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionApp_Get.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the details of a web, mobile, or API app. /// - /// [OpenAPI] WebApps_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionApp_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionApp_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzFunctionApp_GetViaIdentity.cs index d8491594229f..1321bee848d8 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionApp_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionApp_GetViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the details of a web, mobile, or API app. /// - /// [OpenAPI] WebApps_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionApp_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionApp_List.cs b/src/Functions/generated/cmdlets/GetAzFunctionApp_List.cs index 7143de7faf1c..22d1fb6020d2 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionApp_List.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionApp_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get all apps for a subscription. /// - /// [OpenAPI] WebApps_List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites" + /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionApp_List")] diff --git a/src/Functions/generated/cmdlets/GetAzFunctionApp_List1.cs b/src/Functions/generated/cmdlets/GetAzFunctionApp_List1.cs index 80c68d6d6a4a..cf7d30abac3e 100644 --- a/src/Functions/generated/cmdlets/GetAzFunctionApp_List1.cs +++ b/src/Functions/generated/cmdlets/GetAzFunctionApp_List1.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets all web, mobile, and API apps in the specified resource group. /// /// - /// [OpenAPI] WebApps_ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites" + /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunctionApp_List1")] diff --git a/src/Functions/generated/cmdlets/GetAzFunction_Get.cs b/src/Functions/generated/cmdlets/GetAzFunction_Get.cs index 0c2c93822ddb..3b9e8f62a5cd 100644 --- a/src/Functions/generated/cmdlets/GetAzFunction_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzFunction_Get.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get function information by its ID for web site, or a deployment slot. /// /// - /// [OpenAPI] WebApps_GetFunction=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] GetFunction=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunction_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzFunction_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzFunction_GetViaIdentity.cs index 987b1e169a92..6aedb2dc42cf 100644 --- a/src/Functions/generated/cmdlets/GetAzFunction_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzFunction_GetViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get function information by its ID for web site, or a deployment slot. /// /// - /// [OpenAPI] WebApps_GetFunction=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] GetFunction=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunction_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzFunction_List.cs b/src/Functions/generated/cmdlets/GetAzFunction_List.cs index 25690e8e3826..d0b0ec4acdd6 100644 --- a/src/Functions/generated/cmdlets/GetAzFunction_List.cs +++ b/src/Functions/generated/cmdlets/GetAzFunction_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for List the functions for a web site, or a deployment slot. /// - /// [OpenAPI] WebApps_ListFunctions=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions" + /// [OpenAPI] ListFunctions=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzFunction_List")] diff --git a/src/Functions/generated/cmdlets/GetAzStorageAccountKey_List.cs b/src/Functions/generated/cmdlets/GetAzStorageAccountKey_List.cs index bf6447044c59..de1eebb8e09b 100644 --- a/src/Functions/generated/cmdlets/GetAzStorageAccountKey_List.cs +++ b/src/Functions/generated/cmdlets/GetAzStorageAccountKey_List.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account. /// /// - /// [OpenAPI] StorageAccounts_ListKeys=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys" + /// [OpenAPI] ListKeys=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStorageAccountKey_List", SupportsShouldProcess = true)] @@ -147,12 +147,14 @@ public partial class GetAzStorageAccountKey_List : global::System.Management.Aut /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzStorageAccount_List.cs b/src/Functions/generated/cmdlets/GetAzStorageAccount_List.cs index 61fd142d7b0b..518f39152c10 100644 --- a/src/Functions/generated/cmdlets/GetAzStorageAccount_List.cs +++ b/src/Functions/generated/cmdlets/GetAzStorageAccount_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// operation for this. /// /// - /// [OpenAPI] StorageAccounts_List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts" + /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStorageAccount_List")] @@ -100,12 +100,14 @@ public partial class GetAzStorageAccount_List : global::System.Management.Automa /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzStorageAccount_List1.cs b/src/Functions/generated/cmdlets/GetAzStorageAccount_List1.cs index 4d6605f5d135..a77f9d06ac2b 100644 --- a/src/Functions/generated/cmdlets/GetAzStorageAccount_List1.cs +++ b/src/Functions/generated/cmdlets/GetAzStorageAccount_List1.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// the ListKeys operation for this. /// /// - /// [OpenAPI] StorageAccounts_ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts" + /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStorageAccount_List1")] @@ -116,12 +116,14 @@ public partial class GetAzStorageAccount_List1 : global::System.Management.Autom /// Backing field for property. private string[] _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_Get.cs b/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_Get.cs index e88804c5a26e..7a4145f73b7e 100644 --- a/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_Get.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets the systemAssignedIdentity available under the specified RP scope. /// - /// [OpenAPI] SystemAssignedIdentities_GetByScope=>GET:"/{scope}/providers/Microsoft.ManagedIdentity/identities/default" + /// [OpenAPI] GetByScope=>GET:"/{scope}/providers/Microsoft.ManagedIdentity/identities/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzSystemAssignedIdentity_Get")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentity))] diff --git a/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_GetViaIdentity.cs index 9e33e4a1e31c..bdd899b2b958 100644 --- a/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzSystemAssignedIdentity_GetViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets the systemAssignedIdentity available under the specified RP scope. /// - /// [OpenAPI] SystemAssignedIdentities_GetByScope=>GET:"/{scope}/providers/Microsoft.ManagedIdentity/identities/default" + /// [OpenAPI] GetByScope=>GET:"/{scope}/providers/Microsoft.ManagedIdentity/identities/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzSystemAssignedIdentity_GetViaIdentity")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.ISystemAssignedIdentity))] diff --git a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs index fb2a3327fde8..03038cd1f464 100644 --- a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets the identity. /// - /// [OpenAPI] UserAssignedIdentities_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzUserAssignedIdentity_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Gets the identity.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class GetAzUserAssignedIdentity_Get : global::System.Management.Automation.PSCmdlet, @@ -125,12 +125,14 @@ public partial class GetAzUserAssignedIdentity_Get : global::System.Management.A /// Backing field for property. private string[] _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -157,12 +159,12 @@ public partial class GetAzUserAssignedIdentity_Get : global::System.Management.A /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -374,12 +376,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -391,7 +393,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs index 3c603721551e..b6f24903aaaf 100644 --- a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Gets the identity. /// - /// [OpenAPI] UserAssignedIdentities_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzUserAssignedIdentity_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Gets the identity.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class GetAzUserAssignedIdentity_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -119,12 +119,12 @@ public partial class GetAzUserAssignedIdentity_GetViaIdentity : global::System.M /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -353,12 +353,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -370,7 +370,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List.cs b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List.cs index 64245bed7f2f..e7f716fed4fe 100644 --- a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List.cs +++ b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List.cs @@ -11,11 +11,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Lists all the userAssignedIdentities available under the specified subscription. /// /// - /// [OpenAPI] UserAssignedIdentities_ListBySubscription=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities" + /// [OpenAPI] ListBySubscription=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzUserAssignedIdentity_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Lists all the userAssignedIdentities available under the specified subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class GetAzUserAssignedIdentity_List : global::System.Management.Automation.PSCmdlet, @@ -99,12 +99,14 @@ public partial class GetAzUserAssignedIdentity_List : global::System.Management. /// Backing field for property. private string[] _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs index 9454af375f27..95cd32e142ec 100644 --- a/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs +++ b/src/Functions/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs @@ -11,11 +11,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Lists all the userAssignedIdentities available under the specified ResourceGroup. /// /// - /// [OpenAPI] UserAssignedIdentities_ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities" + /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzUserAssignedIdentity_List1")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Lists all the userAssignedIdentities available under the specified ResourceGroup.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class GetAzUserAssignedIdentity_List1 : global::System.Management.Automation.PSCmdlet, @@ -113,12 +113,14 @@ public partial class GetAzUserAssignedIdentity_List1 : global::System.Management /// Backing field for property. private string[] _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/GetAzWebAppApplicationSettingSlot_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppApplicationSettingSlot_List.cs index 8f4a0a0f47b8..01ed5d7bf17e 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppApplicationSettingSlot_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppApplicationSettingSlot_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the application settings of an app. /// - /// [OpenAPI] WebApps_ListApplicationSettingsSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings/list" + /// [OpenAPI] ListApplicationSettingsSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings/list" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppApplicationSettingSlot_List", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppApplicationSetting_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppApplicationSetting_List.cs index 3b17a3932865..228314f9e1fc 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppApplicationSetting_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppApplicationSetting_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the application settings of an app. /// - /// [OpenAPI] WebApps_ListApplicationSettings=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list" + /// [OpenAPI] ListApplicationSettings=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppApplicationSetting_List", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_Get.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_Get.cs index ffdc854e6109..2c65f1a4f855 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Always On, etc. /// /// - /// [OpenAPI] WebApps_GetConfigurationSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] GetConfigurationSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSlot_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_GetViaIdentity.cs index f7d930d7c5ad..402bd8011b75 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Always On, etc. /// /// - /// [OpenAPI] WebApps_GetConfigurationSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] GetConfigurationSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSlot_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_List.cs index 2c1a2a1ce4a3..64ef58fbc930 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSlot_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for List the configurations of an app /// - /// [OpenAPI] WebApps_ListConfigurationsSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config" + /// [OpenAPI] ListConfigurationsSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSlot_List")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfoSlot_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfoSlot_List.cs index 27d20e0d5708..8366b721a9e9 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfoSlot_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfoSlot_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// and the ID of the snapshot. /// /// - /// [OpenAPI] WebApps_ListConfigurationSnapshotInfoSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots" + /// [OpenAPI] ListConfigurationSnapshotInfoSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSnapshotInfoSlot_List")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfo_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfo_List.cs index 5afef59e1420..fcf18f1ef8bd 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfo_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotInfo_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// and the ID of the snapshot. /// /// - /// [OpenAPI] WebApps_ListConfigurationSnapshotInfo=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots" + /// [OpenAPI] ListConfigurationSnapshotInfo=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSnapshotInfo_List")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_Get.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_Get.cs index ce5d617f0e6f..7976c01564e4 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_Get.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets a snapshot of the configuration of an app at a previous point in time. /// /// - /// [OpenAPI] WebApps_GetConfigurationSnapshotSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}" + /// [OpenAPI] GetConfigurationSnapshotSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSnapshotSlot_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_GetViaIdentity.cs index 371db4d5e3cc..273db488a1be 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshotSlot_GetViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets a snapshot of the configuration of an app at a previous point in time. /// /// - /// [OpenAPI] WebApps_GetConfigurationSnapshotSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}" + /// [OpenAPI] GetConfigurationSnapshotSlot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSnapshotSlot_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_Get.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_Get.cs index 82c5edb05655..5b8598fca770 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_Get.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets a snapshot of the configuration of an app at a previous point in time. /// /// - /// [OpenAPI] WebApps_GetConfigurationSnapshot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}" + /// [OpenAPI] GetConfigurationSnapshot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSnapshot_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_GetViaIdentity.cs index 2d9bbb924d56..6b6a8e8a56d4 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfigurationSnapshot_GetViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets a snapshot of the configuration of an app at a previous point in time. /// /// - /// [OpenAPI] WebApps_GetConfigurationSnapshot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}" + /// [OpenAPI] GetConfigurationSnapshot=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfigurationSnapshot_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_Get.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_Get.cs index 62a2344b7c96..6c249af323b3 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Always On, etc. /// /// - /// [OpenAPI] WebApps_GetConfiguration=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] GetConfiguration=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfiguration_Get")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_GetViaIdentity.cs index 760cd31a386f..2c5cd86bab47 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Always On, etc. /// /// - /// [OpenAPI] WebApps_GetConfiguration=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] GetConfiguration=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfiguration_GetViaIdentity")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_List.cs index e3d3d2e6be52..0589e8865240 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppConfiguration_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for List the configurations of an app /// - /// [OpenAPI] WebApps_ListConfigurations=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config" + /// [OpenAPI] ListConfigurations=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppConfiguration_List")] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppFunctionKeySlot_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppFunctionKeySlot_List.cs index 65287e0d19e3..68d02a869791 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppFunctionKeySlot_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppFunctionKeySlot_List.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get function keys for a function in a web site, or a deployment slot. /// /// - /// [OpenAPI] WebApps_ListFunctionKeysSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/listkeys" + /// [OpenAPI] ListFunctionKeysSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/listkeys" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppFunctionKeySlot_List", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppFunctionKey_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppFunctionKey_List.cs index b1c228225735..9791ac6998c3 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppFunctionKey_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppFunctionKey_List.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Get function keys for a function in a web site, or a deployment slot. /// /// - /// [OpenAPI] WebApps_ListFunctionKeys=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/listkeys" + /// [OpenAPI] ListFunctionKeys=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/listkeys" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppFunctionKey_List", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get.cs b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get.cs index 0467cc1f75e2..4e9f51c5d609 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the config reference app settings and status of an app /// - /// [OpenAPI] WebApps_GetAppSettingsKeyVaultReferences=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings" + /// [OpenAPI] GetAppSettingsKeyVaultReferences=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppSettingKeyVaultReference_Get")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollection))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get1.cs b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get1.cs index e508c5e9221a..99e8daa6c301 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get1.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_Get1.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the config reference and status of an app /// - /// [OpenAPI] WebApps_GetAppSettingKeyVaultReference=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}" + /// [OpenAPI] GetAppSettingKeyVaultReference=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppSettingKeyVaultReference_Get1")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResource))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity.cs b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity.cs index 28bba64eb608..487c74385838 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the config reference app settings and status of an app /// - /// [OpenAPI] WebApps_GetAppSettingsKeyVaultReferences=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings" + /// [OpenAPI] GetAppSettingsKeyVaultReferences=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppSettingKeyVaultReference_GetViaIdentity")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollection))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity1.cs b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity1.cs index 84e8e51aed1f..5a0c85f9f54c 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity1.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppSettingKeyVaultReference_GetViaIdentity1.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Gets the config reference and status of an app /// - /// [OpenAPI] WebApps_GetAppSettingKeyVaultReference=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}" + /// [OpenAPI] GetAppSettingKeyVaultReference=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppSettingKeyVaultReference_GetViaIdentity1")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceResource))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppSyncStatusSlot_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppSyncStatusSlot_List.cs index 48b77a5be1f1..a008bed7ec30 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppSyncStatusSlot_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppSyncStatusSlot_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for This is to allow calling via powershell and ARM template. /// - /// [OpenAPI] WebApps_ListSyncStatusSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listsyncstatus" + /// [OpenAPI] ListSyncStatusSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listsyncstatus" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppSyncStatusSlot_List", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] diff --git a/src/Functions/generated/cmdlets/GetAzWebAppSyncStatus_List.cs b/src/Functions/generated/cmdlets/GetAzWebAppSyncStatus_List.cs index 62600b99117d..0a68ad3a8a6e 100644 --- a/src/Functions/generated/cmdlets/GetAzWebAppSyncStatus_List.cs +++ b/src/Functions/generated/cmdlets/GetAzWebAppSyncStatus_List.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for This is to allow calling via powershell and ARM template. /// - /// [OpenAPI] WebApps_ListSyncStatus=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listsyncstatus" + /// [OpenAPI] ListSyncStatus=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listsyncstatus" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWebAppSyncStatus_List", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] diff --git a/src/Functions/generated/cmdlets/NewAzAppInsights_Create.cs b/src/Functions/generated/cmdlets/NewAzAppInsights_Create.cs index 1aa3e583ecd9..160ec1a6c306 100644 --- a/src/Functions/generated/cmdlets/NewAzAppInsights_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzAppInsights_Create.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// nor AppId in the Put operation. /// /// - /// [OpenAPI] Components_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzAppInsights_Create", SupportsShouldProcess = true)] @@ -74,7 +74,7 @@ public partial class NewAzAppInsights_Create : global::System.Management.Automat Required = true, ReadOnly = false, Description = @"An Application Insights component definition.", - SerializedName = @"InsightProperties", + SerializedName = @"insightProperties", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent) })] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent InsightProperty { get => this._insightProperty; set => this._insightProperty = value; } @@ -127,12 +127,12 @@ public partial class NewAzAppInsights_Create : global::System.Management.Automat /// Backing field for property. private string _resourceName; - /// The name of the identity resource. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the identity resource.")] + /// The name of the Application Insights component resource. + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the Application Insights component resource.")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The name of the identity resource.", + Description = @"The name of the Application Insights component resource.", SerializedName = @"resourceName", PossibleTypes = new [] { typeof(string) })] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Path)] @@ -141,12 +141,14 @@ public partial class NewAzAppInsights_Create : global::System.Management.Automat /// Backing field for property. private string _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/NewAzAppInsights_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzAppInsights_CreateExpanded.cs index fd79d5d8cdda..4ff0d1464f54 100644 --- a/src/Functions/generated/cmdlets/NewAzAppInsights_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzAppInsights_CreateExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// nor AppId in the Put operation. /// /// - /// [OpenAPI] Components_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzAppInsights_CreateExpanded", SupportsShouldProcess = true)] @@ -200,12 +200,12 @@ public partial class NewAzAppInsights_CreateExpanded : global::System.Management /// Backing field for property. private string _resourceName; - /// The name of the identity resource. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the identity resource.")] + /// The name of the Application Insights component resource. + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The name of the Application Insights component resource.")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The name of the identity resource.", + Description = @"The name of the Application Insights component resource.", SerializedName = @"resourceName", PossibleTypes = new [] { typeof(string) })] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Path)] @@ -227,12 +227,14 @@ public partial class NewAzAppInsights_CreateExpanded : global::System.Management /// Backing field for property. private string _subscriptionId; - /// The ID of the target subscription. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The ID of the target subscription.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The ID of the target subscription.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentity.cs index c76e7498bab6..b4cf07b66bfe 100644 --- a/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// nor AppId in the Put operation. /// /// - /// [OpenAPI] Components_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzAppInsights_CreateViaIdentity", SupportsShouldProcess = true)] @@ -82,7 +82,7 @@ public partial class NewAzAppInsights_CreateViaIdentity : global::System.Managem Required = true, ReadOnly = false, Description = @"An Application Insights component definition.", - SerializedName = @"InsightProperties", + SerializedName = @"insightProperties", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent) })] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponent InsightProperty { get => this._insightProperty; set => this._insightProperty = value; } diff --git a/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentityExpanded.cs index a587ab14f347..1c518b6e6bdc 100644 --- a/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzAppInsights_CreateViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// nor AppId in the Put operation. /// /// - /// [OpenAPI] Components_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzAppInsights_CreateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_Create.cs b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_Create.cs index e84d3cbcfef5..d05490649e00 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_Create.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionAppPlan_Create", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateExpanded.cs index e0d934f64328..f7af82214cfc 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionAppPlan_CreateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentity.cs index ad24b244f58f..711b5b632f92 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionAppPlan_CreateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentityExpanded.cs index c18ca4818560..e23c30aef22e 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionAppPlan_CreateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionAppPlan_CreateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionApp_Create.cs b/src/Functions/generated/cmdlets/NewAzFunctionApp_Create.cs index 3d66295ee4aa..8cdc96e37b8e 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionApp_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionApp_Create.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionApp_Create", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateExpanded.cs index b1d3b89d7e11..fc2ebef30d86 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionApp_CreateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentity.cs index df15c9ba02b1..b7a64eaf45b5 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionApp_CreateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentityExpanded.cs index 7fa856b0eece..369fd71a53e3 100644 --- a/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzFunctionApp_CreateViaIdentityExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunctionApp_CreateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzFunction_Create.cs b/src/Functions/generated/cmdlets/NewAzFunction_Create.cs index 309f76eb1260..4c7579960f18 100644 --- a/src/Functions/generated/cmdlets/NewAzFunction_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzFunction_Create.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Create function for web site, or a deployment slot. /// - /// [OpenAPI] WebApps_CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunction_Create", SupportsShouldProcess = true)] @@ -78,7 +78,7 @@ public partial class NewAzFunction_Create : global::System.Management.Automation Required = true, ReadOnly = false, Description = @"Function information.", - SerializedName = @"function_envelope", + SerializedName = @"functionEnvelope", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope) })] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope FunctionEnvelope { get => this._functionEnvelope; set => this._functionEnvelope = value; } diff --git a/src/Functions/generated/cmdlets/NewAzFunction_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzFunction_CreateExpanded.cs index 685bc72e23d1..961545278e04 100644 --- a/src/Functions/generated/cmdlets/NewAzFunction_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzFunction_CreateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Create function for web site, or a deployment slot. /// - /// [OpenAPI] WebApps_CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunction_CreateExpanded", SupportsShouldProcess = true)] @@ -54,8 +54,8 @@ public partial class NewAzFunction_CreateExpanded : global::System.Management.Au ReadOnly = false, Description = @"Config information.", SerializedName = @"config", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) })] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get => FunctionEnvelopeBody.Config ?? null /* object */; set => FunctionEnvelopeBody.Config = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) })] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get => FunctionEnvelopeBody.Config ?? null /* object */; set => FunctionEnvelopeBody.Config = value; } /// Config URI. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Config URI.")] diff --git a/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentity.cs index 6e74ffb4fd4a..f724fb6a1b66 100644 --- a/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Create function for web site, or a deployment slot. /// - /// [OpenAPI] WebApps_CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunction_CreateViaIdentity", SupportsShouldProcess = true)] @@ -64,7 +64,7 @@ public partial class NewAzFunction_CreateViaIdentity : global::System.Management Required = true, ReadOnly = false, Description = @"Function information.", - SerializedName = @"function_envelope", + SerializedName = @"functionEnvelope", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope) })] public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope FunctionEnvelope { get => this._functionEnvelope; set => this._functionEnvelope = value; } diff --git a/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentityExpanded.cs index 216bc3ad2c06..f108f73f1bca 100644 --- a/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzFunction_CreateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Create function for web site, or a deployment slot. /// - /// [OpenAPI] WebApps_CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] CreateFunction=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzFunction_CreateViaIdentityExpanded", SupportsShouldProcess = true)] @@ -54,8 +54,8 @@ public partial class NewAzFunction_CreateViaIdentityExpanded : global::System.Ma ReadOnly = false, Description = @"Config information.", SerializedName = @"config", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig) })] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig Config { get => FunctionEnvelopeBody.Config ?? null /* object */; set => FunctionEnvelopeBody.Config = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) })] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Config { get => FunctionEnvelopeBody.Config ?? null /* object */; set => FunctionEnvelopeBody.Config = value; } /// Config URI. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Config URI.")] diff --git a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_Create.cs b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_Create.cs index 95d6281d8363..b3818a4e2b91 100644 --- a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_Create.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Create or update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzUserAssignedIdentity_Create", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Create or update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class NewAzUserAssignedIdentity_Create : global::System.Management.Automation.PSCmdlet, @@ -74,7 +74,7 @@ public partial class NewAzUserAssignedIdentity_Create : global::System.Managemen global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated _parameter; /// Describes an identity resource. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Describes an identity resource.", ValueFromPipeline = true)] @@ -83,8 +83,8 @@ public partial class NewAzUserAssignedIdentity_Create : global::System.Managemen ReadOnly = false, Description = @"Describes an identity resource.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) })] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) })] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -138,12 +138,14 @@ public partial class NewAzUserAssignedIdentity_Create : global::System.Managemen /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -158,12 +160,12 @@ public partial class NewAzUserAssignedIdentity_Create : global::System.Managemen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onCreated method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -182,12 +184,12 @@ public partial class NewAzUserAssignedIdentity_Create : global::System.Managemen /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -357,12 +359,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 201 (Created). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -374,7 +376,7 @@ protected override void StopProcessing() return ; } // onCreated - response for 201 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } @@ -423,12 +425,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -440,7 +442,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs index 8d6b5cb57272..acc75bc0ad5f 100644 --- a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Create or update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzUserAssignedIdentity_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Create or update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class NewAzUserAssignedIdentity_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -85,10 +85,10 @@ public partial class NewAzUserAssignedIdentity_CreateExpanded : global::System.M global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated(); /// Describes an identity resource. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -142,12 +142,14 @@ public partial class NewAzUserAssignedIdentity_CreateExpanded : global::System.M /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -174,12 +176,12 @@ public partial class NewAzUserAssignedIdentity_CreateExpanded : global::System.M /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onCreated method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -198,12 +200,12 @@ public partial class NewAzUserAssignedIdentity_CreateExpanded : global::System.M /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -373,12 +375,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 201 (Created). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -390,7 +392,7 @@ protected override void StopProcessing() return ; } // onCreated - response for 201 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } @@ -439,12 +441,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -456,7 +458,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentity.cs index 224f935a2584..0aee31972270 100644 --- a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentity.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Create or update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzUserAssignedIdentity_CreateViaIdentity", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Create or update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class NewAzUserAssignedIdentity_CreateViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -82,7 +82,7 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentity : global::Syste global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated _parameter; /// Describes an identity resource. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Describes an identity resource.", ValueFromPipeline = true)] @@ -91,8 +91,8 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentity : global::Syste ReadOnly = false, Description = @"Describes an identity resource.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) })] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) })] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -120,12 +120,12 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentity : global::Syste /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onCreated method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -144,12 +144,12 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentity : global::Syste /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -339,12 +339,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 201 (Created). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -356,7 +356,7 @@ protected override void StopProcessing() return ; } // onCreated - response for 201 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } @@ -405,12 +405,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -422,7 +422,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentityExpanded.cs index dbfac21765b3..a819aed78065 100644 --- a/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzUserAssignedIdentity_CreateViaIdentityExpanded.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Create or update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzUserAssignedIdentity_CreateViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Create or update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class NewAzUserAssignedIdentity_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -93,10 +93,10 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentityExpanded : globa global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated(); /// Describes an identity resource. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -136,12 +136,12 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentityExpanded : globa /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onCreated method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -160,12 +160,12 @@ public partial class NewAzUserAssignedIdentity_CreateViaIdentityExpanded : globa /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -355,12 +355,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 201 (Created). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -372,7 +372,7 @@ protected override void StopProcessing() return ; } // onCreated - response for 201 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } @@ -421,12 +421,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -438,7 +438,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_Create.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_Create.cs index 3a6d9b07ff91..f1fa9134a664 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_Create.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfigurationSlot_Create", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateExpanded.cs index 37de493b4997..eb3da8c229a4 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfigurationSlot_CreateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentity.cs index 3371bfe02711..475095c3c102 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfigurationSlot_CreateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentityExpanded.cs index e7083ac19251..6c001e7a2c64 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfigurationSlot_CreateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfigurationSlot_CreateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_Create.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_Create.cs index c78f103f3a85..186b15b14825 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_Create.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_Create.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfiguration_Create", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateExpanded.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateExpanded.cs index e911639d0448..a4c98f21a5a8 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfiguration_CreateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentity.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentity.cs index d396784866d5..95a55c922837 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfiguration_CreateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentityExpanded.cs index c1f62fda7a63..40062ff3a4a9 100644 --- a/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/NewAzWebAppConfiguration_CreateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzWebAppConfiguration_CreateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_Delete.cs b/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_Delete.cs index 8ac9d0bf4bb9..e29f2fa88476 100644 --- a/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_Delete.cs +++ b/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_Delete.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Delete an App Service plan. /// - /// [OpenAPI] AppServicePlans_Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFunctionAppPlan_Delete", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_DeleteViaIdentity.cs b/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_DeleteViaIdentity.cs index 48fbfca858ee..0b6e989c9998 100644 --- a/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_DeleteViaIdentity.cs +++ b/src/Functions/generated/cmdlets/RemoveAzFunctionAppPlan_DeleteViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Delete an App Service plan. /// - /// [OpenAPI] AppServicePlans_Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFunctionAppPlan_DeleteViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzFunctionApp_Delete.cs b/src/Functions/generated/cmdlets/RemoveAzFunctionApp_Delete.cs index 98881a368a6c..6941284425b0 100644 --- a/src/Functions/generated/cmdlets/RemoveAzFunctionApp_Delete.cs +++ b/src/Functions/generated/cmdlets/RemoveAzFunctionApp_Delete.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Deletes a web, mobile, or API app, or one of the deployment slots. /// /// - /// [OpenAPI] WebApps_Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFunctionApp_Delete", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzFunctionApp_DeleteViaIdentity.cs b/src/Functions/generated/cmdlets/RemoveAzFunctionApp_DeleteViaIdentity.cs index 7d8d1cce54a2..e516b2af46d0 100644 --- a/src/Functions/generated/cmdlets/RemoveAzFunctionApp_DeleteViaIdentity.cs +++ b/src/Functions/generated/cmdlets/RemoveAzFunctionApp_DeleteViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Deletes a web, mobile, or API app, or one of the deployment slots. /// /// - /// [OpenAPI] WebApps_Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFunctionApp_DeleteViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzFunction_Delete.cs b/src/Functions/generated/cmdlets/RemoveAzFunction_Delete.cs index a3c5c4fc3c6b..e4e45c182c8c 100644 --- a/src/Functions/generated/cmdlets/RemoveAzFunction_Delete.cs +++ b/src/Functions/generated/cmdlets/RemoveAzFunction_Delete.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Delete a function for web site, or a deployment slot. /// - /// [OpenAPI] WebApps_DeleteFunction=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] DeleteFunction=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFunction_Delete", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzFunction_DeleteViaIdentity.cs b/src/Functions/generated/cmdlets/RemoveAzFunction_DeleteViaIdentity.cs index 887d188915a6..6c472adc1fa5 100644 --- a/src/Functions/generated/cmdlets/RemoveAzFunction_DeleteViaIdentity.cs +++ b/src/Functions/generated/cmdlets/RemoveAzFunction_DeleteViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Delete a function for web site, or a deployment slot. /// - /// [OpenAPI] WebApps_DeleteFunction=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" + /// [OpenAPI] DeleteFunction=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzFunction_DeleteViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs b/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs index 347e2db5ca37..37e1bc2f2656 100644 --- a/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs +++ b/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Deletes the identity. /// - /// [OpenAPI] UserAssignedIdentities_Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzUserAssignedIdentity_Delete", SupportsShouldProcess = true)] @@ -132,12 +132,14 @@ public partial class RemoveAzUserAssignedIdentity_Delete : global::System.Manage /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( diff --git a/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs b/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs index 1563f01ffc37..7b842107fdee 100644 --- a/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs +++ b/src/Functions/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Deletes the identity. /// - /// [OpenAPI] UserAssignedIdentities_Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzUserAssignedIdentity_DeleteViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RestartAzFunctionApp_Restart.cs b/src/Functions/generated/cmdlets/RestartAzFunctionApp_Restart.cs index 77d9f2a1d2f8..e16932ffeaa5 100644 --- a/src/Functions/generated/cmdlets/RestartAzFunctionApp_Restart.cs +++ b/src/Functions/generated/cmdlets/RestartAzFunctionApp_Restart.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Restarts an app (or deployment slot, if specified). /// - /// [OpenAPI] WebApps_Restart=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart" + /// [OpenAPI] Restart=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Restart, @"AzFunctionApp_Restart", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RestartAzFunctionApp_RestartViaIdentity.cs b/src/Functions/generated/cmdlets/RestartAzFunctionApp_RestartViaIdentity.cs index 47ea40746dcd..33619b697a31 100644 --- a/src/Functions/generated/cmdlets/RestartAzFunctionApp_RestartViaIdentity.cs +++ b/src/Functions/generated/cmdlets/RestartAzFunctionApp_RestartViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Restarts an app (or deployment slot, if specified). /// - /// [OpenAPI] WebApps_Restart=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart" + /// [OpenAPI] Restart=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Restart, @"AzFunctionApp_RestartViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_Restore.cs b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_Restore.cs index 6dd8adadad0f..b5db3c170fed 100644 --- a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_Restore.cs +++ b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_Restore.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Restores a specific backup to another app (or deployment slot, if specified). /// /// - /// [OpenAPI] WebApps_Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" + /// [OpenAPI] Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Restore, @"AzFunctionApp_Restore", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreExpanded.cs b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreExpanded.cs index 6176a8dffdd5..408b3ad87d4b 100644 --- a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreExpanded.cs +++ b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Restores a specific backup to another app (or deployment slot, if specified). /// /// - /// [OpenAPI] WebApps_Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" + /// [OpenAPI] Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Restore, @"AzFunctionApp_RestoreExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentity.cs b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentity.cs index f8b198e3f548..bdaa71c45469 100644 --- a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentity.cs +++ b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Restores a specific backup to another app (or deployment slot, if specified). /// /// - /// [OpenAPI] WebApps_Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" + /// [OpenAPI] Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Restore, @"AzFunctionApp_RestoreViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentityExpanded.cs index 4e197342a4ff..48abe2535543 100644 --- a/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/RestoreAzFunctionApp_RestoreViaIdentityExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Restores a specific backup to another app (or deployment slot, if specified). /// /// - /// [OpenAPI] WebApps_Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" + /// [OpenAPI] Restore=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Restore, @"AzFunctionApp_RestoreViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_Update.cs b/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_Update.cs index f4c5ee9065f2..68b82466895b 100644 --- a/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzFunctionAppPlan_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_UpdateExpanded.cs index 5b874151217d..947fe5dd67b9 100644 --- a/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzFunctionAppPlan_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzFunctionAppPlan_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzFunctionApp_Update.cs b/src/Functions/generated/cmdlets/SetAzFunctionApp_Update.cs index 3424ff617229..c841088e628a 100644 --- a/src/Functions/generated/cmdlets/SetAzFunctionApp_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzFunctionApp_Update.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzFunctionApp_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzFunctionApp_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzFunctionApp_UpdateExpanded.cs index 0fa6bd0dd5d5..a214d901d920 100644 --- a/src/Functions/generated/cmdlets/SetAzFunctionApp_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzFunctionApp_UpdateExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzFunctionApp_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_Update.cs b/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_Update.cs index d582410fe449..a882180e5cb4 100644 --- a/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_Update.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Create or update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzUserAssignedIdentity_Update", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Create or update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class SetAzUserAssignedIdentity_Update : global::System.Management.Automation.PSCmdlet, @@ -74,7 +74,7 @@ public partial class SetAzUserAssignedIdentity_Update : global::System.Managemen global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated _parameter; /// Describes an identity resource. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Describes an identity resource.", ValueFromPipeline = true)] @@ -83,8 +83,8 @@ public partial class SetAzUserAssignedIdentity_Update : global::System.Managemen ReadOnly = false, Description = @"Describes an identity resource.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) })] - public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) })] + public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -138,12 +138,14 @@ public partial class SetAzUserAssignedIdentity_Update : global::System.Managemen /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -158,12 +160,12 @@ public partial class SetAzUserAssignedIdentity_Update : global::System.Managemen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onCreated method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -182,12 +184,12 @@ public partial class SetAzUserAssignedIdentity_Update : global::System.Managemen /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -357,12 +359,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 201 (Created). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -374,7 +376,7 @@ protected override void StopProcessing() return ; } // onCreated - response for 201 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } @@ -423,12 +425,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -440,7 +442,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs index 396d4ada69a0..c86618d8f223 100644 --- a/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Create or update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzUserAssignedIdentity_UpdateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Create or update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class SetAzUserAssignedIdentity_UpdateExpanded : global::System.Management.Automation.PSCmdlet, @@ -85,10 +85,10 @@ public partial class SetAzUserAssignedIdentity_UpdateExpanded : global::System.M global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.Identity(); + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IdentityAutoGenerated(); /// Describes an identity resource. - private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -142,12 +142,14 @@ public partial class SetAzUserAssignedIdentity_UpdateExpanded : global::System.M /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -174,12 +176,12 @@ public partial class SetAzUserAssignedIdentity_UpdateExpanded : global::System.M /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onCreated method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -198,12 +200,12 @@ public partial class SetAzUserAssignedIdentity_UpdateExpanded : global::System.M /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -373,12 +375,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 201 (Created). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onCreated(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -390,7 +392,7 @@ protected override void StopProcessing() return ; } // onCreated - response for 201 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } @@ -439,12 +441,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -456,7 +458,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_Update.cs b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_Update.cs index 1ac8e18372ca..9defb8067aae 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Replaces the application settings of an app. /// - /// [OpenAPI] WebApps_UpdateApplicationSettingsSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings" + /// [OpenAPI] UpdateApplicationSettingsSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppApplicationSettingSlot_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_UpdateExpanded.cs index 34d18b47e97e..4217fbf6660b 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSettingSlot_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Replaces the application settings of an app. /// - /// [OpenAPI] WebApps_UpdateApplicationSettingsSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings" + /// [OpenAPI] UpdateApplicationSettingsSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppApplicationSettingSlot_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_Update.cs b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_Update.cs index cf6c84be6f4a..7fd2fb5c19e9 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Replaces the application settings of an app. /// - /// [OpenAPI] WebApps_UpdateApplicationSettings=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings" + /// [OpenAPI] UpdateApplicationSettings=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppApplicationSetting_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_UpdateExpanded.cs index 0fde805d249b..db902b9fd03b 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppApplicationSetting_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Replaces the application settings of an app. /// - /// [OpenAPI] WebApps_UpdateApplicationSettings=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings" + /// [OpenAPI] UpdateApplicationSettings=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppApplicationSetting_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_Update.cs b/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_Update.cs index 52e68b0cbe7b..8dbfd092b1de 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppConfigurationSlot_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_UpdateExpanded.cs index 39aaf78f62eb..6ccfa44555aa 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppConfigurationSlot_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] CreateOrUpdateConfigurationSlot=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppConfigurationSlot_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_Update.cs b/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_Update.cs index a0a12b945cda..fc5c48909362 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_Update.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppConfiguration_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_UpdateExpanded.cs b/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_UpdateExpanded.cs index 16cbca8de5f1..7f25be59b478 100644 --- a/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/SetAzWebAppConfiguration_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] CreateOrUpdateConfiguration=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzWebAppConfiguration_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/StartAzFunctionApp_Start.cs b/src/Functions/generated/cmdlets/StartAzFunctionApp_Start.cs index 9cd98578ac65..d0779c8bf5b2 100644 --- a/src/Functions/generated/cmdlets/StartAzFunctionApp_Start.cs +++ b/src/Functions/generated/cmdlets/StartAzFunctionApp_Start.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Starts an app (or deployment slot, if specified). /// - /// [OpenAPI] WebApps_Start=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start" + /// [OpenAPI] Start=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Start, @"AzFunctionApp_Start", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/StartAzFunctionApp_StartViaIdentity.cs b/src/Functions/generated/cmdlets/StartAzFunctionApp_StartViaIdentity.cs index a40e70be6dba..025a68de1055 100644 --- a/src/Functions/generated/cmdlets/StartAzFunctionApp_StartViaIdentity.cs +++ b/src/Functions/generated/cmdlets/StartAzFunctionApp_StartViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Starts an app (or deployment slot, if specified). /// - /// [OpenAPI] WebApps_Start=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start" + /// [OpenAPI] Start=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Start, @"AzFunctionApp_StartViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/StopAzFunctionApp_Stop.cs b/src/Functions/generated/cmdlets/StopAzFunctionApp_Stop.cs index 597b6f32710c..e32ff0642365 100644 --- a/src/Functions/generated/cmdlets/StopAzFunctionApp_Stop.cs +++ b/src/Functions/generated/cmdlets/StopAzFunctionApp_Stop.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Stops an app (or deployment slot, if specified). /// - /// [OpenAPI] WebApps_Stop=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop" + /// [OpenAPI] Stop=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Stop, @"AzFunctionApp_Stop", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/StopAzFunctionApp_StopViaIdentity.cs b/src/Functions/generated/cmdlets/StopAzFunctionApp_StopViaIdentity.cs index 64619b4acc2b..9348a1fe7f37 100644 --- a/src/Functions/generated/cmdlets/StopAzFunctionApp_StopViaIdentity.cs +++ b/src/Functions/generated/cmdlets/StopAzFunctionApp_StopViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Stops an app (or deployment slot, if specified). /// - /// [OpenAPI] WebApps_Stop=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop" + /// [OpenAPI] Stop=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Stop, @"AzFunctionApp_StopViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SyncAzFunction_Sync.cs b/src/Functions/generated/cmdlets/SyncAzFunction_Sync.cs index 5e179ac5e96c..ffcdc2096a9f 100644 --- a/src/Functions/generated/cmdlets/SyncAzFunction_Sync.cs +++ b/src/Functions/generated/cmdlets/SyncAzFunction_Sync.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Syncs function trigger metadata to the management database /// - /// [OpenAPI] WebApps_SyncFunctions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync" + /// [OpenAPI] SyncFunctions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Sync, @"AzFunction_Sync", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SyncAzFunction_SyncViaIdentity.cs b/src/Functions/generated/cmdlets/SyncAzFunction_SyncViaIdentity.cs index d9f0c317ff98..53240c974b57 100644 --- a/src/Functions/generated/cmdlets/SyncAzFunction_SyncViaIdentity.cs +++ b/src/Functions/generated/cmdlets/SyncAzFunction_SyncViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Syncs function trigger metadata to the management database /// - /// [OpenAPI] WebApps_SyncFunctions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync" + /// [OpenAPI] SyncFunctions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Sync, @"AzFunction_SyncViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_Sync.cs b/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_Sync.cs index cbf4dc5eb943..fd4f58dfeab1 100644 --- a/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_Sync.cs +++ b/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_Sync.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Syncs function trigger metadata to the management database /// - /// [OpenAPI] WebApps_SyncFunctionsSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/sync" + /// [OpenAPI] SyncFunctionsSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/sync" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Sync, @"AzWebAppFunctionSlot_Sync", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] diff --git a/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_SyncViaIdentity.cs b/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_SyncViaIdentity.cs index 72d0cc0d1921..678ffba2c913 100644 --- a/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_SyncViaIdentity.cs +++ b/src/Functions/generated/cmdlets/SyncAzWebAppFunctionSlot_SyncViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Syncs function trigger metadata to the management database /// - /// [OpenAPI] WebApps_SyncFunctionsSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/sync" + /// [OpenAPI] SyncFunctionsSlot=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/sync" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Sync, @"AzWebAppFunctionSlot_SyncViaIdentity", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_Update.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_Update.cs index 520afd881296..b4248486cf10 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_Update.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionAppPlan_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateExpanded.cs index 6884970cafeb..6d824a9b4565 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionAppPlan_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentity.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentity.cs index a99db51c38c7..a853ba7671e4 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionAppPlan_UpdateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentityExpanded.cs index b0b32825ff28..ed43563ff1c6 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionAppPlan_UpdateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates or updates an App Service Plan. /// - /// [OpenAPI] AppServicePlans_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionAppPlan_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_Update.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_Update.cs index b06f03a0e8e5..66df8acac0bc 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_Update.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_Update.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionApp_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateExpanded.cs index 457f07cc3325..e90729d38fc4 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionApp_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentity.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentity.cs index e25354dca13b..905478e079c1 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentity.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionApp_UpdateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentityExpanded.cs index 9fcab76351e1..f21564e82f29 100644 --- a/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzFunctionApp_UpdateViaIdentityExpanded.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. /// /// - /// [OpenAPI] WebApps_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzFunctionApp_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_Update.cs b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_Update.cs index effd94c5f8b3..01c5f64bf7fd 100644 --- a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_Update.cs +++ b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_Update.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzUserAssignedIdentity_Update", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class UpdateAzUserAssignedIdentity_Update : global::System.Management.Automation.PSCmdlet, @@ -138,12 +138,14 @@ public partial class UpdateAzUserAssignedIdentity_Update : global::System.Manage /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -170,12 +172,12 @@ public partial class UpdateAzUserAssignedIdentity_Update : global::System.Manage /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -387,12 +389,12 @@ public UpdateAzUserAssignedIdentity_Update() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -404,7 +406,7 @@ public UpdateAzUserAssignedIdentity_Update() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs index ffe86f71ad84..d240538a641d 100644 --- a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzUserAssignedIdentity_UpdateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class UpdateAzUserAssignedIdentity_UpdateExpanded : global::System.Management.Automation.PSCmdlet, @@ -142,12 +142,14 @@ public partial class UpdateAzUserAssignedIdentity_UpdateExpanded : global::Syste /// Backing field for property. private string _subscriptionId; - /// The Id of the Subscription to which the identity belongs. - [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The Id of the Subscription to which the identity belongs.")] + /// + /// Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). + /// + [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).")] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info( Required = true, ReadOnly = false, - Description = @"The Id of the Subscription to which the identity belongs.", + Description = @"Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).", SerializedName = @"subscriptionId", PossibleTypes = new [] { typeof(string) })] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo( @@ -186,12 +188,12 @@ public partial class UpdateAzUserAssignedIdentity_UpdateExpanded : global::Syste /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -403,12 +405,12 @@ public UpdateAzUserAssignedIdentity_UpdateExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -420,7 +422,7 @@ public UpdateAzUserAssignedIdentity_UpdateExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentity.cs b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentity.cs index 364783e69ad1..72ff358f52dc 100644 --- a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentity.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzUserAssignedIdentity_UpdateViaIdentity", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class UpdateAzUserAssignedIdentity_UpdateViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -132,12 +132,12 @@ public partial class UpdateAzUserAssignedIdentity_UpdateViaIdentity : global::Sy /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -369,12 +369,12 @@ public UpdateAzUserAssignedIdentity_UpdateViaIdentity() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -386,7 +386,7 @@ public UpdateAzUserAssignedIdentity_UpdateViaIdentity() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs index f9a79fdad46b..adf7c8c11847 100644 --- a/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs @@ -9,11 +9,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Update an identity in the specified subscription and resource group. /// - /// [OpenAPI] UserAssignedIdentities_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" + /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzUserAssignedIdentity_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated))] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Description(@"Update an identity in the specified subscription and resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated] public partial class UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -148,12 +148,12 @@ public partial class UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded : gl /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -385,12 +385,12 @@ public UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -402,7 +402,7 @@ public UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated WriteObject((await response)); } } diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_Update.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_Update.cs index d48579b84c49..3f14a08bdf2b 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_Update.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfigurationSlot_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateExpanded.cs index d3a7353b8e63..47c374cf822f 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfigurationSlot_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentity.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentity.cs index 2807492d8d82..1ace477552dd 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfigurationSlot_UpdateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentityExpanded.cs index f3ab8a2f581e..1c0477b5213f 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfigurationSlot_UpdateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" + /// [OpenAPI] UpdateConfigurationSlot=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfigurationSlot_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_Update.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_Update.cs index 651cf1e29e8c..c8ff7d5effeb 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_Update.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_Update.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfiguration_Update", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateExpanded.cs index baf027ae6f29..42011c5f8581 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfiguration_UpdateExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentity.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentity.cs index 1f576f128604..2fc678508452 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentity.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentity.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfiguration_UpdateViaIdentity", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentityExpanded.cs b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentityExpanded.cs index 4337a5364194..d67e13dbe008 100644 --- a/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentityExpanded.cs +++ b/src/Functions/generated/cmdlets/UpdateAzWebAppConfiguration_UpdateViaIdentityExpanded.cs @@ -9,7 +9,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Cmdlets /// Description for Updates the configuration of an app. /// - /// [OpenAPI] WebApps_UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" + /// [OpenAPI] UpdateConfiguration=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzWebAppConfiguration_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] diff --git a/src/Functions/generated/runtime/ISendAsync.cs b/src/Functions/generated/runtime/ISendAsync.cs index 7ea71736593e..34dfac549214 100644 --- a/src/Functions/generated/runtime/ISendAsync.cs +++ b/src/Functions/generated/runtime/ISendAsync.cs @@ -252,12 +252,19 @@ internal static HttpRequestMessage Clone(this HttpRequestMessage original, Syste { clone.Properties.Add(prop); } - + foreach (KeyValuePair> header in original.Headers) - { + { + /* + **temporarily skip cloning telemetry related headers** clone.Headers.TryAddWithoutValidation(header.Key, header.Value); + */ + if (!"x-ms-unique-id".Equals(header.Key) && !"x-ms-client-request-id".Equals(header.Key) && !"CommandName".Equals(header.Key) && !"FullCommandName".Equals(header.Key) && !"ParameterSetName".Equals(header.Key) && !"User-Agent".Equals(header.Key)) + { + clone.Headers.TryAddWithoutValidation(header.Key, header.Value); + } } - + return clone; } @@ -286,4 +293,4 @@ internal static async Task CloneWithContent(this HttpRequest return clone; } } -} \ No newline at end of file +} diff --git a/src/Functions/help/Az.Functions.md b/src/Functions/help/Az.Functions.md index 42eb04d02b4c..8029042042a3 100644 --- a/src/Functions/help/Az.Functions.md +++ b/src/Functions/help/Az.Functions.md @@ -11,6 +11,30 @@ Locale: en-US Microsoft Azure PowerShell - Azure Functions service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.\n\nFor information on Azure Functions, please visit the following: https://docs.microsoft.com/azure/azure-functions/ ## Az.Functions Cmdlets +### [AddFunctionAppPlanWorkerType](AddFunctionAppPlanWorkerType.md) + + +### [AddFunctionAppSettings](AddFunctionAppSettings.md) + + +### [ContainsReservedFunctionAppSettingName](ContainsReservedFunctionAppSettingName.md) + + +### [ConvertWebAppApplicationSettingToHashtable](ConvertWebAppApplicationSettingToHashtable.md) + + +### [CreateApplicationInsightsProject](CreateApplicationInsightsProject.md) + + +### [CreateFunctionsIdentity](CreateFunctionsIdentity.md) + + +### [FormatListToString](FormatListToString.md) + + +### [GetApplicationInsightsProject](GetApplicationInsightsProject.md) + + ### [Get-AzFunctionApp](Get-AzFunctionApp.md) Gets function apps in a subscription. @@ -23,12 +47,96 @@ Get function apps plans in a subscription. ### [Get-AzFunctionAppSetting](Get-AzFunctionAppSetting.md) Gets app settings for a function app. +### [Get-AzSystemAssignedIdentity](Get-AzSystemAssignedIdentity.md) +Gets the systemAssignedIdentity available under the specified RP scope. + +### [GetAzWebAppConfig](GetAzWebAppConfig.md) + + +### [Get-AzWebAppFunctionKey](Get-AzWebAppFunctionKey.md) +Description for Get function keys for a function in a web site, or a deployment slot. + +### [Get-AzWebAppFunctionKeySlot](Get-AzWebAppFunctionKeySlot.md) +Description for Get function keys for a function in a web site, or a deployment slot. + +### [Get-AzWebAppSettingKeyVaultReference](Get-AzWebAppSettingKeyVaultReference.md) +Description for Gets the config reference app settings and status of an app + +### [Get-AzWebAppSyncStatus](Get-AzWebAppSyncStatus.md) +Description for This is to allow calling via powershell and ARM template. + +### [Get-AzWebAppSyncStatusSlot](Get-AzWebAppSyncStatusSlot.md) +Description for This is to allow calling via powershell and ARM template. + +### [GetConnectionString](GetConnectionString.md) + + +### [GetDefaultOSType](GetDefaultOSType.md) + + +### [GetErrorMessage](GetErrorMessage.md) + + +### [GetFunctionAppByName](GetFunctionAppByName.md) + + +### [GetFunctionAppPlans](GetFunctionAppPlans.md) + + +### [GetFunctionApps](GetFunctionApps.md) + + +### [GetFunctionAppServicePlanInfo](GetFunctionAppServicePlanInfo.md) + + +### [GetParameterKeyValues](GetParameterKeyValues.md) + + +### [GetRuntimeJsonDefinition](GetRuntimeJsonDefinition.md) + + +### [GetServicePlan](GetServicePlan.md) + + +### [GetSkuName](GetSkuName.md) + + +### [GetStorageAccount](GetStorageAccount.md) + + +### [GetSupportedRuntimes](GetSupportedRuntimes.md) + + +### [GetSupportedRuntimeVersions](GetSupportedRuntimeVersions.md) + + +### [Move-Az](Move-Az.md) +Description for Move resources between resource groups. + +### [NewAppSetting](NewAppSetting.md) + + +### [NewAppSettingObject](NewAppSettingObject.md) + + ### [New-AzFunctionApp](New-AzFunctionApp.md) Creates a function app. ### [New-AzFunctionAppPlan](New-AzFunctionAppPlan.md) Creates a function app service plan. +### [NewIdentityUserAssignedIdentity](NewIdentityUserAssignedIdentity.md) + + +### [NewResourceTag](NewResourceTag.md) + + +### [NormalizeSku](NormalizeSku.md) + + +### [ParseDockerImage](ParseDockerImage.md) + + ### [Remove-AzFunctionApp](Remove-AzFunctionApp.md) Deletes a function app. @@ -47,6 +155,18 @@ Starts a function app. ### [Stop-AzFunctionApp](Stop-AzFunctionApp.md) Stops a function app. +### [Sync-AzWebAppFunctionSlot](Sync-AzWebAppFunctionSlot.md) +Description for Syncs function trigger metadata to the management database + +### [Test-Az](Test-Az.md) +Description for Validate if a resource can be created. + +### [ThrowRuntimeNotSupportedException](ThrowRuntimeNotSupportedException.md) + + +### [ThrowTerminatingError](ThrowTerminatingError.md) + + ### [Update-AzFunctionApp](Update-AzFunctionApp.md) Updates a function app. @@ -55,3 +175,25 @@ Updates a function app service plan. ### [Update-AzFunctionAppSetting](Update-AzFunctionAppSetting.md) Adds or updates app settings in a function app. + +### [ValidateConsumptionPlanLocation](ValidateConsumptionPlanLocation.md) + + +### [ValidateFunctionName](ValidateFunctionName.md) + + +### [ValidateFunctionsV2NotAvailableLocation](ValidateFunctionsV2NotAvailableLocation.md) + + +### [ValidateFunctionsVersion](ValidateFunctionsVersion.md) + + +### [ValidatePlanLocation](ValidatePlanLocation.md) + + +### [ValidatePlanSwitchCompatibility](ValidatePlanSwitchCompatibility.md) + + +### [ValidatePremiumPlanLocation](ValidatePremiumPlanLocation.md) + + diff --git a/src/Functions/help/Get-AzFunctionApp.md b/src/Functions/help/Get-AzFunctionApp.md index 4943daefbd6f..59b3951e5a9b 100644 --- a/src/Functions/help/Get-AzFunctionApp.md +++ b/src/Functions/help/Get-AzFunctionApp.md @@ -14,25 +14,24 @@ Gets function apps in a subscription. ### GetAll (Default) ``` -Get-AzFunctionApp [-SubscriptionId ] [-IncludeSlot] [-DefaultProfile ] - [] +Get-AzFunctionApp [-SubscriptionId ] [-DefaultProfile ] [] ``` ### ByLocation ``` -Get-AzFunctionApp -Location [-SubscriptionId ] [-IncludeSlot] [-DefaultProfile ] +Get-AzFunctionApp -Location [-SubscriptionId ] [-DefaultProfile ] [] ``` ### ByName ``` -Get-AzFunctionApp -Name -ResourceGroupName [-SubscriptionId ] [-IncludeSlot] +Get-AzFunctionApp -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` ### ByResourceGroupName ``` -Get-AzFunctionApp [-ResourceGroupName ] [-SubscriptionId ] [-IncludeSlot] +Get-AzFunctionApp -ResourceGroupName [-SubscriptionId ] [-IncludeSlot] [-DefaultProfile ] [] ``` @@ -119,7 +118,7 @@ Use to specify whether to include deployment slots in results. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) +Parameter Sets: ByResourceGroupName Aliases: Required: False diff --git a/src/Functions/internal/Backup-AzFunctionApp.ps1 b/src/Functions/internal/Backup-AzFunctionApp.ps1 index 58eca141bd7b..2d6dbcd17604 100644 --- a/src/Functions/internal/Backup-AzFunctionApp.ps1 +++ b/src/Functions/internal/Backup-AzFunctionApp.ps1 @@ -52,7 +52,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -65,7 +65,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -85,12 +86,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzAppInsights.ps1 b/src/Functions/internal/Get-AzAppInsights.ps1 index 360694a4d4f5..a2ea3e1a2da1 100644 --- a/src/Functions/internal/Get-AzAppInsights.ps1 +++ b/src/Functions/internal/Get-AzAppInsights.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -110,7 +111,7 @@ param( [Parameter(ParameterSetName='Get', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] - # The name of the identity resource. + # The name of the Application Insights component resource. ${ResourceName}, [Parameter(ParameterSetName='Get')] @@ -119,7 +120,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] diff --git a/src/Functions/internal/Get-AzAppInsightsApiKey.ps1 b/src/Functions/internal/Get-AzAppInsightsApiKey.ps1 index f788bb65dc2b..789bd643b618 100644 --- a/src/Functions/internal/Get-AzAppInsightsApiKey.ps1 +++ b/src/Functions/internal/Get-AzAppInsightsApiKey.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -118,7 +119,7 @@ param( [Parameter(ParameterSetName='List', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] - # The name of the identity resource. + # The name of the Application Insights component resource. ${ResourceName}, [Parameter(ParameterSetName='Get')] @@ -126,7 +127,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] diff --git a/src/Functions/internal/Get-AzFunction.ps1 b/src/Functions/internal/Get-AzFunction.ps1 index 95f146d4a5f2..dd58abd819fe 100644 --- a/src/Functions/internal/Get-AzFunction.ps1 +++ b/src/Functions/internal/Get-AzFunction.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzFunctionApp.ps1 b/src/Functions/internal/Get-AzFunctionApp.ps1 index 93b98d4b1a41..a333fc6c85e6 100644 --- a/src/Functions/internal/Get-AzFunctionApp.ps1 +++ b/src/Functions/internal/Get-AzFunctionApp.ps1 @@ -67,7 +67,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -80,7 +80,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -100,12 +101,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzFunctionAppPlan.ps1 b/src/Functions/internal/Get-AzFunctionAppPlan.ps1 index b60a7b267c40..f6565f758798 100644 --- a/src/Functions/internal/Get-AzFunctionAppPlan.ps1 +++ b/src/Functions/internal/Get-AzFunctionAppPlan.ps1 @@ -68,7 +68,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -81,7 +81,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -101,12 +102,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzStorageAccount.ps1 b/src/Functions/internal/Get-AzStorageAccount.ps1 index 21200bc6413c..a3025ee0dcbd 100644 --- a/src/Functions/internal/Get-AzStorageAccount.ps1 +++ b/src/Functions/internal/Get-AzStorageAccount.ps1 @@ -42,7 +42,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='List1', Mandatory)] diff --git a/src/Functions/internal/Get-AzStorageAccountKey.ps1 b/src/Functions/internal/Get-AzStorageAccountKey.ps1 index da71be6692ea..85af5879037c 100644 --- a/src/Functions/internal/Get-AzStorageAccountKey.ps1 +++ b/src/Functions/internal/Get-AzStorageAccountKey.ps1 @@ -54,7 +54,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter()] diff --git a/src/Functions/internal/Get-AzUserAssignedIdentity.ps1 b/src/Functions/internal/Get-AzUserAssignedIdentity.ps1 index 8eb49932b260..255ac1f6d3bc 100644 --- a/src/Functions/internal/Get-AzUserAssignedIdentity.ps1 +++ b/src/Functions/internal/Get-AzUserAssignedIdentity.ps1 @@ -30,7 +30,7 @@ PS C:\> {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -96,7 +97,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.functions/get-azuserassignedidentity #> function Get-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -118,7 +119,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] diff --git a/src/Functions/internal/Get-AzWebAppConfiguration.ps1 b/src/Functions/internal/Get-AzWebAppConfiguration.ps1 index 3956c51cb0d1..bc35c1010c47 100644 --- a/src/Functions/internal/Get-AzWebAppConfiguration.ps1 +++ b/src/Functions/internal/Get-AzWebAppConfiguration.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzWebAppConfigurationSlot.ps1 b/src/Functions/internal/Get-AzWebAppConfigurationSlot.ps1 index 5da1dd32bf2a..4286910419b1 100644 --- a/src/Functions/internal/Get-AzWebAppConfigurationSlot.ps1 +++ b/src/Functions/internal/Get-AzWebAppConfigurationSlot.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzWebAppConfigurationSnapshot.ps1 b/src/Functions/internal/Get-AzWebAppConfigurationSnapshot.ps1 index 36e846958f5f..795815c51636 100644 --- a/src/Functions/internal/Get-AzWebAppConfigurationSnapshot.ps1 +++ b/src/Functions/internal/Get-AzWebAppConfigurationSnapshot.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Get-AzWebAppConfigurationSnapshotSlot.ps1 b/src/Functions/internal/Get-AzWebAppConfigurationSnapshotSlot.ps1 index 3dff08902196..c401b8375a9e 100644 --- a/src/Functions/internal/Get-AzWebAppConfigurationSnapshotSlot.ps1 +++ b/src/Functions/internal/Get-AzWebAppConfigurationSnapshotSlot.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/New-AzAppInsights.ps1 b/src/Functions/internal/New-AzAppInsights.ps1 index b661667f7d9b..a0b8744965a3 100644 --- a/src/Functions/internal/New-AzAppInsights.ps1 +++ b/src/Functions/internal/New-AzAppInsights.ps1 @@ -48,7 +48,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -61,7 +61,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -81,12 +82,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -126,7 +127,7 @@ param( [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] - # The name of the identity resource. + # The name of the Application Insights component resource. ${ResourceName}, [Parameter(ParameterSetName='Create')] @@ -134,7 +135,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)] diff --git a/src/Functions/internal/New-AzFunction.ps1 b/src/Functions/internal/New-AzFunction.ps1 index 42acf26333c1..16bac3c664a1 100644 --- a/src/Functions/internal/New-AzFunction.ps1 +++ b/src/Functions/internal/New-AzFunction.ps1 @@ -40,7 +40,7 @@ To create the parameters described below, construct a hash table containing the FUNCTIONENVELOPE : Function information. [Kind ]: Kind of resource. - [Config ]: Config information. + [Config ]: Config information. [ConfigHref ]: Config URI. [File ]: File list. [(Any) ]: This indicates any property can be added to this object. @@ -63,7 +63,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -76,7 +76,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -96,12 +97,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -168,7 +169,7 @@ param( [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny] # Config information. ${Config}, diff --git a/src/Functions/internal/New-AzFunctionApp.ps1 b/src/Functions/internal/New-AzFunctionApp.ps1 index 03b775f9e203..a0f53284f579 100644 --- a/src/Functions/internal/New-AzFunctionApp.ps1 +++ b/src/Functions/internal/New-AzFunctionApp.ps1 @@ -65,7 +65,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -78,7 +78,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -98,12 +99,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/New-AzFunctionAppPlan.ps1 b/src/Functions/internal/New-AzFunctionAppPlan.ps1 index 0963d241e381..9139077cb041 100644 --- a/src/Functions/internal/New-AzFunctionAppPlan.ps1 +++ b/src/Functions/internal/New-AzFunctionAppPlan.ps1 @@ -79,7 +79,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -92,7 +92,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -112,12 +113,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/New-AzUserAssignedIdentity.ps1 b/src/Functions/internal/New-AzUserAssignedIdentity.ps1 index 784af9c7b1f7..7dcdedef5833 100644 --- a/src/Functions/internal/New-AzUserAssignedIdentity.ps1 +++ b/src/Functions/internal/New-AzUserAssignedIdentity.ps1 @@ -28,11 +28,11 @@ PS C:\> {{ Add code here }} {{ Add output here }} .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Inputs Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES @@ -46,7 +46,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -59,7 +59,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -79,12 +80,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -95,7 +96,7 @@ INPUTOBJECT : Identity Parameter [WorkerName ]: Name of worker machine, which typically starts with RD. [WorkerPoolName ]: Name of the worker pool. -PARAMETER : Describes an identity resource. +PARAMETER : Describes an identity resource. Location : The geo-location where the resource lives [Tag ]: Resource tags. [(Any) ]: This indicates any property can be added to this object. @@ -103,7 +104,7 @@ PARAMETER : Describes an identity resource. https://docs.microsoft.com/en-us/powershell/module/az.functions/new-azuserassignedidentity #> function New-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Create', Mandatory)] @@ -125,7 +126,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)] @@ -139,7 +142,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated] # Describes an identity resource. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Functions/internal/New-AzWebAppConfiguration.ps1 b/src/Functions/internal/New-AzWebAppConfiguration.ps1 index 599ef23c49e2..ad9e12ee00ff 100644 --- a/src/Functions/internal/New-AzWebAppConfiguration.ps1 +++ b/src/Functions/internal/New-AzWebAppConfiguration.ps1 @@ -70,7 +70,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -83,7 +83,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -103,12 +104,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/New-AzWebAppConfigurationSlot.ps1 b/src/Functions/internal/New-AzWebAppConfigurationSlot.ps1 index 71bbc49d01a5..05e9a068e74e 100644 --- a/src/Functions/internal/New-AzWebAppConfigurationSlot.ps1 +++ b/src/Functions/internal/New-AzWebAppConfigurationSlot.ps1 @@ -70,7 +70,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -83,7 +83,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -103,12 +104,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/ProxyCmdletDefinitions.ps1 b/src/Functions/internal/ProxyCmdletDefinitions.ps1 index 079ca65eca22..294453388784 100644 --- a/src/Functions/internal/ProxyCmdletDefinitions.ps1 +++ b/src/Functions/internal/ProxyCmdletDefinitions.ps1 @@ -52,7 +52,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -65,7 +65,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -85,12 +86,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -372,7 +373,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -385,7 +386,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -405,12 +407,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -446,7 +448,7 @@ param( [Parameter(ParameterSetName='List', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] - # The name of the identity resource. + # The name of the Application Insights component resource. ${ResourceName}, [Parameter(ParameterSetName='Get')] @@ -454,7 +456,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] @@ -598,7 +602,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -611,7 +615,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -631,12 +636,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -664,7 +669,7 @@ param( [Parameter(ParameterSetName='Get', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] - # The name of the identity resource. + # The name of the Application Insights component resource. ${ResourceName}, [Parameter(ParameterSetName='Get')] @@ -673,7 +678,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] @@ -1096,7 +1103,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -1109,7 +1116,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -1129,12 +1137,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -1355,7 +1363,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -1368,7 +1376,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -1388,12 +1397,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -1590,7 +1599,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -1603,7 +1612,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -1623,12 +1633,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -1832,7 +1842,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter()] @@ -1973,7 +1985,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='List1', Mandatory)] @@ -2102,7 +2116,7 @@ PS C:\> {{ Add code here }} .Inputs Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES @@ -2116,7 +2130,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -2129,7 +2143,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -2149,12 +2164,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -2168,7 +2183,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.functions/get-azuserassignedidentity #> function Get-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -2190,7 +2205,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String[]] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)] @@ -2632,7 +2649,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -2645,7 +2662,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -2665,12 +2683,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -3161,7 +3179,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -3174,7 +3192,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -3194,12 +3213,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -3390,7 +3409,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -3403,7 +3422,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -3423,12 +3443,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -3612,7 +3632,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -3625,7 +3645,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -3645,12 +3666,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -3836,7 +3857,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -3849,7 +3870,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -3869,12 +3891,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -3914,7 +3936,7 @@ param( [Parameter(ParameterSetName='CreateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [System.String] - # The name of the identity resource. + # The name of the Application Insights component resource. ${ResourceName}, [Parameter(ParameterSetName='Create')] @@ -3922,7 +3944,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The ID of the target subscription. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)] @@ -4174,7 +4198,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -4187,7 +4211,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -4207,12 +4232,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -4627,7 +4652,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -4640,7 +4665,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -4660,12 +4686,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -5387,7 +5413,7 @@ To create the parameters described below, construct a hash table containing the FUNCTIONENVELOPE : Function information. [Kind ]: Kind of resource. - [Config ]: Config information. + [Config ]: Config information. [ConfigHref ]: Config URI. [File ]: File list. [(Any) ]: This indicates any property can be added to this object. @@ -5410,7 +5436,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -5423,7 +5449,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -5443,12 +5470,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -5515,7 +5542,7 @@ param( [Parameter(ParameterSetName='CreateExpanded')] [Parameter(ParameterSetName='CreateViaIdentityExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesConfig] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny] # Config information. ${Config}, @@ -5742,11 +5769,11 @@ PS C:\> {{ Add code here }} {{ Add output here }} .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Inputs Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES @@ -5760,7 +5787,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -5773,7 +5800,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -5793,12 +5821,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -5809,7 +5837,7 @@ INPUTOBJECT : Identity Parameter [WorkerName ]: Name of worker machine, which typically starts with RD. [WorkerPoolName ]: Name of the worker pool. -PARAMETER : Describes an identity resource. +PARAMETER : Describes an identity resource. Location : The geo-location where the resource lives [Tag ]: Resource tags. [(Any) ]: This indicates any property can be added to this object. @@ -5817,7 +5845,7 @@ PARAMETER : Describes an identity resource. https://docs.microsoft.com/en-us/powershell/module/az.functions/new-azuserassignedidentity #> function New-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Create', Mandatory)] @@ -5839,7 +5867,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)] @@ -5853,7 +5883,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CreateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated] # Describes an identity resource. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -6034,7 +6064,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -6047,7 +6077,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -6067,12 +6098,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -7001,7 +7032,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -7014,7 +7045,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -7034,12 +7066,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -7930,7 +7962,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -7943,7 +7975,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -7963,12 +7996,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -8148,7 +8181,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -8161,7 +8194,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -8181,12 +8215,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -8383,7 +8417,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -8396,7 +8430,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -8416,12 +8451,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -8611,7 +8646,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -8624,7 +8659,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -8644,12 +8680,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -8682,7 +8718,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)] @@ -8827,7 +8865,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -8840,7 +8878,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -8860,12 +8899,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -9071,7 +9110,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -9084,7 +9123,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -9104,12 +9144,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -10453,15 +10493,15 @@ PS C:\> {{ Add code here }} {{ Add output here }} .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -PARAMETER : Describes an identity resource. +PARAMETER : Describes an identity resource. Location : The geo-location where the resource lives [Tag ]: Resource tags. [(Any) ]: This indicates any property can be added to this object. @@ -10469,7 +10509,7 @@ PARAMETER : Describes an identity resource. https://docs.microsoft.com/en-us/powershell/module/az.functions/set-azuserassignedidentity #> function Set-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -10488,12 +10528,14 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated] # Describes an identity resource. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -12628,7 +12670,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -12641,7 +12683,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -12661,12 +12704,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -12846,7 +12889,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -12859,7 +12902,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -12879,12 +12923,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -13068,7 +13112,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -13081,7 +13125,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -13101,12 +13146,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -13292,7 +13337,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -13305,7 +13350,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -13325,12 +13371,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -13550,7 +13596,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -13563,7 +13609,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -13583,12 +13630,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -13882,7 +13929,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -13895,7 +13942,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -13915,12 +13963,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -14604,7 +14652,7 @@ Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdate .Inputs Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES @@ -14618,7 +14666,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -14631,7 +14679,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -14651,12 +14700,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -14675,7 +14724,7 @@ PARAMETER : Describes an identity resource. https://docs.microsoft.com/en-us/powershell/module/az.functions/update-azuserassignedidentity #> function Update-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Update', Mandatory)] @@ -14697,7 +14746,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] @@ -14892,7 +14943,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -14905,7 +14956,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -14925,12 +14977,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -15859,7 +15911,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -15872,7 +15924,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -15892,12 +15945,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Remove-AzFunction.ps1 b/src/Functions/internal/Remove-AzFunction.ps1 index 6d7e1cdf8d9a..e43fd11be332 100644 --- a/src/Functions/internal/Remove-AzFunction.ps1 +++ b/src/Functions/internal/Remove-AzFunction.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Remove-AzFunctionApp.ps1 b/src/Functions/internal/Remove-AzFunctionApp.ps1 index 54b581c13a46..f2792d7f7394 100644 --- a/src/Functions/internal/Remove-AzFunctionApp.ps1 +++ b/src/Functions/internal/Remove-AzFunctionApp.ps1 @@ -40,7 +40,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -53,7 +53,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -73,12 +74,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Remove-AzFunctionAppPlan.ps1 b/src/Functions/internal/Remove-AzFunctionAppPlan.ps1 index 09fb36899481..8cd49a413108 100644 --- a/src/Functions/internal/Remove-AzFunctionAppPlan.ps1 +++ b/src/Functions/internal/Remove-AzFunctionAppPlan.ps1 @@ -40,7 +40,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -53,7 +53,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -73,12 +74,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Remove-AzUserAssignedIdentity.ps1 b/src/Functions/internal/Remove-AzUserAssignedIdentity.ps1 index 72801a7264e9..2588991a88d5 100644 --- a/src/Functions/internal/Remove-AzUserAssignedIdentity.ps1 +++ b/src/Functions/internal/Remove-AzUserAssignedIdentity.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -115,7 +116,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)] diff --git a/src/Functions/internal/Restart-AzFunctionApp.ps1 b/src/Functions/internal/Restart-AzFunctionApp.ps1 index 9d5b89c39261..6f2a2b64fddd 100644 --- a/src/Functions/internal/Restart-AzFunctionApp.ps1 +++ b/src/Functions/internal/Restart-AzFunctionApp.ps1 @@ -40,7 +40,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -53,7 +53,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -73,12 +74,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Restore-AzFunctionApp.ps1 b/src/Functions/internal/Restore-AzFunctionApp.ps1 index 35544efdf4fc..dd7b211a9576 100644 --- a/src/Functions/internal/Restore-AzFunctionApp.ps1 +++ b/src/Functions/internal/Restore-AzFunctionApp.ps1 @@ -52,7 +52,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -65,7 +65,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -85,12 +86,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Set-AzUserAssignedIdentity.ps1 b/src/Functions/internal/Set-AzUserAssignedIdentity.ps1 index 61342c112943..dcc6837d5a2f 100644 --- a/src/Functions/internal/Set-AzUserAssignedIdentity.ps1 +++ b/src/Functions/internal/Set-AzUserAssignedIdentity.ps1 @@ -28,15 +28,15 @@ PS C:\> {{ Add code here }} {{ Add output here }} .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -PARAMETER : Describes an identity resource. +PARAMETER : Describes an identity resource. Location : The geo-location where the resource lives [Tag ]: Resource tags. [(Any) ]: This indicates any property can be added to this object. @@ -44,7 +44,7 @@ PARAMETER : Describes an identity resource. https://docs.microsoft.com/en-us/powershell/module/az.functions/set-azuserassignedidentity #> function Set-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -63,12 +63,14 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity] + [Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated] # Describes an identity resource. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Functions/internal/Start-AzFunctionApp.ps1 b/src/Functions/internal/Start-AzFunctionApp.ps1 index 36811f878fe9..f6f5cd01e295 100644 --- a/src/Functions/internal/Start-AzFunctionApp.ps1 +++ b/src/Functions/internal/Start-AzFunctionApp.ps1 @@ -40,7 +40,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -53,7 +53,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -73,12 +74,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Stop-AzFunctionApp.ps1 b/src/Functions/internal/Stop-AzFunctionApp.ps1 index bc3fed8df2c8..5bbede5130c5 100644 --- a/src/Functions/internal/Stop-AzFunctionApp.ps1 +++ b/src/Functions/internal/Stop-AzFunctionApp.ps1 @@ -40,7 +40,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -53,7 +53,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -73,12 +74,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Sync-AzFunction.ps1 b/src/Functions/internal/Sync-AzFunction.ps1 index f18b3e07ec78..ea4a300733ff 100644 --- a/src/Functions/internal/Sync-AzFunction.ps1 +++ b/src/Functions/internal/Sync-AzFunction.ps1 @@ -44,7 +44,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -57,7 +57,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -77,12 +78,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Test-AzNameAvailability.ps1 b/src/Functions/internal/Test-AzNameAvailability.ps1 index 803a18b171e1..e469c147c954 100644 --- a/src/Functions/internal/Test-AzNameAvailability.ps1 +++ b/src/Functions/internal/Test-AzNameAvailability.ps1 @@ -46,7 +46,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -59,7 +59,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -79,12 +80,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Update-AzFunctionApp.ps1 b/src/Functions/internal/Update-AzFunctionApp.ps1 index 290a4dff63bb..1db2b566b3f7 100644 --- a/src/Functions/internal/Update-AzFunctionApp.ps1 +++ b/src/Functions/internal/Update-AzFunctionApp.ps1 @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -67,7 +67,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -87,12 +88,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Update-AzFunctionAppPlan.ps1 b/src/Functions/internal/Update-AzFunctionAppPlan.ps1 index c66e4a0d790b..48c9d5905f81 100644 --- a/src/Functions/internal/Update-AzFunctionAppPlan.ps1 +++ b/src/Functions/internal/Update-AzFunctionAppPlan.ps1 @@ -59,7 +59,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -72,7 +72,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -92,12 +93,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Update-AzUserAssignedIdentity.ps1 b/src/Functions/internal/Update-AzUserAssignedIdentity.ps1 index d2797c873874..4857e596816d 100644 --- a/src/Functions/internal/Update-AzUserAssignedIdentity.ps1 +++ b/src/Functions/internal/Update-AzUserAssignedIdentity.ps1 @@ -32,7 +32,7 @@ Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityUpdate .Inputs Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity +Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated .Notes COMPLEX PARAMETER PROPERTIES @@ -46,7 +46,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -59,7 +59,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -79,12 +80,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). @@ -103,7 +104,7 @@ PARAMETER : Describes an identity resource. https://docs.microsoft.com/en-us/powershell/module/az.functions/update-azuserassignedidentity #> function Update-AzUserAssignedIdentity { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Update', Mandatory)] @@ -125,7 +126,9 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] - # The Id of the Subscription to which the identity belongs. + # Your Azure subscription ID. + # This is a GUID-formatted string (e.g. + # 00000000-0000-0000-0000-000000000000). ${SubscriptionId}, [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] diff --git a/src/Functions/internal/Update-AzWebAppConfiguration.ps1 b/src/Functions/internal/Update-AzWebAppConfiguration.ps1 index 6ad2eb7bc967..f58462d24d46 100644 --- a/src/Functions/internal/Update-AzWebAppConfiguration.ps1 +++ b/src/Functions/internal/Update-AzWebAppConfiguration.ps1 @@ -70,7 +70,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -83,7 +83,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -103,12 +104,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/internal/Update-AzWebAppConfigurationSlot.ps1 b/src/Functions/internal/Update-AzWebAppConfigurationSlot.ps1 index 11668a4f099e..e00f5c5f5987 100644 --- a/src/Functions/internal/Update-AzWebAppConfigurationSlot.ps1 +++ b/src/Functions/internal/Update-AzWebAppConfigurationSlot.ps1 @@ -70,7 +70,7 @@ INPUTOBJECT : Identity Parameter [BackupId ]: ID of the backup. [BaseAddress ]: Module base address. [BlobServicesName ]: The name of the blob Service within the specified storage account. Blob Service Name must be 'default' - [CertificateOrderName ]: Name of the certificate order. + [CertificateOrderName ]: Name of the certificate order.. [ContainerName ]: The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. [DeletedSiteId ]: The numeric ID of the deleted app, e.g. 12345 [DetectorName ]: Detector Resource Name @@ -83,7 +83,8 @@ INPUTOBJECT : Identity Parameter [GatewayName ]: Name of the gateway. Currently, the only supported string is "primary". [HostName ]: Hostname in the hostname binding. [HostingEnvironmentName ]: Name of the hosting environment. - [Id ]: Resource identity path + [Id ]: Deployment ID. + [Id1 ]: Resource identity path [ImmutabilityPolicyName ]: The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default' [Instance ]: Name of the instance in the multi-role pool. [InstanceId ]: @@ -103,12 +104,12 @@ INPUTOBJECT : Identity Parameter [PurgeId ]: In a purge status request, this is the Id of the operation the status of which is returned. [RelayName ]: The relay name for this hybrid connection. [ResourceGroupName ]: Name of the resource group to which the resource belongs. - [ResourceName ]: The name of the identity resource. + [ResourceName ]: The name of the Application Insights component resource. [RouteName ]: Name of the Virtual Network route. [Scope ]: The resource provider scope of the resource. Parent resource being extended by Managed Identities. [SiteExtensionId ]: Site extension name. [SiteName ]: Site Name - [Slot ]: Name of the deployment slot. By default, this API returns the production slot. + [Slot ]: Slot Name [SnapshotId ]: The ID of the snapshot to read. [SourceControlType ]: Type of source control [SubscriptionId ]: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). diff --git a/src/Functions/readme.md b/src/Functions/readme.md index f869f77a0eb0..b266f10ff3a1 100644 --- a/src/Functions/readme.md +++ b/src/Functions/readme.md @@ -17,7 +17,7 @@ This directory contains the PowerShell module for the Functions service. This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension. ## Module Requirements -- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.7.4 or greater +- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.8.1 or greater ## Authentication AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent. diff --git a/src/Functions/test/GetLinuxFxVersion.Tests.ps1 b/src/Functions/test/FormatListToString.Tests.ps1 similarity index 83% rename from src/Functions/test/GetLinuxFxVersion.Tests.ps1 rename to src/Functions/test/FormatListToString.Tests.ps1 index d7c38674c169..6d7c1ac7519f 100644 --- a/src/Functions/test/GetLinuxFxVersion.Tests.ps1 +++ b/src/Functions/test/FormatListToString.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'GetLinuxFxVersion.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'FormatListToString.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,7 +11,7 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'GetLinuxFxVersion' { +Describe 'FormatListToString' { It '__AllParameterSets' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/Functions/test/Get-AzFunctionApp.Recording.json b/src/Functions/test/Get-AzFunctionApp.Recording.json index 05ab6cb8f754..0ad4edc7d0d9 100644 --- a/src/Functions/test/Get-AzFunctionApp.Recording.json +++ b/src/Functions/test/Get-AzFunctionApp.Recording.json @@ -1,12 +1,12 @@ { - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/sites?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "177ee6c9-fd6b-42ef-86e4-86c534795392" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "da2486b8-8a44-4720-870a-230bcc48aaeb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,34 +21,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374B665488B\"" ], + "ETag": [ "\"1D6A4EDB205BD55\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f9fe81a0-14e8-4969-8637-d57c944f2bd9" ], + "x-ms-request-id": [ "599656fd-bda1-4959-adac-3feafbc1ccb9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "a0889a9c-8d56-474d-9d81-5e8fd47216e6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002640Z:a0889a9c-8d56-474d-9d81-5e8fd47216e6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], + "x-ms-correlation-request-id": [ "57e17a2b-fd92-4246-a191-1af2b33b02de" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012659Z:57e17a2b-fd92-4246-a191-1af2b33b02de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:40 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "21766" ], + "Content-Length": [ "22355" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:58.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:12.8966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:26:25.4933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:24:26.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:40.05\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "19bac540-cfd3-4f21-b7ca-2a7b55337c4f" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "cdf102dc-3da9-4093-9fe9-779d7627df9e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -64,32 +64,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "99065386-15af-44fe-a57a-60cadfd373b0" ], + "x-ms-request-id": [ "3058754a-a207-45dd-85f0-af0df3c7ef87" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ], - "x-ms-correlation-request-id": [ "5999eb64-6832-4317-86f4-6b78f9797434" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002640Z:5999eb64-6832-4317-86f4-6b78f9797434" ], + "x-ms-correlation-request-id": [ "a5cc3c1c-d32a-4b9a-8ec6-083dea22909a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012659Z:a5cc3c1c-d32a-4b9a-8ec6-083dea22909a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:40 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "1378840a-cacc-4696-9ccf-d1c7ac3fd693" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "768d0c2c-6d60-4b02-9d7b-dae4bc55cdaa" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -105,32 +105,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "03384409-670d-4c32-94ec-ec034b621b1e" ], + "x-ms-request-id": [ "998c0d98-2089-4bdf-9c28-7a65057225e1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "8189c0d6-b8ad-40b9-a890-8485631a5f6b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002641Z:8189c0d6-b8ad-40b9-a890-8485631a5f6b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], + "x-ms-correlation-request-id": [ "1b8d7a7b-3c16-4c1b-9d13-26af42571495" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012659Z:1b8d7a7b-3c16-4c1b-9d13-26af42571495" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:40 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+4": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "a17179cf-cc76-491b-b9c9-d5e2e13580bf" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "ab747b1e-672a-4b58-a848-e4e7a2cc35ea" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -146,32 +146,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f349746d-d533-42c3-aa0a-94c5c074b757" ], + "x-ms-request-id": [ "4675670e-be2c-4a6b-a18a-b15b8142ad7b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ], - "x-ms-correlation-request-id": [ "6e3bd67a-130e-4c82-8844-9cb220523ac1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002641Z:6e3bd67a-130e-4c82-8844-9cb220523ac1" ], + "x-ms-correlation-request-id": [ "d346372f-8d7e-46ea-be86-331daf530dee" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012700Z:d346372f-8d7e-46ea-be86-331daf530dee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+5": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "bd214b82-933e-484b-9f40-1d685adc1f6f" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "c0a6fcd1-7b1e-4a7e-8f73-4628b511523e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -187,32 +187,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "78ad2442-d813-4ff1-a7ca-3be5fb33165c" ], + "x-ms-request-id": [ "66c26887-2349-456e-a020-c7cd328b135e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "6f762775-45a6-4b0b-9a4a-13a8dc5ec387" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002642Z:6f762775-45a6-4b0b-9a4a-13a8dc5ec387" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], + "x-ms-correlation-request-id": [ "f10fdffc-5245-40f3-b65e-03bd9cf7b088" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012700Z:f10fdffc-5245-40f3-b65e-03bd9cf7b088" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+6": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "680f2f3c-e0e6-4a1c-9b11-cfdf906e2d73" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "164e66fb-3d0f-4067-b9d2-e8040d9dbcad" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -228,32 +228,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "da93b4cb-0d44-497f-9e75-bc11103b984b" ], + "x-ms-request-id": [ "d3ddb07c-c371-4e9c-89a0-8e06d447a50a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ], - "x-ms-correlation-request-id": [ "73cbb3e7-3dd8-4b31-81f8-21aad845216c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002642Z:73cbb3e7-3dd8-4b31-81f8-21aad845216c" ], + "x-ms-correlation-request-id": [ "daff30a5-4b52-4a1f-94b5-50c20548da8b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012700Z:daff30a5-4b52-4a1f-94b5-50c20548da8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+7": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "92e405b9-8d61-4433-aab4-30e7c3f01052" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "506e9e86-ad7a-4d2f-8a02-42229ae3219c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -269,32 +269,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c502f4c0-1531-4423-b1b3-df792007a8c5" ], + "x-ms-request-id": [ "d04c8da4-74ba-4149-871d-4374ecb53cf4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "123c1779-d000-45ec-9c69-049fe794121e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:123c1779-d000-45ec-9c69-049fe794121e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], + "x-ms-correlation-request-id": [ "3863ad63-ad7c-488d-bc37-5ca34fd0abf1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012700Z:3863ad63-ad7c-488d-bc37-5ca34fd0abf1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:26:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+8": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "4d44c7f4-d3a9-4b1d-8c8e-44b8519a8cd5" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "ea6d70b9-6e57-41b2-a850-93eafdb004fe" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -310,32 +310,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e7222595-881e-457a-b316-573f142fcbb5" ], + "x-ms-request-id": [ "4bbf4c62-08b8-40ed-92bc-1ee0a139a38f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ], - "x-ms-correlation-request-id": [ "f84255a8-7c11-40ad-907d-51bb52dea420" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:f84255a8-7c11-40ad-907d-51bb52dea420" ], + "x-ms-correlation-request-id": [ "486ea39e-474f-45c8-8d01-3f32ee93a8fc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012700Z:486ea39e-474f-45c8-8d01-3f32ee93a8fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+9": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "a659674a-8d31-443d-9992-d35c4183f2e5" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "d6e65a49-ff79-4f57-b634-208aa7cb5141" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -351,32 +351,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e659b8f0-22b6-4e02-afe1-1b5e8b94c215" ], + "x-ms-request-id": [ "170d1ceb-7530-48f3-96e1-079621a933c4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "d8bd4408-704e-459d-af55-907d50898145" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:d8bd4408-704e-459d-af55-907d50898145" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], + "x-ms-correlation-request-id": [ "ad64594b-e2a5-4635-9f42-2c3b429de055" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012701Z:ad64594b-e2a5-4635-9f42-2c3b429de055" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "01ee5706-d080-49fa-8cf0-e713a3e0590d" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "fac55a93-1250-4b6a-9ece-44017aab1535" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -391,34 +391,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437469AE3460\"" ], + "ETag": [ "\"1D6A4ED6B036F80\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f4372835-c87e-4187-841e-5a6b95816687" ], + "x-ms-request-id": [ "4d2facc2-bc9b-4a9a-9b0a-50771f3bfbaa" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "f57adae1-481d-4bb4-b6cc-4198b862dde3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:f57adae1-481d-4bb4-b6cc-4198b862dde3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], + "x-ms-correlation-request-id": [ "d4f948f5-b69d-4895-8008-d3ca434aa890" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012701Z:d4f948f5-b69d-4895-8008-d3ca434aa890" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5405" ], + "Content-Length": [ "5618" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:24:26.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "3fd46019-d2d1-4aea-8b73-10597c13aece" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "2465823d-1796-491e-a931-5f3ccccc5366" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -434,32 +434,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ed58ef4f-3a81-4d8a-b383-f18f9dddf858" ], + "x-ms-request-id": [ "88b5c1ae-07f0-4d09-8813-ff378c84dd19" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11995" ], - "x-ms-correlation-request-id": [ "1b4b998c-7402-4a13-9ba0-f2e68b764c94" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:1b4b998c-7402-4a13-9ba0-f2e68b764c94" ], + "x-ms-correlation-request-id": [ "576aefd9-52e0-45f5-834c-abf6f4d518f0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012701Z:576aefd9-52e0-45f5-834c-abf6f4d518f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "d8c4c973-c148-43ac-b9ab-339d3747bcb7" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "876f43b0-6280-448e-9789-45d929862b76" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -475,32 +475,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f7788da8-c2e1-4a6d-9372-87604d38f068" ], + "x-ms-request-id": [ "6888f8ab-57f1-424c-a3db-c605bdde79ef" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "58d35dd3-c063-4b97-bcc7-df69e1e621d9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:58d35dd3-c063-4b97-bcc7-df69e1e621d9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], + "x-ms-correlation-request-id": [ "ac49a0d9-756d-4fc4-be96-59430cedb2e9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012702Z:ac49a0d9-756d-4fc4-be96-59430cedb2e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "dfe01e41-2ebf-4e03-94f5-9d90afb402be" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "642c7e8c-eccb-4a58-ab61-9961ce5b9939" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -515,34 +515,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374827BE535\"" ], + "ETag": [ "\"1D6A4ED86C05E0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "69cef70b-64de-4487-b808-3b7059ca7a25" ], + "x-ms-request-id": [ "cd75cbce-2cdc-4ed7-a590-9b586b8c4506" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "d24078b9-34fc-4da9-b475-26b6718824fe" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:d24078b9-34fc-4da9-b475-26b6718824fe" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], + "x-ms-correlation-request-id": [ "787db34f-2210-4741-badc-61d8785db61c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012702Z:787db34f-2210-4741-badc-61d8785db61c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:12.8966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "bce038cb-84cb-41be-923c-981559efd7bf" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "02bd4657-f1d8-4354-a74e-788142246574" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -558,32 +558,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0370202f-e76d-4f40-a31c-01498e22d722" ], + "x-ms-request-id": [ "ee361c6a-5378-4ae8-8871-8c02a3a8f3b0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11994" ], - "x-ms-correlation-request-id": [ "f3a99a46-2e43-47e5-97ee-018c1933c0cf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:f3a99a46-2e43-47e5-97ee-018c1933c0cf" ], + "x-ms-correlation-request-id": [ "9cd8b6f7-d7ca-4f23-a8d9-09630ee7857f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012702Z:9cd8b6f7-d7ca-4f23-a8d9-09630ee7857f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "1dbfc3ae-eb8d-4e04-b58c-3e4a2b97f6d6" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "62b4b190-9244-416e-b69f-b928ee7209f1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -599,32 +599,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "444e8d70-c89a-4741-8cf0-8754a73bd23a" ], + "x-ms-request-id": [ "290a29a6-0fd0-4f53-8416-d4429f2bcf64" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "5e458794-ddbf-46b9-9b6f-c419976fbe8c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:5e458794-ddbf-46b9-9b6f-c419976fbe8c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], + "x-ms-correlation-request-id": [ "59e61453-ff90-4afe-abb8-790d75920119" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012703Z:59e61453-ff90-4afe-abb8-790d75920119" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "8fce23b4-fed2-4c16-9997-7504b6901659" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "319319fd-7b19-41a2-8f2e-924e3ecd5c63" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -639,34 +639,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374913F7F55\"" ], + "ETag": [ "\"1D6A4ED96EFA320\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5bae47e1-1dcb-44e3-b86d-078ab2343ce1" ], + "x-ms-request-id": [ "797c785e-d9cd-4db2-8a62-87409330b03e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "6425a9c2-8f99-4c22-b065-dc583e54fa10" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:6425a9c2-8f99-4c22-b065-dc583e54fa10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], + "x-ms-correlation-request-id": [ "ee93e3ad-29e6-4de5-a2a4-b33fc54cb693" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012703Z:ee93e3ad-29e6-4de5-a2a4-b33fc54cb693" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5508" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:58.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:40.05\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "ab126842-dd6f-4707-bdeb-794308676537" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "02c17f22-d35a-4f37-b4fa-77ffa4ba74ca" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -682,32 +682,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2328498f-d476-4480-90ba-05b6e13c8456" ], + "x-ms-request-id": [ "39e0b089-6bb0-48b7-b716-906cabfb8ea8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11993" ], - "x-ms-correlation-request-id": [ "fa9091bf-e18c-4f3f-ae76-0f278d7b396e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:fa9091bf-e18c-4f3f-ae76-0f278d7b396e" ], + "x-ms-correlation-request-id": [ "da51fcde-c115-4913-92ab-71565c74f5a0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012703Z:da51fcde-c115-4913-92ab-71565c74f5a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "6f0903e8-cb40-48e4-9c70-ff1c5646fbc6" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "49d3aa6c-85be-4111-b1c4-b7af3a65ae72" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -723,32 +723,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5ab08d50-af27-40b9-b4ea-bd0f9150fab2" ], + "x-ms-request-id": [ "68e5da06-f01a-493f-bc1f-e7b9bdb5ba14" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "38f82c44-3fd5-42c5-a076-a79697f72151" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:38f82c44-3fd5-42c5-a076-a79697f72151" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], + "x-ms-correlation-request-id": [ "5c5a1dff-d3ed-4ece-b352-eeac20f0cc9d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012704Z:5c5a1dff-d3ed-4ece-b352-eeac20f0cc9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "997c763b-6411-4ccc-bf97-4b6b453bad3b" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "639e9e5a-63fe-41f3-add1-cbf8c996289a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -763,34 +763,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374B665488B\"" ], + "ETag": [ "\"1D6A4EDB205BD55\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "36adcc37-2ec1-44b8-8466-d138ad80412e" ], + "x-ms-request-id": [ "9a45ebf9-a594-484f-8e58-039308fb1063" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-correlation-request-id": [ "99aa2003-7fe1-4507-bb99-d2a75d9efb04" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:99aa2003-7fe1-4507-bb99-d2a75d9efb04" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], + "x-ms-correlation-request-id": [ "1eb3c6fd-c2a3-4aba-b6c9-6567b8c6c94a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012704Z:1eb3c6fd-c2a3-4aba-b6c9-6567b8c6c94a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:26:25.4933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "eff4a823-6e2b-41cc-a67b-4edc166924bb" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "3898bc52-562d-4721-a98a-9d135f63594d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -806,32 +806,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cf39d2f2-8feb-4f12-a1c1-cd13353714f4" ], + "x-ms-request-id": [ "bf122787-b011-47e9-b8c5-b75d13ec4d99" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11992" ], - "x-ms-correlation-request-id": [ "1a6ff4ef-b237-47ed-a492-f2859e8ddd28" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:1a6ff4ef-b237-47ed-a492-f2859e8ddd28" ], + "x-ms-correlation-request-id": [ "02cdb252-10af-4f71-b0a5-95cfdb818850" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012704Z:02cdb252-10af-4f71-b0a5-95cfdb818850" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "206a0e86-468b-42fc-806f-85834e6aabdf" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "e61eb682-994e-421b-a8d0-08438d4998e1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -847,32 +847,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3b690475-e4ff-4806-b305-3b47f49afeda" ], + "x-ms-request-id": [ "9bba497c-48c3-49a2-80a1-598cfff3cc1b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-correlation-request-id": [ "ede641d9-fd66-4e2e-b350-a890a9029133" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:ede641d9-fd66-4e2e-b350-a890a9029133" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], + "x-ms-correlation-request-id": [ "eecda222-e847-4f74-9756-0133b2e55c4e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012704Z:eecda222-e847-4f74-9756-0133b2e55c4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "16e065c4-d60e-4d21-b807-29870ab9d921" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "e615579f-2d8c-430f-bf35-04814b14357f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -888,32 +888,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cfe42b58-c7c3-466f-990a-c9529edac830" ], + "x-ms-request-id": [ "7514294d-e6c3-43c7-81ab-deb3801290ea" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-correlation-request-id": [ "db482e53-97f4-4c7b-a23e-562ec7265d52" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:db482e53-97f4-4c7b-a23e-562ec7265d52" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], + "x-ms-correlation-request-id": [ "e34582d4-ac55-4f52-afaf-50ac7671345c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012705Z:e34582d4-ac55-4f52-afaf-50ac7671345c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5445" ], + "Content-Length": [ "5658" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:24:26.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "60f66413-49c5-4220-a990-5956c6f4b75c" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "fe56570c-5183-4ec0-b422-542aba6d05be" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -929,32 +929,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e5896d8a-2e24-4b11-8fa5-7b2bcb858a78" ], + "x-ms-request-id": [ "2ca7612b-d15e-4201-a59f-209edd32640e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11991" ], - "x-ms-correlation-request-id": [ "e7a1ebdf-ee83-4fe5-bd26-dd62563eeb9a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:e7a1ebdf-ee83-4fe5-bd26-dd62563eeb9a" ], + "x-ms-correlation-request-id": [ "cd23b9f0-eb75-451f-9a68-ff5c63db3394" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012705Z:cd23b9f0-eb75-451f-9a68-ff5c63db3394" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "3dcffd1b-9792-4871-a1f5-3c25cc461d66" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "aeded23c-5691-4bd5-afa6-889d4b29a034" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -970,32 +970,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "96cefbd2-395b-42d9-bee8-a50cf2213b38" ], + "x-ms-request-id": [ "afe36f71-20ac-446f-933a-97fa9eeca3be" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], - "x-ms-correlation-request-id": [ "d6b0b898-c336-4ca7-ad3d-160d376c25ec" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:d6b0b898-c336-4ca7-ad3d-160d376c25ec" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], + "x-ms-correlation-request-id": [ "8d45fd44-761a-4326-acd8-0221d9f5ba2a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012705Z:8d45fd44-761a-4326-acd8-0221d9f5ba2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/sites?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "63bbea12-3735-4fbc-aea2-b0f73219e9f7" ], + "x-ms-unique-id": [ "63" ], + "x-ms-client-request-id": [ "52c26784-0087-4763-be62-fc22a68c59d5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1010,34 +1010,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374B665488B\"" ], + "ETag": [ "\"1D6A4EDB205BD55\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c6b03e3e-baea-4b3d-be48-30db5652a212" ], + "x-ms-request-id": [ "3eedf8e3-cd83-4fb5-b556-c41c3e7b4923" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], - "x-ms-correlation-request-id": [ "115c61a3-9ed8-4ad2-9a48-fc717c1a8499" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:115c61a3-9ed8-4ad2-9a48-fc717c1a8499" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], + "x-ms-correlation-request-id": [ "76f3199f-e447-4571-8348-80775cb68d7b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012706Z:76f3199f-e447-4571-8348-80775cb68d7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "21766" ], + "Content-Length": [ "22355" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:58.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:26:25.4933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:12.8966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:24:26.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:40.05\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "c8863e37-f9ec-4a7e-8204-5c22a553ef8d" ], + "x-ms-unique-id": [ "64" ], + "x-ms-client-request-id": [ "eb78f228-ddbc-44dc-8db5-26c30a3d0851" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1053,32 +1053,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2a196ee6-f6c0-46d8-a3d1-a74a9e86845b" ], + "x-ms-request-id": [ "dceb229e-ddbc-4f47-8487-658b0fcbb3aa" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11990" ], - "x-ms-correlation-request-id": [ "aa453a84-567a-4c73-b671-5ee9f8d61a4a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:aa453a84-567a-4c73-b671-5ee9f8d61a4a" ], + "x-ms-correlation-request-id": [ "56f7724a-e23d-4630-8477-a96f5f524a6a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012706Z:56f7724a-e23d-4630-8477-a96f5f524a6a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1116" ], + "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "d7e7235e-4ec0-40bf-bfbf-e441276e1e66" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "08168651-7fef-409d-838f-80fc3eef3e0a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1094,32 +1094,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fa094cea-746b-4f6f-ad75-c0f5ef803e76" ], + "x-ms-request-id": [ "99f0158e-9b92-4ad4-8528-28d7e0a3c05d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-correlation-request-id": [ "58dcbe98-5436-4d6f-8d9f-2a964bb37233" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:58dcbe98-5436-4d6f-8d9f-2a964bb37233" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], + "x-ms-correlation-request-id": [ "359bdd2b-b774-4057-b14d-43813fdd5cbf" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012706Z:359bdd2b-b774-4057-b14d-43813fdd5cbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+4": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "6ea5eb07-1c7f-4176-a254-035b2b59e52b" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "d8ef1be6-219d-4011-a381-10bb5652f99c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1135,32 +1135,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bbab5242-5337-431f-947c-3dddbb136436" ], + "x-ms-request-id": [ "e141437d-d9cb-442d-a230-82b28bbbd103" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11989" ], - "x-ms-correlation-request-id": [ "47da058f-d7a5-44a9-baea-f9380591055e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:47da058f-d7a5-44a9-baea-f9380591055e" ], + "x-ms-correlation-request-id": [ "2c37d792-1086-4e01-bee2-79de22da6294" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012707Z:2c37d792-1086-4e01-bee2-79de22da6294" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "862" ], + "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+5": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "1643d9ed-2ff2-469c-af29-b596fe7b2a6e" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "53155c14-8b72-4655-a38a-de2510194510" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1176,32 +1176,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "77a2b5ad-b3a0-4db8-9c66-a98c4ba42f53" ], + "x-ms-request-id": [ "9cd481c9-365f-40c6-b7e5-56ad49371e24" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-correlation-request-id": [ "0fb66d49-37c8-4610-85c2-987e13f4b7b1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:0fb66d49-37c8-4610-85c2-987e13f4b7b1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], + "x-ms-correlation-request-id": [ "869c1d38-7f17-4ed7-9ab1-4fafa720cf9b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012707Z:869c1d38-7f17-4ed7-9ab1-4fafa720cf9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+6": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "2ddce990-eea4-4d87-bb6d-d2c28e2464da" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "a8cd60a7-20ad-4fe9-a954-89e277ae5111" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1217,32 +1217,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1ec88bbd-47b8-48a7-b292-24003f0e8d5b" ], + "x-ms-request-id": [ "2daac67b-868b-4b2d-b81d-c39e67723a7f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11988" ], - "x-ms-correlation-request-id": [ "8809c54f-3fcb-449e-a85e-c275804c57f1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:8809c54f-3fcb-449e-a85e-c275804c57f1" ], + "x-ms-correlation-request-id": [ "a2610543-30b8-49ab-8819-2d71c46f3e37" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012707Z:a2610543-30b8-49ab-8819-2d71c46f3e37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+7": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "8d935125-5011-49e3-8d8c-2f27f15996cb" ], + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "2976fd09-2173-40df-8c61-f37747697633" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1258,32 +1258,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e8ab4bfe-f2dc-4530-920b-c2fd81ea7d0c" ], + "x-ms-request-id": [ "3b48d809-d9db-4c87-97bf-a80664d63a86" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], - "x-ms-correlation-request-id": [ "21c6528e-1f2b-4381-97dc-a45a55995bd7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002648Z:21c6528e-1f2b-4381-97dc-a45a55995bd7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], + "x-ms-correlation-request-id": [ "29af4921-d574-4783-95c0-bbadc2f9dd1b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012707Z:29af4921-d574-4783-95c0-bbadc2f9dd1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+8": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "1a9a082b-d27a-4da1-ab59-712216a3d14c" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "b868455f-5ec9-43d3-b407-d143afa60cae" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1299,32 +1299,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "606f848a-2c6a-4794-915f-d1348c758529" ], + "x-ms-request-id": [ "2ef7618e-119a-4ab4-9f18-aa10b4746e5a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11987" ], - "x-ms-correlation-request-id": [ "88bb085e-1a75-400f-8024-8b63ccf531a4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002648Z:88bb085e-1a75-400f-8024-8b63ccf531a4" ], + "x-ms-correlation-request-id": [ "3683794e-55b5-4d57-bf21-2dabaf5025b5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012708Z:3683794e-55b5-4d57-bf21-2dabaf5025b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+9": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "ccc87763-9f93-40a0-bc7f-2c9a87643b56" ], + "x-ms-unique-id": [ "71" ], + "x-ms-client-request-id": [ "90459b81-90e8-462e-b825-efaadd9c53b2" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1340,22 +1340,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "44000413-4343-4fc1-8b00-546d64231d57" ], + "x-ms-request-id": [ "9d3ba5ab-72f8-4824-86a1-e3269f798f0c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-correlation-request-id": [ "a205a842-f41a-4739-8923-d7d25aa9ada5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002648Z:a205a842-f41a-4739-8923-d7d25aa9ada5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], + "x-ms-correlation-request-id": [ "ecccf1e1-fb4a-43d1-835f-5896a926fd18" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012708Z:ecccf1e1-fb4a-43d1-835f-5896a926fd18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:48 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } } } \ No newline at end of file diff --git a/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json b/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json index 5abfd681f989..1da563644577 100644 --- a/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json +++ b/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json @@ -1,12 +1,12 @@ { - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate set default parameters for -PlanType and -OSType+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate set default parameters for -PlanType and -OSType+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "c482a712-8d6c-4095-9eb5-58889cf504a6" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "f86b24e4-2e04-446e-99c9-297fff193c01" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,32 +22,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7d3faaa6-b976-4242-8fea-1aacefd48470" ], + "x-ms-request-id": [ "6ff64e1d-9dfb-49c9-a881-adf7617cfe4c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], - "x-ms-correlation-request-id": [ "b9b863c2-d448-48b8-b21f-d77490082bb9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:b9b863c2-d448-48b8-b21f-d77490082bb9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], + "x-ms-correlation-request-id": [ "5eea3e38-9682-4393-b905-80a77406401d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012709Z:5eea3e38-9682-4393-b905-80a77406401d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:48 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "71" ], - "x-ms-client-request-id": [ "7d25afe4-be55-460b-b9d5-a2e1b9b4fe32" ], + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "40dfc9b3-1570-45e0-b4f9-1fc05393b917" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,32 +63,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "757ea3e9-0bb4-4706-a9de-04d25257a33d" ], + "x-ms-request-id": [ "a3f2d724-a3f6-4278-8bc6-d19610abe68b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], - "x-ms-correlation-request-id": [ "1743f61b-1cd7-4ae7-ba16-6831b63b0ab6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:1743f61b-1cd7-4ae7-ba16-6831b63b0ab6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], + "x-ms-correlation-request-id": [ "e617cb5b-327c-4f6e-9596-a5092f364b5f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012709Z:e617cb5b-327c-4f6e-9596-a5092f364b5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "9946" ], + "Content-Length": [ "11884" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "60c3203f-f931-4054-ab8f-ef252dbfe549" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "a1050f69-99c5-41b5-98fd-1053f3c8581a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -104,32 +104,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "03bf6152-b252-4774-9422-b726a3f044f8" ], + "x-ms-request-id": [ "7404cd89-a810-4f0f-9bb8-3e772927f6df" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], - "x-ms-correlation-request-id": [ "1f9a98bb-c7cd-418c-acfd-c846bbec630c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:1f9a98bb-c7cd-418c-acfd-c846bbec630c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], + "x-ms-correlation-request-id": [ "a24aec05-e6a5-47da-8bda-0624d1eabc1b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012709Z:a24aec05-e6a5-47da-8bda-0624d1eabc1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "00b03972-4c81-4883-a2cc-2adab49d1e85" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "6208cdf0-acd9-4c76-850c-64fc9573af3e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -145,32 +145,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2d0dec7d-b189-454d-b71f-dc534f665fdf" ], + "x-ms-request-id": [ "ae45bbc6-54a7-4b90-8417-f4702556b323" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], - "x-ms-correlation-request-id": [ "55e16206-b320-4792-9a35-2e4efc4b501c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:55e16206-b320-4792-9a35-2e4efc4b501c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], + "x-ms-correlation-request-id": [ "025cc522-d361-42d7-8482-bc3b5f71f1f0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012709Z:025cc522-d361-42d7-8482-bc3b5f71f1f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "dbadc4ba-92ae-45cf-90e9-a5a44fffbd2c" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "36c8d7a6-97ba-43bf-bef1-2b7e73b96d1a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -186,22 +186,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4d637085-27fd-4d03-a1a7-02f977803630" ], + "x-ms-request-id": [ "37f54a3e-bc60-4890-a3b6-78b20d9f1d0e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], - "x-ms-correlation-request-id": [ "635b0a60-ff71-4dcf-a70d-bb48b05cabc6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:635b0a60-ff71-4dcf-a70d-bb48b05cabc6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], + "x-ms-correlation-request-id": [ "42607e4c-dd67-4c29-a7bc-4b2d7e90ffde" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012709Z:42607e4c-dd67-4c29-a7bc-4b2d7e90ffde" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } } } \ No newline at end of file diff --git a/src/Functions/test/Get-AzFunctionAppPlan.Recording.json b/src/Functions/test/Get-AzFunctionAppPlan.Recording.json index ee526bc1ecc9..2a35e2a6bcec 100644 --- a/src/Functions/test/Get-AzFunctionAppPlan.Recording.json +++ b/src/Functions/test/Get-AzFunctionAppPlan.Recording.json @@ -1,12 +1,12 @@ { - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "b362afa1-728e-4d05-b329-4215d7531412" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "626c5387-e47e-4a17-81ae-3d3f84977e1b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,32 +22,70 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bcf36661-529b-497c-bfbd-a17ca4e5bf2c" ], + "x-ms-request-id": [ "1efc57b3-d4ff-484b-9d1c-834f910728dc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-correlation-request-id": [ "24f494de-410f-424d-8dda-82d6b31faa38" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002650Z:24f494de-410f-424d-8dda-82d6b31faa38" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], + "x-ms-correlation-request-id": [ "7be725a2-f72d-4ed7-83e2-de8ca0d2fa05" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012710Z:7be725a2-f72d-4ed7-83e2-de8ca0d2fa05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" + } + }, + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "99f8d044-b390-41c5-b4c5-a512a9fdc814" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 404, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "2e5285ec-41b4-41ef-8136-4e558ec52da5" ], + "x-ms-correlation-request-id": [ "2e5285ec-41b4-41ef-8136-4e558ec52da5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012710Z:2e5285ec-41b4-41ef-8136-4e558ec52da5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:27:09 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ], + "Content-Length": [ "262" ] + }, + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/CentralUSLinuxDynamicPlan\u0027 under resource group \u0027Functions-Test-Linux-Consumption-2mc68v\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "274c0491-de59-4060-92f4-376374ed6a57" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "ff8e7698-b515-4f93-9768-334205b826fd" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,32 +101,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "19ebfd0e-4d3f-4b7b-867a-f005fc43add2" ], + "x-ms-request-id": [ "f8e0752d-f685-47c4-ac84-e5f37ffe47b4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], - "x-ms-correlation-request-id": [ "dd9de33d-1d0a-46fd-8494-834c1b5da808" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002651Z:dd9de33d-1d0a-46fd-8494-834c1b5da808" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], + "x-ms-correlation-request-id": [ "bc16ee45-3376-42cb-b87f-a77f0191129a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012711Z:bc16ee45-3376-42cb-b87f-a77f0191129a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1443" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+3": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "77" ], - "x-ms-client-request-id": [ "562b3552-d491-4c5c-ae3c-3239548c1b70" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "cfdc5b31-206f-4731-95cb-4592d36acf36" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -104,32 +142,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3b2692d2-f415-42ae-a8ca-0bcaec06227b" ], + "x-ms-request-id": [ "fb790696-826e-4d8d-b1a1-e75171d50662" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], - "x-ms-correlation-request-id": [ "832ce9e3-bb4b-45b0-a94f-efffbbe1da55" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002651Z:832ce9e3-bb4b-45b0-a94f-efffbbe1da55" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], + "x-ms-correlation-request-id": [ "9b5ef724-bf60-4ab4-bba3-74155c156b0e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012711Z:9b5ef724-bf60-4ab4-bba3-74155c156b0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1442" ], + "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "c803bea2-8231-4faa-9789-70c86f3d9710" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "fb107599-d215-4560-8dad-60d4455bf7e7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -145,32 +183,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5e17f33f-5395-48ec-b753-ea4d7e5cc2c6" ], + "x-ms-request-id": [ "b880b3e7-aac0-4610-97be-19c07b94fa72" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], - "x-ms-correlation-request-id": [ "7545795d-fb48-43dc-bb5e-deed466c6163" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002651Z:7545795d-fb48-43dc-bb5e-deed466c6163" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], + "x-ms-correlation-request-id": [ "e317785b-9050-45d6-9cec-105993b6ff77" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012711Z:e317785b-9050-45d6-9cec-105993b6ff77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1414" ], + "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+5": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "791bad23-efb6-4c59-9b77-9d7bdf0823f6" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "e5377aa7-57cc-46d5-b2bf-406a81f5899f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -186,32 +224,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1b9575e8-07a8-4764-a612-9386124a7b6b" ], + "x-ms-request-id": [ "3137fe3d-ac0f-4006-a9f4-8d35ca1f0369" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], - "x-ms-correlation-request-id": [ "6014eb78-51fd-45ea-b1eb-33628679eaa7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:6014eb78-51fd-45ea-b1eb-33628679eaa7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], + "x-ms-correlation-request-id": [ "21ab1c10-f907-4975-b053-6d9e992f2503" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012711Z:21ab1c10-f907-4975-b053-6d9e992f2503" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1455" ], + "Content-Length": [ "1317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Windows-Premium-oa2upj\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Windows-Premium-jeh1rs\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "b92b2ee7-ee7f-422e-a1fb-5e9b97a3a22a" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "c325fbe6-1c0f-4c45-aceb-c449dfc3517b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -227,32 +265,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e0d19cf4-e8be-4513-853f-1a53506dfea2" ], + "x-ms-request-id": [ "2efb64b9-98c8-494d-b91a-befca9df3f72" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], - "x-ms-correlation-request-id": [ "6554dd23-41f2-47ab-8c2a-265e767345c9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:6554dd23-41f2-47ab-8c2a-265e767345c9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], + "x-ms-correlation-request-id": [ "d22c35fc-edf5-45eb-83ff-38abfc9eb7f7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012712Z:d22c35fc-edf5-45eb-83ff-38abfc9eb7f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Linux-Premium-hlqm6e\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Linux-Premium-r14mya\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "726456a3-6b9e-4579-b033-9a895d3ac5f2" ], + "x-ms-unique-id": [ "84" ], + "x-ms-client-request-id": [ "2fc098c6-44c4-4fe5-87ef-e8e4bd52a3a1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -268,32 +306,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "979b635b-0941-45c0-a1d5-090c56a833a3" ], + "x-ms-request-id": [ "3997258d-2485-4cc2-a32d-69b56ea137f1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], - "x-ms-correlation-request-id": [ "e34cbf2b-ed72-4ace-9a71-686b2c7fee52" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:e34cbf2b-ed72-4ace-9a71-686b2c7fee52" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], + "x-ms-correlation-request-id": [ "ffedce9f-204c-48b0-b034-629afbb4b294" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012712Z:ffedce9f-204c-48b0-b034-629afbb4b294" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "a7fbf60d-5c9c-4082-8a99-d5d1cd2af8d0" ], + "x-ms-unique-id": [ "85" ], + "x-ms-client-request-id": [ "5c47e3f6-7c4d-44f8-9149-af9c6a9b9737" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -309,32 +347,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9586ba11-2700-4c21-8e4c-940a30f6f4f5" ], + "x-ms-request-id": [ "d0434333-b1bf-42cb-bd7c-84e5e7b0f492" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], - "x-ms-correlation-request-id": [ "9aae4d8f-b2d2-43c5-bd5d-1698e7ed2a37" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:9aae4d8f-b2d2-43c5-bd5d-1698e7ed2a37" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], + "x-ms-correlation-request-id": [ "8e18bf21-bcee-4ca8-878d-f6cb36fcc903" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012712Z:8e18bf21-bcee-4ca8-878d-f6cb36fcc903" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1493" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "54fa7069-d07b-40b7-b580-fef919c69e35" ], + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "7cbaf374-fc67-48c2-be15-2006f94ec96a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -350,32 +388,70 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e760b060-a251-4e25-b461-02673a0c3fc7" ], + "x-ms-request-id": [ "7cdfd593-4d56-435e-acb3-48615f67d729" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], - "x-ms-correlation-request-id": [ "ea178606-47c8-400a-89ca-e568c234f9af" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:ea178606-47c8-400a-89ca-e568c234f9af" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], + "x-ms-correlation-request-id": [ "ff247e75-bc5c-4ffc-a1cf-18a1bcf885f8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012712Z:ff247e75-bc5c-4ffc-a1cf-18a1bcf885f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "73484b76-8d62-428c-8034-b7f23b474754" ], + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "966f5080-33a6-43d9-904b-c8b03adb9d54" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 404, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "731380d8-3c30-4e27-b911-90f4d387aeb5" ], + "x-ms-correlation-request-id": [ "731380d8-3c30-4e27-b911-90f4d387aeb5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012713Z:731380d8-3c30-4e27-b911-90f4d387aeb5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:27:12 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ], + "Content-Length": [ "262" ] + }, + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/CentralUSLinuxDynamicPlan\u0027 under resource group \u0027Functions-Test-Linux-Consumption-2mc68v\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + } + }, + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "654077a6-d0dd-48b8-a8c4-9a92b6198e16" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -391,32 +467,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2e2b32b0-880f-4eca-b7be-cf66adea0f4c" ], + "x-ms-request-id": [ "3e52646b-1be1-4f1b-8af2-e3786bfdf4f4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], - "x-ms-correlation-request-id": [ "14716920-6af6-487a-88c4-0de12abd8c8b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002653Z:14716920-6af6-487a-88c4-0de12abd8c8b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], + "x-ms-correlation-request-id": [ "66f5b78c-e3d0-4c68-8f7f-8fec1ff19631" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012713Z:66f5b78c-e3d0-4c68-8f7f-8fec1ff19631" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1443" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+3": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "05bb71c1-3ce2-411b-b202-6764157f54a9" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "91e9c622-19cd-41af-b991-a96dafe8f184" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -432,32 +508,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5f8d957-b9b9-453d-84d4-e2d878606eaf" ], + "x-ms-request-id": [ "6c9f1e1a-3538-4d0e-a5a3-f479b4a79ba3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], - "x-ms-correlation-request-id": [ "8848d60a-91da-4db6-9f9f-879ddfe0e82d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002653Z:8848d60a-91da-4db6-9f9f-879ddfe0e82d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], + "x-ms-correlation-request-id": [ "33b7a879-3861-44b6-8f3d-4ee286270142" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012713Z:33b7a879-3861-44b6-8f3d-4ee286270142" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1442" ], + "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "bfcddb4e-8844-4bd2-8c68-5397188d631a" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "3a18b6c6-2b2b-42db-ad5a-f5c8c38a9dd5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -473,32 +549,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3018740a-ed9e-4802-819f-793fd2b995c0" ], + "x-ms-request-id": [ "9a924e00-4d89-4c65-82c0-c838c1f2cce4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], - "x-ms-correlation-request-id": [ "511eacb3-560d-471f-89c1-23386eda2b46" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002653Z:511eacb3-560d-471f-89c1-23386eda2b46" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], + "x-ms-correlation-request-id": [ "2b375543-55ae-4426-a5bc-b19c03d0bd39" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012713Z:2b375543-55ae-4426-a5bc-b19c03d0bd39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1414" ], + "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+5": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "6a71ac74-9d71-4ea9-9195-c40b5c7b408b" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "ef328111-89ca-4768-ac1b-05fcfd054131" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -514,22 +590,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9b751250-2e76-4750-a0c6-70c0a3800f5e" ], + "x-ms-request-id": [ "f2fe3882-915b-46eb-9f0d-547dbb43602d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], - "x-ms-correlation-request-id": [ "09cd8763-b602-4f22-8354-b20208bdb239" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002654Z:09cd8763-b602-4f22-8354-b20208bdb239" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], + "x-ms-correlation-request-id": [ "2312d29a-13b5-488f-beca-ba62f26a1b8f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012714Z:2312d29a-13b5-488f-beca-ba62f26a1b8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1455" ], + "Content-Length": [ "1317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } } } \ No newline at end of file diff --git a/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json b/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json index 1ddee8d34073..bdb09ebd9359 100644 --- a/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json +++ b/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json @@ -1,9 +1,9 @@ { - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -17,15 +17,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a48c1e31-9fcb-4a4a-b02e-0bf8c529d708" ], + "x-ms-request-id": [ "969abb26-1b3f-4284-9984-96040aab6c9d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], - "x-ms-correlation-request-id": [ "0166b4ab-50f7-467d-a6f7-1b41bbdaa841" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002654Z:0166b4ab-50f7-467d-a6f7-1b41bbdaa841" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], + "x-ms-correlation-request-id": [ "f08dbe01-609a-46e4-8e08-f4fc080458c0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012714Z:f08dbe01-609a-46e4-8e08-f4fc080458c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -35,14 +35,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "6a5f7d15-bf95-433b-a51b-09d6d75a6280" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "3b5f5b4d-15fa-467b-a541-808364a5a2a8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,32 +58,70 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8a0e83df-2f50-44bd-b626-27f77788bc11" ], + "x-ms-request-id": [ "ec858a93-44d2-4738-a80f-3104f8829ed5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], - "x-ms-correlation-request-id": [ "96fb4c23-d89e-4061-b98b-4d764901ddce" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002654Z:96fb4c23-d89e-4061-b98b-4d764901ddce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], + "x-ms-correlation-request-id": [ "2fde4f2a-397d-4d66-88de-37fe31ad6db6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012714Z:2fde4f2a-397d-4d66-88de-37fe31ad6db6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "63808209-b525-4096-ae87-a08d6b43d232" ], + "x-ms-unique-id": [ "94" ], + "x-ms-client-request-id": [ "181320cf-a838-4274-95bf-b469943f17da" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 404, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "85d4482a-18b7-4b09-81b5-3ba223a1b751" ], + "x-ms-correlation-request-id": [ "85d4482a-18b7-4b09-81b5-3ba223a1b751" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012714Z:85d4482a-18b7-4b09-81b5-3ba223a1b751" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:27:13 GMT" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ], + "Content-Length": [ "262" ] + }, + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/CentralUSLinuxDynamicPlan\u0027 under resource group \u0027Functions-Test-Linux-Consumption-2mc68v\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + } + }, + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "95" ], + "x-ms-client-request-id": [ "809b6bae-2d81-4b14-8312-53b19be13c0a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +137,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "63a7ed1c-c6a2-424c-b389-8736e861fc99" ], + "x-ms-request-id": [ "7e262851-f53d-432e-ab65-7057793d9181" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], - "x-ms-correlation-request-id": [ "d614a386-ef7a-49d2-9f8c-b6c4b5ba05fc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:d614a386-ef7a-49d2-9f8c-b6c4b5ba05fc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], + "x-ms-correlation-request-id": [ "521e2503-2d59-4f7b-bc73-293df7add53d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012715Z:521e2503-2d59-4f7b-bc73-293df7add53d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1443" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "d21bf2fd-e853-47a5-afef-480da017c48d" ], + "x-ms-unique-id": [ "96" ], + "x-ms-client-request-id": [ "71ed2d40-aded-497a-acc0-e74cdb20a243" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +178,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f602a005-7437-4f96-9f4f-c07ac673acac" ], + "x-ms-request-id": [ "0468bd84-9d9f-4bc4-899a-2a6a5fb7af21" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], - "x-ms-correlation-request-id": [ "b95c37d2-07e5-4712-80f7-8910945e64d9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:b95c37d2-07e5-4712-80f7-8910945e64d9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], + "x-ms-correlation-request-id": [ "f92affc3-ba6e-48eb-9436-29175db11216" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012715Z:f92affc3-ba6e-48eb-9436-29175db11216" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1442" ], + "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "e303825f-bb94-4dc7-82f8-b4693bed0c1f" ], + "x-ms-unique-id": [ "97" ], + "x-ms-client-request-id": [ "eafa1ebc-89d2-4432-ae94-fd1e99ab8e98" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,32 +219,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b44bba77-f44a-459a-9338-e2e794c8af4d" ], + "x-ms-request-id": [ "a3223f6f-b01f-42d4-a8ef-3e0baba1bac0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], - "x-ms-correlation-request-id": [ "a0f1f541-1381-48fc-ab1b-041a3b1e0f45" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:a0f1f541-1381-48fc-ab1b-041a3b1e0f45" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], + "x-ms-correlation-request-id": [ "cc2942db-f39f-4e3a-bd3a-ff8b8c766a4e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012715Z:cc2942db-f39f-4e3a-bd3a-ff8b8c766a4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1414" ], + "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "f493dd16-2e4b-42c3-97e9-48dd971973cc" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "f4ce7ad8-f9f1-43e0-8f64-aa6630b6c97b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -222,32 +260,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9da6e65c-1d40-4eea-a19b-02e3a4d3e0b3" ], + "x-ms-request-id": [ "9e7d9df7-a635-4bd1-9185-016606d3f0d9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], - "x-ms-correlation-request-id": [ "2cc96afc-93f9-4683-b79a-7d8580b4a304" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:2cc96afc-93f9-4683-b79a-7d8580b4a304" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], + "x-ms-correlation-request-id": [ "1bcbc523-fbe3-40d9-8356-a4eab600a3d3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012715Z:1bcbc523-fbe3-40d9-8356-a4eab600a3d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1455" ], + "Content-Length": [ "1317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "97ada18a-dc0e-4767-abec-116d682e566e" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "fc39924c-e6d6-4fc1-9d51-9b88c1cde694" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -262,31 +300,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e8d207a3-3955-4fca-80a8-1e7d238fc9aa" ], + "x-ms-request-id": [ "5a54c32a-21fa-4a57-bf1f-e556970769c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], - "x-ms-correlation-request-id": [ "1781b822-7314-4afb-90f9-591781c9fcf3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:1781b822-7314-4afb-90f9-591781c9fcf3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], + "x-ms-correlation-request-id": [ "f531764e-a901-4dce-9a58-b66d3f5aff81" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012715Z:f531764e-a901-4dce-9a58-b66d3f5aff81" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "ed0c09c6-12bf-4b97-840e-186dd514c1d4" ], + "x-ms-unique-id": [ "100" ], + "x-ms-client-request-id": [ "411f04a4-fbea-41bb-9918-b29bf99c5d38" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -301,27 +339,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "beb16e08-5c2c-42d9-b351-b80416800cd3" ], + "x-ms-request-id": [ "6abddff7-5c7d-4d64-9c7c-9ece7c770289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11995" ], - "x-ms-correlation-request-id": [ "e3100078-d948-4880-b56c-b29f7fe2a121" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:e3100078-d948-4880-b56c-b29f7fe2a121" ], + "x-ms-correlation-request-id": [ "7ed63bbf-0664-4f8f-bd4b-c3bfb16f142d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012715Z:7ed63bbf-0664-4f8f-bd4b-c3bfb16f142d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -335,7 +373,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "2835710e-cc8a-4ff0-a9cf-8f41d222ca0b" ], + "x-ms-request-id": [ "69bf8150-64fb-408f-9ce1-d1a6d5fcf8d1" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -343,28 +381,28 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "1997219a-9d57-4f91-948a-c40c9d601497" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002741Z:1997219a-9d57-4f91-948a-c40c9d601497" ], - "Date": [ "Tue, 16 Jun 2020 00:27:40 GMT" ] + "x-ms-correlation-request-id": [ "68770b55-2c00-4a57-b45d-7efdc566dd77" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012719Z:68770b55-2c00-4a57-b45d-7efdc566dd77" ], + "Date": [ "Sun, 18 Oct 2020 01:27:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1041" ], + "Content-Length": [ "1113" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00004bb9-0000-0300-0000-5ee811e50000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27022d9d-0000-0300-0000-5f8b99f50000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1713" ] + "Content-Length": [ "1651" ] } }, "Response": { @@ -372,34 +410,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374F3B7868B\"" ], + "ETag": [ "\"1D6A4EDD4342580\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bf6356f6-934b-41a1-9cfc-c93d33c964c0" ], + "x-ms-request-id": [ "02c898f2-d357-4358-9c67-0fc2224b2e98" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], - "x-ms-correlation-request-id": [ "46535c08-a0de-49a6-b969-f9dfd5d9374f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002817Z:46535c08-a0de-49a6-b969-f9dfd5d9374f" ], + "x-ms-correlation-request-id": [ "07a6c324-eb99-4dc5-8255-fc239e0913bd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012756Z:07a6c324-eb99-4dc5-8255-fc239e0913bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5638" ], + "Content-Length": [ "5851" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:27:43.1566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:27:22.2566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "229848b9-36a0-427f-95af-1c2b71e6cd5e" ], + "x-ms-unique-id": [ "103" ], + "x-ms-client-request-id": [ "978fdd30-4973-4497-86d3-067934609c5f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -414,34 +452,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374F3B7868B\"" ], + "ETag": [ "\"1D6A4EDD4342580\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "999e76de-9d4e-42a3-abca-09239136f26b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], + "x-ms-request-id": [ "f500a4b7-38fd-4ed1-a893-971803155734" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "921aaa1c-50e4-4b45-af0b-8fb03ced4f70" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002817Z:921aaa1c-50e4-4b45-af0b-8fb03ced4f70" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], + "x-ms-correlation-request-id": [ "f03f65b3-e8e2-4afb-b45e-86c239f0d5ee" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012757Z:f03f65b3-e8e2-4afb-b45e-86c239f0d5ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:27:43.8166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:27:22.84\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "a533daba-c10e-4e27-8d0c-0c10d1661e73" ], + "x-ms-unique-id": [ "104" ], + "x-ms-client-request-id": [ "8ffbfdb9-bce9-43b1-8833-ad8d642a893f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -457,32 +495,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b6922653-8a32-439c-9732-2aa452def90c" ], + "x-ms-request-id": [ "207b66f7-4ff8-4fe7-b64e-432e82b64e65" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11986" ], - "x-ms-correlation-request-id": [ "2a8c74aa-3844-4e2b-b3b8-3e9b4bdfdb28" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:2a8c74aa-3844-4e2b-b3b8-3e9b4bdfdb28" ], + "x-ms-correlation-request-id": [ "17cef610-98e8-4779-9765-15ae377a407e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012757Z:17cef610-98e8-4779-9765-15ae377a407e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "9151aa79-26be-468a-811e-ccd29e547648" ], + "x-ms-unique-id": [ "105" ], + "x-ms-client-request-id": [ "0d7491a2-a671-42b7-a5e7-999f3571036e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -498,32 +536,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cf18f8f0-2bb1-4d02-80df-4c38d46dd74a" ], + "x-ms-request-id": [ "1a01f787-4a82-40c0-af31-fee0f69ea638" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], - "x-ms-correlation-request-id": [ "980e584c-9c55-4665-a5bd-3ac5f09acba0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:980e584c-9c55-4665-a5bd-3ac5f09acba0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], + "x-ms-correlation-request-id": [ "9827495b-df38-4634-a2e0-e4a446fe61bb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012757Z:9827495b-df38-4634-a2e0-e4a446fe61bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+14": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "101" ], - "x-ms-client-request-id": [ "c9ef5a58-c4e7-4b40-b7c7-48207d6c6ac6" ], + "x-ms-unique-id": [ "106" ], + "x-ms-client-request-id": [ "36691d62-64b5-4a70-b42a-82cd61c08f5f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -539,32 +577,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bf5f3842-0a31-4ad0-a4f7-7a3ef83f2449" ], + "x-ms-request-id": [ "26f1955e-aaf2-4110-89ef-6c2d9fbbdd44" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11985" ], - "x-ms-correlation-request-id": [ "425883dd-2cad-44e0-8b52-24a7636af7cd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:425883dd-2cad-44e0-8b52-24a7636af7cd" ], + "x-ms-correlation-request-id": [ "00429a65-4aea-4958-a338-0f3cb4a7c6b3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012757Z:00429a65-4aea-4958-a338-0f3cb4a7c6b3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "102" ], - "x-ms-client-request-id": [ "0d03fa52-5346-4b95-9ace-92b601edf92d" ], + "x-ms-unique-id": [ "107" ], + "x-ms-client-request-id": [ "bb88890d-5730-4728-87d0-b0bb0c327aa7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -580,32 +618,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "87677477-9211-46d2-b0d5-a6c7dfc89a1f" ], + "x-ms-request-id": [ "ba224032-4484-412a-960a-b12ac8efe024" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11984" ], - "x-ms-correlation-request-id": [ "53c84d3d-6823-4d67-be4d-952aab4276d4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:53c84d3d-6823-4d67-be4d-952aab4276d4" ], + "x-ms-correlation-request-id": [ "4a5e808b-a35a-4ce6-8067-0b4c67180341" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012757Z:4a5e808b-a35a-4ce6-8067-0b4c67180341" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+16": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "f70d253f-3576-44dd-b9b5-38b378a1d397" ], + "x-ms-unique-id": [ "108" ], + "x-ms-client-request-id": [ "2e51463b-cf43-4490-aa24-dae01330dc17" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -620,34 +658,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374F3B7868B\"" ], + "ETag": [ "\"1D6A4EDD4342580\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8b19bd64-0469-4070-9a34-bd2a3dcd5106" ], + "x-ms-request-id": [ "40aa7fec-303e-4258-9af5-fc4d31762e8d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], - "x-ms-correlation-request-id": [ "2ff6629f-a5f3-40f7-8874-4b6fe2ff1987" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002819Z:2ff6629f-a5f3-40f7-8874-4b6fe2ff1987" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], + "x-ms-correlation-request-id": [ "e9fbd20f-73bf-4866-8466-8d25867681b9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012758Z:e9fbd20f-73bf-4866-8466-8d25867681b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:27:43.8166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:27:22.84\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+17": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "104" ], - "x-ms-client-request-id": [ "56bff47e-3100-4e4c-8a20-e85e166401d5" ], + "x-ms-unique-id": [ "109" ], + "x-ms-client-request-id": [ "4523db1e-c707-4ae8-af7c-d859b36b0ce9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -663,32 +701,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0f2c2b5c-c9ef-49a9-9fa3-4ebaa24ea8f5" ], + "x-ms-request-id": [ "95d91c1a-7eb6-4a3c-b717-52805747e200" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11983" ], - "x-ms-correlation-request-id": [ "8b9ead87-048d-4f6e-bc33-dba1c6374203" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002819Z:8b9ead87-048d-4f6e-bc33-dba1c6374203" ], + "x-ms-correlation-request-id": [ "66926886-a84b-4bac-8018-36b6f35a7b6d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012758Z:66926886-a84b-4bac-8018-36b6f35a7b6d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+18": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "105" ], - "x-ms-client-request-id": [ "9754e431-5e1b-479e-9e7e-1370e39898f7" ], + "x-ms-unique-id": [ "110" ], + "x-ms-client-request-id": [ "5ee6c0bc-5f9c-468b-a7f6-0fb842e9bd43" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -704,34 +742,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c0dadbda-17a6-46b7-92ff-52291ddd4f0b" ], + "x-ms-request-id": [ "4d68cc92-b5b5-4e0f-9866-1f5e6a243f5e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], - "x-ms-correlation-request-id": [ "42eb1c8e-e63d-48d3-8bc2-aeb62217d638" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002819Z:42eb1c8e-e63d-48d3-8bc2-aeb62217d638" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], + "x-ms-correlation-request-id": [ "bd040630-a907-42eb-be8a-70f3a6a6ebcd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012758Z:bd040630-a907-42eb-be8a-70f3a6a6ebcd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:27:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+19": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01+20": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting1\": \"456789\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-y3kcev51bo\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"MyAppSetting1\": \"456789\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "990" ] + "Content-Length": [ "946" ] } }, "Response": { @@ -739,34 +777,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375092D32C0\"" ], + "ETag": [ "\"1D6A4EDE9D81AAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fd07a67d-0778-4b98-9f8b-b15526c52dfb" ], + "x-ms-request-id": [ "c2db6d5b-079b-471f-965f-606e12fbc21b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "4bd95ec4-7c7b-4ac5-801d-b45fe379626f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002822Z:4bd95ec4-7c7b-4ac5-801d-b45fe379626f" ], + "x-ms-correlation-request-id": [ "667875f4-977e-4e9f-aed4-0c7739e6e8c7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012800Z:667875f4-977e-4e9f-aed4-0c7739e6e8c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1183" ], + "Content-Length": [ "1146" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"MyAppSetting1\":\"456789\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+20": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "107" ], - "x-ms-client-request-id": [ "c7d396aa-0d85-4981-8610-85c4fbd6b785" ], + "x-ms-unique-id": [ "112" ], + "x-ms-client-request-id": [ "b91b032b-7652-4eb9-83e6-6543ef8c567b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -781,34 +819,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375092D32C0\"" ], + "ETag": [ "\"1D6A4EDE9D81AAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c3243855-59ad-4ed8-ae8e-ba98508d42d7" ], + "x-ms-request-id": [ "e2d4ff48-abe6-4fcc-93b8-a425c5ce728a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], - "x-ms-correlation-request-id": [ "a02b1ee3-00f8-46f1-8192-b6f367ef0c99" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002822Z:a02b1ee3-00f8-46f1-8192-b6f367ef0c99" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], + "x-ms-correlation-request-id": [ "9db7249a-b5e3-4c02-8e9b-1f03992e5161" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012801Z:9db7249a-b5e3-4c02-8e9b-1f03992e5161" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5433" ], + "Content-Length": [ "5651" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:19.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:27:59.1466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+21": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+22": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "108" ], - "x-ms-client-request-id": [ "34291054-64c9-4be6-a3cf-cb13c5be5f15" ], + "x-ms-unique-id": [ "113" ], + "x-ms-client-request-id": [ "8736a078-004e-4751-832d-83509472f224" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -824,32 +862,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d9ce6680-4f12-4c91-9f83-d46a851a8321" ], + "x-ms-request-id": [ "bd43dfcd-b1c8-47a5-931e-efed698b4efe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11982" ], - "x-ms-correlation-request-id": [ "df173fcd-695f-436b-8664-34e8b5615631" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:df173fcd-695f-436b-8664-34e8b5615631" ], + "x-ms-correlation-request-id": [ "7988cd0f-123c-47cd-a403-933924cb564f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012801Z:7988cd0f-123c-47cd-a403-933924cb564f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1183" ], + "Content-Length": [ "1146" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"MyAppSetting1\":\"456789\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+22": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "a7a85147-d406-4697-8889-10a7cefb8741" ], + "x-ms-unique-id": [ "114" ], + "x-ms-client-request-id": [ "f174cfad-b157-4c26-bd1c-67723cae6937" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -865,32 +903,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a7a3a5c8-8514-477a-b2c7-898a431829f7" ], + "x-ms-request-id": [ "a1557bcf-e231-4cfa-8836-f5d020dffe56" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], - "x-ms-correlation-request-id": [ "6d69b74c-5ee3-4f86-b6c7-f0785ec0d50d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:6d69b74c-5ee3-4f86-b6c7-f0785ec0d50d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], + "x-ms-correlation-request-id": [ "130f08f7-0ce9-4845-bfe2-7517af0b3744" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012802Z:130f08f7-0ce9-4845-bfe2-7517af0b3744" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+23": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "110" ], - "x-ms-client-request-id": [ "6e35ca7e-dcba-4729-b359-5d98a9a92e09" ], + "x-ms-unique-id": [ "115" ], + "x-ms-client-request-id": [ "39b47d7f-ca4c-457d-b912-968cd659b383" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -905,34 +943,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375092D32C0\"" ], + "ETag": [ "\"1D6A4EDE9D81AAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f5fcca93-27c5-49eb-a9f3-147895ac21f2" ], + "x-ms-request-id": [ "104f308c-18f9-4a9d-8a7a-3394fc54e1f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], - "x-ms-correlation-request-id": [ "ccf1b930-e589-4dae-91ee-4bd61c96c848" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:ccf1b930-e589-4dae-91ee-4bd61c96c848" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], + "x-ms-correlation-request-id": [ "0360a3aa-9dd6-47ec-aad8-89c257610b94" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012802Z:0360a3aa-9dd6-47ec-aad8-89c257610b94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5433" ], + "Content-Length": [ "5651" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:19.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:27:59.1466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+24": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+25": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "111" ], - "x-ms-client-request-id": [ "ac28fc01-9b80-4272-bf1e-ca8df11f49be" ], + "x-ms-unique-id": [ "116" ], + "x-ms-client-request-id": [ "48783467-47e0-408b-a67a-f8535614c100" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -948,32 +986,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b9b60085-ac2b-4c76-8c11-0fd5ec1a1de8" ], + "x-ms-request-id": [ "8bdc7e14-71f6-4856-861f-2892585ad73c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11981" ], - "x-ms-correlation-request-id": [ "0abee104-4ca9-46ab-a635-6d5e53e1906b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:0abee104-4ca9-46ab-a635-6d5e53e1906b" ], + "x-ms-correlation-request-id": [ "0583b50b-82d1-4835-89e3-431237f70c26" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012803Z:0583b50b-82d1-4835-89e3-431237f70c26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1183" ], + "Content-Length": [ "1146" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"MyAppSetting1\":\"456789\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+25": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "112" ], - "x-ms-client-request-id": [ "db7b6bfb-7d95-417c-b284-77dfe35d1d8f" ], + "x-ms-unique-id": [ "117" ], + "x-ms-client-request-id": [ "51449be5-dd7d-4af5-816d-0fa116aaa961" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -989,34 +1027,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "073afa1e-d987-4a3d-a934-e496bcae379d" ], + "x-ms-request-id": [ "3f7d22bd-03c7-4dfc-bbf3-dbbe05bc3ba3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], - "x-ms-correlation-request-id": [ "769e40ae-1082-448f-82b4-ca968a597c6c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:769e40ae-1082-448f-82b4-ca968a597c6c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], + "x-ms-correlation-request-id": [ "78a9b7ee-b288-4b3b-8605-1515d64e7d23" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012803Z:78a9b7ee-b288-4b3b-8605-1515d64e7d23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+26": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01+27": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting1\": \"456789\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-y3kcev51bo\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting1\": \"456789\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1067" ] + "Content-Length": [ "1023" ] } }, "Response": { @@ -1024,34 +1062,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750BCA8CEB\"" ], + "ETag": [ "\"1D6A4EDEC8D5CA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "790ad8f6-8f78-4094-a758-6200593be288" ], + "x-ms-request-id": [ "ac6242ce-4a95-45fb-8f4e-1d3f8459f3d3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "a2e50bde-48b9-468e-8fb0-a382dd1f6d77" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:a2e50bde-48b9-468e-8fb0-a382dd1f6d77" ], + "x-ms-correlation-request-id": [ "18ca560a-c402-46a7-aff2-792b747404a3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012805Z:18ca560a-c402-46a7-aff2-792b747404a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:25 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1246" ], + "Content-Length": [ "1209" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting1\":\"456789\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+27": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+28": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "114" ], - "x-ms-client-request-id": [ "001f67f7-6837-4088-a16e-355ccb68a4e4" ], + "x-ms-unique-id": [ "119" ], + "x-ms-client-request-id": [ "4322910e-77a1-4b48-b8b7-9d47ab6c8158" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1066,34 +1104,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750BCA8CEB\"" ], + "ETag": [ "\"1D6A4EDEC8D5CA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a3406d9b-b4a8-4981-a3b6-540a4d31a72f" ], + "x-ms-request-id": [ "a6d0ab5a-5837-49cc-878f-f6073c84c11a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], - "x-ms-correlation-request-id": [ "d0c9b38e-917b-4e39-ba08-be52e5493c51" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:d0c9b38e-917b-4e39-ba08-be52e5493c51" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], + "x-ms-correlation-request-id": [ "f4e08bef-e67f-4738-a641-b0bebd3d1d78" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012805Z:f4e08bef-e67f-4738-a641-b0bebd3d1d78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:24.2066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:03.69\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+28": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+29": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "115" ], - "x-ms-client-request-id": [ "4c5e0079-3f02-4e0d-acfd-57653fa671c9" ], + "x-ms-unique-id": [ "120" ], + "x-ms-client-request-id": [ "20a4bdc7-a59f-42f3-a8a5-d10be923405e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1109,32 +1147,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "516781d9-dd18-4bce-ab57-682dff2ae333" ], + "x-ms-request-id": [ "de84b071-3a28-43e2-bc61-f06df10d5af1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11980" ], - "x-ms-correlation-request-id": [ "e0b6cf33-5637-4ace-87f1-3ca3fc55085e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:e0b6cf33-5637-4ace-87f1-3ca3fc55085e" ], + "x-ms-correlation-request-id": [ "1fb548fd-ee7c-4271-bab2-5005e442f004" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012805Z:1fb548fd-ee7c-4271-bab2-5005e442f004" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1246" ], + "Content-Length": [ "1209" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting1\":\"456789\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+29": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+30": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "116" ], - "x-ms-client-request-id": [ "ffb24016-5a60-4b31-8433-6fe5ec17ab5b" ], + "x-ms-unique-id": [ "121" ], + "x-ms-client-request-id": [ "d103f5ef-2617-43da-9ec5-dc63e6e1afbd" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1150,34 +1188,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "62126bac-9541-4868-844a-6b3aceea48ed" ], + "x-ms-request-id": [ "7b225b44-ef5f-445a-82fc-a727586bf693" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], - "x-ms-correlation-request-id": [ "bcec2950-9b29-40b8-acf6-6866285432dd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:bcec2950-9b29-40b8-acf6-6866285432dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], + "x-ms-correlation-request-id": [ "40d76421-c669-4417-97c1-127fc52d541a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012806Z:40d76421-c669-4417-97c1-127fc52d541a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+30": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01+31": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-y3kcev51bo\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "994" ] + "Content-Length": [ "950" ] } }, "Response": { @@ -1185,34 +1223,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750D7549B5\"" ], + "ETag": [ "\"1D6A4EDEE38196B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "97e8faec-7524-4331-a1fb-4a779b19d107" ], + "x-ms-request-id": [ "1fd7fbef-4211-42d4-9a0c-aaca320171fc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "ac416849-2f1f-4592-95dd-9003befc39c7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002828Z:ac416849-2f1f-4592-95dd-9003befc39c7" ], + "x-ms-correlation-request-id": [ "9e1aa183-05b5-421d-abbe-c3b84260a877" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012807Z:9e1aa183-05b5-421d-abbe-c3b84260a877" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1187" ], + "Content-Length": [ "1150" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+31": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+32": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "118" ], - "x-ms-client-request-id": [ "306177ff-d602-43b5-98dc-c5bc1bbfb7e4" ], + "x-ms-unique-id": [ "123" ], + "x-ms-client-request-id": [ "356f69fd-b7b9-4a35-8481-ace393ff0b3d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1228,32 +1266,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "712139ee-5a6a-4865-b22c-ea398b158c79" ], + "x-ms-request-id": [ "9300bfaa-b284-4bd5-a91b-80bd8b33f20c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11979" ], - "x-ms-correlation-request-id": [ "95240762-08e6-4285-9e35-d61b9939c3ff" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002828Z:95240762-08e6-4285-9e35-d61b9939c3ff" ], + "x-ms-correlation-request-id": [ "4279885d-5c2a-441b-988a-108bfec4c409" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012808Z:4279885d-5c2a-441b-988a-108bfec4c409" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1187" ], + "Content-Length": [ "1150" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+32": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+33": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "119" ], - "x-ms-client-request-id": [ "a2fae42d-c618-46af-99ae-3551665f9d99" ], + "x-ms-unique-id": [ "124" ], + "x-ms-client-request-id": [ "4d9b1092-cf86-4951-a480-43240e8e3b9d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1268,34 +1306,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750D7549B5\"" ], + "ETag": [ "\"1D6A4EDEE38196B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53795d32-df38-449c-9587-d082443849d6" ], + "x-ms-request-id": [ "27947a61-f43d-4881-99eb-070464b0221e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], - "x-ms-correlation-request-id": [ "88b52f4b-5a76-4a06-9320-53e1255eba2a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:88b52f4b-5a76-4a06-9320-53e1255eba2a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], + "x-ms-correlation-request-id": [ "9bf9b023-63c4-4219-80bb-08d85936a1ee" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012809Z:9bf9b023-63c4-4219-80bb-08d85936a1ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5651" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:27.0033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:06.4866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+33": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+34": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "120" ], - "x-ms-client-request-id": [ "7825cd03-b4aa-4b3d-a577-4a5ca9fdf8c6" ], + "x-ms-unique-id": [ "125" ], + "x-ms-client-request-id": [ "29ff657b-58f6-4b8b-a572-756f2a03ca55" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1311,32 +1349,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "18d10cca-9f47-428f-b75a-778e8d32878a" ], + "x-ms-request-id": [ "b572fb7e-5ed9-4d06-a5de-094ad1e0425d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11978" ], - "x-ms-correlation-request-id": [ "f2889fae-ed07-4757-962a-f037718e7b7f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:f2889fae-ed07-4757-962a-f037718e7b7f" ], + "x-ms-correlation-request-id": [ "e9efd685-70cf-4467-b0a1-7f5d487e5df2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012809Z:e9efd685-70cf-4467-b0a1-7f5d487e5df2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1187" ], + "Content-Length": [ "1150" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+34": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+35": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "121" ], - "x-ms-client-request-id": [ "7eb12ff2-2921-462a-832c-2a3e6c7e933a" ], + "x-ms-unique-id": [ "126" ], + "x-ms-client-request-id": [ "bb192238-f5a0-4ed3-b263-bcfc55dcac2b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1352,32 +1390,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "827266f7-ffde-406d-bb41-10a24ad83bce" ], + "x-ms-request-id": [ "1f24a1cb-a6ae-46a1-9481-2a8c3e84d247" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], - "x-ms-correlation-request-id": [ "cc1b9293-04ee-4d73-bb0a-5093a2903e4d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:cc1b9293-04ee-4d73-bb0a-5093a2903e4d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], + "x-ms-correlation-request-id": [ "5609eaac-5dde-4693-b125-4038063cca00" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012809Z:5609eaac-5dde-4693-b125-4038063cca00" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+35": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+36": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "122" ], - "x-ms-client-request-id": [ "29f9b1ff-0cce-4f6a-95b4-f6d1956d305b" ], + "x-ms-unique-id": [ "127" ], + "x-ms-client-request-id": [ "417bc6cc-c5c4-4f9d-97d5-623aa35047ed" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1392,34 +1430,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750D7549B5\"" ], + "ETag": [ "\"1D6A4EDEE38196B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a452fe48-b619-46bd-9d25-9d650ed59e43" ], + "x-ms-request-id": [ "4aa64a36-1a3f-4aa7-9f0c-7e55d7fb57ab" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], - "x-ms-correlation-request-id": [ "c76423d4-06fc-4f10-a4f5-b6c2bb87cb01" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:c76423d4-06fc-4f10-a4f5-b6c2bb87cb01" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], + "x-ms-correlation-request-id": [ "b66c315d-bef3-498b-8323-3b19ecc9d9f9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012810Z:b66c315d-bef3-498b-8323-3b19ecc9d9f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5651" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:27.0033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:06.4866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+36": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+37": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "123" ], - "x-ms-client-request-id": [ "4e5bc6f5-11ce-498a-bd77-812f7caff3c8" ], + "x-ms-unique-id": [ "128" ], + "x-ms-client-request-id": [ "14041de5-53f8-46de-a702-c1dcce7b43cc" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1435,32 +1473,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "65c5d500-5a55-4c6f-8cf7-8342d666c057" ], + "x-ms-request-id": [ "7e402592-38f0-4b48-8946-f0e84635678f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11977" ], - "x-ms-correlation-request-id": [ "c26f90a7-0d5c-4030-b6d5-b6886f79ed7b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002830Z:c26f90a7-0d5c-4030-b6d5-b6886f79ed7b" ], + "x-ms-correlation-request-id": [ "15ed1bb4-bcd7-4f90-927f-a5ce643106e2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012810Z:15ed1bb4-bcd7-4f90-927f-a5ce643106e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1187" ], + "Content-Length": [ "1150" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+37": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+38": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "124" ], - "x-ms-client-request-id": [ "8daccbb7-6f71-4149-9f83-07caa8e1c13e" ], + "x-ms-unique-id": [ "129" ], + "x-ms-client-request-id": [ "1d684448-f0e4-4814-a4d3-58f180889bab" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1476,34 +1514,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7bf880ea-6262-4129-86b9-8b22e4946a00" ], + "x-ms-request-id": [ "6ba29a71-cfd4-4ca7-a7a7-6280da2184ef" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], - "x-ms-correlation-request-id": [ "fe1b7b00-679d-4c18-bc19-0a98e027949f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002830Z:fe1b7b00-679d-4c18-bc19-0a98e027949f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], + "x-ms-correlation-request-id": [ "26708579-20ae-43c9-8c99-ebbb3baba132" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012810Z:26708579-20ae-43c9-8c99-ebbb3baba132" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+38": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01+39": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-y3kcev51bo\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "917" ] + "Content-Length": [ "873" ] } }, "Response": { @@ -1511,34 +1549,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750F80AA15\"" ], + "ETag": [ "\"1D6A4EDF0DB0BE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e98aa9ea-785e-489e-a501-79b2ba405257" ], + "x-ms-request-id": [ "9040b4f2-737c-400a-a844-bb5d96f3bb4c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "99468917-f529-4d24-bae0-8c53e5073ca0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002832Z:99468917-f529-4d24-bae0-8c53e5073ca0" ], + "x-ms-correlation-request-id": [ "a3cdd20c-4369-49c4-bdd0-0217803e6e48" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012812Z:a3cdd20c-4369-49c4-bdd0-0217803e6e48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+39": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+40": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "126" ], - "x-ms-client-request-id": [ "1ae15ec2-6be9-4e37-8d21-045e34f338f1" ], + "x-ms-unique-id": [ "131" ], + "x-ms-client-request-id": [ "819264fa-df5a-495a-94a8-5ac76dcc198c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1554,32 +1592,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a3dc478e-3cfd-484c-8352-cc6baeeddcf1" ], + "x-ms-request-id": [ "90fc84ef-2ff8-4a05-a1d3-e176e48d6fde" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11976" ], - "x-ms-correlation-request-id": [ "920c168d-f855-4c43-9bf2-950204f3352e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002832Z:920c168d-f855-4c43-9bf2-950204f3352e" ], + "x-ms-correlation-request-id": [ "efb124a0-54be-4ed9-abb9-fb7a082070a0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012813Z:efb124a0-54be-4ed9-abb9-fb7a082070a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+40": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+41": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "127" ], - "x-ms-client-request-id": [ "a760d0ab-d6ef-4b5d-b3a5-e9d78f50af1c" ], + "x-ms-unique-id": [ "132" ], + "x-ms-client-request-id": [ "146b56f8-3857-45c3-941f-50b50453f8fa" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1594,34 +1632,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750F80AA15\"" ], + "ETag": [ "\"1D6A4EDF0DB0BE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6562fb01-46a2-4c68-a41d-fddc7be6e57a" ], + "x-ms-request-id": [ "1b5ed5a1-1225-4d22-b785-80df5f87056e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], - "x-ms-correlation-request-id": [ "44016425-15bb-4722-bb5b-7e71c2fdb71b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002833Z:44016425-15bb-4722-bb5b-7e71c2fdb71b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], + "x-ms-correlation-request-id": [ "b411e84b-1757-496d-9849-68e81cbe68d3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012813Z:b411e84b-1757-496d-9849-68e81cbe68d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:30.4333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:10.91\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+41": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+42": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "128" ], - "x-ms-client-request-id": [ "7d10d439-9c5f-42a8-bebc-34526976c70f" ], + "x-ms-unique-id": [ "133" ], + "x-ms-client-request-id": [ "55effe4e-e20d-4ef1-b179-f55a6ae984ac" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1637,32 +1675,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cd4a57dc-9b6e-4826-b8ac-ee9f153af3a4" ], + "x-ms-request-id": [ "0a703e58-0a28-4371-97ff-a1fc1dde2052" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11975" ], - "x-ms-correlation-request-id": [ "464a3bce-d118-488d-8e0f-1001f969ca48" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002833Z:464a3bce-d118-488d-8e0f-1001f969ca48" ], + "x-ms-correlation-request-id": [ "8bdae49d-2f87-400f-83c4-94e18519a53d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012813Z:8bdae49d-2f87-400f-83c4-94e18519a53d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:33 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+42": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+43": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "129" ], - "x-ms-client-request-id": [ "73f76f38-3635-4cad-bdfe-0b3f97ab58a3" ], + "x-ms-unique-id": [ "134" ], + "x-ms-client-request-id": [ "6e0db39a-00d1-4520-a11b-1a60b1849e3b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1678,32 +1716,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "84acd35d-27f1-41e9-917b-3ab5b976a6cb" ], + "x-ms-request-id": [ "35b19e71-f004-470c-b1e2-22c9f50abada" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], - "x-ms-correlation-request-id": [ "3fdf262f-7b46-4a49-b1f6-9e26b62db1f2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002833Z:3fdf262f-7b46-4a49-b1f6-9e26b62db1f2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], + "x-ms-correlation-request-id": [ "23291b79-6294-4025-a727-13fe6840c85b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012813Z:23291b79-6294-4025-a727-13fe6840c85b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:33 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+43": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+44": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "130" ], - "x-ms-client-request-id": [ "cc666a3e-8971-4e12-aab7-bb79719385de" ], + "x-ms-unique-id": [ "135" ], + "x-ms-client-request-id": [ "71acfcf3-c377-4d8e-9bd9-d299741fc6a0" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1718,17 +1756,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643750F80AA15\"" ], + "ETag": [ "\"1D6A4EDF0DB0BE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7779a7cd-b3b2-4f12-b62c-8c892416f94b" ], + "x-ms-request-id": [ "4fbd6b11-499c-401f-98b0-8b052bf6cd9c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "395eb063-ffe4-408e-aec9-00c0a8ba2c68" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002836Z:395eb063-ffe4-408e-aec9-00c0a8ba2c68" ], + "x-ms-correlation-request-id": [ "dbc4a42b-7c10-47dd-b640-b82281a9c014" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012819Z:dbc4a42b-7c10-47dd-b640-b82281a9c014" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:36 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:18 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/Functions/test/GetWorkerVersion.Tests.ps1 b/src/Functions/test/GetRuntimeJsonDefinition.Tests.ps1 similarity index 81% rename from src/Functions/test/GetWorkerVersion.Tests.ps1 rename to src/Functions/test/GetRuntimeJsonDefinition.Tests.ps1 index 7e58a7202802..a394e33c6f21 100644 --- a/src/Functions/test/GetWorkerVersion.Tests.ps1 +++ b/src/Functions/test/GetRuntimeJsonDefinition.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'GetWorkerVersion.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'GetRuntimeJsonDefinition.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,7 +11,7 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'GetWorkerVersion' { +Describe 'GetRuntimeJsonDefinition' { It '__AllParameterSets' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/Functions/test/GetDefaultRuntimeVersion.Tests.ps1 b/src/Functions/test/GetSupportedRuntimeVersions.Tests.ps1 similarity index 81% rename from src/Functions/test/GetDefaultRuntimeVersion.Tests.ps1 rename to src/Functions/test/GetSupportedRuntimeVersions.Tests.ps1 index f17745df1b53..75e201509862 100644 --- a/src/Functions/test/GetDefaultRuntimeVersion.Tests.ps1 +++ b/src/Functions/test/GetSupportedRuntimeVersions.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'GetDefaultRuntimeVersion.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'GetSupportedRuntimeVersions.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,7 +11,7 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'GetDefaultRuntimeVersion' { +Describe 'GetSupportedRuntimeVersions' { It '__AllParameterSets' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/Functions/test/New-AzFunctionApp.Recording.json b/src/Functions/test/New-AzFunctionApp.Recording.json index 7963ae15fd12..25cc54d04b22 100644 --- a/src/Functions/test/New-AzFunctionApp.Recording.json +++ b/src/Functions/test/New-AzFunctionApp.Recording.json @@ -1,9 +1,9 @@ { - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-CustomImage-s9wytca2x7\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-CustomImage-yujr5zl6o7\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -17,15 +17,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a8c060da-8fac-4969-8cfc-02f859b7a208" ], + "x-ms-request-id": [ "6d9b2934-2fb7-4067-980f-5ce4c3861ec4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], - "x-ms-correlation-request-id": [ "8c64e96b-d746-4607-81cb-bf103713dd47" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002837Z:8c64e96b-d746-4607-81cb-bf103713dd47" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], + "x-ms-correlation-request-id": [ "1e00d7fd-ef9e-4a2e-bb17-94d13a5a7687" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012819Z:1e00d7fd-ef9e-4a2e-bb17-94d13a5a7687" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -35,14 +35,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "132" ], - "x-ms-client-request-id": [ "04d5fe3a-ea0d-482d-a353-067d2439e51f" ], + "x-ms-unique-id": [ "137" ], + "x-ms-client-request-id": [ "2ac108b9-c61f-4ff3-9f87-07d2df985971" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1f77b4b6-70d4-4c14-9b44-4744e6d18f65" ], + "x-ms-request-id": [ "b7988575-eddb-43c3-a427-18d1a68f717a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], - "x-ms-correlation-request-id": [ "76ddb337-c1ef-4cad-90e1-b8a4d571c375" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002837Z:76ddb337-c1ef-4cad-90e1-b8a4d571c375" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], + "x-ms-correlation-request-id": [ "22a029d6-e370-47ac-be05-4506323f61dc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012819Z:22a029d6-e370-47ac-be05-4506323f61dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "133" ], - "x-ms-client-request-id": [ "92e9250e-9772-4bc8-8374-8d90133bf386" ], + "x-ms-unique-id": [ "138" ], + "x-ms-client-request-id": [ "a0bcc905-8e41-432d-80dc-2f866300c314" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7f1c6579-2cd1-495b-9687-4df9f6dcd5d1" ], + "x-ms-request-id": [ "55cb5cfc-08ef-428e-aee2-d36c13d0fc91" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], - "x-ms-correlation-request-id": [ "56996a08-92e7-4610-a85b-9f3f8b18d4fa" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:56996a08-92e7-4610-a85b-9f3f8b18d4fa" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], + "x-ms-correlation-request-id": [ "3c0a7817-8f0f-4f50-b639-c2c395fa7cd8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012820Z:3c0a7817-8f0f-4f50-b639-c2c395fa7cd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "134" ], - "x-ms-client-request-id": [ "72124858-a2f8-4036-9c44-d15412553e35" ], + "x-ms-unique-id": [ "139" ], + "x-ms-client-request-id": [ "e9e35b19-986d-4f0e-9fed-487a942b216a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "89f33003-6b19-45e0-bf20-5135e34c29b0" ], + "x-ms-request-id": [ "9eeabdb1-3e81-4316-8b53-038025ac1eb9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], - "x-ms-correlation-request-id": [ "d4caf3c9-ab6f-49a2-9663-0b44293aaae8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:d4caf3c9-ab6f-49a2-9663-0b44293aaae8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], + "x-ms-correlation-request-id": [ "a71f6c64-8ad2-4940-a7b4-cd5bf124978e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012820Z:a71f6c64-8ad2-4940-a7b4-cd5bf124978e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "135" ], - "x-ms-client-request-id": [ "a1f0165d-725e-46b0-b116-f1b614f0da35" ], + "x-ms-unique-id": [ "140" ], + "x-ms-client-request-id": [ "5bb33a87-b799-419c-8b08-86191cc391d2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,32 +181,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "561e8acb-ce9c-4717-8a3a-e5a28ca1d55e" ], + "x-ms-request-id": [ "4f632e10-0869-4fb1-a3e2-bc51ec9ce3ed" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], - "x-ms-correlation-request-id": [ "aad5120b-922c-4054-bcc3-d8e5750e5fa3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:aad5120b-922c-4054-bcc3-d8e5750e5fa3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], + "x-ms-correlation-request-id": [ "ae5fac13-4ae1-411e-b796-41659890dbeb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012820Z:ae5fac13-4ae1-411e-b796-41659890dbeb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "136" ], - "x-ms-client-request-id": [ "08e54aa8-8b57-4612-bd68-ffe1cb4bbe75" ], + "x-ms-unique-id": [ "141" ], + "x-ms-client-request-id": [ "dd159381-d70b-4896-9006-c0d28b465232" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -222,32 +222,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "86c150c4-a125-4d54-ab11-d3940d8ba25c" ], + "x-ms-request-id": [ "b8372b44-b285-499d-9a60-18fa5448cbf5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], - "x-ms-correlation-request-id": [ "c59ecea6-7e99-47bd-844e-d32591bb0281" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:c59ecea6-7e99-47bd-844e-d32591bb0281" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], + "x-ms-correlation-request-id": [ "073f4520-9d15-4744-9024-473bf8e2c5fc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012821Z:073f4520-9d15-4744-9024-473bf8e2c5fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "137" ], - "x-ms-client-request-id": [ "53fec48a-d541-4238-b681-909d7405a533" ], + "x-ms-unique-id": [ "142" ], + "x-ms-client-request-id": [ "3254c32f-922d-48df-8699-43c8d2034c89" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "1647c6c7-3f61-4763-b72e-94acfb8ed63f" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], + "x-ms-correlation-request-id": [ "6e9ed76e-2618-4e09-b276-da2b526568e6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012821Z:6e9ed76e-2618-4e09-b276-da2b526568e6" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:28:20 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "143" ], + "x-ms-client-request-id": [ "c6c9c6b9-89f8-4d58-b89a-f3487a7541c4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -262,31 +303,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b9681983-4c90-40da-82cf-8ae31705b2d6" ], + "x-ms-request-id": [ "c14b63ae-06f2-4e25-92d8-1d6206f3b679" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], - "x-ms-correlation-request-id": [ "1267989b-0608-4bb9-845c-af3c0b70731f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:1267989b-0608-4bb9-845c-af3c0b70731f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], + "x-ms-correlation-request-id": [ "6a06c57b-390e-4d9c-b36c-dd7a8a385037" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012821Z:6a06c57b-390e-4d9c-b36c-dd7a8a385037" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "138" ], - "x-ms-client-request-id": [ "9ebe0136-827d-432d-ac1e-68fba44ec31d" ], + "x-ms-unique-id": [ "144" ], + "x-ms-client-request-id": [ "d5bcff8a-cd12-42ce-b3d9-c6781e9b1a6e" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -301,27 +342,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "901f4969-5733-49bb-9719-bf9966f76b80" ], + "x-ms-request-id": [ "3e492525-543d-47c6-ac9d-7ae4fcd46d0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11994" ], - "x-ms-correlation-request-id": [ "3d908f4d-bfb9-4888-b6d7-12548ca545e6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002839Z:3d908f4d-bfb9-4888-b6d7-12548ca545e6" ], + "x-ms-correlation-request-id": [ "12a2ba75-4aa2-451d-b2c3-000e4525fea9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012821Z:12a2ba75-4aa2-451d-b2c3-000e4525fea9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-CustomImage-s9wytca2x7?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-CustomImage-yujr5zl6o7?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-CustomImage-s9wytca2x7?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-CustomImage-yujr5zl6o7?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -335,7 +376,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9093c6b2-272a-4b44-a982-c1e4bb22c1c6" ], + "x-ms-request-id": [ "fd32a13d-ba3c-4b85-a130-686799ea07ca" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -343,23 +384,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "1a172a82-fc44-4af8-8df0-4614cf2e2d7b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002842Z:1a172a82-fc44-4af8-8df0-4614cf2e2d7b" ], - "Date": [ "Tue, 16 Jun 2020 00:28:42 GMT" ] + "x-ms-correlation-request-id": [ "8ecd830e-a4eb-4f2b-9651-204c46f24532" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012825Z:8ecd830e-a4eb-4f2b-9651-204c46f24532" ], + "Date": [ "Sun, 18 Oct 2020 01:28:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00006cb9-0000-0300-0000-5ee812390000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-CustomImage-s9wytca2x7\",\"AppId\":\"0b270b1c-3feb-4ba8-bc99-925c171669e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"ConnectionString\":\"InstrumentationKey=bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"Name\":\"Functions-CustomImage-s9wytca2x7\",\"CreationDate\":\"2020-06-16T00:28:41.2607902+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-CustomImage-yujr5zl6o7\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270229aa-0000-0300-0000-5f8b9a370000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-CustomImage-yujr5zl6o7\",\"AppId\":\"1eb7f0a7-c2e7-472e-adf6-0141cf4518a4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"78de37ec-2eef-4dd6-9832-ccaa758a4cbf\",\"ConnectionString\":\"InstrumentationKey=78de37ec-2eef-4dd6-9832-ccaa758a4cbf;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-CustomImage-yujr5zl6o7\",\"CreationDate\":\"2020-10-18T01:28:22.9740694+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux,container\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DOCKER_CUSTOM_IMAGE_NAME\",\r\n \"value\": \"divyag2411/test:customcontainer\"\r\n },\r\n {\r\n \"name\": \"FUNCTION_APP_EDIT_MODE\",\r\n \"value\": \"readOnly\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customimage-s9wytca2x7\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"bc63fb88-38f2-4b52-8315-2a4fb460dc49\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOCKER|divyag2411/test:customcontainer\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux,container\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DOCKER_CUSTOM_IMAGE_NAME\",\r\n \"value\": \"divyag2411/test:customcontainer\"\r\n },\r\n {\r\n \"name\": \"FUNCTION_APP_EDIT_MODE\",\r\n \"value\": \"readOnly\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customimage-yujr5zl6o7\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"78de37ec-2eef-4dd6-9832-ccaa758a4cbf\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOCKER|divyag2411/test:customcontainer\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -372,34 +413,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437518F32EB5\"" ], + "ETag": [ "\"1D6A4EDFC2D32F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "56eae248-f095-4b82-942b-4da10173d3c5" ], + "x-ms-request-id": [ "65702a88-7b1d-4ddc-a9d8-bb749ac47e36" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], - "x-ms-correlation-request-id": [ "2d7a91e2-2b4f-4a07-a7e7-44b2948639f9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:2d7a91e2-2b4f-4a07-a7e7-44b2948639f9" ], + "x-ms-correlation-request-id": [ "27a7b60a-a051-4a93-ab7b-79cafe881831" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012845Z:27a7b60a-a051-4a93-ab7b-79cafe881831" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:01 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5783" ], + "Content-Length": [ "5913" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-s9wytca2x7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-CustomImage-s9wytca2x7\",\"repositorySiteName\":\"Functions-CustomImage-s9wytca2x7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:45.8066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-s9wytca2x7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-s9wytca2x7\\\\$Functions-CustomImage-s9wytca2x7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-yujr5zl6o7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-CustomImage-yujr5zl6o7\",\"repositorySiteName\":\"Functions-CustomImage-yujr5zl6o7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"functions-customimage-yujr5zl6o7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-yujr5zl6o7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:29.3133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-yujr5zl6o7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-yujr5zl6o7\\\\$Functions-CustomImage-yujr5zl6o7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "141" ], - "x-ms-client-request-id": [ "429d8c35-1106-4ea0-b430-561d02680fe7" ], + "x-ms-unique-id": [ "147" ], + "x-ms-client-request-id": [ "725ea17d-4835-4af5-bf7b-b1db93441567" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -414,34 +455,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437518F32EB5\"" ], + "ETag": [ "\"1D6A4EDFC2D32F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d2797e2a-4d9c-4646-a336-235670a1b33c" ], + "x-ms-request-id": [ "3b6e28a3-9261-469a-bedf-24d43a1ce2fb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], - "x-ms-correlation-request-id": [ "79c3bfaf-4d0a-4e31-b3f5-01b9aca96517" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:79c3bfaf-4d0a-4e31-b3f5-01b9aca96517" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], + "x-ms-correlation-request-id": [ "d06c1e37-7002-4fa7-8d46-c402267483f3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012845Z:d06c1e37-7002-4fa7-8d46-c402267483f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5583" ], + "Content-Length": [ "5713" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-s9wytca2x7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-CustomImage-s9wytca2x7\",\"repositorySiteName\":\"Functions-CustomImage-s9wytca2x7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:46.2833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-s9wytca2x7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-s9wytca2x7\\\\$Functions-CustomImage-s9wytca2x7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-yujr5zl6o7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-CustomImage-yujr5zl6o7\",\"repositorySiteName\":\"Functions-CustomImage-yujr5zl6o7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"functions-customimage-yujr5zl6o7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-yujr5zl6o7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:29.9033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-yujr5zl6o7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-yujr5zl6o7\\\\$Functions-CustomImage-yujr5zl6o7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "142" ], - "x-ms-client-request-id": [ "ba6d2b3c-f4d2-47e7-a6b1-508bbaeedee5" ], + "x-ms-unique-id": [ "148" ], + "x-ms-client-request-id": [ "e54f2e18-9c21-41e5-9718-2e515bbb3b45" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -457,32 +498,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a7c04bf9-bbd7-4c52-9911-ad9f405e5181" ], + "x-ms-request-id": [ "b3d294f5-e86f-4cbe-9d49-e146c75d1037" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11974" ], - "x-ms-correlation-request-id": [ "bd88c221-711c-482b-b2bc-cc55d55d4185" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:bd88c221-711c-482b-b2bc-cc55d55d4185" ], + "x-ms-correlation-request-id": [ "60851368-d581-4978-962b-d19d5b5d9db4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012846Z:60851368-d581-4978-962b-d19d5b5d9db4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1196" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-s9wytca2x7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-yujr5zl6o7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"78de37ec-2eef-4dd6-9832-ccaa758a4cbf\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "143" ], - "x-ms-client-request-id": [ "02285292-3116-4749-9f4f-2f4042b8e263" ], + "x-ms-unique-id": [ "149" ], + "x-ms-client-request-id": [ "53cef214-fa39-4ad3-9a77-8d88c1d412da" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -498,32 +539,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "abf30f0d-b045-4b12-8931-e6704873dfea" ], + "x-ms-request-id": [ "326db910-6113-45aa-b575-a5d87c59900e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], - "x-ms-correlation-request-id": [ "55bc2a83-3c26-40d3-bb0f-d0f7b3ebc9ef" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:55bc2a83-3c26-40d3-bb0f-d0f7b3ebc9ef" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], + "x-ms-correlation-request-id": [ "e29ddc5f-c009-489d-9958-d6da00eebadb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012846Z:e29ddc5f-c009-489d-9958-d6da00eebadb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3360" ], + "Content-Length": [ "3795" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-s9wytca2x7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/web\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-yujr5zl6o7\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "144" ], - "x-ms-client-request-id": [ "1bd83832-7b1d-419a-b6d5-86a5528d6cbf" ], + "x-ms-unique-id": [ "150" ], + "x-ms-client-request-id": [ "805e3edc-5042-49f6-8977-6005586f8c44" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -538,34 +579,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437518F32EB5\"" ], + "ETag": [ "\"1D6A4EDFC2D32F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d4ea5416-3633-48a5-8688-467d8b51131a" ], + "x-ms-request-id": [ "a6ed1bf8-a3d8-4386-8190-d37ed8e99dc6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], - "x-ms-correlation-request-id": [ "4aba3dc5-12a6-41af-b0e7-bd96a28b12f8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002903Z:4aba3dc5-12a6-41af-b0e7-bd96a28b12f8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], + "x-ms-correlation-request-id": [ "eae6c115-2562-4aef-b5a0-f744d5dc0dd3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012846Z:eae6c115-2562-4aef-b5a0-f744d5dc0dd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5583" ], + "Content-Length": [ "5713" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-s9wytca2x7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-CustomImage-s9wytca2x7\",\"repositorySiteName\":\"Functions-CustomImage-s9wytca2x7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:46.2833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-s9wytca2x7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-s9wytca2x7\\\\$Functions-CustomImage-s9wytca2x7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-yujr5zl6o7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-CustomImage-yujr5zl6o7\",\"repositorySiteName\":\"Functions-CustomImage-yujr5zl6o7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"functions-customimage-yujr5zl6o7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-yujr5zl6o7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:28:29.9033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-yujr5zl6o7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-yujr5zl6o7\\\\$Functions-CustomImage-yujr5zl6o7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-customimage-yujr5zl6o7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "145" ], - "x-ms-client-request-id": [ "c2dc97b6-6bab-4216-bc7c-9d9392f8b2b6" ], + "x-ms-unique-id": [ "151" ], + "x-ms-client-request-id": [ "493ddb04-a1a7-43d9-b231-9e5bf38c50ca" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -581,32 +622,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "aaf6d83c-1ca4-44f4-9c17-2e58b9db42c9" ], + "x-ms-request-id": [ "56dba721-2325-46c2-8bb1-b79559d06538" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11973" ], - "x-ms-correlation-request-id": [ "5bce8d33-3866-40ee-8bd4-2a884de797d4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002903Z:5bce8d33-3866-40ee-8bd4-2a884de797d4" ], + "x-ms-correlation-request-id": [ "467bd36e-3dc3-49b2-ba9a-b4859778f2c1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012846Z:467bd36e-3dc3-49b2-ba9a-b4859778f2c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1196" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-s9wytca2x7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-yujr5zl6o7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"78de37ec-2eef-4dd6-9832-ccaa758a4cbf\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "146" ], - "x-ms-client-request-id": [ "c9883f33-f4a4-4a73-b5c0-01624b50b6e5" ], + "x-ms-unique-id": [ "152" ], + "x-ms-client-request-id": [ "2b11f4aa-e4b3-493b-9a27-4cd3fd398e33" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -622,32 +663,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d06662f3-9538-43dc-a021-73a43e646a09" ], + "x-ms-request-id": [ "be58ba29-c9b1-48f5-a350-af5db816ea8e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], - "x-ms-correlation-request-id": [ "ce730cd8-eea9-42b1-8184-05dc96edb7dd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002903Z:ce730cd8-eea9-42b1-8184-05dc96edb7dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], + "x-ms-correlation-request-id": [ "35a2b4f3-ca3e-485a-86ae-0605a3d1ad8a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012847Z:35a2b4f3-ca3e-485a-86ae-0605a3d1ad8a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3360" ], + "Content-Length": [ "3795" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-s9wytca2x7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7/config/web\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-yujr5zl6o7\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-CustomImage-yujr5zl6o7?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "147" ], - "x-ms-client-request-id": [ "b1cc5636-3aff-454b-86aa-ebdf69eda6bf" ], + "x-ms-unique-id": [ "153" ], + "x-ms-client-request-id": [ "21e52ffe-7ec1-4149-a06d-8563eb1cd20f" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -662,17 +703,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437518F32EB5\"" ], + "ETag": [ "\"1D6A4EDFC2D32F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cb6d1e1a-0c71-42e1-aa57-54b59875a8b3" ], + "x-ms-request-id": [ "75c8a58a-b175-41a1-91c2-45abc09d1129" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "342edded-3a31-47ea-8a2c-ee46c0089fe3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002905Z:342edded-3a31-47ea-8a2c-ee46c0089fe3" ], + "x-ms-correlation-request-id": [ "fe37ae4a-594b-4b9b-aaec-6aad9ee46a35" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012855Z:fe37ae4a-594b-4b9b-aaec-6aad9ee46a35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:54 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -681,11 +722,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -699,15 +740,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cd8890a0-8f27-4b9f-af02-5400c03c4090" ], + "x-ms-request-id": [ "7367effc-142b-4b44-9818-cfac8a5be5e2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], - "x-ms-correlation-request-id": [ "8f2363c7-64d8-4cac-9925-e7bbfeb1033d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002905Z:8f2363c7-64d8-4cac-9925-e7bbfeb1033d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], + "x-ms-correlation-request-id": [ "ea8b0394-9143-4ac8-9bdd-c82c82cb1186" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012855Z:ea8b0394-9143-4ac8-9bdd-c82c82cb1186" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -717,14 +758,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "149" ], - "x-ms-client-request-id": [ "e1d3b332-1817-4e2c-8789-b4e0cec61758" ], + "x-ms-unique-id": [ "155" ], + "x-ms-client-request-id": [ "b7039abb-abb8-455c-99e6-32289d09061e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -740,32 +781,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3b35dc4a-a070-4e83-a276-49eccec1ce75" ], + "x-ms-request-id": [ "4147b9da-caf5-4514-8e42-ec2faeacd885" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], - "x-ms-correlation-request-id": [ "f1a7971d-cac5-4a56-8840-77f160d3fea8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002905Z:f1a7971d-cac5-4a56-8840-77f160d3fea8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], + "x-ms-correlation-request-id": [ "9fba69a0-8457-4333-9602-c8fa29e1e56c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012855Z:9fba69a0-8457-4333-9602-c8fa29e1e56c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "150" ], - "x-ms-client-request-id": [ "7e4b2998-94a9-469d-9746-92cef6812844" ], + "x-ms-unique-id": [ "156" ], + "x-ms-client-request-id": [ "044e3906-24a0-4443-ba05-ad4dde5b8108" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -780,31 +821,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "95154074-3691-4b4a-8904-bfcaafb125ad" ], + "x-ms-request-id": [ "063ad6d3-7ef0-4be9-9e79-39f56040f148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], - "x-ms-correlation-request-id": [ "b4922117-7c24-46c4-9d65-f4d0e1367b06" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002906Z:b4922117-7c24-46c4-9d65-f4d0e1367b06" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], + "x-ms-correlation-request-id": [ "c3b75696-3642-45c9-868c-9f44ecd83c5b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012855Z:c3b75696-3642-45c9-868c-9f44ecd83c5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "151" ], - "x-ms-client-request-id": [ "a8c8ecd3-5e56-42e5-8b6a-7d77c80dfdd8" ], + "x-ms-unique-id": [ "157" ], + "x-ms-client-request-id": [ "fcfcc6be-6e2a-4abe-9a1a-46dbefdd4c59" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -819,27 +860,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "bfe5a099-a660-4a18-985d-8d251f8c88ab" ], + "x-ms-request-id": [ "5b229664-f048-4111-8bfd-280151a1f82c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11993" ], - "x-ms-correlation-request-id": [ "2f6339cb-809a-4f16-ab69-a2faff75510d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002906Z:2f6339cb-809a-4f16-ab69-a2faff75510d" ], + "x-ms-correlation-request-id": [ "30286bf9-4e31-4916-9d7c-ac70bf11ab08" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012855Z:30286bf9-4e31-4916-9d7c-ac70bf11ab08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -853,7 +894,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ac9e3d5e-0274-49e5-b60a-5815d0ee59c7" ], + "x-ms-request-id": [ "361a331e-b1c2-4dac-9375-7d4cfaece7d2" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -861,23 +902,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "381826f5-5150-4515-9d89-219fb6550ec1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:381826f5-5150-4515-9d89-219fb6550ec1" ], - "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] + "x-ms-correlation-request-id": [ "aa4b120a-992a-49c6-a313-ccb76747daf2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012858Z:aa4b120a-992a-49c6-a313-ccb76747daf2" ], + "Date": [ "Sun, 18 Oct 2020 01:28:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00008ab9-0000-0300-0000-5ee8127a0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27029db1-0000-0300-0000-5f8b9a590000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -891,15 +932,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "11098a99-a97c-4c02-8717-378f8485b249" ], + "x-ms-request-id": [ "962d00b5-43f6-4404-a6f8-b0bb812b2e7d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], - "x-ms-correlation-request-id": [ "bbcae4d0-4503-47fc-8803-38e17ae762ba" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:bbcae4d0-4503-47fc-8803-38e17ae762ba" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], + "x-ms-correlation-request-id": [ "d69b055c-638f-4eb3-b83c-25622c1eda32" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012858Z:d69b055c-638f-4eb3-b83c-25622c1eda32" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -909,14 +950,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "154" ], - "x-ms-client-request-id": [ "1b7f698b-dc27-459f-8e77-56d88f5fbad2" ], + "x-ms-unique-id": [ "160" ], + "x-ms-client-request-id": [ "1cf79776-af0d-4f1a-aeac-d84ac676e2a5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -932,32 +973,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bad2c3eb-1bee-4c8b-b023-2847dc3eb3da" ], + "x-ms-request-id": [ "8ffccc70-6f4a-49a0-84db-59e164a36868" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], - "x-ms-correlation-request-id": [ "23ec9471-bfc9-4c2a-88c7-1e7d086f5a31" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:23ec9471-bfc9-4c2a-88c7-1e7d086f5a31" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], + "x-ms-correlation-request-id": [ "631952c7-deef-49a6-95a7-1bfbc70760e0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012859Z:631952c7-deef-49a6-95a7-1bfbc70760e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "155" ], - "x-ms-client-request-id": [ "34c4d637-e208-4725-b5f8-2aa891b22663" ], + "x-ms-unique-id": [ "161" ], + "x-ms-client-request-id": [ "9f08b32d-940f-4eeb-bb17-3751a11ee313" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -972,31 +1013,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c78738d9-42de-4143-ad12-2c5461b10680" ], + "x-ms-request-id": [ "c92c26ff-a304-42f2-a429-04c4fc4fbb9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], - "x-ms-correlation-request-id": [ "6eb2930e-3015-4f9f-be7e-33bc09ad8c30" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:6eb2930e-3015-4f9f-be7e-33bc09ad8c30" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], + "x-ms-correlation-request-id": [ "c3212eb0-cc58-4513-ba26-b445b17790e9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012859Z:c3212eb0-cc58-4513-ba26-b445b17790e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "156" ], - "x-ms-client-request-id": [ "76557dfc-93df-4a1c-ad2d-f62bbbd6f028" ], + "x-ms-unique-id": [ "162" ], + "x-ms-client-request-id": [ "9ed9c8f2-6d24-40ad-902a-0ce755b4d8be" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1011,27 +1052,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b38d76d2-19a7-4866-99c2-de9f1510044d" ], + "x-ms-request-id": [ "cc005300-a713-4cbe-9d7a-44c1c077c4cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11992" ], - "x-ms-correlation-request-id": [ "8a24b42d-775e-4d18-a5cf-bb6266df6362" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002948Z:8a24b42d-775e-4d18-a5cf-bb6266df6362" ], + "x-ms-correlation-request-id": [ "7167f4d7-e450-4334-ace2-1e2c2b46769e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012859Z:7167f4d7-e450-4334-ace2-1e2c2b46769e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:28:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1045,7 +1086,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7a311161-9409-4bf4-9ed4-8a4e6ac438d3" ], + "x-ms-request-id": [ "ae0fd682-2cf9-4b61-b1bf-f3412564739c" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1053,23 +1094,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "7999fddf-a780-47b2-b950-0e658a8d947c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:7999fddf-a780-47b2-b950-0e658a8d947c" ], - "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] + "x-ms-correlation-request-id": [ "cccc772f-2c01-49d4-b4d1-4f04b25272e9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012900Z:cccc772f-2c01-49d4-b4d1-4f04b25272e9" ], + "Date": [ "Sun, 18 Oct 2020 01:29:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00008db9-0000-0300-0000-5ee8127c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27024cb2-0000-0300-0000-5f8b9a5b0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1083,15 +1124,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4863d338-b1e9-484a-91d4-86eb326ec3c8" ], + "x-ms-request-id": [ "702296ba-28f2-4a40-8ec0-676bdbb0df93" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], - "x-ms-correlation-request-id": [ "925b9bab-dd9e-45a6-bd15-a242b509adc6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:925b9bab-dd9e-45a6-bd15-a242b509adc6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], + "x-ms-correlation-request-id": [ "0dd47e34-247f-4ab7-bb6e-5a56921f71b6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012901Z:0dd47e34-247f-4ab7-bb6e-5a56921f71b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1101,14 +1142,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "159" ], - "x-ms-client-request-id": [ "b5ba3698-109d-4cc7-a968-b08835e6787b" ], + "x-ms-unique-id": [ "165" ], + "x-ms-client-request-id": [ "c8731855-1c33-451a-beb0-4fd5c0be1f0f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1124,32 +1165,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b02d9a9b-6871-40c1-987a-04113fa034b8" ], + "x-ms-request-id": [ "eeef5b92-dc9b-49e4-9ec8-3a4ea456ddf8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], - "x-ms-correlation-request-id": [ "091b1373-815b-484a-b338-da2b6d3a5300" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:091b1373-815b-484a-b338-da2b6d3a5300" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], + "x-ms-correlation-request-id": [ "41d810f3-f910-44c8-b435-c9af147de0cd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012901Z:41d810f3-f910-44c8-b435-c9af147de0cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "160" ], - "x-ms-client-request-id": [ "a6116a50-d5d6-493c-8a20-d69c429d25df" ], + "x-ms-unique-id": [ "166" ], + "x-ms-client-request-id": [ "c14ecc91-937a-435b-b5b0-bc061ab618cd" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1164,31 +1205,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "59b737f0-e883-42fe-be68-03bb6fd6b640" ], + "x-ms-request-id": [ "24176867-3b72-4668-abb6-eda0d56e6206" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], - "x-ms-correlation-request-id": [ "e9cf50d2-ba09-443b-89df-2b6cc172a13f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:e9cf50d2-ba09-443b-89df-2b6cc172a13f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], + "x-ms-correlation-request-id": [ "b76325a8-a787-4e20-94f2-73436d6c4fc0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012901Z:b76325a8-a787-4e20-94f2-73436d6c4fc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "161" ], - "x-ms-client-request-id": [ "2e4d9e95-ca37-4dc7-84ec-ed73ec5c621e" ], + "x-ms-unique-id": [ "167" ], + "x-ms-client-request-id": [ "ded2f807-dbd1-4517-8e58-8857e1dd96e4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1203,27 +1244,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7a293628-49b7-4ff7-96eb-ae670367a9b4" ], + "x-ms-request-id": [ "2acc2efb-afa8-426f-8bd2-43a564410c63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11991" ], - "x-ms-correlation-request-id": [ "e75c129a-93ee-4509-888d-1b5a1e97ede0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T002950Z:e75c129a-93ee-4509-888d-1b5a1e97ede0" ], + "x-ms-correlation-request-id": [ "4da0a11e-a656-4974-a18b-d37e304d985b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012901Z:4da0a11e-a656-4974-a18b-d37e304d985b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1237,7 +1278,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "67ef0d84-112d-4474-a435-38d3e792c4aa" ], + "x-ms-request-id": [ "9a02f34f-87d3-4d9e-b1c7-fe96ae68aa0d" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1245,23 +1286,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-correlation-request-id": [ "3a7c30e2-82a4-4d31-82d4-7323be817ce8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003039Z:3a7c30e2-82a4-4d31-82d4-7323be817ce8" ], - "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] + "x-ms-correlation-request-id": [ "d8165344-73b4-45c3-b0e6-dd193f5954a7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012903Z:d8165344-73b4-45c3-b0e6-dd193f5954a7" ], + "Date": [ "Sun, 18 Oct 2020 01:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000099b9-0000-0300-0000-5ee8127e0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270204b3-0000-0300-0000-5f8b9a5e0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1275,15 +1316,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "99793185-d68a-4e15-aaa5-f489d4e8bff4" ], + "x-ms-request-id": [ "cbaaae42-dac0-4a03-9fa5-c5f735f5056b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], - "x-ms-correlation-request-id": [ "0e1be2a5-a885-4ea1-ad81-1b43063a5a4f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:0e1be2a5-a885-4ea1-ad81-1b43063a5a4f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], + "x-ms-correlation-request-id": [ "d12ff21d-9b0d-475e-b623-7e4a189b8324" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012903Z:d12ff21d-9b0d-475e-b623-7e4a189b8324" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1293,14 +1334,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "164" ], - "x-ms-client-request-id": [ "defb32fd-4682-4169-92ae-c79dde5a5617" ], + "x-ms-unique-id": [ "170" ], + "x-ms-client-request-id": [ "6a8dd405-050f-44eb-9bc1-1e52f08b81bc" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1316,32 +1357,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a3204025-b2d1-4b64-a768-5675b2fa5aac" ], + "x-ms-request-id": [ "eb6a29f8-dfbe-4fc4-b3d0-a7ccfb010105" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], - "x-ms-correlation-request-id": [ "7bb385c6-ceea-4797-b553-d964b8152035" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:7bb385c6-ceea-4797-b553-d964b8152035" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], + "x-ms-correlation-request-id": [ "86ffd657-5817-499d-8f8a-a3d3d8de3d3b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012903Z:86ffd657-5817-499d-8f8a-a3d3d8de3d3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "165" ], - "x-ms-client-request-id": [ "778f0521-61cc-4eb7-9508-2cd8107df542" ], + "x-ms-unique-id": [ "171" ], + "x-ms-client-request-id": [ "dac13022-975d-4dfa-9826-b2afbf165abc" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1356,31 +1397,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "2b0cfb3f-d4a3-4121-a966-637afa03a340" ], + "x-ms-request-id": [ "2b6116c2-d53c-4953-92e4-f3052394c16d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], - "x-ms-correlation-request-id": [ "30c84244-e63b-4f78-963e-2bc3f4a5c975" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:30c84244-e63b-4f78-963e-2bc3f4a5c975" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], + "x-ms-correlation-request-id": [ "fead4e0e-fbb4-43ec-bd32-366ab5551af2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012903Z:fead4e0e-fbb4-43ec-bd32-366ab5551af2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "166" ], - "x-ms-client-request-id": [ "4c626ae0-412b-4cf4-be91-1b6f7cccb22c" ], + "x-ms-unique-id": [ "172" ], + "x-ms-client-request-id": [ "0be3f051-bfc5-4409-9cfc-e9289a0a4014" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1395,27 +1436,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "47f418ab-095f-4e32-bd00-f74fcfe31888" ], + "x-ms-request-id": [ "d4dbcb3a-71a5-498c-ad7d-2cc450018ec9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11990" ], - "x-ms-correlation-request-id": [ "2f288e7a-1bd3-4624-8b02-08fd514bc208" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:2f288e7a-1bd3-4624-8b02-08fd514bc208" ], + "x-ms-correlation-request-id": [ "1e174099-c158-4e78-841b-73210425d9f2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012903Z:1e174099-c158-4e78-841b-73210425d9f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1429,7 +1470,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5d55abce-1b17-4344-a75b-3516794d65a0" ], + "x-ms-request-id": [ "308536a4-df76-47d5-9beb-09e978da5472" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1437,23 +1478,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-correlation-request-id": [ "5718e085-752a-439a-91e1-0ab9c24a5ac1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003041Z:5718e085-752a-439a-91e1-0ab9c24a5ac1" ], - "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] + "x-ms-correlation-request-id": [ "c4102926-e36b-4310-8252-31b8b055898f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012905Z:c4102926-e36b-4310-8252-31b8b055898f" ], + "Date": [ "Sun, 18 Oct 2020 01:29:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ceb9-0000-0300-0000-5ee812b10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702a2b3-0000-0300-0000-5f8b9a600000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1467,15 +1508,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f31c3f64-7a0c-49a2-aee9-50e7ca893300" ], + "x-ms-request-id": [ "810a7438-62f9-4b4c-9199-cf1e9bac32e9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], - "x-ms-correlation-request-id": [ "d0a53f89-2a14-4520-b946-4ecc3e485b1d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003041Z:d0a53f89-2a14-4520-b946-4ecc3e485b1d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], + "x-ms-correlation-request-id": [ "72416ed9-d7ec-4ea9-a93d-50f812b1c50b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012905Z:72416ed9-d7ec-4ea9-a93d-50f812b1c50b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1485,14 +1526,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "169" ], - "x-ms-client-request-id": [ "0b1ef608-48af-4cdd-a224-85917dfc58b2" ], + "x-ms-unique-id": [ "175" ], + "x-ms-client-request-id": [ "a79d2687-b451-467b-85cc-8bd686d5601e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1508,32 +1549,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d09077e6-bf38-406f-bf78-0e24a8b7c707" ], + "x-ms-request-id": [ "cd5f9fc8-060d-4e86-a858-aaf904ae0a2b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], - "x-ms-correlation-request-id": [ "621ec995-6749-42aa-baea-3b35f4d6eee7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003042Z:621ec995-6749-42aa-baea-3b35f4d6eee7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], + "x-ms-correlation-request-id": [ "b6353ece-18a8-44f3-8a8f-c5744db934f4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012905Z:b6353ece-18a8-44f3-8a8f-c5744db934f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "170" ], - "x-ms-client-request-id": [ "6f4642c1-5c24-4d00-a71f-ad15fdd76f30" ], + "x-ms-unique-id": [ "176" ], + "x-ms-client-request-id": [ "20a96961-f20f-49d8-a9b3-7a2d5bcb6716" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1548,31 +1589,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "17fae792-9d72-4152-b7e8-54c2cc98ef04" ], + "x-ms-request-id": [ "506877fe-3a2d-4dbc-947d-5165649be7e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], - "x-ms-correlation-request-id": [ "d4bdaf4a-ad2c-4ae6-bd6f-25e3f4e6f85b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003042Z:d4bdaf4a-ad2c-4ae6-bd6f-25e3f4e6f85b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], + "x-ms-correlation-request-id": [ "ed074092-c35c-4356-b56c-338fbcaaafac" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012905Z:ed074092-c35c-4356-b56c-338fbcaaafac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "171" ], - "x-ms-client-request-id": [ "617596a6-fba2-4a55-ad61-f3049682af6e" ], + "x-ms-unique-id": [ "177" ], + "x-ms-client-request-id": [ "30c0b88c-c582-4a6c-b530-5764d761d1ff" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1587,27 +1628,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c93e92df-267d-4b42-8d61-3383a3dd5b82" ], + "x-ms-request-id": [ "3399b6a4-4136-4344-9811-96377c709791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11989" ], - "x-ms-correlation-request-id": [ "c01c6605-f6e0-4faa-9f7a-2f5744157738" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003042Z:c01c6605-f6e0-4faa-9f7a-2f5744157738" ], + "x-ms-correlation-request-id": [ "6a719e52-36a6-4418-9e48-b1f9c493d16c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012905Z:6a719e52-36a6-4418-9e48-b1f9c493d16c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1621,7 +1662,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ab6d7894-2eb1-4b52-bd96-182223586bed" ], + "x-ms-request-id": [ "a55d25f7-6416-40e6-a82c-de14b60cb73c" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1629,23 +1670,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-correlation-request-id": [ "e8f23abb-227b-4ef8-89c7-6a0d14101f8a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003043Z:e8f23abb-227b-4ef8-89c7-6a0d14101f8a" ], - "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] + "x-ms-correlation-request-id": [ "11e7a693-6c67-4fde-ba43-2d748f761a55" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012907Z:11e7a693-6c67-4fde-ba43-2d748f761a55" ], + "Date": [ "Sun, 18 Oct 2020 01:29:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d1b9-0000-0300-0000-5ee812b20000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27022cb4-0000-0300-0000-5f8b9a620000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1659,15 +1700,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1dd5282c-87b2-4745-8201-76215a431dab" ], + "x-ms-request-id": [ "e600d23d-1308-4c67-9f9c-44feb149a38a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], - "x-ms-correlation-request-id": [ "8d24bdaf-05f8-4324-91a1-3fbc2d0fe7a0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003043Z:8d24bdaf-05f8-4324-91a1-3fbc2d0fe7a0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], + "x-ms-correlation-request-id": [ "2223b769-933e-49e2-b51d-1c2530117427" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012907Z:2223b769-933e-49e2-b51d-1c2530117427" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1677,14 +1718,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "174" ], - "x-ms-client-request-id": [ "607ac8d2-a5bd-4bb3-bd3b-e34b4a537dce" ], + "x-ms-unique-id": [ "180" ], + "x-ms-client-request-id": [ "f53e9060-9be3-4845-81f3-03aaf26eb12e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1700,32 +1741,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8cf663e2-cadd-443d-8d88-81d03d66be2e" ], + "x-ms-request-id": [ "2d66c7cb-2784-4ea4-b41c-0edcab676870" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], - "x-ms-correlation-request-id": [ "8eaddbfa-b4d1-478c-839f-dc4325c778b5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003044Z:8eaddbfa-b4d1-478c-839f-dc4325c778b5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], + "x-ms-correlation-request-id": [ "34bde10b-67fa-4145-8086-e295d8df13e4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012907Z:34bde10b-67fa-4145-8086-e295d8df13e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "175" ], - "x-ms-client-request-id": [ "c8959169-322d-4c1f-9a05-6921c034763d" ], + "x-ms-unique-id": [ "181" ], + "x-ms-client-request-id": [ "2d329a62-c8e0-4a4e-ac56-81df2a5923b6" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1740,31 +1781,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7d126411-ff67-4395-b4cb-3baa9e0ac8ee" ], + "x-ms-request-id": [ "bace8f24-d567-4f57-b146-99bdfb324624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], - "x-ms-correlation-request-id": [ "2d362d80-b1c9-4c75-aeb2-63616085321f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003044Z:2d362d80-b1c9-4c75-aeb2-63616085321f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], + "x-ms-correlation-request-id": [ "78461967-335f-4fbd-925d-bc0ec2ae5a52" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012907Z:78461967-335f-4fbd-925d-bc0ec2ae5a52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "176" ], - "x-ms-client-request-id": [ "8a339921-e65d-4806-af1b-7cb44cfd00f4" ], + "x-ms-unique-id": [ "182" ], + "x-ms-client-request-id": [ "78c5f986-47b1-4212-bc08-4e1486186a7f" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1779,27 +1820,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "247bbadf-1341-4fb0-9886-bf193d32d7d2" ], + "x-ms-request-id": [ "9efda4c7-268a-4ada-a1ca-996e8655d3ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11988" ], - "x-ms-correlation-request-id": [ "9aecede0-033b-4db4-8e0c-9b36ab91895d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003044Z:9aecede0-033b-4db4-8e0c-9b36ab91895d" ], + "x-ms-correlation-request-id": [ "39f29249-99ba-41c0-b499-0a5b891d23ed" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012907Z:39f29249-99ba-41c0-b499-0a5b891d23ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1813,7 +1854,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f7040531-e3b5-4ac0-bcdc-c755f2179b8a" ], + "x-ms-request-id": [ "6ec187d4-c4e8-4cd0-87bd-7e152661087b" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1821,23 +1862,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-correlation-request-id": [ "43bc5a24-372b-45c2-bb83-187911beb6cf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003045Z:43bc5a24-372b-45c2-bb83-187911beb6cf" ], - "Date": [ "Tue, 16 Jun 2020 00:30:44 GMT" ] + "x-ms-correlation-request-id": [ "a98e2313-b751-4ca6-8502-10385443fe37" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012909Z:a98e2313-b751-4ca6-8502-10385443fe37" ], + "Date": [ "Sun, 18 Oct 2020 01:29:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d2b9-0000-0300-0000-5ee812b40000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702acb4-0000-0300-0000-5f8b9a640000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1851,15 +1892,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "eb447add-d9db-4c58-8046-c03f71c35e37" ], + "x-ms-request-id": [ "2900f867-235f-4db4-ae63-63099ceb47a0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], - "x-ms-correlation-request-id": [ "c75ac891-a9e1-43cc-92b7-434bfbb3739c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003045Z:c75ac891-a9e1-43cc-92b7-434bfbb3739c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], + "x-ms-correlation-request-id": [ "8a236351-703a-42cd-a665-65d863589558" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012909Z:8a236351-703a-42cd-a665-65d863589558" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1869,14 +1910,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "179" ], - "x-ms-client-request-id": [ "5e15d88c-b732-453c-99f7-3c2a63557eca" ], + "x-ms-unique-id": [ "185" ], + "x-ms-client-request-id": [ "7288daeb-135e-4426-b869-a73cf55a3381" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1892,32 +1933,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "828a8d64-4396-4bbe-b992-d41ac442ac73" ], + "x-ms-request-id": [ "fe18f3a2-b190-4c13-b114-9073d5cb3b29" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], - "x-ms-correlation-request-id": [ "8b039000-ee15-408f-9ef0-79d5ef27f1df" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003045Z:8b039000-ee15-408f-9ef0-79d5ef27f1df" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], + "x-ms-correlation-request-id": [ "32dcac7f-131f-48cf-a44d-8fb707f8b758" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012910Z:32dcac7f-131f-48cf-a44d-8fb707f8b758" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "180" ], - "x-ms-client-request-id": [ "96610859-a074-4420-8432-a3cb1bad6580" ], + "x-ms-unique-id": [ "186" ], + "x-ms-client-request-id": [ "c2beca0c-22ae-4833-9366-92a77fc051ec" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1932,31 +1973,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9d7d3f3e-fad5-4fda-a44b-21b8e4718bb6" ], + "x-ms-request-id": [ "493eb87b-5577-4879-8815-6d7bdf14c454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], - "x-ms-correlation-request-id": [ "1b91e8a7-4f34-4abc-90b7-c30bf62b8c28" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003046Z:1b91e8a7-4f34-4abc-90b7-c30bf62b8c28" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], + "x-ms-correlation-request-id": [ "dccedff7-d3b4-43a7-b2eb-88a570f91890" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012910Z:dccedff7-d3b4-43a7-b2eb-88a570f91890" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "181" ], - "x-ms-client-request-id": [ "90e0dae5-661e-47b9-867b-38c58ca895fd" ], + "x-ms-unique-id": [ "187" ], + "x-ms-client-request-id": [ "c17a75a2-942b-493a-92fa-ae942e02790d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1971,27 +2012,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b4c50e49-c49a-4260-b209-8d5b8cbb79f7" ], + "x-ms-request-id": [ "3b746b6f-3ee1-4803-a82d-a7a109953cbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11987" ], - "x-ms-correlation-request-id": [ "366aca19-97f7-4b92-bb74-31e3e269d63b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003046Z:366aca19-97f7-4b92-bb74-31e3e269d63b" ], + "x-ms-correlation-request-id": [ "f8323285-3421-4355-b6fe-36779a104960" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012910Z:f8323285-3421-4355-b6fe-36779a104960" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2005,7 +2046,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ef3ef305-ce84-4466-9eda-90f11642cc4a" ], + "x-ms-request-id": [ "2064581a-dc8e-4a73-a089-dde62a4c1601" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2013,23 +2054,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], - "x-ms-correlation-request-id": [ "c42cb319-6640-4ccb-860a-544007042102" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:c42cb319-6640-4ccb-860a-544007042102" ], - "Date": [ "Tue, 16 Jun 2020 00:30:46 GMT" ] + "x-ms-correlation-request-id": [ "d1d2c601-f32a-4539-9e1f-cff45a7b6578" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012911Z:d1d2c601-f32a-4539-9e1f-cff45a7b6578" ], + "Date": [ "Sun, 18 Oct 2020 01:29:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d3b9-0000-0300-0000-5ee812b60000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27021bb5-0000-0300-0000-5f8b9a660000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2043,15 +2084,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5fbe26d-4e5d-47f1-b93c-4a08a34c5730" ], + "x-ms-request-id": [ "150a2f90-4cf0-400b-b950-2c3ebf04bc37" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], - "x-ms-correlation-request-id": [ "4cdfc5a3-9db8-4b95-9918-aa50d12ecb1d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:4cdfc5a3-9db8-4b95-9918-aa50d12ecb1d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], + "x-ms-correlation-request-id": [ "50585206-cf2f-4c99-9d8a-0eda9528e72a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012912Z:50585206-cf2f-4c99-9d8a-0eda9528e72a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2061,14 +2102,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "184" ], - "x-ms-client-request-id": [ "fa1723f4-3434-4d16-b8b8-bce23602d5d4" ], + "x-ms-unique-id": [ "190" ], + "x-ms-client-request-id": [ "ea02e6fb-b29f-464c-bc08-d71af3bb4299" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2084,32 +2125,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "19e080c8-6abd-4b98-b63e-62682c7a40a6" ], + "x-ms-request-id": [ "99155a85-8880-46df-9cec-128c0bdc158c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], - "x-ms-correlation-request-id": [ "f83cd2e2-7597-4370-ab35-1fcfe77ceece" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:f83cd2e2-7597-4370-ab35-1fcfe77ceece" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], + "x-ms-correlation-request-id": [ "4ebf696a-93ab-4866-9aa5-f37d4df323eb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012912Z:4ebf696a-93ab-4866-9aa5-f37d4df323eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "185" ], - "x-ms-client-request-id": [ "cffa2da3-51c7-4a0d-a317-9e3e782ef408" ], + "x-ms-unique-id": [ "191" ], + "x-ms-client-request-id": [ "332e23b8-0258-47f2-a69e-eb287595274f" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2124,31 +2165,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7ad5bc08-d8cf-4656-b73d-08ba3612e845" ], + "x-ms-request-id": [ "33431762-c512-4118-a3a6-42f68d667e72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], - "x-ms-correlation-request-id": [ "9fbd89af-bc4c-4b05-b0af-ffd976ff1896" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:9fbd89af-bc4c-4b05-b0af-ffd976ff1896" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], + "x-ms-correlation-request-id": [ "8461ea2d-a59d-4eb6-8f4d-c65903f38fce" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012912Z:8461ea2d-a59d-4eb6-8f4d-c65903f38fce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "186" ], - "x-ms-client-request-id": [ "64c98165-c5fa-42ba-bd38-1a0f75665bc5" ], + "x-ms-unique-id": [ "192" ], + "x-ms-client-request-id": [ "edc2828f-50e6-4009-9531-8be1ce51882f" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2163,27 +2204,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "651a2ca7-c16b-44f4-aa87-c92b24b6326f" ], + "x-ms-request-id": [ "0eef9db4-838c-4e65-a66b-70b04ee4c50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11986" ], - "x-ms-correlation-request-id": [ "7c31099c-6bc5-4818-9802-5ad4177c6cf1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:7c31099c-6bc5-4818-9802-5ad4177c6cf1" ], + "x-ms-correlation-request-id": [ "397be4c0-67cb-48d2-aae7-f6a20565d4c3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012912Z:397be4c0-67cb-48d2-aae7-f6a20565d4c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2197,7 +2238,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8278694f-d72d-4260-bd40-05ace0a3180e" ], + "x-ms-request-id": [ "786bdc53-9169-4f13-84fa-94c70639330a" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2205,23 +2246,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], - "x-ms-correlation-request-id": [ "cc4f2383-b7aa-4a1c-9d5c-c289abaff95a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:cc4f2383-b7aa-4a1c-9d5c-c289abaff95a" ], - "Date": [ "Tue, 16 Jun 2020 00:30:50 GMT" ] + "x-ms-correlation-request-id": [ "aec683ed-d69a-475c-b0fa-744240e877d6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012915Z:aec683ed-d69a-475c-b0fa-744240e877d6" ], + "Date": [ "Sun, 18 Oct 2020 01:29:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d4b9-0000-0300-0000-5ee812b90000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27021db6-0000-0300-0000-5f8b9a6a0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2235,15 +2276,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f9d987f8-841f-4618-b7b6-a8bed5e11043" ], + "x-ms-request-id": [ "d9f17d86-4efe-4b32-a5ba-9772e21f2667" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], - "x-ms-correlation-request-id": [ "faf486e5-703d-4083-92f8-6cdfd1d56cc2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:faf486e5-703d-4083-92f8-6cdfd1d56cc2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], + "x-ms-correlation-request-id": [ "0d3178cf-0217-4e0e-b856-11f8baefa58c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012916Z:0d3178cf-0217-4e0e-b856-11f8baefa58c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2253,14 +2294,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "189" ], - "x-ms-client-request-id": [ "af9d92e7-8196-479b-ba0f-6f581c0f9350" ], + "x-ms-unique-id": [ "195" ], + "x-ms-client-request-id": [ "19b39cf2-7a35-43c8-8a9c-7b3db81105bb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2276,32 +2317,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3dfdd9f2-c9fe-4615-b659-6f5c43b8e165" ], + "x-ms-request-id": [ "3ea64f10-5686-40bc-875c-11a1eac682bf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], - "x-ms-correlation-request-id": [ "74d5dccc-94ce-426a-b774-88e618a7d434" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:74d5dccc-94ce-426a-b774-88e618a7d434" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], + "x-ms-correlation-request-id": [ "6a0b30a9-e027-4546-a7a1-ec07973f2730" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012916Z:6a0b30a9-e027-4546-a7a1-ec07973f2730" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "190" ], - "x-ms-client-request-id": [ "f345491f-3424-4783-963b-2f68aaa9fb5a" ], + "x-ms-unique-id": [ "196" ], + "x-ms-client-request-id": [ "bf06fbed-3994-463c-b22b-3b5332bcf9fe" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2316,31 +2357,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "44447ec8-7f81-4e78-81f6-1ed3f9332590" ], + "x-ms-request-id": [ "2967f55c-7a29-43bd-8a0d-60357527ce36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], - "x-ms-correlation-request-id": [ "6380c65b-98f7-4ebf-b169-982f59be2dc9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:6380c65b-98f7-4ebf-b169-982f59be2dc9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], + "x-ms-correlation-request-id": [ "a57882b7-397e-4f91-82d2-8f916e9b31c6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012916Z:a57882b7-397e-4f91-82d2-8f916e9b31c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "191" ], - "x-ms-client-request-id": [ "b30b65e7-bce5-4fea-87d6-e89066ac395b" ], + "x-ms-unique-id": [ "197" ], + "x-ms-client-request-id": [ "d6f9dd91-490f-4b10-abd7-7d696ada4986" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2355,27 +2396,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "daf49135-7bc2-46e9-9cf2-8ac2e259a745" ], + "x-ms-request-id": [ "5e6d0928-b48f-46cb-a15b-38653a70532a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11985" ], - "x-ms-correlation-request-id": [ "4107aadf-c0e4-4924-9ede-5bc210a25340" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:4107aadf-c0e4-4924-9ede-5bc210a25340" ], + "x-ms-correlation-request-id": [ "2fb8fb26-dda0-43ae-a2b2-7e77bfa059c7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012916Z:2fb8fb26-dda0-43ae-a2b2-7e77bfa059c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2389,7 +2430,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "03f41870-29c8-4f38-96fa-34e2b49f4699" ], + "x-ms-request-id": [ "8614eaaa-4b34-425b-ad61-d79d1abbd5b4" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2397,23 +2438,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-correlation-request-id": [ "09fcd991-355a-471d-a7ba-7e15fe20e417" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:09fcd991-355a-471d-a7ba-7e15fe20e417" ], - "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] + "x-ms-correlation-request-id": [ "eb7f5026-5ca2-4357-9518-ae66df2a1d83" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012918Z:eb7f5026-5ca2-4357-9518-ae66df2a1d83" ], + "Date": [ "Sun, 18 Oct 2020 01:29:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000dbb9-0000-0300-0000-5ee812bc0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702b0b6-0000-0300-0000-5f8b9a6d0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2427,15 +2468,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d6107939-b040-4301-a769-eeccf6fc2fc6" ], + "x-ms-request-id": [ "b3a5df6d-be1d-447e-96c1-c3a8679db98d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], - "x-ms-correlation-request-id": [ "ea6c1685-ef33-430a-850a-8408fa4778e2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:ea6c1685-ef33-430a-850a-8408fa4778e2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], + "x-ms-correlation-request-id": [ "9094483e-8f0c-4725-82d3-10c12ddd4392" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012918Z:9094483e-8f0c-4725-82d3-10c12ddd4392" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2445,14 +2486,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "194" ], - "x-ms-client-request-id": [ "f978879b-a0d2-4ec4-b1fa-7de029d6af8d" ], + "x-ms-unique-id": [ "200" ], + "x-ms-client-request-id": [ "c0a43aba-d038-42db-b8be-373fa7d47233" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2468,32 +2509,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9892d716-a2f8-4b78-a03e-2673e0980855" ], + "x-ms-request-id": [ "8bb808c7-8ba7-471a-9a22-9f7211ec8b7a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], - "x-ms-correlation-request-id": [ "afd089c8-c94a-41cd-a641-1a9469089400" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:afd089c8-c94a-41cd-a641-1a9469089400" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11875" ], + "x-ms-correlation-request-id": [ "27b7fbe7-9f9d-46e7-9f9e-af24aaa37ad3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012919Z:27b7fbe7-9f9d-46e7-9f9e-af24aaa37ad3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "195" ], - "x-ms-client-request-id": [ "092b3e01-6823-4c39-9e0b-3b7f6a474142" ], + "x-ms-unique-id": [ "201" ], + "x-ms-client-request-id": [ "3858628e-0067-4200-894e-f6fc1f651fbb" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2508,31 +2549,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b4c7e765-45aa-431f-804f-a76f469ad852" ], + "x-ms-request-id": [ "3cd37752-7d0f-49da-8900-3d7dc1db385c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], - "x-ms-correlation-request-id": [ "fd342c01-a82c-4a19-8b10-6e53b932580e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:fd342c01-a82c-4a19-8b10-6e53b932580e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], + "x-ms-correlation-request-id": [ "993503fe-5754-436a-989c-f3e59fd5c522" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012919Z:993503fe-5754-436a-989c-f3e59fd5c522" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "196" ], - "x-ms-client-request-id": [ "43cffbb6-085c-450e-a783-42fd95b80da4" ], + "x-ms-unique-id": [ "202" ], + "x-ms-client-request-id": [ "ef4b1dfc-aa03-4e56-ace1-ac2ba934a8ae" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2547,27 +2588,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "22860d94-bb36-4774-b657-a84659ef703f" ], + "x-ms-request-id": [ "38c03c75-670a-4c13-bffb-cd7eea482ae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11984" ], - "x-ms-correlation-request-id": [ "1d3911bf-f03e-4b09-a71a-e409887f9ff5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:1d3911bf-f03e-4b09-a71a-e409887f9ff5" ], + "x-ms-correlation-request-id": [ "ec57f9a2-9743-4a1e-adb8-5b515a4b411c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012919Z:ec57f9a2-9743-4a1e-adb8-5b515a4b411c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2581,7 +2622,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "915df8c7-04de-4fd2-8be6-7b0cbe8269b4" ], + "x-ms-request-id": [ "6bb16621-ccd0-417b-ad50-ba1826fa2826" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2589,23 +2630,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], - "x-ms-correlation-request-id": [ "f2a22cc2-b3dc-46cc-a3b4-0fc2552b2b0d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:f2a22cc2-b3dc-46cc-a3b4-0fc2552b2b0d" ], - "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] + "x-ms-correlation-request-id": [ "6cbe1226-3fa0-48c1-9e1c-1da9713a2f9c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012920Z:6cbe1226-3fa0-48c1-9e1c-1da9713a2f9c" ], + "Date": [ "Sun, 18 Oct 2020 01:29:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ddb9-0000-0300-0000-5ee812be0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27028bb7-0000-0300-0000-5f8b9a700000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2619,15 +2660,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4086a89c-8b98-40d6-a01c-90a308d082f7" ], + "x-ms-request-id": [ "a40da227-988b-4b34-8546-43c7645ec599" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], - "x-ms-correlation-request-id": [ "490fa93f-d288-4fef-adb7-838d21373e67" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:490fa93f-d288-4fef-adb7-838d21373e67" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], + "x-ms-correlation-request-id": [ "21cf8a37-a9db-426b-9391-fae315ef282a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012921Z:21cf8a37-a9db-426b-9391-fae315ef282a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2637,14 +2678,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "199" ], - "x-ms-client-request-id": [ "2b419d0a-d6ac-4925-a224-b9bda4102abf" ], + "x-ms-unique-id": [ "205" ], + "x-ms-client-request-id": [ "e06d5f98-f045-4f45-b909-6366815e0ce9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2660,32 +2701,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "65234297-7700-41f3-a56b-ae6ba8ce25d5" ], + "x-ms-request-id": [ "d1853786-e73c-4c9b-a279-42026c2cd2ce" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], - "x-ms-correlation-request-id": [ "4c0f7af8-9bf7-4fee-9197-a1aa66d00d0d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:4c0f7af8-9bf7-4fee-9197-a1aa66d00d0d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], + "x-ms-correlation-request-id": [ "5fc06e42-3d87-4640-a650-465aac8092d4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012921Z:5fc06e42-3d87-4640-a650-465aac8092d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "200" ], - "x-ms-client-request-id": [ "6a741518-18d5-4ca7-ac81-a8c048ddfaeb" ], + "x-ms-unique-id": [ "206" ], + "x-ms-client-request-id": [ "e5c27639-11c6-4bb9-8f19-70e5362fd999" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2700,31 +2741,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e46c2ce5-9d1c-4c00-a60c-a07c75ba0a9c" ], + "x-ms-request-id": [ "d3b84554-6b11-4cab-89dd-91c1d91d83bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], - "x-ms-correlation-request-id": [ "6db6f039-c319-4e92-99af-c537ec087a63" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:6db6f039-c319-4e92-99af-c537ec087a63" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], + "x-ms-correlation-request-id": [ "0da61507-2b82-4c71-bfab-82be9e686faa" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012921Z:0da61507-2b82-4c71-bfab-82be9e686faa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "201" ], - "x-ms-client-request-id": [ "320aeba4-1193-420b-8b77-436dd15d8148" ], + "x-ms-unique-id": [ "207" ], + "x-ms-client-request-id": [ "d8ef1393-f1a2-434c-a00a-7ae893d0c7f7" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2739,27 +2780,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ea1a68c7-00c1-4838-a0b0-07c9edba21c4" ], + "x-ms-request-id": [ "f219ab87-9933-4b98-b8af-59ee932eb4ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11983" ], - "x-ms-correlation-request-id": [ "d59cbda6-3b9e-4477-84b2-159861dee364" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:d59cbda6-3b9e-4477-84b2-159861dee364" ], + "x-ms-correlation-request-id": [ "36a0f87e-f54a-4ab0-bef2-743b6e0c587a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012921Z:36a0f87e-f54a-4ab0-bef2-743b6e0c587a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2773,7 +2814,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ae39b134-a703-446b-be4e-6cb1b31a1640" ], + "x-ms-request-id": [ "91dbaea1-5777-4d2c-b006-5dd0152a7db0" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2781,23 +2822,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], - "x-ms-correlation-request-id": [ "eb9e1ce6-a963-4c16-bc19-8731fdf540ce" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003056Z:eb9e1ce6-a963-4c16-bc19-8731fdf540ce" ], - "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] + "x-ms-correlation-request-id": [ "2be0b0f7-10d6-45e3-b9da-c5a68a17c264" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012923Z:2be0b0f7-10d6-45e3-b9da-c5a68a17c264" ], + "Date": [ "Sun, 18 Oct 2020 01:29:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000deb9-0000-0300-0000-5ee812c00000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270233b8-0000-0300-0000-5f8b9a720000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2811,15 +2852,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6122e99e-5f35-4daa-b837-0ec54780d0b5" ], + "x-ms-request-id": [ "532b0f2f-4f36-492d-93c0-227bfc27af81" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], - "x-ms-correlation-request-id": [ "e60ba9b0-4a39-4231-aa70-475319e13d23" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:e60ba9b0-4a39-4231-aa70-475319e13d23" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], + "x-ms-correlation-request-id": [ "dd0d0d48-4782-46d8-ad17-a5f9c5bf9453" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012923Z:dd0d0d48-4782-46d8-ad17-a5f9c5bf9453" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:23 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2829,14 +2870,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "204" ], - "x-ms-client-request-id": [ "48245358-1454-41f3-a169-d113f006dbd1" ], + "x-ms-unique-id": [ "210" ], + "x-ms-client-request-id": [ "67c3c614-ea9d-49bd-a766-b5f5b258e0af" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2852,32 +2893,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "32ba3b9e-2f5a-41f6-be02-7538ee3af818" ], + "x-ms-request-id": [ "1f9de3f3-d861-41ee-af85-e13303388b83" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11875" ], - "x-ms-correlation-request-id": [ "6870924c-1c76-48a5-97d6-e04f04969c66" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:6870924c-1c76-48a5-97d6-e04f04969c66" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], + "x-ms-correlation-request-id": [ "1c92f360-e25e-43ca-b036-6516b2f372b2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012923Z:1c92f360-e25e-43ca-b036-6516b2f372b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "205" ], - "x-ms-client-request-id": [ "27d07257-e9d8-41fe-8631-f2347aed1f85" ], + "x-ms-unique-id": [ "211" ], + "x-ms-client-request-id": [ "3202252c-ec28-4960-9d5f-9441c7c25c04" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2892,31 +2933,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3fab713c-0ce8-4e1c-a582-2cf11f6d1a52" ], + "x-ms-request-id": [ "ae24a5fc-39ec-4276-99a6-6898361cec8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], - "x-ms-correlation-request-id": [ "aa1eaed0-8f56-4bbf-bff7-e59c86ea8e22" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:aa1eaed0-8f56-4bbf-bff7-e59c86ea8e22" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], + "x-ms-correlation-request-id": [ "ece30904-3b30-4cb6-8648-73ef811290cc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012923Z:ece30904-3b30-4cb6-8648-73ef811290cc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "206" ], - "x-ms-client-request-id": [ "c76e2e9e-494b-407e-9210-5cbf7ade969d" ], + "x-ms-unique-id": [ "212" ], + "x-ms-client-request-id": [ "282c931d-87cf-4142-b51d-3c763a308ffd" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2931,27 +2972,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "13172dad-2a55-4fcc-b301-c1d0846d0592" ], + "x-ms-request-id": [ "2ae23c24-af3d-4acf-a3ad-b5fdfc323a38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11982" ], - "x-ms-correlation-request-id": [ "73608d34-65fe-4244-9867-eb5f2ec676ff" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:73608d34-65fe-4244-9867-eb5f2ec676ff" ], + "x-ms-correlation-request-id": [ "af76254d-438f-4aac-a2e9-7e0e5679a158" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012923Z:af76254d-438f-4aac-a2e9-7e0e5679a158" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:23 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2965,7 +3006,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "db19665e-6f95-4105-9101-9fead7d7ae5c" ], + "x-ms-request-id": [ "b0474798-e301-4ea9-8f14-6b1617e894ab" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2973,23 +3014,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1176" ], - "x-ms-correlation-request-id": [ "11b42d0e-ab1d-4f7f-bc0c-dc65d94478a9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003058Z:11b42d0e-ab1d-4f7f-bc0c-dc65d94478a9" ], - "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] + "x-ms-correlation-request-id": [ "925e4668-c641-46c1-a01d-4d129d47086c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012925Z:925e4668-c641-46c1-a01d-4d129d47086c" ], + "Date": [ "Sun, 18 Oct 2020 01:29:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e0b9-0000-0300-0000-5ee812c10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702d5b8-0000-0300-0000-5f8b9a740000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3003,15 +3044,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "15749487-7481-4405-bbb5-389e232d0b89" ], + "x-ms-request-id": [ "6228424b-cb2b-4902-98e2-27b78d9cb0c4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], - "x-ms-correlation-request-id": [ "901dafcf-98da-457f-9f5e-85fb69cb6ae7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:901dafcf-98da-457f-9f5e-85fb69cb6ae7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11867" ], + "x-ms-correlation-request-id": [ "385d08dd-98da-485a-82da-4d9956a42479" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012925Z:385d08dd-98da-485a-82da-4d9956a42479" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:25 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3021,14 +3062,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "209" ], - "x-ms-client-request-id": [ "4d12aa2f-3f8a-4b89-a459-50c14eb6c0aa" ], + "x-ms-unique-id": [ "215" ], + "x-ms-client-request-id": [ "6212f3eb-dd2a-4709-955f-a22ea5d43de8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3044,32 +3085,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6f4926bc-51c6-4174-9c8e-92875a6b65c1" ], + "x-ms-request-id": [ "fe3f9523-cc2d-43d8-ba09-1c32a2705bd8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], - "x-ms-correlation-request-id": [ "33231d73-1eb1-4311-ab89-10d8fe447313" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:33231d73-1eb1-4311-ab89-10d8fe447313" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11866" ], + "x-ms-correlation-request-id": [ "26f92cc1-f4d7-4f02-a6b4-87d950aa3533" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012925Z:26f92cc1-f4d7-4f02-a6b4-87d950aa3533" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "210" ], - "x-ms-client-request-id": [ "6b0ae61f-6881-4fcf-9257-21ffdd728938" ], + "x-ms-unique-id": [ "216" ], + "x-ms-client-request-id": [ "bccd5a00-1d34-4761-9c50-548e00b7d991" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3084,31 +3125,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ac0d6a56-9e76-4653-80d1-5ea421ab9a25" ], + "x-ms-request-id": [ "de3487c6-f87d-457c-bcec-6038071fb012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], - "x-ms-correlation-request-id": [ "2e345390-86ff-4c59-9147-9665b01bb71c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:2e345390-86ff-4c59-9147-9665b01bb71c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11865" ], + "x-ms-correlation-request-id": [ "aed54836-6c2e-4a3f-8d6a-d85833e10dba" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012925Z:aed54836-6c2e-4a3f-8d6a-d85833e10dba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "211" ], - "x-ms-client-request-id": [ "872858eb-429f-4b1c-b25c-ff7569361229" ], + "x-ms-unique-id": [ "217" ], + "x-ms-client-request-id": [ "df916c03-d1e8-4ef6-b884-cc558610d951" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3123,27 +3164,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9dea831b-8b3d-4ea5-8198-830ec8e8ba86" ], + "x-ms-request-id": [ "198f2696-ff1d-401c-9d81-ae739d0abca3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11981" ], - "x-ms-correlation-request-id": [ "86ce7fc4-3cf2-4e05-9867-7a4051ab3c87" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:86ce7fc4-3cf2-4e05-9867-7a4051ab3c87" ], + "x-ms-correlation-request-id": [ "92347ac6-551e-4625-8ed9-7ec7351d62dd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012925Z:92347ac6-551e-4625-8ed9-7ec7351d62dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:25 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3157,7 +3198,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7d92557f-f6df-4a80-8954-9672f5c521ee" ], + "x-ms-request-id": [ "11abbb7b-3881-4a4f-bd81-1f1c62442017" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3165,23 +3206,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1175" ], - "x-ms-correlation-request-id": [ "8fdc3254-9aae-4c38-9568-271b7cd9777d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003100Z:8fdc3254-9aae-4c38-9568-271b7cd9777d" ], - "Date": [ "Tue, 16 Jun 2020 00:30:59 GMT" ] + "x-ms-correlation-request-id": [ "9dad6709-bdb8-4da2-94ce-2656239ac12d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012927Z:9dad6709-bdb8-4da2-94ce-2656239ac12d" ], + "Date": [ "Sun, 18 Oct 2020 01:29:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e3b9-0000-0300-0000-5ee812c30000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270243b9-0000-0300-0000-5f8b9a760000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3195,15 +3236,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "da4ecb64-c72a-4b4c-ba5d-32ff5e73abff" ], + "x-ms-request-id": [ "f0e04ae5-bff1-40d3-a29c-a20dc961f7c5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], - "x-ms-correlation-request-id": [ "160143f4-67ff-42ae-88e0-2c035480be0f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:160143f4-67ff-42ae-88e0-2c035480be0f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11864" ], + "x-ms-correlation-request-id": [ "a59cdbbe-b7ed-4436-ac0b-354a62e9c1ae" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012927Z:a59cdbbe-b7ed-4436-ac0b-354a62e9c1ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3213,14 +3254,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "214" ], - "x-ms-client-request-id": [ "4c5c9bee-d2c4-4e0c-b295-f315978db4c5" ], + "x-ms-unique-id": [ "220" ], + "x-ms-client-request-id": [ "1e5408df-910e-4442-936a-8e93c69594fe" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3236,32 +3277,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "562f1763-1e7b-4094-adc2-f8c7621d900c" ], + "x-ms-request-id": [ "872cd758-0f34-446c-8acf-f92eb8df5e22" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], - "x-ms-correlation-request-id": [ "5af729a1-67da-4b01-ae35-dfc1a3e4cdd2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:5af729a1-67da-4b01-ae35-dfc1a3e4cdd2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], + "x-ms-correlation-request-id": [ "f297de20-61c5-4415-a454-8b427f77cbfb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012927Z:f297de20-61c5-4415-a454-8b427f77cbfb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "215" ], - "x-ms-client-request-id": [ "ed165246-4466-44f0-8782-8a6a4baf4faf" ], + "x-ms-unique-id": [ "221" ], + "x-ms-client-request-id": [ "780b9814-ff7a-4fe2-949f-0c474b8a8a49" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3276,31 +3317,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "05ac2d7e-4de7-4347-8864-d244bf7c1c15" ], + "x-ms-request-id": [ "3fa25e11-388a-43ed-b3a6-1b4e3368d10b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], - "x-ms-correlation-request-id": [ "b082929c-2365-4bc5-be90-0791abaa7599" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:b082929c-2365-4bc5-be90-0791abaa7599" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], + "x-ms-correlation-request-id": [ "cc6d8327-bcfa-4a9f-8100-66d104908bbd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012927Z:cc6d8327-bcfa-4a9f-8100-66d104908bbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "216" ], - "x-ms-client-request-id": [ "171581d0-d30b-46ed-865a-b7ab0f612566" ], + "x-ms-unique-id": [ "222" ], + "x-ms-client-request-id": [ "cb7edff0-9ae8-4a89-bb90-1abfd027fac8" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3315,27 +3356,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5cea6477-b99d-4ce7-967d-6191f5896873" ], + "x-ms-request-id": [ "07607563-5152-4608-a6f3-1a1f68917fd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11980" ], - "x-ms-correlation-request-id": [ "6e5447dd-f2e3-42c7-a67e-b7adf5479b95" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:6e5447dd-f2e3-42c7-a67e-b7adf5479b95" ], + "x-ms-correlation-request-id": [ "aee6083c-19d0-4945-a07c-2f34acf1c99c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012928Z:aee6083c-19d0-4945-a07c-2f34acf1c99c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3349,7 +3390,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "fe2809df-d926-4576-87ed-c3f7bc009df1" ], + "x-ms-request-id": [ "95f636b6-7510-4f0b-91cb-8f505f3153ee" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3357,23 +3398,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1174" ], - "x-ms-correlation-request-id": [ "719bda26-4f3c-4914-9d2b-b69d4ac6470e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003102Z:719bda26-4f3c-4914-9d2b-b69d4ac6470e" ], - "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] + "x-ms-correlation-request-id": [ "26539f3b-9a16-46d3-9c04-0c8c9d63b154" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012929Z:26539f3b-9a16-46d3-9c04-0c8c9d63b154" ], + "Date": [ "Sun, 18 Oct 2020 01:29:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e4b9-0000-0300-0000-5ee812c50000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702adb9-0000-0300-0000-5f8b9a780000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw MissingFunctionsVersionValue for DotNet function apps if the FunctionsVersion parameter is not specified.+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3387,15 +3428,51 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b31833f5-3618-44fd-89ac-b44ff5287174" ], + "x-ms-request-id": [ "d7d8e9e2-f1e4-4fff-8a48-b0d602113f42" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11867" ], - "x-ms-correlation-request-id": [ "5d3b9ae5-5f9d-477e-9150-053bf714d93f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:5d3b9ae5-5f9d-477e-9150-053bf714d93f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], + "x-ms-correlation-request-id": [ "27008ff2-a402-4187-a1c3-7a7f5e83bd7c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012929Z:27008ff2-a402-4187-a1c3-7a7f5e83bd7c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:29:29 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + } + }, + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "69" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "903d72d2-80e9-4321-b329-8f0fda166432" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], + "x-ms-correlation-request-id": [ "07a7af74-0507-4b84-af49-24f3b7886a4b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012929Z:07a7af74-0507-4b84-af49-24f3b7886a4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3405,14 +3482,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "219" ], - "x-ms-client-request-id": [ "69ce17b1-1f61-48cf-bead-b998462980fd" ], + "x-ms-unique-id": [ "226" ], + "x-ms-client-request-id": [ "6074d618-3f8e-4518-ad5c-6c52ed61c1d8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3428,32 +3505,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "931fbdd2-e4e1-43e3-a748-2ae6e9b1964f" ], + "x-ms-request-id": [ "5ed8371b-6fd4-4cc6-8d03-ded1eff46426" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11866" ], - "x-ms-correlation-request-id": [ "00362115-0394-4180-b7c6-9f4d70324907" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:00362115-0394-4180-b7c6-9f4d70324907" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], + "x-ms-correlation-request-id": [ "2766a03c-d5b3-4ef0-b177-a0dbf2485800" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012929Z:2766a03c-d5b3-4ef0-b177-a0dbf2485800" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "220" ], - "x-ms-client-request-id": [ "093c6626-a9a1-402f-ae9a-be4e2d83eb87" ], + "x-ms-unique-id": [ "227" ], + "x-ms-client-request-id": [ "a50be009-dac7-44ee-a5de-5d653247b884" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3468,31 +3545,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f6a560f1-f3ba-4f14-aca9-04b403af08dd" ], + "x-ms-request-id": [ "913ed247-13b4-4640-8c56-b14d98f4bcb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11865" ], - "x-ms-correlation-request-id": [ "915dc1b4-0856-40b9-a556-4d1b95e76edf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:915dc1b4-0856-40b9-a556-4d1b95e76edf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], + "x-ms-correlation-request-id": [ "a6ac1214-8df4-4065-ba8e-029f31c857b0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012930Z:a6ac1214-8df4-4065-ba8e-029f31c857b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "221" ], - "x-ms-client-request-id": [ "c6420836-fe96-4bfe-9dbd-781c0f18b5a8" ], + "x-ms-unique-id": [ "228" ], + "x-ms-client-request-id": [ "0b85dfde-0e91-4100-a3c8-9e24bc3e58b6" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3507,27 +3584,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "594b1775-411d-4a15-8c09-6455df24dd87" ], + "x-ms-request-id": [ "69d6379c-96c9-48f2-9e53-d2bc9e037720" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11979" ], - "x-ms-correlation-request-id": [ "063678be-845d-4e2f-a74f-1e52b17b70aa" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:063678be-845d-4e2f-a74f-1e52b17b70aa" ], + "x-ms-correlation-request-id": [ "a7549fba-4514-4eaf-a7fa-adcdf4bdb325" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012930Z:a7549fba-4514-4eaf-a7fa-adcdf4bdb325" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3541,7 +3618,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "53b36935-b8ee-491b-aff6-e7cec7060c0a" ], + "x-ms-request-id": [ "22c7488d-8b2d-4635-8426-b52a3150feaf" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3549,23 +3626,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1173" ], - "x-ms-correlation-request-id": [ "efcbe246-5ef4-4de1-96bc-4510726cc8c9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003104Z:efcbe246-5ef4-4de1-96bc-4510726cc8c9" ], - "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] + "x-ms-correlation-request-id": [ "feabe95f-039f-4c94-87eb-282c4278d33b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012931Z:feabe95f-039f-4c94-87eb-282c4278d33b" ], + "Date": [ "Sun, 18 Oct 2020 01:29:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e5b9-0000-0300-0000-5ee812c70000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27023dba-0000-0300-0000-5f8b9a7b0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3579,15 +3656,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0a2a9c1d-f725-4456-87a2-1b7543db44e0" ], + "x-ms-request-id": [ "c6d98cfc-be27-40e7-8318-2d7aa2a5de5b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11864" ], - "x-ms-correlation-request-id": [ "619c8f32-3fd6-4a7a-aea7-b6da66c5f7dd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:619c8f32-3fd6-4a7a-aea7-b6da66c5f7dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], + "x-ms-correlation-request-id": [ "c360b888-c459-412a-be5f-ae62e4f460b5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012932Z:c360b888-c459-412a-be5f-ae62e4f460b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3597,14 +3674,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "224" ], - "x-ms-client-request-id": [ "d162d3b3-32df-4a7a-9425-5411a2c0780c" ], + "x-ms-unique-id": [ "231" ], + "x-ms-client-request-id": [ "43035c81-e950-45f0-b1a8-02166da0fc8f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3620,32 +3697,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "461a0dd3-ffb2-4f69-b789-343dd9ca8b03" ], + "x-ms-request-id": [ "94a465e1-d1f1-49f7-bad8-de82dd174feb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], - "x-ms-correlation-request-id": [ "da1d5a6b-1e12-4bf4-9f82-689a3112f07a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:da1d5a6b-1e12-4bf4-9f82-689a3112f07a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], + "x-ms-correlation-request-id": [ "ad3e3782-b1a5-4c8c-9120-2dc259dfeb7d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012932Z:ad3e3782-b1a5-4c8c-9120-2dc259dfeb7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "225" ], - "x-ms-client-request-id": [ "3bcb1849-0017-4a5b-bc62-580d097c592a" ], + "x-ms-unique-id": [ "232" ], + "x-ms-client-request-id": [ "65e8adca-fccb-46be-81b0-e95a41621957" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3660,31 +3737,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "07ffc201-8074-4869-943d-9a36ae9454a4" ], + "x-ms-request-id": [ "6b6d0eaf-3c4e-472d-8b60-43e0a74e0031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], - "x-ms-correlation-request-id": [ "2aa94da8-fac8-49b9-8c3f-97968a2947e6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:2aa94da8-fac8-49b9-8c3f-97968a2947e6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], + "x-ms-correlation-request-id": [ "55d59c37-0011-44da-b22a-edb8870ee6d1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012932Z:55d59c37-0011-44da-b22a-edb8870ee6d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "226" ], - "x-ms-client-request-id": [ "43c5d683-dcb1-455b-bca4-9b37f701c342" ], + "x-ms-unique-id": [ "233" ], + "x-ms-client-request-id": [ "45979246-9cbf-4394-af92-8831e6843882" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3699,27 +3776,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d8efb6f5-3fdf-445b-bc47-2ce11511e50d" ], + "x-ms-request-id": [ "e31b3f9d-5faf-4880-8473-69000feeefd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11978" ], - "x-ms-correlation-request-id": [ "ee3473ae-80c6-4c8d-90fb-173967be8534" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:ee3473ae-80c6-4c8d-90fb-173967be8534" ], + "x-ms-correlation-request-id": [ "a3d2a742-f321-44c9-9de3-8c30a053ca4c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012932Z:a3d2a742-f321-44c9-9de3-8c30a053ca4c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3733,7 +3810,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ca67a05f-9b49-414b-8b06-17a7a469426d" ], + "x-ms-request-id": [ "ec4754e1-2964-465b-a49f-980dd239abcc" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3741,23 +3818,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1172" ], - "x-ms-correlation-request-id": [ "d092508b-23e7-466f-a656-4b40957c2501" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003106Z:d092508b-23e7-466f-a656-4b40957c2501" ], - "Date": [ "Tue, 16 Jun 2020 00:31:05 GMT" ] + "x-ms-correlation-request-id": [ "ae904a85-c945-4e48-a667-716293ac4c6b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012934Z:ae904a85-c945-4e48-a667-716293ac4c6b" ], + "Date": [ "Sun, 18 Oct 2020 01:29:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e6b9-0000-0300-0000-5ee812ca0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702bbba-0000-0300-0000-5f8b9a7d0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3771,15 +3848,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "11ede844-9b54-45b5-8482-5624dd082fa4" ], + "x-ms-request-id": [ "f1c09254-70e6-4c5b-8840-be181c28cb53" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], - "x-ms-correlation-request-id": [ "3b45ae4e-0fe9-4eed-bcf0-57f1a2df2fb0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003106Z:3b45ae4e-0fe9-4eed-bcf0-57f1a2df2fb0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], + "x-ms-correlation-request-id": [ "f7bac817-d309-414b-ba53-43de682dff3e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012934Z:f7bac817-d309-414b-ba53-43de682dff3e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3789,14 +3866,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "229" ], - "x-ms-client-request-id": [ "2424f831-d8e1-417c-89b2-2da406f9850e" ], + "x-ms-unique-id": [ "236" ], + "x-ms-client-request-id": [ "df02515e-f556-4293-9ec0-c7bf63e160a2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3812,32 +3889,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6e286232-d0f4-4640-8cf6-93eb12429194" ], + "x-ms-request-id": [ "56f76d6a-a978-4702-ad80-e8c943290e07" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], - "x-ms-correlation-request-id": [ "a0377873-353f-4667-9b06-1a7057b5d874" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003107Z:a0377873-353f-4667-9b06-1a7057b5d874" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], + "x-ms-correlation-request-id": [ "dedd50fc-b7d6-4476-ad58-75976b5b93ab" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012934Z:dedd50fc-b7d6-4476-ad58-75976b5b93ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "230" ], - "x-ms-client-request-id": [ "30862c4f-ee0f-4bcf-89e0-8a4180b4af1c" ], + "x-ms-unique-id": [ "237" ], + "x-ms-client-request-id": [ "2cab73b9-ee91-4d77-9045-9f054eff40eb" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3852,31 +3929,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "fc741ae6-d50e-4cda-a713-42884abe92bd" ], + "x-ms-request-id": [ "bc4b41e3-e3fe-4de2-9d75-a01d80da863f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], - "x-ms-correlation-request-id": [ "3f47ad09-8961-4dfa-8ce2-0c68742b434b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003107Z:3f47ad09-8961-4dfa-8ce2-0c68742b434b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], + "x-ms-correlation-request-id": [ "482c4f45-ddcc-40d5-9c84-94ddf50c0138" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012934Z:482c4f45-ddcc-40d5-9c84-94ddf50c0138" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "231" ], - "x-ms-client-request-id": [ "cc9b0b1e-47f2-4f9f-a054-a7b89cb5cf81" ], + "x-ms-unique-id": [ "238" ], + "x-ms-client-request-id": [ "a623ec24-8cbb-4d14-adf2-53bd0c56533d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3891,27 +3968,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9bd5005f-8e74-48e0-88e1-b091187fe2fc" ], + "x-ms-request-id": [ "4ba88a14-6b52-48c8-80f0-cb6814643388" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11977" ], - "x-ms-correlation-request-id": [ "02cc6d30-38ba-4cbd-bcc1-6a7a7326987d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003107Z:02cc6d30-38ba-4cbd-bcc1-6a7a7326987d" ], + "x-ms-correlation-request-id": [ "e6c98e2e-be00-4286-a2f7-91c25fc5253c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012935Z:e6c98e2e-be00-4286-a2f7-91c25fc5253c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3925,7 +4002,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e519a31b-860a-4630-9eda-cefc85b9076c" ], + "x-ms-request-id": [ "34ed1050-bc80-4d47-b1ce-6a88c18c7c82" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3933,23 +4010,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1171" ], - "x-ms-correlation-request-id": [ "dcb44527-6d88-4c2f-a1ff-21ef03a2c522" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003108Z:dcb44527-6d88-4c2f-a1ff-21ef03a2c522" ], - "Date": [ "Tue, 16 Jun 2020 00:31:07 GMT" ] + "x-ms-correlation-request-id": [ "887a16bc-02cc-4db0-88fe-b4e00e583148" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012936Z:887a16bc-02cc-4db0-88fe-b4e00e583148" ], + "Date": [ "Sun, 18 Oct 2020 01:29:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e7b9-0000-0300-0000-5ee812cb0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270229bb-0000-0300-0000-5f8b9a7f0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3963,15 +4040,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "40c99224-e9f1-4e79-8370-8855feee5248" ], + "x-ms-request-id": [ "6ccb9990-62ee-4812-b46d-46b046cfc0e6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "x-ms-correlation-request-id": [ "0767127d-aedc-42a0-b585-78396f21e2c9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003108Z:0767127d-aedc-42a0-b585-78396f21e2c9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], + "x-ms-correlation-request-id": [ "ea087f36-81a8-46ef-84da-a54dc7763e56" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012937Z:ea087f36-81a8-46ef-84da-a54dc7763e56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3981,14 +4058,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "234" ], - "x-ms-client-request-id": [ "cdd3ee70-5708-4096-bf62-20c4edc75c44" ], + "x-ms-unique-id": [ "241" ], + "x-ms-client-request-id": [ "dffe2e2d-4c13-444f-af07-b942d1421580" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4004,32 +4081,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cdb205d4-e766-48d0-a91c-076ff6012eee" ], + "x-ms-request-id": [ "2b9963d3-4730-4f2d-9200-cf37be252098" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "6b65ff99-72aa-4290-a644-a8245c9b4ba6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003108Z:6b65ff99-72aa-4290-a644-a8245c9b4ba6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-correlation-request-id": [ "e8c0ddc1-a13f-438d-bc9f-03ecb09caaa9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012937Z:e8c0ddc1-a13f-438d-bc9f-03ecb09caaa9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "235" ], - "x-ms-client-request-id": [ "c927f5ab-6ff8-4787-839a-4dd258a4c892" ], + "x-ms-unique-id": [ "242" ], + "x-ms-client-request-id": [ "7016ea4c-cf30-4727-aa2c-329041bf015b" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4044,31 +4121,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "184913a6-e391-47ae-8012-f1e9acb64f1f" ], + "x-ms-request-id": [ "53ed3bbc-9fe4-4ae8-a9e4-d6157f7573fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "95c6a359-51dd-4b97-b401-834464cb12e3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003109Z:95c6a359-51dd-4b97-b401-834464cb12e3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "78e5ab8c-ffec-49e3-a405-878b3cb8c33f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012937Z:78e5ab8c-ffec-49e3-a405-878b3cb8c33f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "236" ], - "x-ms-client-request-id": [ "ace26f32-fa11-43fb-ade0-32501a15ff0d" ], + "x-ms-unique-id": [ "243" ], + "x-ms-client-request-id": [ "16f254a6-89a5-434b-b0bb-bfc0ae0fcfe3" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4083,27 +4160,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8b722bb4-16eb-4d06-9955-3f6f92bfa182" ], + "x-ms-request-id": [ "27ee3616-b724-41b3-9964-23b8573438ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11976" ], - "x-ms-correlation-request-id": [ "d12a2f44-8a41-4e7a-97af-1cf6b39af549" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003109Z:d12a2f44-8a41-4e7a-97af-1cf6b39af549" ], + "x-ms-correlation-request-id": [ "46c3b85a-4ffc-4a83-8571-3d550855d577" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012937Z:46c3b85a-4ffc-4a83-8571-3d550855d577" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-TestAppName-c3b18an5kl?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -4117,7 +4194,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "de44153a-cb56-49e9-bcfa-fe4bf4b68bfd" ], + "x-ms-request-id": [ "137d7590-430a-4e5a-be80-85f28a0826e5" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -4125,23 +4202,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1170" ], - "x-ms-correlation-request-id": [ "cb9907aa-53b2-4af3-8899-0d72c78f61c5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003110Z:cb9907aa-53b2-4af3-8899-0d72c78f61c5" ], - "Date": [ "Tue, 16 Jun 2020 00:31:09 GMT" ] + "x-ms-correlation-request-id": [ "88cb5c69-109a-40df-aed0-f3d7138cd687" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012939Z:88cb5c69-109a-40df-aed0-f3d7138cd687" ], + "Date": [ "Sun, 18 Oct 2020 01:29:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000eab9-0000-0300-0000-5ee812cd0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702afbb-0000-0300-0000-5f8b9a820000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Node 8 in Windows for Functions version 3+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4155,15 +4232,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b2b22b90-79b7-4e82-b660-580252c1377e" ], + "x-ms-request-id": [ "03481302-247c-455f-8edc-bd9d96e5b181" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "cfbe22e1-c89a-4dd9-9b7c-fb58bebddb2b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003110Z:cfbe22e1-c89a-4dd9-9b7c-fb58bebddb2b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-correlation-request-id": [ "54b28764-6f26-441c-89e6-e8157ea25230" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012939Z:54b28764-6f26-441c-89e6-e8157ea25230" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4173,21 +4250,16 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for PowerShell 7.0 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", - "Content": null, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { - "x-ms-unique-id": [ "239" ], - "x-ms-client-request-id": [ "bc3e6185-5add-4ff6-a2f9-86aba32d7d24" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], - "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "69" ] } }, "Response": { @@ -4196,39 +4268,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4a36cfe4-41c5-4805-81d4-bd3dc451e1ad" ], + "x-ms-request-id": [ "7a619fd4-f90f-41e4-8323-dd0a56cdc199" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "539b76db-4809-4eb1-a98b-d2249f40721b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003111Z:539b76db-4809-4eb1-a98b-d2249f40721b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "a0f1a86d-0a51-4fb7-af73-bb8599b3a421" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012939Z:a0f1a86d-0a51-4fb7-af73-bb8599b3a421" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:11 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "47" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Node 12 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", - "Content": null, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { - "x-ms-unique-id": [ "240" ], - "x-ms-client-request-id": [ "92239314-4df0-4116-8771-dff3b8820b73" ], - "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], - "FullCommandName": [ "Get-AzStorageAccount_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "69" ] } }, "Response": { @@ -4236,38 +4303,35 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f045102a-cc1b-4011-bd8f-b4af23914dbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "f9a25a0c-b651-4752-a8da-344aad41c732" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003111Z:f9a25a0c-b651-4752-a8da-344aad41c732" ], + "x-ms-request-id": [ "1144c00f-6319-4da0-9121-9e1895fc1d7d" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "2cf688b6-ba6d-4064-a873-99d7a1f0a4d9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012939Z:2cf688b6-ba6d-4064-a873-99d7a1f0a4d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:11 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "47" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Node 8 in Linux for Functions version 3+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", - "Content": null, + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { - "x-ms-unique-id": [ "241" ], - "x-ms-client-request-id": [ "97343fa8-fda1-4cdb-9b5d-363d6f1d53c4" ], - "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], - "FullCommandName": [ "Get-AzStorageAccountKey_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "69" ] } }, "Response": { @@ -4275,33 +4339,35 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "56f8fa8e-61e0-402c-ac41-91450d53b420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11975" ], - "x-ms-correlation-request-id": [ "10321dde-b353-4602-93a1-f73ef9912266" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003111Z:10321dde-b353-4602-93a1-f73ef9912266" ], + "x-ms-request-id": [ "dea34270-ec01-4698-b852-a517dcc61eee" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "b6c1bafa-a629-45b4-acce-5ef2ef2b8744" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012940Z:b6c1bafa-a629-45b4-acce-5ef2ef2b8744" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:11 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "288" ], + "Content-Length": [ "47" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Java 8 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "116" ] + "Content-Length": [ "69" ] } }, "Response": { @@ -4309,31 +4375,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e86363ae-6177-486f-88e8-d0d35ca4b5e8" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "8139dfc4-4c65-4ba8-93c1-2ec5450afa7e" ], "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1169" ], - "x-ms-correlation-request-id": [ "00d91cb6-47c9-4616-81ce-3b274a84d0eb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003112Z:00d91cb6-47c9-4616-81ce-3b274a84d0eb" ], - "Date": [ "Tue, 16 Jun 2020 00:31:12 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], + "x-ms-correlation-request-id": [ "b694033a-244e-4962-92f8-1619c01310ed" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012940Z:b694033a-244e-4962-92f8-1619c01310ed" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:29:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ebb9-0000-0300-0000-5ee812cf0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Python 3.9 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4347,15 +4412,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c4b317e2-6ea7-4515-b7a4-73cde8a0199a" ], + "x-ms-request-id": [ "bf88d80f-3d87-4205-88a6-e3da693f7141" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "4b729ab6-cbf3-421e-acb7-73d15b14549f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003112Z:4b729ab6-cbf3-421e-acb7-73d15b14549f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], + "x-ms-correlation-request-id": [ "4bcc8765-0abf-49df-a537-f6ce0ca9c80e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012940Z:4bcc8765-0abf-49df-a537-f6ce0ca9c80e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4365,21 +4430,16 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw RuntimeNotSupported when trying to create a function app for an invalid runtime+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", - "Content": null, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-c3b18an5kl\",\r\n \"type\": \"Site\"\r\n}", "Headers": { - "x-ms-unique-id": [ "244" ], - "x-ms-client-request-id": [ "d6ba92c7-4f7b-4b93-845c-2548ad82daa4" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], - "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "69" ] } }, "Response": { @@ -4388,39 +4448,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "22849ab4-ae0a-4f31-a460-68e10a34bcc7" ], + "x-ms-request-id": [ "dda0a8f1-2816-471b-b842-e4aef276e5e7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "5360f1e5-305f-45e5-a048-537f940e48ac" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003112Z:5360f1e5-305f-45e5-a048-537f940e48ac" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], + "x-ms-correlation-request-id": [ "353d4192-405e-4e3d-b4fb-1a8cffc6b628" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012940Z:353d4192-405e-4e3d-b4fb-1a8cffc6b628" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "47" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", - "Content": null, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-Python-s8fgtlbynd\",\r\n \"type\": \"Site\"\r\n}", "Headers": { - "x-ms-unique-id": [ "245" ], - "x-ms-client-request-id": [ "8a930349-cd58-407e-8e6e-a064a4d62735" ], - "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], - "FullCommandName": [ "Get-AzStorageAccount_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "64" ] } }, "Response": { @@ -4428,33 +4483,35 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6a24c759-4f0c-4388-b21e-36b910d2e5cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "210d2439-e322-423c-9bb4-65b766ef3011" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003113Z:210d2439-e322-423c-9bb4-65b766ef3011" ], + "x-ms-request-id": [ "f510cafc-29f5-46d1-9e13-8976ca66688a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], + "x-ms-correlation-request-id": [ "3844cd71-5d14-49ba-9547-4e4ab07ee1fc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012940Z:3844cd71-5d14-49ba-9547-4e4ab07ee1fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "47" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "246" ], - "x-ms-client-request-id": [ "f15ef454-ebfb-422d-8e4b-cdbd4ca0aace" ], - "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], - "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "x-ms-unique-id": [ "253" ], + "x-ms-client-request-id": [ "90a88da8-075c-4d92-a910-7a9aac5d7963" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -4467,33 +4524,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "852e559b-a03b-4e84-9311-25d84320faeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11974" ], - "x-ms-correlation-request-id": [ "82a565c0-afe1-43e0-89fd-62f4b3af264a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003113Z:82a565c0-afe1-43e0-89fd-62f4b3af264a" ], + "x-ms-request-id": [ "34f8869c-6275-48d1-9362-4972105358eb" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11840" ], + "x-ms-correlation-request-id": [ "fa3668ea-5d67-406c-abb7-ba947708ab19" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012941Z:fa3668ea-5d67-406c-abb7-ba947708ab19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "288" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "254" ], + "x-ms-client-request-id": [ "611cd6fa-09ba-4c95-bd10-4c3027d5cdba" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "116" ] } }, "Response": { @@ -4501,36 +4565,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d970f7af-7b88-40c8-9985-7228cea57b63" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "07cd16d7-cbe2-4ca4-bf3e-731fe5c3500b" ], "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1168" ], - "x-ms-correlation-request-id": [ "b22269ee-ba83-4456-aab5-34a17a98cc02" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003114Z:b22269ee-ba83-4456-aab5-34a17a98cc02" ], - "Date": [ "Tue, 16 Jun 2020 00:31:14 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11839" ], + "x-ms-correlation-request-id": [ "8ab6cc8a-4d65-4bc0-81c2-ce3640035c4b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012941Z:8ab6cc8a-4d65-4bc0-81c2-ce3640035c4b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:29:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1043" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ecb9-0000-0300-0000-5ee812d10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Java 8 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "255" ], + "x-ms-client-request-id": [ "dd91a4f4-322f-4f65-985d-9af27d04f0ee" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "69" ] } }, "Response": { @@ -4539,34 +4607,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cfe44724-8b6f-4363-a847-7253f6895fcb" ], + "x-ms-request-id": [ "5c481aa4-859d-4212-a307-a65abd866163" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "9557f1ce-8a5f-41af-bae4-1694c6c687bc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003114Z:9557f1ce-8a5f-41af-bae4-1694c6c687bc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11838" ], + "x-ms-correlation-request-id": [ "e89873c2-715c-45c8-9768-67a344e32c64" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012941Z:e89873c2-715c-45c8-9768-67a344e32c64" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor PowerShell 6.2 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "256" ], + "x-ms-client-request-id": [ "070ef9d8-0f12-4941-be36-24d454683bb7" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "69" ] } }, "Response": { @@ -4575,34 +4648,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f575b60a-ce76-4343-8014-09396cf0cc86" ], + "x-ms-request-id": [ "6ca85d82-a653-4c09-ac81-6cfc9df208c6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "0eebd22b-e341-49d1-8539-a23a38a22293" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003114Z:0eebd22b-e341-49d1-8539-a23a38a22293" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11837" ], + "x-ms-correlation-request-id": [ "797611ae-84de-4ef7-ae86-bf2d6f308f6e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012942Z:797611ae-84de-4ef7-ae86-bf2d6f308f6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 8 in Linux for Functions version 3+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "257" ], + "x-ms-client-request-id": [ "00ce573e-b5d3-4bd7-a75c-e1d095610103" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "69" ] } }, "Response": { @@ -4611,34 +4689,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "60877bba-1a48-4c3f-9547-f013dd87ed0c" ], + "x-ms-request-id": [ "30ec1ced-3560-4eb2-b6dd-7fd0bf391bb5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "54cd1b6e-f135-4831-9186-6f8c4422b138" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:54cd1b6e-f135-4831-9186-6f8c4422b138" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11836" ], + "x-ms-correlation-request-id": [ "d4826412-7089-48e8-9205-9aef3c2eb132" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012942Z:d4826412-7089-48e8-9205-9aef3c2eb132" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 12 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "258" ], + "x-ms-client-request-id": [ "c954c8ad-4157-4c9c-a0f8-2567bc83055e" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "69" ] } }, "Response": { @@ -4647,34 +4730,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6bf1b47f-8e45-4773-a121-a0f907737c57" ], + "x-ms-request-id": [ "25d8a4df-a9ef-4010-acfd-10fc0e0d3024" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], - "x-ms-correlation-request-id": [ "19061fc1-95ab-4c89-9cc8-fbfddb5dcc0f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:19061fc1-95ab-4c89-9cc8-fbfddb5dcc0f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11835" ], + "x-ms-correlation-request-id": [ "d65fe221-fd1f-4b5a-8c7b-54d02ff96655" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012942Z:d65fe221-fd1f-4b5a-8c7b-54d02ff96655" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "1317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor PowerShell 7 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "259" ], + "x-ms-client-request-id": [ "fcd2a12d-5453-4ac0-8da3-a9527e448518" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], + "FullCommandName": [ "Get-AzStorageAccount_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "69" ] } }, "Response": { @@ -4682,35 +4770,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "04606eb5-d064-4da5-bf8a-8e14673754e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "10d3dbff-7c73-49c5-bcde-abf228b62143" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-AspNet-Version": [ "4.0.30319" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], - "x-ms-correlation-request-id": [ "7bbff75f-e745-45d4-848c-07e423c3adba" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:7bbff75f-e745-45d4-848c-07e423c3adba" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11834" ], + "x-ms-correlation-request-id": [ "ebebeea5-af9a-46ad-8c9b-cfa15990420a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012942Z:ebebeea5-af9a-46ad-8c9b-cfa15990420a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 8 in Windows for Functions version 3+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "260" ], + "x-ms-client-request-id": [ "5f7770b4-4c1a-42b2-828f-5337a0114cf0" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], + "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "69" ] } }, "Response": { @@ -4718,35 +4809,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "df768755-e0f8-44da-b7b8-43b0d8e1884d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "730bca4f-a908-410d-83a2-12bb87e762a4" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-AspNet-Version": [ "4.0.30319" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], - "x-ms-correlation-request-id": [ "217d4c86-f533-4e10-bf94-d8a933ed3856" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:217d4c86-f533-4e10-bf94-d8a933ed3856" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11975" ], + "x-ms-correlation-request-id": [ "8dec9ddb-9916-403b-840b-9c06a9c5b2f8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012942Z:8dec9ddb-9916-403b-840b-9c06a9c5b2f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:29:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-Python-s8fgtlbynd?api-version=2015-05-01+10": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-Python-vhqrapzbky\",\r\n \"type\": \"Site\"\r\n}", + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Insights/components/Functions-Python-s8fgtlbynd?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "64" ] + "Content-Length": [ "116" ] } }, "Response": { @@ -4754,35 +4843,73 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "190871d6-0ea0-4bcd-b5da-a59a1b55dfa7" ], + "X-Content-Type-Options": [ "nosniff" ], + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "351c61a2-d1d2-4019-99bc-62da349dbe25" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1169" ], + "x-ms-correlation-request-id": [ "e5cc4ac2-9415-4543-ae3e-af8f73c2f2af" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T012945Z:e5cc4ac2-9415-4543-ae3e-af8f73c2f2af" ], + "Date": [ "Sun, 18 Oct 2020 01:29:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1095" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-Python-s8fgtlbynd\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27027fbd-0000-0300-0000-5f8b9a880000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Python-s8fgtlbynd\",\"AppId\":\"67bf8ded-291d-479b-9012-9fb5ab8ff835\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"f43f56cf-5613-4623-a48e-44af25bb2050\",\"ConnectionString\":\"InstrumentationKey=f43f56cf-5613-4623-a48e-44af25bb2050;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Python-s8fgtlbynd\",\"CreationDate\":\"2020-10-18T01:29:44.0715316+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01+11": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"python\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-s8fgtlbynd\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"f43f56cf-5613-4623-a48e-44af25bb2050\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"Python|3.8\",\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1788" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6A4EE2B2009E0\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "b9b5d630-ec2c-4979-9c11-1e7bf2093879" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], - "x-ms-correlation-request-id": [ "6051e13f-2bce-4784-822e-57ae3f8a3a2c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:6051e13f-2bce-4784-822e-57ae3f8a3a2c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], + "x-ms-correlation-request-id": [ "e1964507-30fd-46d5-8119-4688364bd749" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013004Z:e1964507-30fd-46d5-8119-4688364bd749" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "47" ], + "Content-Length": [ "5790" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-s8fgtlbynd\",\"state\":\"Running\",\"hostNames\":[\"functions-python-s8fgtlbynd.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Python-s8fgtlbynd\",\"repositorySiteName\":\"Functions-Python-s8fgtlbynd\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-s8fgtlbynd.azurewebsites.net\",\"functions-python-s8fgtlbynd.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-s8fgtlbynd.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-s8fgtlbynd.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:29:47.97\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-s8fgtlbynd\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-s8fgtlbynd\\\\$Functions-Python-s8fgtlbynd\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-python-s8fgtlbynd.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "255" ], - "x-ms-client-request-id": [ "c01308f2-37f5-4f65-8917-ef35b9b28e1a" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], + "x-ms-unique-id": [ "263" ], + "x-ms-client-request-id": [ "4e703bbe-7819-4488-ad57-0823eccd4167" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -4795,35 +4922,77 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6A4EE2B2009E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8be95658-7527-40dd-9db7-0c40a4a14db6" ], + "x-ms-request-id": [ "4e2bfb80-d65b-4a95-872b-500b8031a9a3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], - "x-ms-correlation-request-id": [ "7cc5d812-d391-449d-a31a-aa3194778673" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:7cc5d812-d391-449d-a31a-aa3194778673" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11833" ], + "x-ms-correlation-request-id": [ "458cf67d-6260-4bfe-ab7a-1e02ec3e827e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013005Z:458cf67d-6260-4bfe-ab7a-1e02ec3e827e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "5590" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-s8fgtlbynd\",\"state\":\"Running\",\"hostNames\":[\"functions-python-s8fgtlbynd.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Python-s8fgtlbynd\",\"repositorySiteName\":\"Functions-Python-s8fgtlbynd\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-s8fgtlbynd.azurewebsites.net\",\"functions-python-s8fgtlbynd.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-s8fgtlbynd.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-s8fgtlbynd.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:29:48.67\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-s8fgtlbynd\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-s8fgtlbynd\\\\$Functions-Python-s8fgtlbynd\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-python-s8fgtlbynd.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/appsettings/list?api-version=2019-08-01+13": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "264" ], + "x-ms-client-request-id": [ "c41b96ac-bd8d-4ba8-ada4-e0c61c21bea5" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "34c9347e-90bb-4b32-900e-b732b88d6b1c" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11972" ], + "x-ms-correlation-request-id": [ "7073d05f-03df-4945-adf6-e14ce49bb1ed" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013005Z:7073d05f-03df-4945-adf6-e14ce49bb1ed" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:30:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1124" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-s8fgtlbynd\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"f43f56cf-5613-4623-a48e-44af25bb2050\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "256" ], - "x-ms-client-request-id": [ "2818fe33-ab2c-4887-9915-fc82cf0839d1" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "x-ms-unique-id": [ "265" ], + "x-ms-client-request-id": [ "4678a2a1-ea78-4283-84ec-5e094ce7810d" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -4837,34 +5006,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "70e776c5-1d4a-4fbb-ac7d-8765af1dbcda" ], + "x-ms-request-id": [ "28401582-4e52-48c2-be46-a64e9f868866" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], - "x-ms-correlation-request-id": [ "0a99a07b-29f1-4965-be33-d378fd5fabf0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:0a99a07b-29f1-4965-be33-d378fd5fabf0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11832" ], + "x-ms-correlation-request-id": [ "bb2209f9-093c-46c7-85c7-a72d16fa1712" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013006Z:bb2209f9-093c-46c7-85c7-a72d16fa1712" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1443" ], + "Content-Length": [ "3752" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/web\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-s8fgtlbynd\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "257" ], - "x-ms-client-request-id": [ "45bab5bc-d9d2-4f89-a098-581148d3666b" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "x-ms-unique-id": [ "266" ], + "x-ms-client-request-id": [ "b6863ee6-d466-4cc7-9f44-3571a86c3aab" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -4877,35 +5046,77 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6A4EE2B2009E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ee700116-e75d-4e28-b72f-70cfb2db2406" ], + "x-ms-request-id": [ "bf69bfee-cda2-45dc-bca4-0c8daec2c74f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11840" ], - "x-ms-correlation-request-id": [ "5dfd773c-2334-43a8-89eb-ef4ecb5a1cc8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:5dfd773c-2334-43a8-89eb-ef4ecb5a1cc8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11831" ], + "x-ms-correlation-request-id": [ "b97f5359-66cb-41cc-a7ff-f8bedec2f4f6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013006Z:b97f5359-66cb-41cc-a7ff-f8bedec2f4f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1442" ], + "Content-Length": [ "5590" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-s8fgtlbynd\",\"state\":\"Running\",\"hostNames\":[\"functions-python-s8fgtlbynd.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Python-s8fgtlbynd\",\"repositorySiteName\":\"Functions-Python-s8fgtlbynd\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-s8fgtlbynd.azurewebsites.net\",\"functions-python-s8fgtlbynd.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-s8fgtlbynd.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-s8fgtlbynd.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:29:48.67\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-s8fgtlbynd\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-s8fgtlbynd\\\\$Functions-Python-s8fgtlbynd\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-python-s8fgtlbynd.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/appsettings/list?api-version=2019-08-01+16": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "267" ], + "x-ms-client-request-id": [ "3d12fc5d-efcb-43d0-a04f-3753fbde800f" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "fc0dc54c-4948-4191-aa2d-a96047c8c467" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11971" ], + "x-ms-correlation-request-id": [ "99fa254b-c7cb-4bd7-a388-726202e198e2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013006Z:99fa254b-c7cb-4bd7-a388-726202e198e2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:30:06 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1124" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-s8fgtlbynd\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"f43f56cf-5613-4623-a48e-44af25bb2050\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "258" ], - "x-ms-client-request-id": [ "993033ca-66fd-49cf-99ea-dfd874762ea2" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "x-ms-unique-id": [ "268" ], + "x-ms-client-request-id": [ "9da9a732-85f8-4689-8cea-8c7b0ee777db" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -4919,34 +5130,111 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2d90a9c8-0651-499c-b101-baddcb06b153" ], + "x-ms-request-id": [ "76c2a702-8d0c-4aff-980e-2ca0d717d83e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11839" ], - "x-ms-correlation-request-id": [ "4a942a08-0a77-4cd4-bf99-b23f657b49e8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:4a942a08-0a77-4cd4-bf99-b23f657b49e8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11830" ], + "x-ms-correlation-request-id": [ "67b373d9-fe67-483c-910a-68996956f7fe" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013006Z:67b373d9-fe67-483c-910a-68996956f7fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1414" ], + "Content-Length": [ "3752" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd/config/web\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-s8fgtlbynd\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01+18": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Python-s8fgtlbynd?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "269" ], + "x-ms-client-request-id": [ "c44efd57-0057-487a-8a73-795544f7b3b4" ], + "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], + "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6A4EE2B2009E0\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "39043a6d-eda5-4ffb-ae84-a0df43b373b7" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], + "x-ms-correlation-request-id": [ "6fa58d58-0ae6-4685-beb7-5f08e48feeac" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013011Z:6fa58d58-0ae6-4685-beb7-5f08e48feeac" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:30:11 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "68" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "2589089c-9c69-47fd-873e-114289147d4a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11829" ], + "x-ms-correlation-request-id": [ "d48c3aca-275b-4752-b21d-42497d2c16d0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013011Z:d48c3aca-275b-4752-b21d-42497d2c16d0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:30:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + } + }, + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "259" ], - "x-ms-client-request-id": [ "2551c49b-c5b6-469c-a56f-d14eb2eac05a" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "x-ms-unique-id": [ "271" ], + "x-ms-client-request-id": [ "de3a958a-6fc4-4542-b8f0-719d1d984ddd" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], + "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -4960,32 +5248,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d8bd055a-044a-4420-a4d3-0c188d1e81ca" ], + "x-ms-request-id": [ "bd64b56c-2775-46ac-9e0c-3bf653693cc5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11838" ], - "x-ms-correlation-request-id": [ "8cde4128-393c-45f9-bcca-f2c5e0efded2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003117Z:8cde4128-393c-45f9-bcca-f2c5e0efded2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11828" ], + "x-ms-correlation-request-id": [ "b30d41d7-6baf-4248-a1a8-cb3ffb4b060e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013012Z:b30d41d7-6baf-4248-a1a8-cb3ffb4b060e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1455" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "260" ], - "x-ms-client-request-id": [ "fc49c618-c969-44da-9455-91436454d0e6" ], + "x-ms-unique-id": [ "272" ], + "x-ms-client-request-id": [ "3ce9531e-dc19-4f19-ac3d-ba7f0486c7f2" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5000,31 +5288,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "284a4736-3d80-466b-b7da-4dd37f798a82" ], + "x-ms-request-id": [ "98ae0c6e-337c-4d79-94ba-a69a52d4a393" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11837" ], - "x-ms-correlation-request-id": [ "ecb2d252-886d-4233-8ff5-1e39b5811b91" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003117Z:ecb2d252-886d-4233-8ff5-1e39b5811b91" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11827" ], + "x-ms-correlation-request-id": [ "15d66857-9d06-423f-95ee-e50f5f8b56b7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013012Z:15d66857-9d06-423f-95ee-e50f5f8b56b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "261" ], - "x-ms-client-request-id": [ "8e519a19-77b9-4eea-9846-0e3277d7cdea" ], + "x-ms-unique-id": [ "273" ], + "x-ms-client-request-id": [ "788ba3ea-ba5a-4858-8134-20ff2b475bb4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5039,33 +5327,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b3e96d90-0d98-41f5-ada5-c9a826112915" ], + "x-ms-request-id": [ "11db791e-8189-45dd-820e-e793c7897fb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11973" ], - "x-ms-correlation-request-id": [ "9cdf4be5-fb25-44f1-8c40-8e703c06835f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003117Z:9cdf4be5-fb25-44f1-8c40-8e703c06835f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11974" ], + "x-ms-correlation-request-id": [ "e5472ab4-1d70-47f1-af8d-62979c303579" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013012Z:e5472ab4-1d70-47f1-af8d-62979c303579" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-Python-vhqrapzbky?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-Python-vhqrapzbky?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "116" ] + "Content-Length": [ "115" ] } }, "Response": { @@ -5073,36 +5361,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a996c23a-4bca-41f7-b05d-7eddf648cb15" ], + "x-ms-request-id": [ "e0852f6d-522a-4b21-bfb8-050bda6c6b6b" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1167" ], - "x-ms-correlation-request-id": [ "39c6e0dc-8776-4db8-a5af-79c7724aaf14" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003119Z:39c6e0dc-8776-4db8-a5af-79c7724aaf14" ], - "Date": [ "Tue, 16 Jun 2020 00:31:19 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1168" ], + "x-ms-correlation-request-id": [ "42c130d5-8722-4f08-86cc-76b805dfb952" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013016Z:42c130d5-8722-4f08-86cc-76b805dfb952" ], + "Date": [ "Sun, 18 Oct 2020 01:30:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1023" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000edb9-0000-0300-0000-5ee812d60000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Python-vhqrapzbky\",\"AppId\":\"3377036b-0822-41a2-99c5-272386c051b2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"ConnectionString\":\"InstrumentationKey=6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"Name\":\"Functions-Python-vhqrapzbky\",\"CreationDate\":\"2020-06-16T00:31:18.6448462+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270238c4-0000-0300-0000-5f8b9aa60000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"66b1c3be-b756-4608-9d6e-69a7007a1baf\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\",\"ConnectionString\":\"InstrumentationKey=b6abdb84-137e-4d86-908b-73343c65d8a0;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:30:14.58332+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"python\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-vhqrapzbky\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6d3a36c1-180b-489b-8c09-b023e3d0f0da\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"PYTHON|3.7\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"b6abdb84-137e-4d86-908b-73343c65d8a0\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1749" ] + "Content-Length": [ "1532" ] } }, "Response": { @@ -5110,34 +5398,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643757648EB95\"" ], + "ETag": [ "\"1D6A4EE3D41C320\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "849bd90f-65a1-4aaf-ae80-9ae8e5d532a7" ], + "x-ms-request-id": [ "6094b0d6-83c9-4a87-b8d6-f648235777de" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "496" ], - "x-ms-correlation-request-id": [ "fc538787-fc5f-4988-89e2-7ee78c97cbee" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003138Z:fc538787-fc5f-4988-89e2-7ee78c97cbee" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], + "x-ms-correlation-request-id": [ "3f79a6b0-2e72-480e-9c08-c8b5b7f0c92f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013053Z:3f79a6b0-2e72-480e-9c08-c8b5b7f0c92f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5660" ], + "Content-Length": [ "5912" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-vhqrapzbky\",\"state\":\"Running\",\"hostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Python-vhqrapzbky\",\"repositorySiteName\":\"Functions-Python-vhqrapzbky\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\",\"functions-python-vhqrapzbky.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-vhqrapzbky.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:22.16\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-vhqrapzbky\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-vhqrapzbky\\\\$Functions-Python-vhqrapzbky\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"centralus\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:30:18.4366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "264" ], - "x-ms-client-request-id": [ "cc9746e2-e12d-45f3-9e14-77ea9585fb40" ], + "x-ms-unique-id": [ "276" ], + "x-ms-client-request-id": [ "c9955abc-7863-44eb-b921-ea3c9c30bd5f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5152,34 +5440,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643757648EB95\"" ], + "ETag": [ "\"1D6A4EE3D41C320\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2c805086-698d-4a85-a406-8a226dc363af" ], + "x-ms-request-id": [ "356fbad6-8e1d-43ca-9c50-a37f375634c6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11836" ], - "x-ms-correlation-request-id": [ "021b5cb8-df5a-411e-bfea-5c7ef536ae7c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:021b5cb8-df5a-411e-bfea-5c7ef536ae7c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11826" ], + "x-ms-correlation-request-id": [ "cd11da30-eba4-473e-91fe-91a8a24f6651" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013053Z:cd11da30-eba4-473e-91fe-91a8a24f6651" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5465" ], + "Content-Length": [ "5708" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-vhqrapzbky\",\"state\":\"Running\",\"hostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Python-vhqrapzbky\",\"repositorySiteName\":\"Functions-Python-vhqrapzbky\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\",\"functions-python-vhqrapzbky.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-vhqrapzbky.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:22.8733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-vhqrapzbky\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-vhqrapzbky\\\\$Functions-Python-vhqrapzbky\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:30:19.09\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "265" ], - "x-ms-client-request-id": [ "64eec74e-849d-4f60-8a0c-c91bcc39b190" ], + "x-ms-unique-id": [ "277" ], + "x-ms-client-request-id": [ "8e51b086-04d7-4010-a08a-0bea3e85ee39" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5195,32 +5483,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b0643624-a6f4-463a-86aa-57a58ea5619b" ], + "x-ms-request-id": [ "6056a6d6-92f0-4a81-a7c3-b81392666cc8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11972" ], - "x-ms-correlation-request-id": [ "e052c6bb-877f-42d2-951f-280f738ad37e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:e052c6bb-877f-42d2-951f-280f738ad37e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11970" ], + "x-ms-correlation-request-id": [ "18b3d68e-54b9-4291-aebd-c88469fd50d7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013054Z:18b3d68e-54b9-4291-aebd-c88469fd50d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1148" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-vhqrapzbky\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\"}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "266" ], - "x-ms-client-request-id": [ "afca5a9c-04f1-4735-8828-5184bfc40cb3" ], + "x-ms-unique-id": [ "278" ], + "x-ms-client-request-id": [ "99aec7cb-35c4-44aa-942a-3ac41395ee2c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5236,32 +5524,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "426abed9-379b-44a8-9825-772663a10568" ], + "x-ms-request-id": [ "b3250dad-d527-422f-938c-9463da762c87" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11835" ], - "x-ms-correlation-request-id": [ "2b237124-cb7f-4f02-ae36-f16d98854eaf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:2b237124-cb7f-4f02-ae36-f16d98854eaf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11825" ], + "x-ms-correlation-request-id": [ "82ad4cbe-09d8-4d04-8e45-a779e9aa0526" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013054Z:82ad4cbe-09d8-4d04-8e45-a779e9aa0526" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3317" ], + "Content-Length": [ "3821" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.7\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-vhqrapzbky\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "267" ], - "x-ms-client-request-id": [ "b8fe5cd4-e9b4-42b9-8e46-ce592677cadc" ], + "x-ms-unique-id": [ "279" ], + "x-ms-client-request-id": [ "4fdad9c0-3595-4832-987c-9fa2fb027346" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5276,34 +5564,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643757648EB95\"" ], + "ETag": [ "\"1D6A4EE3D41C320\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0f2c53ea-b383-4aef-9a73-7eb9d3ba3091" ], + "x-ms-request-id": [ "8855522d-a6b0-4dec-a7b6-8bd19513f847" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11834" ], - "x-ms-correlation-request-id": [ "8e4e6d6a-ddd5-4bce-af41-6f16e4c0061a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:8e4e6d6a-ddd5-4bce-af41-6f16e4c0061a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11824" ], + "x-ms-correlation-request-id": [ "c0bbc019-84cb-46b3-8597-1cf38ee93786" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013054Z:c0bbc019-84cb-46b3-8597-1cf38ee93786" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5465" ], + "Content-Length": [ "5708" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-vhqrapzbky\",\"state\":\"Running\",\"hostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Python-vhqrapzbky\",\"repositorySiteName\":\"Functions-Python-vhqrapzbky\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\",\"functions-python-vhqrapzbky.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-vhqrapzbky.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:22.8733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-vhqrapzbky\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-vhqrapzbky\\\\$Functions-Python-vhqrapzbky\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:30:19.09\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "268" ], - "x-ms-client-request-id": [ "82ba9ae4-0ed9-47ee-acce-473cef93d9a9" ], + "x-ms-unique-id": [ "280" ], + "x-ms-client-request-id": [ "e5d4eb9b-e73d-4606-a6aa-23cd9ce76cda" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5319,32 +5607,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7cc94c22-60b4-43e1-b52b-43593d5bad25" ], + "x-ms-request-id": [ "7b3036e5-eadf-429a-97f8-6b6e78a18325" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11971" ], - "x-ms-correlation-request-id": [ "56e63b69-f4c2-45ac-a3a3-37ae263cbec1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003140Z:56e63b69-f4c2-45ac-a3a3-37ae263cbec1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11969" ], + "x-ms-correlation-request-id": [ "573ba527-2e68-45a0-952f-c943503a68a2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013055Z:573ba527-2e68-45a0-952f-c943503a68a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1148" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-vhqrapzbky\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\"}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "269" ], - "x-ms-client-request-id": [ "3d2f3aaa-9723-4313-b8be-79ad6a05484a" ], + "x-ms-unique-id": [ "281" ], + "x-ms-client-request-id": [ "9d17b81c-8984-43ff-847b-50ac4cab24be" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5360,32 +5648,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9fcc9b49-fa64-4daa-8b09-47bcf51c6c69" ], + "x-ms-request-id": [ "c7200a10-8e25-420c-a493-fb23229b9751" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11833" ], - "x-ms-correlation-request-id": [ "6db5a020-d30d-445f-897b-fb98ef4b32a8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003140Z:6db5a020-d30d-445f-897b-fb98ef4b32a8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11823" ], + "x-ms-correlation-request-id": [ "9f530ff1-e94c-4b61-b156-178638ee8130" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013055Z:9f530ff1-e94c-4b61-b156-178638ee8130" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:40 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3317" ], + "Content-Length": [ "3821" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.7\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-vhqrapzbky\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "270" ], - "x-ms-client-request-id": [ "f2bd4d37-d182-4c14-955e-9c44769aa36e" ], + "x-ms-unique-id": [ "282" ], + "x-ms-client-request-id": [ "0a9836c7-db5d-4f25-b30e-f1a858d104da" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5400,17 +5688,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643757648EB95\"" ], + "ETag": [ "\"1D6A4EE3D41C320\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "056740d6-7061-4105-94c6-2f6bec550cdb" ], + "x-ms-request-id": [ "1f68964b-7ed7-4a7b-9be5-a9570811c7fc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "deed9d03-7504-4bb2-a88f-fdd65141b685" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:deed9d03-7504-4bb2-a88f-fdd65141b685" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], + "x-ms-correlation-request-id": [ "33a5573a-acb7-4d8d-9a72-20acd229261b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013059Z:33a5573a-acb7-4d8d-9a72-20acd229261b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:59 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5419,11 +5707,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -5437,15 +5725,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "80e02a9c-52fa-422b-9194-64fd447d3758" ], + "x-ms-request-id": [ "a9e18b4c-542d-422e-8c26-7eec955ebd3e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11832" ], - "x-ms-correlation-request-id": [ "4d7831b5-b684-4e10-a72d-23a1c2d5512f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:4d7831b5-b684-4e10-a72d-23a1c2d5512f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11822" ], + "x-ms-correlation-request-id": [ "efaa1c99-d397-47c5-9445-e96150b5f16e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013100Z:efaa1c99-d397-47c5-9445-e96150b5f16e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -5455,16 +5743,16 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "272" ], - "x-ms-client-request-id": [ "4ad47e35-3b66-4484-8251-142b34b0df12" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], - "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], + "x-ms-unique-id": [ "284" ], + "x-ms-client-request-id": [ "345e8aad-9504-4192-832e-642ff7b50f7f" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -5478,32 +5766,237 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4a22e81e-aa96-4450-9bc2-5ffd452c62eb" ], + "x-ms-request-id": [ "86ede2a0-75fb-426d-b825-24db363d5b70" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11831" ], - "x-ms-correlation-request-id": [ "c8fc5d65-6417-468e-a358-a5ba7f4f09f0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:c8fc5d65-6417-468e-a358-a5ba7f4f09f0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11821" ], + "x-ms-correlation-request-id": [ "0d9d1525-8f69-4032-a610-f624b3a0cf87" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013100Z:0d9d1525-8f69-4032-a610-f624b3a0cf87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:30:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "273" ], - "x-ms-client-request-id": [ "bdff8f21-1ec3-4149-9629-06db52553a95" ], + "x-ms-unique-id": [ "285" ], + "x-ms-client-request-id": [ "e142cc13-5831-423c-b2c0-30f334bfef3f" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "46a8fee7-8563-4626-b904-a466538ecda5" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11820" ], + "x-ms-correlation-request-id": [ "564f7506-a770-43af-a2e0-6da193bfa4d0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013100Z:564f7506-a770-43af-a2e0-6da193bfa4d0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:30:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "286" ], + "x-ms-client-request-id": [ "09d46931-c78e-43f9-a3d0-111522cb02a2" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "f8a1e182-ba69-46a6-bb3f-a3ac093ea39a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11819" ], + "x-ms-correlation-request-id": [ "b963e1ce-165f-49d0-846f-78b012b1fd62" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013100Z:b963e1ce-165f-49d0-846f-78b012b1fd62" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:30:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1442" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "287" ], + "x-ms-client-request-id": [ "2e85497f-bf6f-473b-97e2-ebc39e1492b5" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "062e093d-404c-4718-9997-9bd51840e26c" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11818" ], + "x-ms-correlation-request-id": [ "d8ce29f7-964d-4ad9-bd01-cc5e186b63f8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013101Z:d8ce29f7-964d-4ad9-bd01-cc5e186b63f8" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:31:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1414" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "288" ], + "x-ms-client-request-id": [ "7d4d90d4-0342-4859-aaef-6d107bef59ab" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "7dae3d20-ff36-4c7d-9105-1876f171493c" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11817" ], + "x-ms-correlation-request-id": [ "54b9b415-52de-4855-a9af-3ae253473280" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013101Z:54b9b415-52de-4855-a9af-3ae253473280" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:31:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1455" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "289" ], + "x-ms-client-request-id": [ "0e5b375c-b569-429a-b443-8a4cc6d1c568" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "9177492f-ed5a-4b75-b9d4-85f357dd32de" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11816" ], + "x-ms-correlation-request-id": [ "254a523d-5f67-42b3-a8c1-62c4b2c09a94" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013101Z:254a523d-5f67-42b3-a8c1-62c4b2c09a94" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:31:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "290" ], + "x-ms-client-request-id": [ "d9c7b5bf-c7cc-4384-9c02-5f126ec573b0" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5518,31 +6011,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "57b2b180-1b71-44d1-989d-7a42f90ca2e5" ], + "x-ms-request-id": [ "df728803-980c-4c5d-93ae-258b9c6fa0e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11830" ], - "x-ms-correlation-request-id": [ "025efe5d-6489-4a37-b174-c4f4a197c137" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:025efe5d-6489-4a37-b174-c4f4a197c137" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11815" ], + "x-ms-correlation-request-id": [ "a976fada-39e6-468d-a50a-b630286068c6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013101Z:a976fada-39e6-468d-a50a-b630286068c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "274" ], - "x-ms-client-request-id": [ "3bc864bb-a06a-4153-8810-059e70fedf75" ], + "x-ms-unique-id": [ "291" ], + "x-ms-client-request-id": [ "96d60977-d62b-4c41-b092-1804e14a791a" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5557,33 +6050,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "70dd7274-7e37-45a6-8a3b-bee9197757de" ], + "x-ms-request-id": [ "b5a090d7-34b3-4be6-89e9-c81d383b172a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11972" ], - "x-ms-correlation-request-id": [ "e272327b-1a0d-421a-b2c1-6a07d45b727d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:e272327b-1a0d-421a-b2c1-6a07d45b727d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11973" ], + "x-ms-correlation-request-id": [ "2634a137-cc40-43a5-9077-ce9a87633a1e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013102Z:2634a137-cc40-43a5-9077-ce9a87633a1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "115" ] + "Content-Length": [ "116" ] } }, "Response": { @@ -5591,36 +6084,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ac370b45-ee40-49d8-b16c-ed627d562e28" ], + "x-ms-request-id": [ "705a89a3-43cf-41b4-ab79-2e131eebdda1" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1166" ], - "x-ms-correlation-request-id": [ "7069ec34-448a-496e-887d-3e91166fb02f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003145Z:7069ec34-448a-496e-887d-3e91166fb02f" ], - "Date": [ "Tue, 16 Jun 2020 00:31:44 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1167" ], + "x-ms-correlation-request-id": [ "c2044226-4ddc-4ec4-a566-dd8f33f1f688" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013103Z:c2044226-4ddc-4ec4-a566-dd8f33f1f688" ], + "Date": [ "Sun, 18 Oct 2020 01:31:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1113" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000f9b9-0000-0300-0000-5ee812f00000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"587723c5-2b71-4a80-b5a3-03ab2260c37c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"ConnectionString\":\"InstrumentationKey=79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:31:43.9681142+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270223cf-0000-0300-0000-5f8b9ad60000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"79ea41f8-f670-446e-afb7-bcc7b483bc59\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourcegroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1594" ] + "Content-Length": [ "1932" ] } }, "Response": { @@ -5628,34 +6121,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437585668C95\"" ], + "ETag": [ "\"1D6A4EE5A803B95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2d115e50-5627-4dda-b701-d00d224144f3" ], + "x-ms-request-id": [ "5d11f38e-0760-4a98-81d0-58fafa29b2f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], - "x-ms-correlation-request-id": [ "8f9febbb-012b-4b05-adca-a61bd61f6bcc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:8f9febbb-012b-4b05-adca-a61bd61f6bcc" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "492" ], + "x-ms-correlation-request-id": [ "b8e88e6b-68e5-46b0-ac16-6b148a6bf0a3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013141Z:b8e88e6b-68e5-46b0-ac16-6b148a6bf0a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5786" ], + "Content-Length": [ "6183" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"centralus\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:47.51\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:31:07.54\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourcegroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"5381c467-36fb-4ad1-8b80-e8fa76ac0662\",\"clientId\":\"ba6430fd-7910-46b0-bf27-03d41491ba1d\"}}}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+7": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "277" ], - "x-ms-client-request-id": [ "84b2378c-5002-4ba7-be36-0036ef944ab1" ], + "x-ms-unique-id": [ "294" ], + "x-ms-client-request-id": [ "eaf6c472-7644-4305-8d02-fae018af3736" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5670,34 +6163,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437585668C95\"" ], + "ETag": [ "\"1D6A4EE5A803B95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ef2cfe74-f44a-42ea-8098-932d99746295" ], + "x-ms-request-id": [ "2e1013ec-bef9-4c03-89d0-5cb4e636306b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11829" ], - "x-ms-correlation-request-id": [ "2e9acf95-8655-436c-8951-dfbf5b806f01" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:2e9acf95-8655-436c-8951-dfbf5b806f01" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11814" ], + "x-ms-correlation-request-id": [ "1ef8f070-aa90-47bf-8311-3fbe3f515adc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013142Z:1ef8f070-aa90-47bf-8311-3fbe3f515adc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5592" ], + "Content-Length": [ "5988" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:48.2333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:31:08.1533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourcegroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"5381c467-36fb-4ad1-8b80-e8fa76ac0662\",\"clientId\":\"ba6430fd-7910-46b0-bf27-03d41491ba1d\"}}}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+8": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "278" ], - "x-ms-client-request-id": [ "02426801-febb-4c4e-b065-cc5133e24afb" ], + "x-ms-unique-id": [ "295" ], + "x-ms-client-request-id": [ "76ac0a2d-bb6e-4c5a-be8f-a6e9b4c76e23" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5713,32 +6206,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1f08da1e-3ffa-431e-8a2a-06e7ff351f01" ], + "x-ms-request-id": [ "8a724f86-163d-4a7b-a573-226f7d05341a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11970" ], - "x-ms-correlation-request-id": [ "20ae8939-beb4-4e3f-b970-6de02f522f12" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:20ae8939-beb4-4e3f-b970-6de02f522f12" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11968" ], + "x-ms-correlation-request-id": [ "7b9db38d-be52-4ab2-b820-de4337184330" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013142Z:7b9db38d-be52-4ab2-b820-de4337184330" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1185" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+9": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "279" ], - "x-ms-client-request-id": [ "29bfcd35-0558-4771-88a2-d1e4e411c348" ], + "x-ms-unique-id": [ "296" ], + "x-ms-client-request-id": [ "e0f7d9e5-b4b5-4ae0-9e69-b93f7407b8c0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5754,32 +6247,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fd7e8641-963b-48dc-86da-c793d3716cd7" ], + "x-ms-request-id": [ "62299356-11c3-46a5-a5d3-b631c9bd946a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11828" ], - "x-ms-correlation-request-id": [ "278989ee-5628-4ac3-932d-c464c13a5160" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:278989ee-5628-4ac3-932d-c464c13a5160" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11813" ], + "x-ms-correlation-request-id": [ "c9cf7d5e-a5c9-4e6b-bef7-c8fd24e88823" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013142Z:c9cf7d5e-a5c9-4e6b-bef7-c8fd24e88823" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3385" ], + "Content-Length": [ "3761" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":20258,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "280" ], - "x-ms-client-request-id": [ "4548ec49-57ff-46f9-ad2a-63082ffefbf6" ], + "x-ms-unique-id": [ "297" ], + "x-ms-client-request-id": [ "383e73b5-4624-46a6-8383-019522f7ddb6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5794,34 +6287,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437585668C95\"" ], + "ETag": [ "\"1D6A4EE5A803B95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7de08fc3-6942-43ee-9cb3-5de0877175f3" ], + "x-ms-request-id": [ "45ae981c-6827-4fa3-80b5-b6b01d16e6c5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11827" ], - "x-ms-correlation-request-id": [ "0a0ce2b2-c185-453b-9047-fd673c345d03" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003223Z:0a0ce2b2-c185-453b-9047-fd673c345d03" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11812" ], + "x-ms-correlation-request-id": [ "0778b974-b88a-4769-85e2-d497ef35de89" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013143Z:0778b974-b88a-4769-85e2-d497ef35de89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5592" ], + "Content-Length": [ "5988" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:48.2333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:31:08.1533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourcegroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"5381c467-36fb-4ad1-8b80-e8fa76ac0662\",\"clientId\":\"ba6430fd-7910-46b0-bf27-03d41491ba1d\"}}}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "281" ], - "x-ms-client-request-id": [ "d01d1bb4-8c7f-4e69-9c4d-3cf90ea97287" ], + "x-ms-unique-id": [ "298" ], + "x-ms-client-request-id": [ "1b6a2c6d-e1c9-40c4-861c-fa383b33de31" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5837,32 +6330,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e7eaee5e-2e2c-4dbf-85e1-eb5a4118def4" ], + "x-ms-request-id": [ "10bc91c4-85c0-47b4-b9aa-7447e9f43099" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11969" ], - "x-ms-correlation-request-id": [ "dcc2c84e-6972-4053-b173-d81b713adfa5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003223Z:dcc2c84e-6972-4053-b173-d81b713adfa5" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], + "x-ms-correlation-request-id": [ "51964b9a-3ddd-447f-b2fb-2b491eee9c15" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013143Z:51964b9a-3ddd-447f-b2fb-2b491eee9c15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1185" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "282" ], - "x-ms-client-request-id": [ "b58779f6-6ef3-4b64-a833-026d4be4ce8e" ], + "x-ms-unique-id": [ "299" ], + "x-ms-client-request-id": [ "a3e0db54-e22b-4926-a3e8-6fea22f13dd0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5878,32 +6371,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7ccd14b2-a8a0-4714-bb7a-83fbc6ba6649" ], + "x-ms-request-id": [ "0a55da10-aae2-4fea-a165-7b5f964bb46f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11826" ], - "x-ms-correlation-request-id": [ "d71a1f53-1df0-4a96-b6ae-a73b27893ea2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003223Z:d71a1f53-1df0-4a96-b6ae-a73b27893ea2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11811" ], + "x-ms-correlation-request-id": [ "1981cc28-3bd9-40e4-8544-497cec2008d5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013143Z:1981cc28-3bd9-40e4-8544-497cec2008d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3385" ], + "Content-Length": [ "3761" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":20258,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "283" ], - "x-ms-client-request-id": [ "b44202d1-397e-477e-9506-f73776739069" ], + "x-ms-unique-id": [ "300" ], + "x-ms-client-request-id": [ "72efbc6c-9c26-4c80-ab49-34bc57d1c836" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5918,17 +6411,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437585668C95\"" ], + "ETag": [ "\"1D6A4EE5A803B95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ab5b9b99-ce01-4bf3-9a92-aa4b7f16df3e" ], + "x-ms-request-id": [ "7ad49efb-e4b4-470c-8ed1-60ba32ce4dd8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-correlation-request-id": [ "a56cd098-f907-45b1-91af-f1edecbc8033" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003226Z:a56cd098-f907-45b1-91af-f1edecbc8033" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], + "x-ms-correlation-request-id": [ "00e4ec74-21ad-4a46-a8b9-fb095d352100" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013146Z:00e4ec74-21ad-4a46-a8b9-fb095d352100" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:25 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:46 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5937,11 +6430,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -5955,15 +6448,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ae76f296-5d41-4fbf-9e05-df247ec4f7f5" ], + "x-ms-request-id": [ "e4482a10-23a4-433a-911d-8ce6f84cb5fe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11825" ], - "x-ms-correlation-request-id": [ "7118ce0e-db01-4a22-a001-1a979c224e23" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003226Z:7118ce0e-db01-4a22-a001-1a979c224e23" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11810" ], + "x-ms-correlation-request-id": [ "6062c50e-500b-4021-b883-81bc9cfec8cb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013146Z:6062c50e-500b-4021-b883-81bc9cfec8cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -5973,14 +6466,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "285" ], - "x-ms-client-request-id": [ "94853373-46f9-4b71-b5a1-b30b5f4b1639" ], + "x-ms-unique-id": [ "302" ], + "x-ms-client-request-id": [ "bf79780e-ff83-41a3-88d3-44966d3c957a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5996,32 +6489,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8e692dda-1542-47d5-8814-d83e4f60f080" ], + "x-ms-request-id": [ "edcfbbbf-903e-4b43-84e3-b631d640283f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11824" ], - "x-ms-correlation-request-id": [ "7288909e-4dfa-4f9a-bf73-dc1a5ad90ae3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003226Z:7288909e-4dfa-4f9a-bf73-dc1a5ad90ae3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11809" ], + "x-ms-correlation-request-id": [ "95d47c4e-5df5-43dd-a001-59f02f41aa37" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013147Z:95d47c4e-5df5-43dd-a001-59f02f41aa37" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:31:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "6839" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" + } + }, + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "303" ], + "x-ms-client-request-id": [ "96d43322-c035-4b6c-b746-9c40c8a63c19" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "f705732d-7f3e-43b7-9980-5d2a94266444" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11808" ], + "x-ms-correlation-request-id": [ "0a683357-3ae5-4c5e-856e-c88cb70dd5d2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013147Z:0a683357-3ae5-4c5e-856e-c88cb70dd5d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "286" ], - "x-ms-client-request-id": [ "9f0bc54d-ef99-448d-8b09-615f3e520c60" ], + "x-ms-unique-id": [ "304" ], + "x-ms-client-request-id": [ "0e6db6ca-ac48-42bf-92f6-1766bce3f5a8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6037,32 +6571,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "45a9190f-21e2-4937-a2b9-9e238a84a602" ], + "x-ms-request-id": [ "cc252fb9-70b2-4d6a-b419-554633c041d5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11823" ], - "x-ms-correlation-request-id": [ "749bb62b-266f-4959-a265-b0739330ddfd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003227Z:749bb62b-266f-4959-a265-b0739330ddfd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11807" ], + "x-ms-correlation-request-id": [ "3b70c6bb-4eb4-499a-99ce-ed714bac5fad" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013147Z:3b70c6bb-4eb4-499a-99ce-ed714bac5fad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1443" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "287" ], - "x-ms-client-request-id": [ "cebdd13b-3ad1-4604-86e6-b0a43668ca66" ], + "x-ms-unique-id": [ "305" ], + "x-ms-client-request-id": [ "95cbe34b-c57a-4cad-8fa6-187d8d4fee77" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6078,32 +6612,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba8181c8-a931-4f92-8bba-1d87e905da2c" ], + "x-ms-request-id": [ "8e60488c-a7eb-4049-ac47-76f4ea3c4240" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11822" ], - "x-ms-correlation-request-id": [ "d8b8c872-bcb7-491a-8a08-fe9254287a93" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003227Z:d8b8c872-bcb7-491a-8a08-fe9254287a93" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11806" ], + "x-ms-correlation-request-id": [ "2feedcda-c0ab-4f32-90fc-f59a47163ccf" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013148Z:2feedcda-c0ab-4f32-90fc-f59a47163ccf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1442" ], + "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "288" ], - "x-ms-client-request-id": [ "601c30c5-7a61-404c-be27-0c60287e0548" ], + "x-ms-unique-id": [ "306" ], + "x-ms-client-request-id": [ "eca528e9-7dd5-40a8-ae20-e2eabe4e7e9b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6119,32 +6653,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0aaa613a-d104-4d1e-9805-98b04264126e" ], + "x-ms-request-id": [ "ce116609-533f-40a0-aac3-2a7791e3edcc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11821" ], - "x-ms-correlation-request-id": [ "49d599dd-2fe4-4eee-ba27-ce6679db23de" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003227Z:49d599dd-2fe4-4eee-ba27-ce6679db23de" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11805" ], + "x-ms-correlation-request-id": [ "a8bfc788-bebc-4eac-9a4e-2d718d95bb5a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013148Z:a8bfc788-bebc-4eac-9a4e-2d718d95bb5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1414" ], + "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "289" ], - "x-ms-client-request-id": [ "5fefd203-21a1-4e27-8a72-5d9e6eb93324" ], + "x-ms-unique-id": [ "307" ], + "x-ms-client-request-id": [ "085a5854-48e9-4ea3-a437-363b6b43da81" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6160,32 +6694,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "59cc495b-7e10-4db1-a53a-d5dad7c4d4dd" ], + "x-ms-request-id": [ "cf420a15-dc45-4234-b8c2-dc717a78e584" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11820" ], - "x-ms-correlation-request-id": [ "359f8b5a-8e84-40bb-9502-d10f72668a82" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003228Z:359f8b5a-8e84-40bb-9502-d10f72668a82" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11804" ], + "x-ms-correlation-request-id": [ "a7058f65-715d-4f1b-b9e8-eb3c386ae39f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013148Z:a7058f65-715d-4f1b-b9e8-eb3c386ae39f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1455" ], + "Content-Length": [ "1317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "290" ], - "x-ms-client-request-id": [ "15451653-5ec1-497e-8725-b9f1117391ee" ], + "x-ms-unique-id": [ "308" ], + "x-ms-client-request-id": [ "37af9201-3735-4bae-aeac-048284b9a8f5" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6200,31 +6734,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "87cf1949-bb9a-41e4-aae2-b77f82a4d321" ], + "x-ms-request-id": [ "66936a92-4bdd-4ce2-8525-726566d7a19c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11819" ], - "x-ms-correlation-request-id": [ "87d2497d-a330-4c5c-ae69-9994cecd60d9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003228Z:87d2497d-a330-4c5c-ae69-9994cecd60d9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11803" ], + "x-ms-correlation-request-id": [ "5f255a57-f519-4f31-9aa7-2bf41c9a5106" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013148Z:5f255a57-f519-4f31-9aa7-2bf41c9a5106" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "291" ], - "x-ms-client-request-id": [ "dca23d2b-dd77-4997-97b7-9cdda80e834a" ], + "x-ms-unique-id": [ "309" ], + "x-ms-client-request-id": [ "dad99136-1117-4d0e-a6c6-4aeefdce61a3" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6239,27 +6773,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "feaa8a73-a112-4654-8f21-832ee783f084" ], + "x-ms-request-id": [ "d59f4fd2-9252-40b5-82ff-eaa9050e38ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11971" ], - "x-ms-correlation-request-id": [ "38ffa167-ca9d-4760-bdce-168e5f84fc86" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003228Z:38ffa167-ca9d-4760-bdce-168e5f84fc86" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11972" ], + "x-ms-correlation-request-id": [ "2d78fce9-d4e4-4cf8-a83a-db2d86545dae" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013149Z:2d78fce9-d4e4-4cf8-a83a-db2d86545dae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:31:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -6273,36 +6807,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "37f828e7-ac86-41b9-a05a-84369340c57e" ], + "x-ms-request-id": [ "25edd228-b5da-4128-b7ed-e86a74b6d947" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1165" ], - "x-ms-correlation-request-id": [ "db059d2a-0d38-48e3-8efe-7bc02f15ae67" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003229Z:db059d2a-0d38-48e3-8efe-7bc02f15ae67" ], - "Date": [ "Tue, 16 Jun 2020 00:32:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1166" ], + "x-ms-correlation-request-id": [ "59ce352d-9158-4a85-a186-bdbdb05b7841" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013150Z:59ce352d-9158-4a85-a186-bdbdb05b7841" ], + "Date": [ "Sun, 18 Oct 2020 01:31:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1041" ], + "Content-Length": [ "1113" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00000cba-0000-0300-0000-5ee8131c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27022ed8-0000-0300-0000-5f8b9b050000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting1\",\r\n \"value\": \"98765\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting2\",\r\n \"value\": \"FooBar\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1994" ] + "Content-Length": [ "1879" ] } }, "Response": { @@ -6310,34 +6844,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375A1206DE0\"" ], + "ETag": [ "\"1D6A4EE77D69BD5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4ab645ec-5346-4dcc-877b-5020239b66a0" ], + "x-ms-request-id": [ "1af5a579-00e5-44e6-b956-da86b3388599" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], - "x-ms-correlation-request-id": [ "58e572bf-859f-4383-a7a7-fedba5185fa0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003307Z:58e572bf-859f-4383-a7a7-fedba5185fa0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "491" ], + "x-ms-correlation-request-id": [ "be35a038-1da6-4dae-bf51-aaa0e1f97b63" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013229Z:be35a038-1da6-4dae-bf51-aaa0e1f97b63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5970" ], + "Content-Length": [ "5986" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:32:34.13\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"fb4d2d1e-a07a-4b69-9159-09d0c1487da0\",\"clientId\":\"507bbbf3-b3cb-4c82-b96b-40097eb1a157\"}}}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:31:56.68\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"911be273-8682-4e6f-b3f3-50798ae2edbb\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "294" ], - "x-ms-client-request-id": [ "2c7e9ad3-1198-4ce0-9dbe-7535dddf4efb" ], + "x-ms-unique-id": [ "312" ], + "x-ms-client-request-id": [ "8dad847b-8cfa-406a-a430-e81d1dffe2a7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6352,34 +6886,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375A1206DE0\"" ], + "ETag": [ "\"1D6A4EE77D69BD5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d2de50d4-5c24-43ec-bc71-39ef239a03fa" ], + "x-ms-request-id": [ "991eca6e-6636-495b-a1ba-7d9c33211d0e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11818" ], - "x-ms-correlation-request-id": [ "40d89fc6-940f-4f61-926a-32a806827cc6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003307Z:40d89fc6-940f-4f61-926a-32a806827cc6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11802" ], + "x-ms-correlation-request-id": [ "f756d1bf-6e17-477a-9af3-0dc24c230897" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013230Z:f756d1bf-6e17-477a-9af3-0dc24c230897" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5770" ], + "Content-Length": [ "5791" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:32:34.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"fb4d2d1e-a07a-4b69-9159-09d0c1487da0\",\"clientId\":\"507bbbf3-b3cb-4c82-b96b-40097eb1a157\"}}}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:31:57.3733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"911be273-8682-4e6f-b3f3-50798ae2edbb\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "295" ], - "x-ms-client-request-id": [ "40885a18-9f86-496c-84da-8bc5b7a79c6b" ], + "x-ms-unique-id": [ "313" ], + "x-ms-client-request-id": [ "e66b169e-7e40-4c1f-ac34-d8ce9592f954" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6395,32 +6929,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0d624637-8a80-44b5-91ab-d87bcfc6e891" ], + "x-ms-request-id": [ "a6da07e6-2604-4956-898e-538865045ac3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11968" ], - "x-ms-correlation-request-id": [ "20b690ce-5706-4993-9f6c-cb6a963950bc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:20b690ce-5706-4993-9f6c-cb6a963950bc" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], + "x-ms-correlation-request-id": [ "bebbb031-abe5-427c-b6a5-4672f65d625e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013230Z:bebbb031-abe5-427c-b6a5-4672f65d625e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1136" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting1\":\"98765\",\"MyAppSetting2\":\"FooBar\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "296" ], - "x-ms-client-request-id": [ "1f5606fe-1cf6-4d61-a17a-bf52f87d666c" ], + "x-ms-unique-id": [ "314" ], + "x-ms-client-request-id": [ "1c018545-0623-47fc-ada2-8d753105573b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6436,32 +6970,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cd2fc10c-66aa-420b-ab74-3e8cce2781d7" ], + "x-ms-request-id": [ "8f6848c6-67f6-46bb-b381-87273983cea1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11817" ], - "x-ms-correlation-request-id": [ "37691ae0-463e-44e1-88d8-ebf1680ab95e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:37691ae0-463e-44e1-88d8-ebf1680ab95e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11801" ], + "x-ms-correlation-request-id": [ "7ecfbd2f-1cca-4c98-96b9-4e111bf7271c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013230Z:7ecfbd2f-1cca-4c98-96b9-4e111bf7271c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3325" ], + "Content-Length": [ "3761" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":24496,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":20259,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "297" ], - "x-ms-client-request-id": [ "56bda83b-1d3d-49fc-9a2e-0424a49221f5" ], + "x-ms-unique-id": [ "315" ], + "x-ms-client-request-id": [ "6c114dc8-bb8b-4462-b668-4faf2e100d34" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6476,34 +7010,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375A1206DE0\"" ], + "ETag": [ "\"1D6A4EE77D69BD5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "20e9d1e2-c770-48f2-aa42-e2ded7c66fa2" ], + "x-ms-request-id": [ "c15b3467-21af-48e9-9395-ab95b0456007" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11816" ], - "x-ms-correlation-request-id": [ "6d85a901-e2ed-4cd3-9452-d2d7d71ba063" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:6d85a901-e2ed-4cd3-9452-d2d7d71ba063" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11800" ], + "x-ms-correlation-request-id": [ "d9e016e9-7864-4573-84b2-37026f0b2377" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013231Z:d9e016e9-7864-4573-84b2-37026f0b2377" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5770" ], + "Content-Length": [ "5791" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:32:34.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"fb4d2d1e-a07a-4b69-9159-09d0c1487da0\",\"clientId\":\"507bbbf3-b3cb-4c82-b96b-40097eb1a157\"}}}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:31:57.3733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"911be273-8682-4e6f-b3f3-50798ae2edbb\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "298" ], - "x-ms-client-request-id": [ "2e0c3fe0-392d-495c-b4b7-288b2cb31622" ], + "x-ms-unique-id": [ "316" ], + "x-ms-client-request-id": [ "221fc21f-7e5d-4aad-9d8d-0f8754c5f9e9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6519,32 +7053,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6817cc96-9a5c-4054-bc39-f8da8e1efbe9" ], + "x-ms-request-id": [ "090290d7-f25e-4495-8b48-e9372b95b08c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], - "x-ms-correlation-request-id": [ "310ad0cb-7728-4ed4-bff4-6de270718e2d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:310ad0cb-7728-4ed4-bff4-6de270718e2d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11965" ], + "x-ms-correlation-request-id": [ "89c3cab1-6740-4549-b12c-ee8a2200c352" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013231Z:89c3cab1-6740-4549-b12c-ee8a2200c352" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1136" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"MyAppSetting1\":\"98765\",\"MyAppSetting2\":\"FooBar\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "299" ], - "x-ms-client-request-id": [ "473e8ce9-aa63-4f8c-9043-2397ca71c501" ], + "x-ms-unique-id": [ "317" ], + "x-ms-client-request-id": [ "0573d13d-7aba-4bb2-afc5-ab2e50267bf0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6560,32 +7094,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "06546fd0-290c-4ef5-926b-1ca465b19cf1" ], + "x-ms-request-id": [ "af2da351-aaec-41a0-824d-60cd8bbe65f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11815" ], - "x-ms-correlation-request-id": [ "e0221ae0-1012-465e-afbb-cd279035e331" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003309Z:e0221ae0-1012-465e-afbb-cd279035e331" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11799" ], + "x-ms-correlation-request-id": [ "03d1c021-9612-49a2-b68b-b1dbe8123fa6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013231Z:03d1c021-9612-49a2-b68b-b1dbe8123fa6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3325" ], + "Content-Length": [ "3761" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":24496,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":20259,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "300" ], - "x-ms-client-request-id": [ "de1b2577-55d7-4e4e-b4e7-1026fe16cdb9" ], + "x-ms-unique-id": [ "318" ], + "x-ms-client-request-id": [ "549a6a11-9b75-4595-b3be-0f1c5d256091" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6600,17 +7134,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375A1206DE0\"" ], + "ETag": [ "\"1D6A4EE77D69BD5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b1dd877c-3b8e-49a6-9aea-f261dc3384de" ], + "x-ms-request-id": [ "23a874aa-9072-4e2e-bb60-b453ea02d303" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], - "x-ms-correlation-request-id": [ "083adc14-3b9b-4724-9c40-4ef488c6a774" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003312Z:083adc14-3b9b-4724-9c40-4ef488c6a774" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], + "x-ms-correlation-request-id": [ "ef97fde3-f9a8-45f6-b08d-8e28ba63f5bc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013235Z:ef97fde3-f9a8-45f6-b08d-8e28ba63f5bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:35 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -6619,11 +7153,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -6637,15 +7171,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "296cc2d7-d851-4d59-babd-8e0b23513ffe" ], + "x-ms-request-id": [ "668461b2-2317-433c-a4bd-55a13ca074e3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11814" ], - "x-ms-correlation-request-id": [ "994c1882-5f8e-41ea-90dc-edae6439a223" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003312Z:994c1882-5f8e-41ea-90dc-edae6439a223" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11798" ], + "x-ms-correlation-request-id": [ "e7a13610-28ec-4b2c-b3ef-552b9e35741c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013235Z:e7a13610-28ec-4b2c-b3ef-552b9e35741c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:35 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -6655,14 +7189,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "302" ], - "x-ms-client-request-id": [ "e3c8a59f-3b64-4077-9f3a-3d41c3fa2266" ], + "x-ms-unique-id": [ "320" ], + "x-ms-client-request-id": [ "38a9b37d-348c-402c-9267-9185aa7d89f8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6678,32 +7212,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f7360cbf-e383-467a-9ed9-f1da9d78fc2a" ], + "x-ms-request-id": [ "50bc8f70-e97f-4138-a0d3-0861b914a064" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11813" ], - "x-ms-correlation-request-id": [ "4e2ba444-991a-42d5-afd6-c4eab17c50f2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003312Z:4e2ba444-991a-42d5-afd6-c4eab17c50f2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11797" ], + "x-ms-correlation-request-id": [ "25039195-60fe-4eb2-be6e-29dd03949f29" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013236Z:25039195-60fe-4eb2-be6e-29dd03949f29" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "303" ], - "x-ms-client-request-id": [ "ae6aa3d4-492f-41d6-8d0e-d6d690f1f286" ], + "x-ms-unique-id": [ "321" ], + "x-ms-client-request-id": [ "392f392d-aa13-432a-9938-5ea654af908d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6719,32 +7253,155 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b07a8617-8380-4784-91c5-3b050391170f" ], + "x-ms-request-id": [ "7001e15e-3cb0-4e02-9e35-afbe4b8b315f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11812" ], - "x-ms-correlation-request-id": [ "6b1979f0-36a6-4b79-a1a5-14ab2d594d8a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003313Z:6b1979f0-36a6-4b79-a1a5-14ab2d594d8a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11796" ], + "x-ms-correlation-request-id": [ "fd1244f9-9c1a-49fb-9103-d02bfef2294c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013236Z:fd1244f9-9c1a-49fb-9103-d02bfef2294c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "304" ], - "x-ms-client-request-id": [ "d8776623-6420-440b-9063-e6d88b8f6386" ], + "x-ms-unique-id": [ "322" ], + "x-ms-client-request-id": [ "902386b3-b775-4592-8b90-32b4c1362c16" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "9788ee3f-06ae-40bf-8629-bb169b0906d6" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11795" ], + "x-ms-correlation-request-id": [ "fd267442-3258-4bd7-99d0-fbc2cb263749" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013236Z:fd267442-3258-4bd7-99d0-fbc2cb263749" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:32:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1442" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "323" ], + "x-ms-client-request-id": [ "fd26251a-767b-4a9e-82f3-421f51a62fa6" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "e199bd7e-2990-4077-9b1a-fa849fdd4143" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11794" ], + "x-ms-correlation-request-id": [ "cc087e0a-0c9b-429b-8b2b-5815c25dded9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013237Z:cc087e0a-0c9b-429b-8b2b-5815c25dded9" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:32:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1414" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "324" ], + "x-ms-client-request-id": [ "4bf6468d-ce26-4457-bd44-b66f4655ef5e" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "124c1727-ecb8-4ae2-aa84-e9da2fac3980" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11793" ], + "x-ms-correlation-request-id": [ "21065a3d-9a20-4638-a587-ef8cfbad65c3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013237Z:21065a3d-9a20-4638-a587-ef8cfbad65c3" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:32:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1455" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "325" ], + "x-ms-client-request-id": [ "9ba55bc0-dc45-43ee-8033-7084e748963d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6760,39 +7417,149 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "abcf5ff6-40aa-43c4-9fbe-2c608e2a7bc6" ], + "x-ms-request-id": [ "8ade4489-0376-4fed-a3c7-dcd60f2df81c" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11792" ], + "x-ms-correlation-request-id": [ "fa6d7e9f-839b-4cea-8fff-c970a460d07f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013237Z:fa6d7e9f-839b-4cea-8fff-c970a460d07f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:32:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "326" ], + "x-ms-client-request-id": [ "debc07e1-d7c3-4b2b-93b0-c3fb5ae8dbea" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], + "FullCommandName": [ "Get-AzStorageAccount_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "fc5b7d4b-da67-4d74-8fdf-ada471264fa5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11791" ], + "x-ms-correlation-request-id": [ "4b74ff44-24da-4cd7-ba48-91defa3463f4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013237Z:4b74ff44-24da-4cd7-ba48-91defa3463f4" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:32:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3792" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "327" ], + "x-ms-client-request-id": [ "b0f65e6d-7675-40e2-bfd8-631b83d83b66" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], + "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "a2fa281d-3e27-4fb5-960f-cb7bbc3f354a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11971" ], + "x-ms-correlation-request-id": [ "ea043726-bb5b-4649-9a73-8751cf330c90" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013238Z:ea043726-bb5b-4649-9a73-8751cf330c90" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:32:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "288" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "116" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "4e194d85-11d2-4460-a2a8-506326f9ad0b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], - "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11811" ], - "x-ms-correlation-request-id": [ "2807cd24-e4de-44fc-955f-1680d2ca107a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003313Z:2807cd24-e4de-44fc-955f-1680d2ca107a" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1165" ], + "x-ms-correlation-request-id": [ "60709cca-da03-4959-832e-9fb61ec1924a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013239Z:60709cca-da03-4959-832e-9fb61ec1924a" ], + "Date": [ "Sun, 18 Oct 2020 01:32:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1442" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "1113" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27028de1-0000-0300-0000-5f8b9b360000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", - "Content": null, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-DotNet-bwzo517f2d\",\r\n \"type\": \"Site\"\r\n}", "Headers": { - "x-ms-unique-id": [ "305" ], - "x-ms-client-request-id": [ "962124f0-dd7b-415a-8155-fcdb277e46a8" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "64" ] } }, "Response": { @@ -6801,34 +7568,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0ba04aca-568e-4f80-a1ed-d329f6a23249" ], + "x-ms-request-id": [ "2cdbbbc1-ef1d-4d97-8edc-25cbb89eb2ee" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11810" ], - "x-ms-correlation-request-id": [ "d989f9f6-91bc-4667-8f98-a802be6f8390" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003313Z:d989f9f6-91bc-4667-8f98-a802be6f8390" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11790" ], + "x-ms-correlation-request-id": [ "9d356ed8-75f8-4685-9a45-7917954cc0c3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013239Z:9d356ed8-75f8-4685-9a45-7917954cc0c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1414" ], + "Content-Length": [ "47" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "306" ], - "x-ms-client-request-id": [ "2525a808-c000-4423-8910-c784818019d1" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], - "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "x-ms-unique-id": [ "330" ], + "x-ms-client-request-id": [ "2a171ff4-92e3-4027-8a9d-6f5750f09e3a" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], + "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -6842,32 +7609,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "178b469d-229d-4fe0-810b-439e468b02ec" ], + "x-ms-request-id": [ "07d17ee2-5eba-4cc7-8119-710b4e323262" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11809" ], - "x-ms-correlation-request-id": [ "5581c2ad-d9fa-4896-a214-84316d4eddb6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003314Z:5581c2ad-d9fa-4896-a214-84316d4eddb6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11789" ], + "x-ms-correlation-request-id": [ "2f7697f5-0b23-445a-802a-9f02814f8544" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013239Z:2f7697f5-0b23-445a-802a-9f02814f8544" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1455" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "307" ], - "x-ms-client-request-id": [ "a7a0b91d-abe7-44f0-952d-5c723a3cc915" ], + "x-ms-unique-id": [ "331" ], + "x-ms-client-request-id": [ "ef79861b-f5fa-479b-8a8b-e91ea6c5d2f6" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6882,31 +7649,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4624c9ee-366c-42b1-b051-86727400df3d" ], + "x-ms-request-id": [ "656c821c-3f30-4bb1-985e-83524868db50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11808" ], - "x-ms-correlation-request-id": [ "ece3c070-bd4b-4d5b-82dd-3630f6d0f41e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003314Z:ece3c070-bd4b-4d5b-82dd-3630f6d0f41e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11788" ], + "x-ms-correlation-request-id": [ "fc995fb5-b655-4083-b1f7-4ed07a7dcbf4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013240Z:fc995fb5-b655-4083-b1f7-4ed07a7dcbf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "308" ], - "x-ms-client-request-id": [ "c8cb12f9-d51e-46f0-9870-9775742e1ead" ], + "x-ms-unique-id": [ "332" ], + "x-ms-client-request-id": [ "931671e6-8159-40f9-bf5c-f4131abe8265" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6921,28 +7688,28 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4d9c9c4e-cced-45c8-8751-add1e0c79f6f" ], + "x-ms-request-id": [ "e667da2a-f0ae-4220-9d69-903a916f46d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11970" ], - "x-ms-correlation-request-id": [ "343aefed-6f34-4fef-8425-f2b9f3849b11" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003314Z:343aefed-6f34-4fef-8425-f2b9f3849b11" ], + "x-ms-correlation-request-id": [ "ca1095a2-1d4c-4888-880f-edfc1ec66ac4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013240Z:ca1095a2-1d4c-4888-880f-edfc1ec66ac4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:32:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Insights/components/Functions-DotNet-bwzo517f2d?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Insights/components/Functions-DotNet-bwzo517f2d?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -6955,36 +7722,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "eeb2022c-37a2-4395-9d51-798d5f03813e" ], + "x-ms-request-id": [ "7c1a73f1-ea82-41a4-bbb2-0ad88e4b3746" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1164" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "231572de-072b-477c-bb46-af284dfc9867" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003315Z:231572de-072b-477c-bb46-af284dfc9867" ], - "Date": [ "Tue, 16 Jun 2020 00:33:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1164" ], + "x-ms-correlation-request-id": [ "687f3787-06b3-452f-9c13-1e9f6a2eb586" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013245Z:687f3787-06b3-452f-9c13-1e9f6a2eb586" ], + "Date": [ "Sun, 18 Oct 2020 01:32:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1041" ], + "Content-Length": [ "1099" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000024ba-0000-0300-0000-5ee8134a0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/microsoft.insights/components/Functions-DotNet-bwzo517f2d\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270274e2-0000-0300-0000-5f8b9b3b0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-DotNet-bwzo517f2d\",\"AppId\":\"e5dc4337-cec3-4fbb-a9ce-63fc00c9bcb7\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b453832c-3e88-4134-b0a0-15cc38550247\",\"ConnectionString\":\"InstrumentationKey=b453832c-3e88-4134-b0a0-15cc38550247;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-DotNet-bwzo517f2d\",\"CreationDate\":\"2020-10-18T01:32:43.6483755+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting2\",\r\n \"value\": \"FooBar\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting1\",\r\n \"value\": \"98765\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"dotnet\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"b453832c-3e88-4134-b0a0-15cc38550247\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"dotnet|3.1\",\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1941" ] + "Content-Length": [ "1202" ] } }, "Response": { @@ -6992,34 +7759,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375BC26416B\"" ], + "ETag": [ "\"1D6A4EE96B00CA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "06a8a5c0-024a-49c2-816f-201d981e8647" ], + "x-ms-request-id": [ "38ed49d2-b047-4c45-ae4b-89a43472c2b2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "490" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], - "x-ms-correlation-request-id": [ "f724c50b-888d-466a-8c51-dd1865475938" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003355Z:f724c50b-888d-466a-8c51-dd1865475938" ], + "x-ms-correlation-request-id": [ "07776901-c866-44dc-8d79-8618706ff74b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013305Z:07776901-c866-44dc-8d79-8618706ff74b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5773" ], + "Content-Length": [ "5794" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:33:19.48\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"7d16f21e-5ab0-479e-8d4f-f9f2580766bd\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-bwzo517f2d\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-bwzo517f2d.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-DotNet-bwzo517f2d\",\"repositorySiteName\":\"Functions-DotNet-bwzo517f2d\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"functions-dotnet-bwzo517f2d.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"dotnet|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-bwzo517f2d.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:32:48.4166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-bwzo517f2d\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-bwzo517f2d\\\\$Functions-DotNet-bwzo517f2d\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "311" ], - "x-ms-client-request-id": [ "c47ad8ea-d897-42e6-9553-9e01131c6312" ], + "x-ms-unique-id": [ "335" ], + "x-ms-client-request-id": [ "7957625c-2e1b-4913-b559-fa2af6352075" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7034,34 +7801,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375BC26416B\"" ], + "ETag": [ "\"1D6A4EE96B00CA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "73114b87-e432-4b08-bc5b-6774156045d7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11807" ], + "x-ms-request-id": [ "8ba2307b-34c4-4132-802b-05850a82f2a8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "f2093118-41c7-4641-a780-2e8caefd2b5c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003355Z:f2093118-41c7-4641-a780-2e8caefd2b5c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11787" ], + "x-ms-correlation-request-id": [ "d8087ff7-d836-46bd-981e-b8f4d34a92ee" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013305Z:d8087ff7-d836-46bd-981e-b8f4d34a92ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5578" ], + "Content-Length": [ "5589" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:33:20.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"7d16f21e-5ab0-479e-8d4f-f9f2580766bd\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-bwzo517f2d\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-bwzo517f2d.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-DotNet-bwzo517f2d\",\"repositorySiteName\":\"Functions-DotNet-bwzo517f2d\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"functions-dotnet-bwzo517f2d.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"dotnet|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-bwzo517f2d.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:32:49.13\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-bwzo517f2d\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-bwzo517f2d\\\\$Functions-DotNet-bwzo517f2d\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "312" ], - "x-ms-client-request-id": [ "4f1a55ce-b285-47b9-902b-61e0385840b1" ], + "x-ms-unique-id": [ "336" ], + "x-ms-client-request-id": [ "2ab70518-e692-434b-8cd2-9058b8009d4e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7077,32 +7844,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e58a5511-2490-4866-a4fe-dca8ff44a859" ], + "x-ms-request-id": [ "9988ec1b-d034-4d83-9845-cb48217eadff" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], - "x-ms-correlation-request-id": [ "a95404d3-0c48-4194-88d9-fefd143eb7b0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:a95404d3-0c48-4194-88d9-fefd143eb7b0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11964" ], + "x-ms-correlation-request-id": [ "d701a9bb-387b-4263-8416-a60047ce48f1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013306Z:d701a9bb-387b-4263-8416-a60047ce48f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1173" ], + "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"b453832c-3e88-4134-b0a0-15cc38550247\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "313" ], - "x-ms-client-request-id": [ "99b59310-8fd4-4e15-b97c-1d0f7fcbd690" ], + "x-ms-unique-id": [ "337" ], + "x-ms-client-request-id": [ "8a00968c-3e84-4fdc-815c-ba9b9d801e22" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7118,32 +7885,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "aa39d356-5dee-4e75-9c55-9679ad263a78" ], + "x-ms-request-id": [ "81ab4e90-fd5d-4d0b-ac15-917a7b7d03bb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11806" ], - "x-ms-correlation-request-id": [ "19731a59-acc0-4d48-99ba-4ba368afcb5f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:19731a59-acc0-4d48-99ba-4ba368afcb5f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11786" ], + "x-ms-correlation-request-id": [ "2fe63e23-eb8d-4354-a0f9-c78e25c2bf84" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013306Z:2fe63e23-eb8d-4354-a0f9-c78e25c2bf84" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3325" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24497,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/web\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"dotnet|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-bwzo517f2d\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "314" ], - "x-ms-client-request-id": [ "2de46f0f-8d79-4f2b-a93d-5325f16c773c" ], + "x-ms-unique-id": [ "338" ], + "x-ms-client-request-id": [ "a179bdb8-72e1-42db-a162-6a206431f110" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7158,34 +7925,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375BC26416B\"" ], + "ETag": [ "\"1D6A4EE96B00CA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "59c45ac9-99fc-4468-bdf6-ba94c25a9836" ], + "x-ms-request-id": [ "b4f65d51-0aac-41bc-9e5e-e54db76d2790" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11805" ], - "x-ms-correlation-request-id": [ "e460992a-2dd1-4ab8-916e-42cdebe73ff1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:e460992a-2dd1-4ab8-916e-42cdebe73ff1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11785" ], + "x-ms-correlation-request-id": [ "fd9b1827-912d-4284-812b-9bf058003ccf" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013306Z:fd9b1827-912d-4284-812b-9bf058003ccf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5578" ], + "Content-Length": [ "5589" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:33:20.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"7d16f21e-5ab0-479e-8d4f-f9f2580766bd\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-bwzo517f2d\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-bwzo517f2d.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-DotNet-bwzo517f2d\",\"repositorySiteName\":\"Functions-DotNet-bwzo517f2d\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"functions-dotnet-bwzo517f2d.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"dotnet|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-bwzo517f2d.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:32:49.13\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-bwzo517f2d\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-bwzo517f2d\\\\$Functions-DotNet-bwzo517f2d\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-dotnet-bwzo517f2d.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "315" ], - "x-ms-client-request-id": [ "411066e1-c078-4cd4-bc79-4ec13284575d" ], + "x-ms-unique-id": [ "339" ], + "x-ms-client-request-id": [ "2ac5ca21-bc8a-474b-8fb0-0714c732ce3d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7201,32 +7968,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5115e788-1065-4b03-be09-29472bb98173" ], + "x-ms-request-id": [ "6389442c-902a-42e3-87bd-e8ba4ec1be89" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11965" ], - "x-ms-correlation-request-id": [ "217a8f33-ff1c-46af-be2f-dd5676ffb2f8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:217a8f33-ff1c-46af-be2f-dd5676ffb2f8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11963" ], + "x-ms-correlation-request-id": [ "2d9da9a1-43bb-4bd9-a3a2-2be21513c884" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013307Z:2d9da9a1-43bb-4bd9-a3a2-2be21513c884" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1173" ], + "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"b453832c-3e88-4134-b0a0-15cc38550247\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "316" ], - "x-ms-client-request-id": [ "75c97e4e-0524-46e8-ab76-08f0793e2f1c" ], + "x-ms-unique-id": [ "340" ], + "x-ms-client-request-id": [ "e24f019a-f101-44dc-8961-dd804e38f45d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7242,32 +8009,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "059fe00b-3258-4171-a392-566ea1c37f8d" ], + "x-ms-request-id": [ "0f83daac-1d2c-4ac8-9394-a4907524a560" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11804" ], - "x-ms-correlation-request-id": [ "99dde3e1-926c-4ca0-92cc-b4ea9d0d3dd6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003357Z:99dde3e1-926c-4ca0-92cc-b4ea9d0d3dd6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11784" ], + "x-ms-correlation-request-id": [ "4830d05f-82fc-4523-a814-5866c13af263" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013307Z:4830d05f-82fc-4523-a814-5866c13af263" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:33:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3325" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24497,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d/config/web\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"dotnet|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-bwzo517f2d\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-DotNet-bwzo517f2d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "317" ], - "x-ms-client-request-id": [ "74e078be-2ffd-4ccc-b4e0-b591c43810ac" ], + "x-ms-unique-id": [ "341" ], + "x-ms-client-request-id": [ "30c4337c-5a3d-4c26-9e19-2b53ca1b4758" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7282,17 +8049,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375BC26416B\"" ], + "ETag": [ "\"1D6A4EE96B00CA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ec299e3b-7207-401b-b7f4-618af81587c8" ], + "x-ms-request-id": [ "2983eeb2-93ca-4a55-8fec-07c392e1481b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], - "x-ms-correlation-request-id": [ "c7be7724-7686-4561-ab6b-49dde09c2e63" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003402Z:c7be7724-7686-4561-ab6b-49dde09c2e63" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-correlation-request-id": [ "9b0d53d3-ffa6-4401-b044-0fa9e6a33ca2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013311Z:9b0d53d3-ffa6-4401-b044-0fa9e6a33ca2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:11 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -7301,11 +8068,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -7319,15 +8086,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3018a21c-5a23-4443-a46b-d18578eaf4d5" ], + "x-ms-request-id": [ "eda8fa4a-9581-4262-90a0-04c9c8ab26e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11783" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11803" ], - "x-ms-correlation-request-id": [ "7747bae5-2cd1-4b87-91a1-ba784065475b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:7747bae5-2cd1-4b87-91a1-ba784065475b" ], + "x-ms-correlation-request-id": [ "f5125ad1-cbb8-4bd2-8c55-a3d2d47d7222" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013311Z:f5125ad1-cbb8-4bd2-8c55-a3d2d47d7222" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -7337,14 +8104,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "319" ], - "x-ms-client-request-id": [ "5691a36d-673f-48d0-b71b-2f821a2d6cf1" ], + "x-ms-unique-id": [ "343" ], + "x-ms-client-request-id": [ "798ad971-1ae2-461b-85a8-354d95c31a74" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7360,32 +8127,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7b0496e7-73fd-4066-bbf0-c9434cff30cc" ], + "x-ms-request-id": [ "0e9d0af3-71bd-44a5-91b3-1423185191bf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11802" ], - "x-ms-correlation-request-id": [ "f70cb896-71d4-4c10-9014-bef64f7e9234" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:f70cb896-71d4-4c10-9014-bef64f7e9234" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11782" ], + "x-ms-correlation-request-id": [ "3e4104dc-138a-4e13-aeea-50336a1f85b8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013312Z:3e4104dc-138a-4e13-aeea-50336a1f85b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "320" ], - "x-ms-client-request-id": [ "83e50414-db89-477e-8038-1e8d67ef9a16" ], + "x-ms-unique-id": [ "344" ], + "x-ms-client-request-id": [ "03fc52cc-5b50-4cf5-8304-fdafe07ca03b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7401,32 +8168,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d249ea94-8b95-41e3-b831-3b8369a23078" ], + "x-ms-request-id": [ "b14c3807-9db1-4c04-ac21-fb1f21304182" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11801" ], - "x-ms-correlation-request-id": [ "10f25849-3fdd-45a4-a3be-cf13ec538a9b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:10f25849-3fdd-45a4-a3be-cf13ec538a9b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11781" ], + "x-ms-correlation-request-id": [ "c521403b-9e10-4bf2-a781-63a328a07e63" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013312Z:c521403b-9e10-4bf2-a781-63a328a07e63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "321" ], - "x-ms-client-request-id": [ "a9ddff64-a5bc-4592-8ab3-da270ae98593" ], + "x-ms-unique-id": [ "345" ], + "x-ms-client-request-id": [ "1d43ce45-c0b9-4417-bc0e-46f4b2568382" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7442,32 +8209,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a8861afc-6fb2-4e0c-8fee-5d85726172f4" ], + "x-ms-request-id": [ "ee0abfbe-9e75-47d6-b6b5-69be1ab4266b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11800" ], - "x-ms-correlation-request-id": [ "207b0180-eb85-41fd-9ce5-19d949212ac7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:207b0180-eb85-41fd-9ce5-19d949212ac7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11780" ], + "x-ms-correlation-request-id": [ "8f83b9eb-b30e-46fa-a13c-2fd5eb2a4447" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013312Z:8f83b9eb-b30e-46fa-a13c-2fd5eb2a4447" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "322" ], - "x-ms-client-request-id": [ "dde0d1ad-5140-4dec-a4f9-99109857f65b" ], + "x-ms-unique-id": [ "346" ], + "x-ms-client-request-id": [ "3feb643d-71c5-483f-a727-0d80b6b4fcee" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7483,32 +8250,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d95df90a-602d-404b-ac09-10358c2d084a" ], + "x-ms-request-id": [ "ab9e4493-5720-4dc3-8ceb-ddc0dc346ed6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11799" ], - "x-ms-correlation-request-id": [ "e5616581-e7cb-4263-8356-a08a63a2bf8c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:e5616581-e7cb-4263-8356-a08a63a2bf8c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11779" ], + "x-ms-correlation-request-id": [ "282f9f0f-d42c-4f0e-97a8-e5f3d4f37c4b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013312Z:282f9f0f-d42c-4f0e-97a8-e5f3d4f37c4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "323" ], - "x-ms-client-request-id": [ "7952a187-a1c9-4b23-be16-104fb6bf4138" ], + "x-ms-unique-id": [ "347" ], + "x-ms-client-request-id": [ "48420148-3a9d-4021-80f1-cb1f0694c60e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7524,185 +8291,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8a0d0cdb-3588-4ba6-b779-0641b3fc904c" ], + "x-ms-request-id": [ "71645b0a-11ec-4847-83c5-5e170a537f0e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11798" ], - "x-ms-correlation-request-id": [ "a03b873d-ab2d-401d-bb77-50cd8e0c31e2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:a03b873d-ab2d-401d-bb77-50cd8e0c31e2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11778" ], + "x-ms-correlation-request-id": [ "b6ebe1bd-49e2-4225-a286-41c36161b999" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013313Z:b6ebe1bd-49e2-4225-a286-41c36161b999" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" - } - }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "324" ], - "x-ms-client-request-id": [ "ad394d81-c3be-4c61-a1de-f549fd9e68f5" ], - "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], - "FullCommandName": [ "Get-AzStorageAccount_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "97422a92-9494-4d71-ac58-3b2622ac141a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11797" ], - "x-ms-correlation-request-id": [ "d48a0c5f-2d66-44df-b568-4418277405ae" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:d48a0c5f-2d66-44df-b568-4418277405ae" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "2693" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "325" ], - "x-ms-client-request-id": [ "baecf7b2-75c2-4092-b1f3-3f8892dea8e3" ], - "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], - "FullCommandName": [ "Get-AzStorageAccountKey_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "bb35337c-b1c1-4eaf-becb-7acc2474b56c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11969" ], - "x-ms-correlation-request-id": [ "95943623-e925-4819-9616-2e98580b4f05" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:95943623-e925-4819-9616-2e98580b4f05" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "288" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" - } - }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "116" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a88d831b-68f4-4d95-b2f1-639531a99a1b" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1163" ], - "x-ms-correlation-request-id": [ "fabfffce-4305-49db-b52d-cf5749bc26d1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003455Z:fabfffce-4305-49db-b52d-cf5749bc26d1" ], - "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1041" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000047ba-0000-0300-0000-5ee8137d0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" - } - }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-DotNet-yl4rj1w7qs\",\r\n \"type\": \"Site\"\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "64" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b6d9a9ba-938d-41aa-b57e-baf932629630" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-AspNet-Version": [ "4.0.30319" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11796" ], - "x-ms-correlation-request-id": [ "554bc3d4-8f0e-4aee-b333-a26f428abdb5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003455Z:554bc3d4-8f0e-4aee-b333-a26f428abdb5" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "47" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" - } - }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "328" ], - "x-ms-client-request-id": [ "2eef4b9e-e383-4815-9b2d-808b074e5fb9" ], - "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], - "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], + "x-ms-unique-id": [ "348" ], + "x-ms-client-request-id": [ "12cb7910-2b02-449f-9222-d0711b4abcd3" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] @@ -7716,32 +8332,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3e4cbe3f-762b-4f4a-b971-6b1ee256d0a8" ], + "x-ms-request-id": [ "a62559be-2ae5-4f0b-a815-41e85be72580" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11795" ], - "x-ms-correlation-request-id": [ "c4c2061c-19e5-4efe-97dc-375fd45f5f3d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003455Z:c4c2061c-19e5-4efe-97dc-375fd45f5f3d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11777" ], + "x-ms-correlation-request-id": [ "2af49a09-6b8b-43d3-acdd-85e610fceaab" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013313Z:2af49a09-6b8b-43d3-acdd-85e610fceaab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "1317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "329" ], - "x-ms-client-request-id": [ "8646287c-0f13-40df-a7bc-ba1efa652149" ], + "x-ms-unique-id": [ "349" ], + "x-ms-client-request-id": [ "1bb47fd9-f317-41aa-b23c-0aa1c76be648" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7756,72 +8372,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0984eeb4-f641-48bd-8be0-27974702cdef" ], + "x-ms-request-id": [ "4902c6e1-37d2-4919-b3e3-8f433cbd358a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11794" ], - "x-ms-correlation-request-id": [ "cffe3df4-584d-4a19-b494-8bbb94d88ac3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003456Z:cffe3df4-584d-4a19-b494-8bbb94d88ac3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11776" ], + "x-ms-correlation-request-id": [ "88ff8acd-f3f1-409f-8626-01b31a544cf1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013313Z:88ff8acd-f3f1-409f-8626-01b31a544cf1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "330" ], - "x-ms-client-request-id": [ "8068b2fc-fbd3-4c7d-bd98-da2209f0400a" ], + "x-ms-unique-id": [ "350" ], + "x-ms-client-request-id": [ "a7aef6a6-3d72-468f-a411-5517ab85b311" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5f323840-4340-4b95-9cc6-a4b5926516f4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11968" ], - "x-ms-correlation-request-id": [ "4d3bf7b9-2ce6-4f34-a388-c21161763a21" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003456Z:4d3bf7b9-2ce6-4f34-a388-c21161763a21" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:34:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "288" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" - } - }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-DotNet-yl4rj1w7qs?api-version=2015-05-01+5": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-DotNet-yl4rj1w7qs?api-version=2015-05-01", - "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", - "Headers": { + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "116" ] } }, "Response": { @@ -7829,36 +8411,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "891242fd-a304-4ebf-944a-864d50a443ca" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], + "x-ms-request-id": [ "0c59e58a-dc5e-4e89-aa01-a902225905f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1162" ], - "x-ms-correlation-request-id": [ "dcab67fe-ff25-47ba-9c6b-002b2e29d2fa" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003500Z:dcab67fe-ff25-47ba-9c6b-002b2e29d2fa" ], - "Date": [ "Tue, 16 Jun 2020 00:35:00 GMT" ] + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11969" ], + "x-ms-correlation-request-id": [ "4f79f90e-4ab4-4906-a768-4fa3c012401a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013313Z:4f79f90e-4ab4-4906-a768-4fa3c012401a" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:33:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1027" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "288" ], + "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000067ba-0000-0300-0000-5ee813b30000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-DotNet-yl4rj1w7qs\",\"AppId\":\"657e5353-3ad1-4da2-aa4c-859c8aaa07ce\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"ConnectionString\":\"InstrumentationKey=df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"Name\":\"Functions-DotNet-yl4rj1w7qs\",\"CreationDate\":\"2020-06-16T00:34:59.1705745+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"dotnet\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"df672aa0-4c2f-48f5-98d0-9b4b5b677817\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOTNET|3.1\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1163" ] + "Content-Length": [ "1516" ] } }, "Response": { @@ -7866,34 +8445,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375F9CC6BCB\"" ], + "ETag": [ "\"1D6A4EEA7575AE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "91580f3a-5fd0-4a95-a732-ad7b0d233a5f" ], + "x-ms-request-id": [ "98a6c815-7f70-4383-9fb4-9b0d2468ffd4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], - "x-ms-correlation-request-id": [ "ca35e9c3-1f57-4de0-938c-268f90319744" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003519Z:ca35e9c3-1f57-4de0-938c-268f90319744" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "489" ], + "x-ms-correlation-request-id": [ "d41e64f1-8ed1-423d-a445-e1629e60fc2d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013350Z:d41e64f1-8ed1-423d-a445-e1629e60fc2d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5664" ], + "Content-Length": [ "5851" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-DotNet-yl4rj1w7qs\",\"repositorySiteName\":\"Functions-DotNet-yl4rj1w7qs\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:02.9633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-yl4rj1w7qs\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-yl4rj1w7qs\\\\$Functions-DotNet-yl4rj1w7qs\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:33:16.5133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+7": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "333" ], - "x-ms-client-request-id": [ "c80580f5-ff9b-40b1-9114-a90cec80317e" ], + "x-ms-unique-id": [ "352" ], + "x-ms-client-request-id": [ "f11ef6de-0e7b-4f24-9e74-19e3e7169227" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7908,34 +8487,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375F9CC6BCB\"" ], + "ETag": [ "\"1D6A4EEA7575AE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b4116fd1-42ae-405a-bc29-887b4d8e8f85" ], + "x-ms-request-id": [ "3c321ce2-3c3c-4421-909f-b7f8210f5eb3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11793" ], - "x-ms-correlation-request-id": [ "7cc1c7d6-708a-4123-be01-1d7aab083a1e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:7cc1c7d6-708a-4123-be01-1d7aab083a1e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11775" ], + "x-ms-correlation-request-id": [ "e5c22fdb-42a3-47af-b2a0-acfc3bb857c8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013350Z:e5c22fdb-42a3-47af-b2a0-acfc3bb857c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-DotNet-yl4rj1w7qs\",\"repositorySiteName\":\"Functions-DotNet-yl4rj1w7qs\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:03.5166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-yl4rj1w7qs\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-yl4rj1w7qs\\\\$Functions-DotNet-yl4rj1w7qs\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:33:17.07\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01+8": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "334" ], - "x-ms-client-request-id": [ "4be499e9-df0b-42b3-89ee-64e098d12bf3" ], + "x-ms-unique-id": [ "353" ], + "x-ms-client-request-id": [ "91ee7cfa-d642-4879-8595-95020d1ca3d1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7951,32 +8530,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "79bfe98d-ad4e-4011-b0fc-4f531e223bbd" ], + "x-ms-request-id": [ "943c7bcb-84b8-40a7-b0e0-9dc476cbb679" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11964" ], - "x-ms-correlation-request-id": [ "d6d6170e-9633-46da-a5c1-7a13e1ed93cd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:d6d6170e-9633-46da-a5c1-7a13e1ed93cd" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11962" ], + "x-ms-correlation-request-id": [ "6560fabf-2ec9-46f6-85fc-d6436d452c3f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013351Z:6560fabf-2ec9-46f6-85fc-d6436d452c3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "862" ], + "Content-Length": [ "1015" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01+9": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "335" ], - "x-ms-client-request-id": [ "a932b5df-434d-4df5-a498-551de5fb8cc8" ], + "x-ms-unique-id": [ "354" ], + "x-ms-client-request-id": [ "b12625db-f522-4a40-8c5c-a702a019e92b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7992,32 +8571,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6d45f27e-f651-4a82-b1fa-51dd60499eda" ], + "x-ms-request-id": [ "e5ea153d-954f-4452-a3bf-66afd9e5310e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11792" ], - "x-ms-correlation-request-id": [ "cef2e2d6-c3fe-4407-9c49-5ce919b392f5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:cef2e2d6-c3fe-4407-9c49-5ce919b392f5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11774" ], + "x-ms-correlation-request-id": [ "17773ad2-3113-441f-aab4-0db91e7c0bf0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013351Z:17773ad2-3113-441f-aab4-0db91e7c0bf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-yl4rj1w7qs\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "336" ], - "x-ms-client-request-id": [ "c3cbc084-fa67-41fa-b194-e2caf2fe8199" ], + "x-ms-unique-id": [ "355" ], + "x-ms-client-request-id": [ "e0d7873e-4619-496c-830f-4a1d76ed3c97" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8032,34 +8611,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375F9CC6BCB\"" ], + "ETag": [ "\"1D6A4EEA7575AE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e50972a1-277e-49b4-91a2-0a510497c091" ], + "x-ms-request-id": [ "bc21b82c-0e66-4989-9a9d-bef7adfae156" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11791" ], - "x-ms-correlation-request-id": [ "87de44dc-c281-4969-9d1a-b17c214a8424" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:87de44dc-c281-4969-9d1a-b17c214a8424" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11773" ], + "x-ms-correlation-request-id": [ "05d93f47-42e3-4a64-afa4-dc92977fda24" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013351Z:05d93f47-42e3-4a64-afa4-dc92977fda24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-DotNet-yl4rj1w7qs\",\"repositorySiteName\":\"Functions-DotNet-yl4rj1w7qs\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:03.5166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-yl4rj1w7qs\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-yl4rj1w7qs\\\\$Functions-DotNet-yl4rj1w7qs\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:33:17.07\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "337" ], - "x-ms-client-request-id": [ "8dd6ca8b-fef8-432f-85ad-997a44c62c4c" ], + "x-ms-unique-id": [ "356" ], + "x-ms-client-request-id": [ "bd22e66a-34c8-4abd-8db8-d3fb8281f709" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8075,32 +8654,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "571983eb-d4ba-4ef7-b8d7-e6d264b9af72" ], + "x-ms-request-id": [ "b427fb34-bb87-4f26-99ad-d154ec051c24" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11963" ], - "x-ms-correlation-request-id": [ "c8bc43f2-9fe7-4c6b-b0e1-fbf084a9e3d2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003521Z:c8bc43f2-9fe7-4c6b-b0e1-fbf084a9e3d2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11961" ], + "x-ms-correlation-request-id": [ "4c3f377e-201f-490f-9cd4-fcf3bf39ca21" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013352Z:4c3f377e-201f-490f-9cd4-fcf3bf39ca21" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "862" ], + "Content-Length": [ "1015" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "338" ], - "x-ms-client-request-id": [ "26f19053-8b36-4230-b1d7-cd2775bddd13" ], + "x-ms-unique-id": [ "357" ], + "x-ms-client-request-id": [ "447ad947-1700-43b6-a2be-9e2cb1604ae7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8116,32 +8695,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "08724ce4-e142-4744-a0bc-8db887dbde98" ], + "x-ms-request-id": [ "e203404e-b025-42bc-bd70-e42ed8671840" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11790" ], - "x-ms-correlation-request-id": [ "d6b1d8f1-8438-4844-b6d2-c0e714be0498" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003521Z:d6b1d8f1-8438-4844-b6d2-c0e714be0498" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11772" ], + "x-ms-correlation-request-id": [ "01dcf2db-7a92-44ab-8fde-888c562d68d6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013352Z:01dcf2db-7a92-44ab-8fde-888c562d68d6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-yl4rj1w7qs\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+17": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "339" ], - "x-ms-client-request-id": [ "acf4f87d-5756-425c-b6f9-bdad515a1dc9" ], + "x-ms-unique-id": [ "358" ], + "x-ms-client-request-id": [ "4903e27e-fa7a-4100-947a-c7eb8f6798e9" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8156,17 +8735,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64375F9CC6BCB\"" ], + "ETag": [ "\"1D6A4EEA7575AE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "38436fd8-5a2d-4d09-b547-709ff3ed060b" ], + "x-ms-request-id": [ "f66da6f0-4d55-451b-9fd2-f2f2b98bb9bd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-correlation-request-id": [ "4d87ad06-aee5-475c-b440-147be7ebd8a4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003524Z:4d87ad06-aee5-475c-b440-147be7ebd8a4" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-correlation-request-id": [ "2a19254e-e817-4355-8c26-0c57fba8a575" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013355Z:2a19254e-e817-4355-8c26-0c57fba8a575" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:54 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -8175,11 +8754,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-Java-9vs38jdng7\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-Java-2q13c09wlz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -8193,15 +8772,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d5876be9-80cc-46ee-a88d-6aad58189cb3" ], + "x-ms-request-id": [ "0de5672a-1dbd-47d4-ab3a-bc3ef86ecb1c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11789" ], - "x-ms-correlation-request-id": [ "a2110647-3664-43cd-b39f-6247c54efd88" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003524Z:a2110647-3664-43cd-b39f-6247c54efd88" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11771" ], + "x-ms-correlation-request-id": [ "0ed2a27e-85b8-455e-a820-47b29478617c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013355Z:0ed2a27e-85b8-455e-a820-47b29478617c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -8211,14 +8790,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "341" ], - "x-ms-client-request-id": [ "78356fd2-656b-4890-b398-81ca30ea61e8" ], + "x-ms-unique-id": [ "360" ], + "x-ms-client-request-id": [ "63f2fe7c-2bc3-4e16-80b2-46d76f9de88f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8234,32 +8813,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8d1fa483-3e19-41d9-82f3-71097428ee95" ], + "x-ms-request-id": [ "f80fdea8-bff8-4e23-bdcd-3a184590dc33" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11788" ], - "x-ms-correlation-request-id": [ "fe40c84e-d4c2-41d5-b6fa-8c727d78dbd9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003524Z:fe40c84e-d4c2-41d5-b6fa-8c727d78dbd9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11770" ], + "x-ms-correlation-request-id": [ "5d6ccb15-0c61-47e5-937e-6a693c6df895" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013355Z:5d6ccb15-0c61-47e5-937e-6a693c6df895" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "14697" ], + "Content-Length": [ "17003" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "342" ], - "x-ms-client-request-id": [ "5a96ca5a-4385-46be-bc2d-90c4a0c01f81" ], + "x-ms-unique-id": [ "361" ], + "x-ms-client-request-id": [ "d7d18d9a-3fae-493c-9fc2-8940c10013ee" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8274,31 +8853,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e2e2e3d5-d057-4221-ab41-ba67ed6d992b" ], + "x-ms-request-id": [ "3b095108-9f44-44fa-a4d7-7f4f6ff6fa88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11787" ], - "x-ms-correlation-request-id": [ "54776fe7-c345-4fd1-b133-331e2be27efe" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003525Z:54776fe7-c345-4fd1-b133-331e2be27efe" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11769" ], + "x-ms-correlation-request-id": [ "a47f2825-4b7e-4450-a9b0-e7edb318807b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013355Z:a47f2825-4b7e-4450-a9b0-e7edb318807b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "343" ], - "x-ms-client-request-id": [ "225c188e-b008-4fa6-9337-cac44826e04d" ], + "x-ms-unique-id": [ "362" ], + "x-ms-client-request-id": [ "84871c3f-b3b0-4bda-aa77-fbc508cef6e3" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8313,27 +8892,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8c890a03-54dd-4aee-bd93-eb2ff96993b5" ], + "x-ms-request-id": [ "6dd498cf-3393-42db-bc65-f620b3a8474b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], - "x-ms-correlation-request-id": [ "173ae8f3-3441-44a9-a238-e5c18bbab43b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003525Z:173ae8f3-3441-44a9-a238-e5c18bbab43b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11968" ], + "x-ms-correlation-request-id": [ "86ca3b6e-6d96-403e-9742-2f18a6785214" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013356Z:86ca3b6e-6d96-403e-9742-2f18a6785214" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:33:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"mTniy4vJzNdIxFa3fdj8Gzc9dC/wfUWSiGzb+HeEKiJiDVhxJdE38IBov9mNrEqA5xMvnTDXrV4Tsh7vYtSyXA==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Insights/components/Functions-Java-2q13c09wlz?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Insights/components/Functions-Java-2q13c09wlz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -8347,36 +8926,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "59ffef4e-2876-493d-8e26-8a607ca3b6d5" ], + "x-ms-request-id": [ "9d9e7ac7-1dc6-467c-9b14-ced4a3871ae9" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], - "x-ms-correlation-request-id": [ "9b9f985e-6fc4-487f-a72c-8593bb1ea6d6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003551Z:9b9f985e-6fc4-487f-a72c-8593bb1ea6d6" ], - "Date": [ "Tue, 16 Jun 2020 00:35:50 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1163" ], + "x-ms-correlation-request-id": [ "c2004e12-8059-4b46-bac2-7d709bb2fbc3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013359Z:c2004e12-8059-4b46-bac2-7d709bb2fbc3" ], + "Date": [ "Sun, 18 Oct 2020 01:33:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1018" ], + "Content-Length": [ "1091" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000082ba-0000-0300-0000-5ee813cf0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"d45d30bb-248e-4ae6-87f9-73af3ee1315d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"ConnectionString\":\"InstrumentationKey=d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:35:27.251342+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/microsoft.insights/components/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27020ef0-0000-0300-0000-5f8b9b850000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Java-2q13c09wlz\",\"AppId\":\"e85967f4-46ae-4ca0-8a4b-e9de0008f9a4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"998561fc-def8-49ed-b2eb-a10ca0c3a128\",\"ConnectionString\":\"InstrumentationKey=998561fc-def8-49ed-b2eb-a10ca0c3a128;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Java-2q13c09wlz\",\"CreationDate\":\"2020-10-18T01:33:57.9160684+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"JAVA|11\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"998561fc-def8-49ed-b2eb-a10ca0c3a128\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"Java|11\",\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1158" ] + "Content-Length": [ "1197" ] } }, "Response": { @@ -8384,34 +8963,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437617E1882B\"" ], + "ETag": [ "\"1D6A4EEC284DAAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cd90ee4b-3168-41c2-be21-c4e26f292c8a" ], + "x-ms-request-id": [ "cfb1f991-3bbf-4faa-9607-758e7b49be3a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], - "x-ms-correlation-request-id": [ "158546fc-f15d-424b-9e0e-7b1e7d68c2b9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:158546fc-f15d-424b-9e0e-7b1e7d68c2b9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "488" ], + "x-ms-correlation-request-id": [ "bb9f9895-d69b-4c46-807c-3643703053a2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013418Z:bb9f9895-d69b-4c46-807c-3643703053a2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5628" ], + "Content-Length": [ "5763" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"JAVA|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:53.54\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Java-2q13c09wlz\",\"state\":\"Running\",\"hostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Java-2q13c09wlz\",\"repositorySiteName\":\"Functions-Java-2q13c09wlz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\",\"functions-java-2q13c09wlz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-2q13c09wlz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:34:01.9133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-2q13c09wlz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-2q13c09wlz\\\\$Functions-Java-2q13c09wlz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+7": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "346" ], - "x-ms-client-request-id": [ "49c579c5-7ece-4d87-b064-11408bd6bbfe" ], + "x-ms-unique-id": [ "365" ], + "x-ms-client-request-id": [ "bcd7ddbd-3218-4420-aed1-889f031f1187" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8426,34 +9005,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437617E1882B\"" ], + "ETag": [ "\"1D6A4EEC284DAAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c2cb75be-e55c-4eea-8304-8508f1fada2a" ], + "x-ms-request-id": [ "4ae4ae5f-b752-4f9e-a445-7225d10fd65d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11786" ], - "x-ms-correlation-request-id": [ "d020c61b-0c26-493d-9c84-a96fd2437e64" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:d020c61b-0c26-493d-9c84-a96fd2437e64" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11768" ], + "x-ms-correlation-request-id": [ "5852f96c-8745-40de-83cc-0bf4948145b5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013419Z:5852f96c-8745-40de-83cc-0bf4948145b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5433" ], + "Content-Length": [ "5563" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"JAVA|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:53.9866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-2q13c09wlz\",\"state\":\"Running\",\"hostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Java-2q13c09wlz\",\"repositorySiteName\":\"Functions-Java-2q13c09wlz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\",\"functions-java-2q13c09wlz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-2q13c09wlz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:34:02.6666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-2q13c09wlz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-2q13c09wlz\\\\$Functions-Java-2q13c09wlz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+8": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "347" ], - "x-ms-client-request-id": [ "3b2c5cb9-92f9-494e-bf52-aeab644d9817" ], + "x-ms-unique-id": [ "366" ], + "x-ms-client-request-id": [ "987720e9-8689-47fd-a453-9f5a47c7f2b7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8469,32 +9048,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8f3f26e0-3cc0-45e4-b2dd-d7bef461a816" ], + "x-ms-request-id": [ "ee336a0d-0f58-462d-9f73-9039a1170f53" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11962" ], - "x-ms-correlation-request-id": [ "0356bceb-daf7-4978-8d34-d4a5c6fd2dbe" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:0356bceb-daf7-4978-8d34-d4a5c6fd2dbe" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11960" ], + "x-ms-correlation-request-id": [ "2e9ee421-7034-4bf8-b3a0-e0fbd7db201f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013419Z:2e9ee421-7034-4bf8-b3a0-e0fbd7db201f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "858" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"998561fc-def8-49ed-b2eb-a10ca0c3a128\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+9": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "348" ], - "x-ms-client-request-id": [ "ef765f79-8a24-47d4-85f2-09d0a53a33b2" ], + "x-ms-unique-id": [ "367" ], + "x-ms-client-request-id": [ "b01b6300-4c09-4e5a-95ec-1213560422a9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8510,32 +9089,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "31d10706-b49f-4405-8718-3a4ac634722b" ], + "x-ms-request-id": [ "a32e5a6a-7534-46bd-bc05-0041774f1b68" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11785" ], - "x-ms-correlation-request-id": [ "aa47ae38-1151-4842-af5b-606be6a62cc0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:aa47ae38-1151-4842-af5b-606be6a62cc0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11767" ], + "x-ms-correlation-request-id": [ "be55ac17-9faf-442a-8218-75635005c578" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013419Z:be55ac17-9faf-442a-8218-75635005c578" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3312" ], + "Content-Length": [ "3747" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"JAVA|11\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Java|11\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-2q13c09wlz\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "349" ], - "x-ms-client-request-id": [ "39e171ef-4392-4966-83cf-15a24ab05380" ], + "x-ms-unique-id": [ "368" ], + "x-ms-client-request-id": [ "29e688f3-35c8-45ac-afe3-12284a480c30" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8550,34 +9129,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437617E1882B\"" ], + "ETag": [ "\"1D6A4EEC284DAAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a42f7e99-47fa-43de-a9c2-1d5f548675b1" ], + "x-ms-request-id": [ "8c7e6a27-089d-44fb-ba1e-841fef3d4fe9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11784" ], - "x-ms-correlation-request-id": [ "e741f581-896d-466f-8165-d44e9eaec9e1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003611Z:e741f581-896d-466f-8165-d44e9eaec9e1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11766" ], + "x-ms-correlation-request-id": [ "ba5c29e8-55ed-4314-8d6f-3ad4ab2c3baa" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013420Z:ba5c29e8-55ed-4314-8d6f-3ad4ab2c3baa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5433" ], + "Content-Length": [ "5563" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"JAVA|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:53.9866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-2q13c09wlz\",\"state\":\"Running\",\"hostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Java-2q13c09wlz\",\"repositorySiteName\":\"Functions-Java-2q13c09wlz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\",\"functions-java-2q13c09wlz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-2q13c09wlz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:34:02.6666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-2q13c09wlz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-2q13c09wlz\\\\$Functions-Java-2q13c09wlz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "350" ], - "x-ms-client-request-id": [ "797db4d3-1d28-4bc6-a304-3ed1ac91674a" ], + "x-ms-unique-id": [ "369" ], + "x-ms-client-request-id": [ "e79c11ac-0ddb-4e46-b07b-97f5c35e13d9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8593,32 +9172,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a0e6fcac-2ae3-441e-b44b-961a7dec7a00" ], + "x-ms-request-id": [ "9f7b7370-9559-406e-8f97-defe19f31508" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11961" ], - "x-ms-correlation-request-id": [ "a0d664fa-2235-41ef-949c-39ff7e91f728" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003611Z:a0d664fa-2235-41ef-949c-39ff7e91f728" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11959" ], + "x-ms-correlation-request-id": [ "d882e882-4061-4fd3-9070-1afa6fe8d958" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013420Z:d882e882-4061-4fd3-9070-1afa6fe8d958" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "858" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"998561fc-def8-49ed-b2eb-a10ca0c3a128\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "351" ], - "x-ms-client-request-id": [ "3a0eadc8-b839-469c-87c2-3db1c5d338a2" ], + "x-ms-unique-id": [ "370" ], + "x-ms-client-request-id": [ "ae034364-9443-4d99-9ae9-a903f7edc3b1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8634,32 +9213,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2115f5b8-cf3b-4524-b813-b20d131e3390" ], + "x-ms-request-id": [ "afe4e8c4-261c-4797-a1de-d4bd44312f4b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11783" ], - "x-ms-correlation-request-id": [ "5f30109c-6bd3-4ec4-8280-52b4495bbc26" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003611Z:5f30109c-6bd3-4ec4-8280-52b4495bbc26" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11765" ], + "x-ms-correlation-request-id": [ "6d55c486-d5be-4277-a87c-4068316ecd90" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013420Z:6d55c486-d5be-4277-a87c-4068316ecd90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3312" ], + "Content-Length": [ "3747" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"JAVA|11\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Java|11\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-2q13c09wlz\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "352" ], - "x-ms-client-request-id": [ "b8a568a0-a9dd-41b2-a092-8e5846130faf" ], + "x-ms-unique-id": [ "371" ], + "x-ms-client-request-id": [ "4982ffbd-6046-4cc5-b8f0-15ac2f2b141e" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8674,17 +9253,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437617E1882B\"" ], + "ETag": [ "\"1D6A4EEC284DAAB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dedf7d17-59a6-4226-b6ee-13f6b8b5831a" ], + "x-ms-request-id": [ "b640f4cc-2418-4042-ba04-faf18ced2f57" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-correlation-request-id": [ "d33952d7-d6fd-411a-9a0a-d4affe9049a7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003615Z:d33952d7-d6fd-411a-9a0a-d4affe9049a7" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-correlation-request-id": [ "9823756c-67cb-44e8-b0c0-6cefed8887ad" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013423Z:9823756c-67cb-44e8-b0c0-6cefed8887ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:23 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -8693,11 +9272,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -8711,15 +9290,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "39cdd071-1dca-49c7-b303-85e883133a82" ], + "x-ms-request-id": [ "8695e44e-0a8a-4fd2-9fab-949749feaf80" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11782" ], - "x-ms-correlation-request-id": [ "8afd3a5a-6954-443c-9288-743b521bb4a2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003615Z:8afd3a5a-6954-443c-9288-743b521bb4a2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11764" ], + "x-ms-correlation-request-id": [ "9d9aedb8-ff11-4e10-a8bc-14f2f09d1da2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013424Z:9d9aedb8-ff11-4e10-a8bc-14f2f09d1da2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:24 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -8729,14 +9308,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "354" ], - "x-ms-client-request-id": [ "0f8046bc-9e8d-4ae0-b9e0-6ae49cff579e" ], + "x-ms-unique-id": [ "373" ], + "x-ms-client-request-id": [ "46d85fc6-545d-41ad-9b1b-14198e860b72" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8752,32 +9331,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "be7b815c-28d5-4654-b4e4-e437a19765d4" ], + "x-ms-request-id": [ "925e3519-ba49-4cfe-8cde-8917a599ced6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11781" ], - "x-ms-correlation-request-id": [ "66ac5308-edee-44e5-8b60-6706f922abce" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003616Z:66ac5308-edee-44e5-8b60-6706f922abce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11763" ], + "x-ms-correlation-request-id": [ "cb5d4579-3656-4d11-aa3c-35668773cd74" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013424Z:cb5d4579-3656-4d11-aa3c-35668773cd74" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "13298" ], + "Content-Length": [ "15622" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "355" ], - "x-ms-client-request-id": [ "ade6f1dc-a162-4ffe-a89d-fdaf2fe04ca8" ], + "x-ms-unique-id": [ "374" ], + "x-ms-client-request-id": [ "d4fff7cf-97d1-44d6-acc3-a6a0e5d4bdea" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8792,31 +9371,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d6e76727-c337-4ef0-92b0-b81b8f839289" ], + "x-ms-request-id": [ "aebdcff0-0f4d-4b71-95b4-6817902b5be3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11780" ], - "x-ms-correlation-request-id": [ "3a521007-e4f4-4a6f-8b7f-c397a71d454c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003616Z:3a521007-e4f4-4a6f-8b7f-c397a71d454c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11762" ], + "x-ms-correlation-request-id": [ "61b7b967-f76c-4731-964b-5d041e29e7bc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013424Z:61b7b967-f76c-4731-964b-5d041e29e7bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "356" ], - "x-ms-client-request-id": [ "8390377f-b946-41a2-9b96-20c51e239106" ], + "x-ms-unique-id": [ "375" ], + "x-ms-client-request-id": [ "35d4db31-584d-432d-aa4e-d2b7cd4542df" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8831,27 +9410,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "52c83a6b-b512-441d-b695-b6513e636081" ], + "x-ms-request-id": [ "fa3a10da-b7e0-4e76-b691-fb6bd93fe213" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], - "x-ms-correlation-request-id": [ "259853e7-0a2f-4c50-a693-d1e01e175c90" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003616Z:259853e7-0a2f-4c50-a693-d1e01e175c90" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], + "x-ms-correlation-request-id": [ "6a7ceed4-5b89-4a1d-bb92-7d7e18e9d2da" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013424Z:6a7ceed4-5b89-4a1d-bb92-7d7e18e9d2da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:36:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:34:24 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -8865,36 +9444,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "31c3a776-63b5-4318-b8dd-78a4f11129df" ], + "x-ms-request-id": [ "088ad648-9903-4ead-a149-1fe8f3169278" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], - "x-ms-correlation-request-id": [ "531f0e7c-87b9-417e-90fe-2f094bfcf8c3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003639Z:531f0e7c-87b9-417e-90fe-2f094bfcf8c3" ], - "Date": [ "Tue, 16 Jun 2020 00:36:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1162" ], + "x-ms-correlation-request-id": [ "13d05ddf-e54a-4972-b84a-0653b90893bf" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013426Z:13d05ddf-e54a-4972-b84a-0653b90893bf" ], + "Date": [ "Sun, 18 Oct 2020 01:34:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1045" ], + "Content-Length": [ "1115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000099ba-0000-0300-0000-5ee814000000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"587723c5-2b71-4a80-b5a3-03ab2260c37c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"ConnectionString\":\"InstrumentationKey=79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:31:43.9681142+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702f0f4-0000-0300-0000-5f8b9ba10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"66b1c3be-b756-4608-9d6e-69a7007a1baf\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\",\"ConnectionString\":\"InstrumentationKey=b6abdb84-137e-4d86-908b-73343c65d8a0;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:30:14.58332+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"79ea41f8-f670-446e-afb7-bcc7b483bc59\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"b6abdb84-137e-4d86-908b-73343c65d8a0\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1515" ] + "Content-Length": [ "1453" ] } }, "Response": { @@ -8902,34 +9481,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437634B4AEAB\"" ], + "ETag": [ "\"1D6A4EED264450B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c3c8e9c4-1744-464d-adf9-f92d19d9f811" ], + "x-ms-request-id": [ "d8d3fefb-210b-4876-8771-53f69ccb1703" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], - "x-ms-correlation-request-id": [ "4d6dd30b-0958-4249-b3ea-a5b74ceba70d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003722Z:4d6dd30b-0958-4249-b3ea-a5b74ceba70d" ], + "x-ms-correlation-request-id": [ "eb94e917-acf5-4a85-b868-8e7dda0f0640" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013503Z:eb94e917-acf5-4a85-b868-8e7dda0f0640" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5690" ], + "Content-Length": [ "5811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:36:41.8133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:34:28.6766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+7": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "359" ], - "x-ms-client-request-id": [ "65bc6627-76ad-4853-8c77-c4e13da30b25" ], + "x-ms-unique-id": [ "378" ], + "x-ms-client-request-id": [ "a7246191-3299-48ba-86eb-06af9228b0b6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8944,34 +9523,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437634B4AEAB\"" ], + "ETag": [ "\"1D6A4EED264450B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6a3681ec-740e-42b8-a2c8-7b6111032a35" ], + "x-ms-request-id": [ "7b670ff1-f0a5-404a-92b2-1f331cc0ac23" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11779" ], - "x-ms-correlation-request-id": [ "8d4d7000-48c3-4855-9b59-b3409bcf8249" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:8d4d7000-48c3-4855-9b59-b3409bcf8249" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11761" ], + "x-ms-correlation-request-id": [ "3e59f960-c7ca-4faf-92fd-54220520f549" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013504Z:3e59f960-c7ca-4faf-92fd-54220520f549" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5490" ], + "Content-Length": [ "5611" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:36:42.3466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:34:29.2966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+8": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "360" ], - "x-ms-client-request-id": [ "662c3daf-ae92-4f4b-bbc6-a443342dfe80" ], + "x-ms-unique-id": [ "379" ], + "x-ms-client-request-id": [ "c21998d2-b028-4a40-9f48-6fc335fb6d89" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8987,32 +9566,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b2a0bb0b-69ba-41d2-8186-191717ced830" ], + "x-ms-request-id": [ "e5741d48-ff5c-4304-9c14-4760ce609552" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11960" ], - "x-ms-correlation-request-id": [ "0293f951-4a59-4e3b-bb92-b3a441c4caa1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:0293f951-4a59-4e3b-bb92-b3a441c4caa1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11958" ], + "x-ms-correlation-request-id": [ "da2ce1a4-0836-4a28-978f-e4a236111f72" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013504Z:da2ce1a4-0836-4a28-978f-e4a236111f72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1128" ], + "Content-Length": [ "1091" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+9": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "361" ], - "x-ms-client-request-id": [ "e9f96d6f-8765-4f84-83e2-d4cfe69ba5d1" ], + "x-ms-unique-id": [ "380" ], + "x-ms-client-request-id": [ "c4953d5a-abcf-48a9-aef3-85e921975dbf" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9028,32 +9607,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4cf8b06e-972f-4aed-a75a-3f432072aaf1" ], + "x-ms-request-id": [ "f4e747aa-aad8-4f80-9da1-c3e17cddad6b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11778" ], - "x-ms-correlation-request-id": [ "e1304443-afb0-4e27-814c-eec4da7a3d83" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:e1304443-afb0-4e27-814c-eec4da7a3d83" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11760" ], + "x-ms-correlation-request-id": [ "463cc249-ccc8-43d7-9efd-e3622b692603" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013504Z:463cc249-ccc8-43d7-9efd-e3622b692603" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3328" ], + "Content-Length": [ "3764" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "362" ], - "x-ms-client-request-id": [ "287f336e-d43b-4033-9f74-35d4a6b28115" ], + "x-ms-unique-id": [ "381" ], + "x-ms-client-request-id": [ "54e331da-4a40-443f-995a-cd90a6ae52cb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9068,34 +9647,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437634B4AEAB\"" ], + "ETag": [ "\"1D6A4EED264450B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cfe57870-bdc8-4a6c-aa6b-eb25b6f789f1" ], + "x-ms-request-id": [ "7ed07f5e-83e3-4e65-b3ce-a118a5d4d735" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11777" ], - "x-ms-correlation-request-id": [ "3003db2d-6f36-4fa3-85c2-699006bfaaf1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:3003db2d-6f36-4fa3-85c2-699006bfaaf1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11759" ], + "x-ms-correlation-request-id": [ "44005596-80d4-43e4-9524-9a210bbad2c0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013505Z:44005596-80d4-43e4-9524-9a210bbad2c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5490" ], + "Content-Length": [ "5611" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:36:42.3466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:34:29.2966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "363" ], - "x-ms-client-request-id": [ "faba0e7d-8706-490d-9ee0-a2b6af78def2" ], + "x-ms-unique-id": [ "382" ], + "x-ms-client-request-id": [ "2d77c375-dc51-4c8c-8764-4141dd582d48" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9111,32 +9690,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bb407d73-7a4f-4011-941b-18e66aa58d7b" ], + "x-ms-request-id": [ "3c1edaf4-7efd-49ca-8e7b-596a52b5ae95" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11959" ], - "x-ms-correlation-request-id": [ "90e53e6f-e1ff-4b9b-88bd-e32070f60ff1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003724Z:90e53e6f-e1ff-4b9b-88bd-e32070f60ff1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11957" ], + "x-ms-correlation-request-id": [ "f08b3f39-d78e-4a6c-98c0-d192639562a1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013505Z:f08b3f39-d78e-4a6c-98c0-d192639562a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1128" ], + "Content-Length": [ "1091" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "364" ], - "x-ms-client-request-id": [ "05137ee9-fa77-4517-bbab-eb5617b7113e" ], + "x-ms-unique-id": [ "383" ], + "x-ms-client-request-id": [ "0d00ff50-a9ea-4433-b386-3df42679130e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9152,32 +9731,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fdba530c-18f9-4f76-8faa-dd3f1f0d37e1" ], + "x-ms-request-id": [ "39cc4859-5899-4441-9579-261fbe5d5daf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11776" ], - "x-ms-correlation-request-id": [ "89212b80-61ab-42c1-8898-03cfc5ecbc56" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003724Z:89212b80-61ab-42c1-8898-03cfc5ecbc56" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11758" ], + "x-ms-correlation-request-id": [ "ce773075-3035-4fc7-8f91-125ac5dbf677" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013506Z:ce773075-3035-4fc7-8f91-125ac5dbf677" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3328" ], + "Content-Length": [ "3764" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "365" ], - "x-ms-client-request-id": [ "6a13cad9-5a07-4321-88b2-2479fee3ca33" ], + "x-ms-unique-id": [ "384" ], + "x-ms-client-request-id": [ "0aa16448-da3f-4007-9bf5-96b7eca48ea2" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9192,17 +9771,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437634B4AEAB\"" ], + "ETag": [ "\"1D6A4EED264450B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "113f7dca-0b38-4cf8-b01d-7829df1352e2" ], + "x-ms-request-id": [ "13305c79-75d5-4f97-bf6e-e917831b9f89" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], - "x-ms-correlation-request-id": [ "c70609d1-9811-433a-b600-6008a0cf6da6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003727Z:c70609d1-9811-433a-b600-6008a0cf6da6" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-correlation-request-id": [ "ec80d02c-5289-4fec-b2a9-562dfc8844ea" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013509Z:ec80d02c-5289-4fec-b2a9-562dfc8844ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:09 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -9211,11 +9790,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-Java-9vs38jdng7\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-Java-2q13c09wlz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -9229,15 +9808,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "de937da6-fea8-4f04-97ec-bf1a148c808d" ], + "x-ms-request-id": [ "592642ef-1e83-4d2a-96de-c481b211d3cf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11775" ], - "x-ms-correlation-request-id": [ "75326c4b-006f-4d30-a4b9-49f6718e784c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003727Z:75326c4b-006f-4d30-a4b9-49f6718e784c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11757" ], + "x-ms-correlation-request-id": [ "9c0996c3-7286-418a-a130-48e665a03b10" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013509Z:9c0996c3-7286-418a-a130-48e665a03b10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -9247,14 +9826,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "367" ], - "x-ms-client-request-id": [ "5a61cf46-a3a9-4fe0-84b7-4f4fb9fa91bb" ], + "x-ms-unique-id": [ "386" ], + "x-ms-client-request-id": [ "3467fe05-7664-4773-ac64-df7b08abc220" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9270,32 +9849,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ea81b36b-9e02-4b51-984e-fef51d7c70e8" ], + "x-ms-request-id": [ "24402970-cb10-4987-9528-8b4a298723b0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11774" ], - "x-ms-correlation-request-id": [ "431f4aa8-d9d7-462b-b2c8-6e05c84f9fa1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003727Z:431f4aa8-d9d7-462b-b2c8-6e05c84f9fa1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11756" ], + "x-ms-correlation-request-id": [ "e4fa8d76-097c-4b37-96c4-2bde0392cf94" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013510Z:e4fa8d76-097c-4b37-96c4-2bde0392cf94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "368" ], - "x-ms-client-request-id": [ "37b77c9d-55f7-4290-b730-848c7915ad48" ], + "x-ms-unique-id": [ "387" ], + "x-ms-client-request-id": [ "dbee1737-4806-41fb-be16-d6124e995936" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9311,32 +9890,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "741ec175-3609-4f07-b508-bcc94b415d17" ], + "x-ms-request-id": [ "e2e6bfdd-4a97-4268-8514-daa80cd7b7f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11773" ], - "x-ms-correlation-request-id": [ "b4308164-588d-4d2c-91a7-9b14ba806ebf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003728Z:b4308164-588d-4d2c-91a7-9b14ba806ebf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11755" ], + "x-ms-correlation-request-id": [ "d52653cf-66fa-487c-9246-f13186b34b26" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013510Z:d52653cf-66fa-487c-9246-f13186b34b26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "369" ], - "x-ms-client-request-id": [ "a744af6c-36de-4d2c-81c3-e3444c083aec" ], + "x-ms-unique-id": [ "388" ], + "x-ms-client-request-id": [ "7b3dfaf5-3078-46dd-a67f-34e6627ac8d7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9352,32 +9931,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "12940894-5dba-4574-984a-5eeda13abe9d" ], + "x-ms-request-id": [ "37e71bfa-4020-4a65-a000-b47c8ee6a654" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11772" ], - "x-ms-correlation-request-id": [ "91ee1755-51c3-4338-91d6-09c2b85a9a2e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003728Z:91ee1755-51c3-4338-91d6-09c2b85a9a2e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11754" ], + "x-ms-correlation-request-id": [ "2b918bd4-8358-4601-8ba1-c14bc8417fcf" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013510Z:2b918bd4-8358-4601-8ba1-c14bc8417fcf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "370" ], - "x-ms-client-request-id": [ "c1c1d00b-7483-4758-b7a9-e9c8f15426b2" ], + "x-ms-unique-id": [ "389" ], + "x-ms-client-request-id": [ "c08cfd92-8cc1-493e-b648-2c061db13d9a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9393,32 +9972,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a509d9b9-d05e-4704-b0b6-576bbcf107d4" ], + "x-ms-request-id": [ "adac19b3-3811-4f1a-b667-6c0c655dc137" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11771" ], - "x-ms-correlation-request-id": [ "3b334ac3-9dab-4b68-bb04-71adca64b944" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003728Z:3b334ac3-9dab-4b68-bb04-71adca64b944" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11753" ], + "x-ms-correlation-request-id": [ "84f65171-e640-40db-9eb3-daff8d82734f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013510Z:84f65171-e640-40db-9eb3-daff8d82734f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "371" ], - "x-ms-client-request-id": [ "d320270b-1f04-42d3-b607-32bdb170d8a6" ], + "x-ms-unique-id": [ "390" ], + "x-ms-client-request-id": [ "bb72a06b-5d8c-4182-9665-6e3fa0813c2c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9434,32 +10013,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5bea40b3-d349-42f0-8567-112b48d8b577" ], + "x-ms-request-id": [ "d11a1771-0fdf-4826-9693-66edb184a75a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11770" ], - "x-ms-correlation-request-id": [ "101d6729-d1d3-47dd-b169-04a4b04b0683" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003729Z:101d6729-d1d3-47dd-b169-04a4b04b0683" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11752" ], + "x-ms-correlation-request-id": [ "48a2ae98-95e8-4cce-a373-cc85eb358a40" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013511Z:48a2ae98-95e8-4cce-a373-cc85eb358a40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "391" ], + "x-ms-client-request-id": [ "5aef966e-9a18-4c8a-a21e-ccdac8f63924" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "46a43e88-5de7-45b4-a21d-51dcb0c2d283" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11751" ], + "x-ms-correlation-request-id": [ "6e25499e-22c8-4262-92ff-ce5a0b8ae461" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013511Z:6e25499e-22c8-4262-92ff-ce5a0b8ae461" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:35:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "372" ], - "x-ms-client-request-id": [ "977d0f6b-e7c1-4200-a1b1-eb72b17f9441" ], + "x-ms-unique-id": [ "392" ], + "x-ms-client-request-id": [ "afb82d22-8536-424f-9951-49c7a427cb0d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9474,31 +10094,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3b8b673f-2412-4e4e-a311-a9920afda34c" ], + "x-ms-request-id": [ "ef481c23-1dd7-472e-96a8-f3511d8a7f7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11769" ], - "x-ms-correlation-request-id": [ "caf9f1f4-65a9-4391-bce2-12e26ea7da48" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003729Z:caf9f1f4-65a9-4391-bce2-12e26ea7da48" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11750" ], + "x-ms-correlation-request-id": [ "1026bdb8-8d9d-461b-ac7d-fd3561ac6996" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013511Z:1026bdb8-8d9d-461b-ac7d-fd3561ac6996" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "373" ], - "x-ms-client-request-id": [ "643b2976-e7d1-43b0-9175-aa6e1df9bd12" ], + "x-ms-unique-id": [ "393" ], + "x-ms-client-request-id": [ "28877715-2f59-43a7-a5fe-76f4f46dca1f" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9513,27 +10133,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "60cf8d39-3d2b-44c3-8f82-5e4b8713e8cc" ], + "x-ms-request-id": [ "122b2853-816b-4505-ab15-421c928f12b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11965" ], - "x-ms-correlation-request-id": [ "c7ffd3b3-1a38-4d0c-98ec-58459e64ff88" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003729Z:c7ffd3b3-1a38-4d0c-98ec-58459e64ff88" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], + "x-ms-correlation-request-id": [ "9be3f96c-ceb0-4ec7-9237-f36a0394750e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013511Z:9be3f96c-ceb0-4ec7-9237-f36a0394750e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-Java-2q13c09wlz?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-Java-2q13c09wlz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -9547,36 +10167,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ddacf562-396b-4b23-a643-4f67232034d6" ], + "x-ms-request-id": [ "75f737a1-4815-404d-8987-ab87c8479c22" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], - "x-ms-correlation-request-id": [ "06210eb3-2510-4165-b71c-9a9d7f17edfc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003814Z:06210eb3-2510-4165-b71c-9a9d7f17edfc" ], - "Date": [ "Tue, 16 Jun 2020 00:38:14 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], + "x-ms-correlation-request-id": [ "a2c0f986-87cf-4398-8d9c-6bcf52ebbb53" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013517Z:a2c0f986-87cf-4398-8d9c-6bcf52ebbb53" ], + "Date": [ "Sun, 18 Oct 2020 01:35:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1017" ], + "Content-Length": [ "1089" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d2ba-0000-0300-0000-5ee8145e0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"18701bca-9895-4536-9f6e-5d3f18aab60d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"ConnectionString\":\"InstrumentationKey=aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:37:50.1814027+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27022aff-0000-0300-0000-5f8b9bd30000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Java-2q13c09wlz\",\"AppId\":\"28ab0672-976d-4532-9458-4424b68792b4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"dcd06686-2fbd-4c28-a391-1b2468817de4\",\"ConnectionString\":\"InstrumentationKey=dcd06686-2fbd-4c28-a391-1b2468817de4;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Java-2q13c09wlz\",\"CreationDate\":\"2020-10-18T01:35:14.6634483+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-java-9vs38jdng7\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\"\r\n }\r\n ],\r\n \"javaVersion\": \"11\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-java-2q13c09wlz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"dcd06686-2fbd-4c28-a391-1b2468817de4\"\r\n }\r\n ],\r\n \"javaVersion\": \"11\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1695" ] + "Content-Length": [ "1633" ] } }, "Response": { @@ -9584,34 +10204,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643766D517AEB\"" ], + "ETag": [ "\"1D6A4EEF13EBA40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7751be56-a205-40a7-9e22-3c00a3bb9a64" ], + "x-ms-request-id": [ "18f9d1eb-648d-4d84-a64e-ca3305a6f4b7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "492" ], - "x-ms-correlation-request-id": [ "676df3a8-a4c4-4280-af9c-39622e75de01" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003859Z:676df3a8-a4c4-4280-af9c-39622e75de01" ], + "x-ms-correlation-request-id": [ "aef7f620-3bf6-4169-9391-7542a6ec3377" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013554Z:aef7f620-3bf6-4169-9391-7542a6ec3377" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:38:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5554" ], + "Content-Length": [ "5767" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:38:16.7733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-2q13c09wlz\",\"state\":\"Running\",\"hostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-Java-2q13c09wlz\",\"repositorySiteName\":\"Functions-Java-2q13c09wlz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\",\"functions-java-2q13c09wlz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-2q13c09wlz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:35:20.4666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-2q13c09wlz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-Java-2q13c09wlz\\\\$Functions-Java-2q13c09wlz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "376" ], - "x-ms-client-request-id": [ "c6e2e167-ff2c-4b62-9846-81272458394e" ], + "x-ms-unique-id": [ "396" ], + "x-ms-client-request-id": [ "1545fe6a-adcb-4b79-aaaf-236411bab621" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9626,34 +10246,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643766D517AEB\"" ], + "ETag": [ "\"1D6A4EEF13EBA40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2605f450-04c7-4133-be06-4de8e67146cb" ], + "x-ms-request-id": [ "425f2019-ff31-4e8c-947d-99fafa97d453" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11768" ], - "x-ms-correlation-request-id": [ "35e96ec9-c7ab-4d8a-9419-ac8de65df3d1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003859Z:35e96ec9-c7ab-4d8a-9419-ac8de65df3d1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11749" ], + "x-ms-correlation-request-id": [ "86f80331-cce3-490f-a5f5-499f81e825c4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013555Z:86f80331-cce3-490f-a5f5-499f81e825c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:38:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5354" ], + "Content-Length": [ "5562" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:38:17.3266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-2q13c09wlz\",\"state\":\"Running\",\"hostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-Java-2q13c09wlz\",\"repositorySiteName\":\"Functions-Java-2q13c09wlz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\",\"functions-java-2q13c09wlz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-2q13c09wlz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:35:21.06\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-2q13c09wlz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-Java-2q13c09wlz\\\\$Functions-Java-2q13c09wlz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "377" ], - "x-ms-client-request-id": [ "63223619-fff9-4fb9-a380-f2590948b3fd" ], + "x-ms-unique-id": [ "397" ], + "x-ms-client-request-id": [ "42391162-a377-493b-bf69-3b3aaa2a81f4" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9669,32 +10289,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "45881980-abfe-4c24-856b-502d9928f43e" ], + "x-ms-request-id": [ "7e7beab1-6bf6-452f-99b8-68bf18acf52d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11958" ], - "x-ms-correlation-request-id": [ "4b851074-1a16-4c9c-bf18-f60afdbcc392" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003859Z:4b851074-1a16-4c9c-bf18-f60afdbcc392" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11956" ], + "x-ms-correlation-request-id": [ "151cace6-958c-49cb-b6df-f1e1cef06aba" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013555Z:151cace6-958c-49cb-b6df-f1e1cef06aba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:38:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1106" ], + "Content-Length": [ "1069" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-java-9vs38jdng7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-java-2q13c09wlz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"dcd06686-2fbd-4c28-a391-1b2468817de4\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "378" ], - "x-ms-client-request-id": [ "af21e5f6-b450-4853-a4c5-147bb1996cc6" ], + "x-ms-unique-id": [ "398" ], + "x-ms-client-request-id": [ "52d093d8-c595-4a31-ab46-3ed72c174610" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9710,32 +10330,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "211546fd-c709-4037-bc2d-4b83aed7242d" ], + "x-ms-request-id": [ "d86735b7-6541-4417-8bb8-07b3257928c6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11767" ], - "x-ms-correlation-request-id": [ "cbcef35e-946e-4f4c-b11b-27c514be39ae" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003900Z:cbcef35e-946e-4f4c-b11b-27c514be39ae" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11748" ], + "x-ms-correlation-request-id": [ "2cc7ac56-546b-42a6-bbf6-7c20ad5d6a05" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013555Z:2cc7ac56-546b-42a6-bbf6-7c20ad5d6a05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:38:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3302" ], + "Content-Length": [ "3736" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"11\",\"javaContainer\":\"\",\"javaContainerVersion\":\"\",\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-2q13c09wlz\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"11\",\"javaContainer\":\"\",\"javaContainerVersion\":\"\",\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "379" ], - "x-ms-client-request-id": [ "5ed4ebb0-c47b-44dc-9662-528f8019de46" ], + "x-ms-unique-id": [ "399" ], + "x-ms-client-request-id": [ "da5e6730-2f2e-4119-89da-f938a6cea413" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9750,34 +10370,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643766D517AEB\"" ], + "ETag": [ "\"1D6A4EEF13EBA40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ffae7820-7ab8-4e89-86d5-7026d3f8e675" ], + "x-ms-request-id": [ "78938795-c756-4b20-a1a6-8662daa069fb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11766" ], - "x-ms-correlation-request-id": [ "1ad5bd88-c0d1-4564-b282-adeb9cf274ba" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003900Z:1ad5bd88-c0d1-4564-b282-adeb9cf274ba" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11747" ], + "x-ms-correlation-request-id": [ "46c9e2fe-4a1a-4a53-99c5-c0c549636945" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013556Z:46c9e2fe-4a1a-4a53-99c5-c0c549636945" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:38:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5354" ], + "Content-Length": [ "5562" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:38:17.3266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-2q13c09wlz\",\"state\":\"Running\",\"hostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-Java-2q13c09wlz\",\"repositorySiteName\":\"Functions-Java-2q13c09wlz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-2q13c09wlz.azurewebsites.net\",\"functions-java-2q13c09wlz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-2q13c09wlz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:35:21.06\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-2q13c09wlz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-Java-2q13c09wlz\\\\$Functions-Java-2q13c09wlz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-java-2q13c09wlz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "380" ], - "x-ms-client-request-id": [ "6168bd20-2e5f-4b44-8d9e-7ad8661680da" ], + "x-ms-unique-id": [ "400" ], + "x-ms-client-request-id": [ "b18840a1-76ae-46f0-8abe-8cdcbbc6c5a0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9793,32 +10413,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4da45a19-b8c1-4274-a429-0c6948588858" ], + "x-ms-request-id": [ "46ab7ffe-ac0d-43da-a8d9-a4e844e59230" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11957" ], - "x-ms-correlation-request-id": [ "f8b09467-bd39-4bd3-b494-7e6fdb061b4b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003900Z:f8b09467-bd39-4bd3-b494-7e6fdb061b4b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11955" ], + "x-ms-correlation-request-id": [ "f03bd3b9-2886-4bfe-a752-2c6ba84a552d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013556Z:f03bd3b9-2886-4bfe-a752-2c6ba84a552d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1106" ], + "Content-Length": [ "1069" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-java-9vs38jdng7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-java-2q13c09wlz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"dcd06686-2fbd-4c28-a391-1b2468817de4\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "381" ], - "x-ms-client-request-id": [ "cd70f6e8-a3b0-43d8-935e-91dc5f33187c" ], + "x-ms-unique-id": [ "401" ], + "x-ms-client-request-id": [ "54bc742b-4914-4da6-9749-83334bafa234" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9834,32 +10454,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2d9a285e-ddc4-4e6e-8c7d-b90d2193da54" ], + "x-ms-request-id": [ "b8c417c1-328f-4853-84b3-dece8b723028" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11765" ], - "x-ms-correlation-request-id": [ "2da64ba3-1dbb-420b-98a0-942db804ec08" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003901Z:2da64ba3-1dbb-420b-98a0-942db804ec08" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11746" ], + "x-ms-correlation-request-id": [ "c39e1a72-2bbd-4f10-9d8a-95d4bd21cd72" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013556Z:c39e1a72-2bbd-4f10-9d8a-95d4bd21cd72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3302" ], + "Content-Length": [ "3736" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"11\",\"javaContainer\":\"\",\"javaContainerVersion\":\"\",\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz/config/web\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-2q13c09wlz\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"11\",\"javaContainer\":\"\",\"javaContainerVersion\":\"\",\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-Java-2q13c09wlz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "382" ], - "x-ms-client-request-id": [ "0dad41b1-5e1d-4c07-a548-52cce7413c16" ], + "x-ms-unique-id": [ "402" ], + "x-ms-client-request-id": [ "1ecc4409-7ba8-475b-8695-78f403990081" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9874,17 +10494,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643766D517AEB\"" ], + "ETag": [ "\"1D6A4EEF13EBA40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "94c9c8bd-fc43-45a7-9606-8a37ae11c0b7" ], + "x-ms-request-id": [ "315cff9e-d76c-4a74-98a6-27fe016c4c62" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-correlation-request-id": [ "02970ff8-ad32-4ac7-a2d6-006829cd91c0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003904Z:02970ff8-ad32-4ac7-a2d6-006829cd91c0" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-correlation-request-id": [ "c1fd7efb-69a5-41d4-a094-c2ef47d7bfef" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013600Z:c1fd7efb-69a5-41d4-a094-c2ef47d7bfef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:59 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -9893,11 +10513,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -9911,15 +10531,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6f5ca99a-a8d5-439a-a451-8fca82514326" ], + "x-ms-request-id": [ "f7521b59-9389-454d-85a6-c3e4df3e9dc4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11764" ], - "x-ms-correlation-request-id": [ "a3c7273b-bf4c-4ace-bd96-15406ab93f33" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003904Z:a3c7273b-bf4c-4ace-bd96-15406ab93f33" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11745" ], + "x-ms-correlation-request-id": [ "ab75eaee-85d8-4779-9916-b38684edeedf" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013600Z:ab75eaee-85d8-4779-9916-b38684edeedf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -9929,14 +10549,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "384" ], - "x-ms-client-request-id": [ "258ec30a-5c3f-42f9-8be9-9808285ebd98" ], + "x-ms-unique-id": [ "404" ], + "x-ms-client-request-id": [ "8fce0c38-09f7-4ea6-9d05-b90b8b7be6bd" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9952,32 +10572,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "659c6f15-6f47-45bd-a6fc-f2a9b56ebeee" ], + "x-ms-request-id": [ "0b9d5578-058a-406d-b079-1a6caa1d45f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11763" ], - "x-ms-correlation-request-id": [ "542ab64b-a46b-4b99-9c0b-eb275182602d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003904Z:542ab64b-a46b-4b99-9c0b-eb275182602d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11744" ], + "x-ms-correlation-request-id": [ "92da7efc-b832-48f4-94ec-02796edb62e0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013600Z:92da7efc-b832-48f4-94ec-02796edb62e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:35:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "385" ], - "x-ms-client-request-id": [ "53ffc644-e952-4f05-93c8-1733bc90bec3" ], + "x-ms-unique-id": [ "405" ], + "x-ms-client-request-id": [ "6f52512e-b8fa-435e-a24e-c090140f50eb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -9993,32 +10613,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dbbe2797-72be-41a3-8c37-000496ed4abf" ], + "x-ms-request-id": [ "d5e760a8-c0e9-4677-b807-bf342cab48be" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11762" ], - "x-ms-correlation-request-id": [ "7bc4c1f2-b98c-46fc-b4d0-5c7d9a75e1e2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003905Z:7bc4c1f2-b98c-46fc-b4d0-5c7d9a75e1e2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11743" ], + "x-ms-correlation-request-id": [ "02979cdc-3b83-452e-8b3f-260cca54fbf9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013601Z:02979cdc-3b83-452e-8b3f-260cca54fbf9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "386" ], - "x-ms-client-request-id": [ "2f3d7447-e240-4bbe-9a2e-70b27e6ae4a1" ], + "x-ms-unique-id": [ "406" ], + "x-ms-client-request-id": [ "03fb5782-564a-44c4-b733-a7f1a731e211" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10034,32 +10654,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8d60444e-2ad7-4e2f-b17c-e1c343298353" ], + "x-ms-request-id": [ "4bd85b38-e1d5-498b-a5d1-e5d5fdc5f6ba" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11761" ], - "x-ms-correlation-request-id": [ "53472b1a-6630-4373-8a77-131df0c56ab2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003905Z:53472b1a-6630-4373-8a77-131df0c56ab2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11742" ], + "x-ms-correlation-request-id": [ "0e764298-242a-4a3e-8aa2-051310f10573" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013601Z:0e764298-242a-4a3e-8aa2-051310f10573" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "387" ], - "x-ms-client-request-id": [ "f8e5aa47-16b8-46a7-b6cb-d2974938633d" ], + "x-ms-unique-id": [ "407" ], + "x-ms-client-request-id": [ "6953cc9d-dea0-494b-850d-c20a8e252b99" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10075,32 +10695,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8bb5a901-c4e8-4ff0-b33e-019e443d0833" ], + "x-ms-request-id": [ "f72a85ae-0e32-47ae-8c81-69370daa65aa" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11760" ], - "x-ms-correlation-request-id": [ "d80df437-6640-43fe-9154-d072d57f095f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:d80df437-6640-43fe-9154-d072d57f095f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11741" ], + "x-ms-correlation-request-id": [ "57e7fbe7-f3b1-478b-a03f-bfc980018450" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013601Z:57e7fbe7-f3b1-478b-a03f-bfc980018450" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "388" ], - "x-ms-client-request-id": [ "5eff472e-1d51-4f0a-86fd-001b356298ca" ], + "x-ms-unique-id": [ "408" ], + "x-ms-client-request-id": [ "2747c924-ef30-43fc-bd56-fe3696d687bd" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10116,32 +10736,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e5b15eab-aeb0-41e9-b52f-cd4bff8bc05a" ], + "x-ms-request-id": [ "cb9a7b77-a48f-466e-822d-bb09c2832473" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11759" ], - "x-ms-correlation-request-id": [ "e5efda84-93ed-4116-b059-fac59d379d0f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:e5efda84-93ed-4116-b059-fac59d379d0f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11740" ], + "x-ms-correlation-request-id": [ "74559ee3-9bec-420d-acaa-63a05e1a067f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013602Z:74559ee3-9bec-420d-acaa-63a05e1a067f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "389" ], - "x-ms-client-request-id": [ "0db96c39-9c36-47d6-9045-63230eed740a" ], + "x-ms-unique-id": [ "409" ], + "x-ms-client-request-id": [ "9b10533a-35bc-4079-9c91-b3a361df749a" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "46ba2dea-a68b-49e9-833a-e301d73fd1c7" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11739" ], + "x-ms-correlation-request-id": [ "2f09db55-07fa-4cf6-a785-f2b4c13e9628" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013602Z:2f09db55-07fa-4cf6-a785-f2b4c13e9628" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:36:01 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "410" ], + "x-ms-client-request-id": [ "6724cf21-4913-47f6-9c0c-8aa1b9ed1192" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10156,31 +10817,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "edfae788-d0cc-42b9-b47e-9a1f1d69a303" ], + "x-ms-request-id": [ "9e788e30-b396-4106-b423-94f1d1a2b1a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11758" ], - "x-ms-correlation-request-id": [ "48381f10-351d-4dcb-a3d9-f70774ce0e13" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:48381f10-351d-4dcb-a3d9-f70774ce0e13" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11738" ], + "x-ms-correlation-request-id": [ "49a381be-66e1-49a6-90d7-fb87dc22d4aa" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013602Z:49a381be-66e1-49a6-90d7-fb87dc22d4aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "390" ], - "x-ms-client-request-id": [ "5312511a-ba1b-4c36-afd9-831cfdc2860f" ], + "x-ms-unique-id": [ "411" ], + "x-ms-client-request-id": [ "581afbe5-d5cf-468e-b23d-c477731867dc" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10195,27 +10856,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9cd6b77a-8775-4aed-92b1-63668eca665a" ], + "x-ms-request-id": [ "d023556c-ab61-457c-8c3a-aa67c84b6be5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11964" ], - "x-ms-correlation-request-id": [ "fa9aab06-dbda-4bee-bef8-c03498c64546" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:fa9aab06-dbda-4bee-bef8-c03498c64546" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11965" ], + "x-ms-correlation-request-id": [ "4da3d2c2-3cee-41e1-b817-486bd03fa2e8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013602Z:4da3d2c2-3cee-41e1-b817-486bd03fa2e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -10229,36 +10890,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "efff0f67-e018-4507-a4bc-89fb73aee6ea" ], + "x-ms-request-id": [ "45eb3ebb-8e9d-4bdf-be34-3d37f71bab38" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], - "x-ms-correlation-request-id": [ "bf8bf43f-7736-4e1f-a3d0-ce6595323741" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003908Z:bf8bf43f-7736-4e1f-a3d0-ce6595323741" ], - "Date": [ "Tue, 16 Jun 2020 00:39:07 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], + "x-ms-correlation-request-id": [ "19db0c80-9742-490e-af3f-aa59231888a8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013604Z:19db0c80-9742-490e-af3f-aa59231888a8" ], + "Date": [ "Sun, 18 Oct 2020 01:36:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1041" ], + "Content-Length": [ "1113" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000edba-0000-0300-0000-5ee814ab0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2802c307-0000-0300-0000-5f8b9c030000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1713" ] + "Content-Length": [ "1651" ] } }, "Response": { @@ -10266,34 +10927,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643768D4A4B6B\"" ], + "ETag": [ "\"1D6A4EF0CBF2200\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53552456-edde-40b6-a1d9-0d59f5e853dc" ], + "x-ms-request-id": [ "6ba5e803-618c-456e-9ce3-6e96dc339ba2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "491" ], - "x-ms-correlation-request-id": [ "96eba3af-b531-47ea-a020-7c8aaeeb7e98" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:96eba3af-b531-47ea-a020-7c8aaeeb7e98" ], + "x-ms-correlation-request-id": [ "ef5b15a2-ee80-44b1-92c8-d85aaa69837b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013641Z:ef5b15a2-ee80-44b1-92c8-d85aaa69837b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5633" ], + "Content-Length": [ "5846" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:39:10.42\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:36:06.65\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "393" ], - "x-ms-client-request-id": [ "03c65542-a0b6-48f2-a398-f900d5937884" ], + "x-ms-unique-id": [ "414" ], + "x-ms-client-request-id": [ "1a4c86f8-01f6-4bad-bda6-306cdaaab026" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10308,34 +10969,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643768D4A4B6B\"" ], + "ETag": [ "\"1D6A4EF0CBF2200\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4ffb65ff-8f3a-43c7-b7c9-22f990474e6b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11757" ], + "x-ms-request-id": [ "9a7e5217-37a9-430f-8503-d5853a253abc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "7bf90683-7544-41d7-8ce1-113d74059613" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:7bf90683-7544-41d7-8ce1-113d74059613" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11737" ], + "x-ms-correlation-request-id": [ "aaa79ce6-75a5-407a-9e91-60bb1d2a4943" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013642Z:aaa79ce6-75a5-407a-9e91-60bb1d2a4943" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5645" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:39:10.9666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:36:07.2\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "394" ], - "x-ms-client-request-id": [ "9fb5b6e9-9b5b-4ebe-8473-4b200869a90d" ], + "x-ms-unique-id": [ "415" ], + "x-ms-client-request-id": [ "67a9b9bc-7e93-4810-996c-1601efd6870d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10351,32 +11012,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "af6afca1-f98b-4f59-868d-046de23c07b7" ], + "x-ms-request-id": [ "f56f60cf-410c-478c-a6af-9bed84af0624" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11956" ], - "x-ms-correlation-request-id": [ "27f19c42-5e42-41a8-8261-633217cf586c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:27f19c42-5e42-41a8-8261-633217cf586c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11954" ], + "x-ms-correlation-request-id": [ "8cc1ee9c-fab5-40a0-9740-a955a503a933" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013642Z:8cc1ee9c-fab5-40a0-9740-a955a503a933" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "395" ], - "x-ms-client-request-id": [ "a96e2221-132b-4f70-b7fa-dd69bc6a94a1" ], + "x-ms-unique-id": [ "416" ], + "x-ms-client-request-id": [ "17c41b9d-c8c8-4af5-90e9-3d9051e459dc" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10392,32 +11053,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "829aba5e-7a34-4601-9e19-3cd466176278" ], + "x-ms-request-id": [ "cc571b9f-432c-4e66-9e85-979691d20772" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11756" ], - "x-ms-correlation-request-id": [ "cca88bc5-c044-480a-965e-c5341edc02ac" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:cca88bc5-c044-480a-965e-c5341edc02ac" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11736" ], + "x-ms-correlation-request-id": [ "c642c441-09d1-49dd-8b60-7006b628eaa3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013643Z:c642c441-09d1-49dd-8b60-7006b628eaa3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "396" ], - "x-ms-client-request-id": [ "357fdd2d-1b84-4173-8bf4-4cab21c73152" ], + "x-ms-unique-id": [ "417" ], + "x-ms-client-request-id": [ "0a549adc-101b-4f29-a19e-c1639ccf43ef" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10432,34 +11093,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643768D4A4B6B\"" ], + "ETag": [ "\"1D6A4EF0CBF2200\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "56fe75f1-3c51-4d8e-8ea5-2e773719dda8" ], + "x-ms-request-id": [ "dd4bbc5c-cc80-4a9d-a62e-fd345718e103" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11755" ], - "x-ms-correlation-request-id": [ "ce0b7fb8-eaea-46b8-aaa2-c716418bf046" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003946Z:ce0b7fb8-eaea-46b8-aaa2-c716418bf046" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11735" ], + "x-ms-correlation-request-id": [ "67c5fc46-260f-4d5e-8b3a-19f15a667e63" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013643Z:67c5fc46-260f-4d5e-8b3a-19f15a667e63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5438" ], + "Content-Length": [ "5645" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:39:10.9666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:36:07.2\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "397" ], - "x-ms-client-request-id": [ "d9a59904-480f-409c-a963-c703e593be6a" ], + "x-ms-unique-id": [ "418" ], + "x-ms-client-request-id": [ "d52047c8-63c3-42df-a08b-92b7f38c79f3" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10475,32 +11136,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "da648bd8-71e2-405d-830c-f2968a051802" ], + "x-ms-request-id": [ "7cac7394-8f14-4a72-b59c-7c0f54fbe4dd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11955" ], - "x-ms-correlation-request-id": [ "44ab03a1-c1bf-4303-aa2a-6dbf6cd7783b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003946Z:44ab03a1-c1bf-4303-aa2a-6dbf6cd7783b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11953" ], + "x-ms-correlation-request-id": [ "299e6389-a3e1-4c37-8591-cac290b2dc98" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013643Z:299e6389-a3e1-4c37-8591-cac290b2dc98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "398" ], - "x-ms-client-request-id": [ "4bb2eb51-86c2-4540-a43f-773fed598bee" ], + "x-ms-unique-id": [ "419" ], + "x-ms-client-request-id": [ "2f69a470-e055-4102-a915-e957f5f4abe4" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10516,32 +11177,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "43951c0e-98ec-4031-a8aa-86e734e78165" ], + "x-ms-request-id": [ "39a67724-a89e-4525-af08-71613d5cfd44" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11754" ], - "x-ms-correlation-request-id": [ "faab976b-482c-4ed3-92a2-7785e0ce83ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003946Z:faab976b-482c-4ed3-92a2-7785e0ce83ad" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11734" ], + "x-ms-correlation-request-id": [ "24753328-3e15-4e58-b185-e2f5ed3e937b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013644Z:24753328-3e15-4e58-b185-e2f5ed3e937b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:46 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "399" ], - "x-ms-client-request-id": [ "63b5c8e9-cee4-4a0d-9dd3-ec33948a0bca" ], + "x-ms-unique-id": [ "420" ], + "x-ms-client-request-id": [ "97ed6921-e5a9-40d9-900a-734310c0f0ee" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -10556,17 +11217,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643768D4A4B6B\"" ], + "ETag": [ "\"1D6A4EF0CBF2200\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1989f93f-1ba6-4c66-8b0f-37d14eeaf581" ], + "x-ms-request-id": [ "03df8d73-fd5c-470f-a8d4-c0b2ffc73862" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], - "x-ms-correlation-request-id": [ "9875ba02-623e-476f-9b2e-64d32580f544" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003950Z:9875ba02-623e-476f-9b2e-64d32580f544" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], + "x-ms-correlation-request-id": [ "a8dedd76-1498-409e-9014-c9b7907ed24d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013647Z:a8dedd76-1498-409e-9014-c9b7907ed24d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:47 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/Functions/test/New-AzFunctionApp.Tests.ps1 b/src/Functions/test/New-AzFunctionApp.Tests.ps1 index 93fc715afbcb..6161332b3890 100644 --- a/src/Functions/test/New-AzFunctionApp.Tests.ps1 +++ b/src/Functions/test/New-AzFunctionApp.Tests.ps1 @@ -52,9 +52,9 @@ Describe 'New-AzFunctionApp' { "Python" = "3.7" } "3" = @{ - "Node" = "10" + "Node" = "12" "DotNet" = "3" - "Python" = "3.7" + "Python" = "3.8" "Java" = "8" } } @@ -62,11 +62,10 @@ Describe 'New-AzFunctionApp' { "2"= @{ "Node" = "10" "DotNet"= "2" - "PowerShell" = "6.2" "Java" = "8" } "3" = @{ - "Node" = "10" + "Node" = "12" "DotNet" = "3" "PowerShell" = "7.0" "Java" = "8" @@ -125,6 +124,12 @@ Describe 'New-AzFunctionApp' { continue } + if (($functionsVersion -eq "2") -and ($OSType -eq "Windows") -and ($runtime -eq "PowerShell")) + { + # PowerShel 7.0 is not supported in Windows for Functions V2. + continue + } + It "Validate New-AzFunctionApp default runtime version for $runtime in Functions version $functionsVersion for $OSType" { # Note: These set of tests are for consumptions function apps. We do this for two things: @@ -149,8 +154,17 @@ Describe 'New-AzFunctionApp' { $logFileContent = Get-Content -Path $filePath -Raw $expectectedRuntimeVersion = $expectedDefaultRuntimeVersion[$OSType][$functionsVersion][$runtime] - $expectedWarning = "RuntimeVersion not specified. Setting default runtime version for $runtime to '$expectectedRuntimeVersion'." - $logFileContent | Should Match $expectedWarning + + if ($runtime -eq "DotNet") + { + $expectedMessage = "'DotNet' runtime version is specified by FunctionsVersion. The value of the -RuntimeVersion will be set to '$expectectedRuntimeVersion'." + } + else + { + $expectedMessage = "RuntimeVersion not specified. Setting default runtime version for '$runtime' to '$expectectedRuntimeVersion'." + } + + $logFileContent | Should Match $expectedMessage } finally { @@ -164,10 +178,34 @@ Describe 'New-AzFunctionApp' { } } + It "New-AzFunctionApp Should throw MissingFunctionsVersionValue for DotNet function apps if the FunctionsVersion parameter is not specified." { + + $myError = $null + $expectedErrorMessage = "For 'DotNet' function apps, the runtime version is specified by the FunctionsVersion parameter. Please specify this value and try again." + $expectedErrorId = "MissingFunctionsVersionValue" + try + { + New-AzFunctionApp -Name $env.functionNameTestApp ` + -ResourceGroupName $env.storageAccountWindows ` + -Location $env.location ` + -StorageAccountName $env.storageAccountWindows ` + -Runtime DotNet ` + -ErrorAction Stop ` + -WhatIf + } + catch + { + $myError = $_ + } + + $myError.FullyQualifiedErrorId | Should Be $expectedErrorId + $myError.Exception.Message | Should Match $expectedErrorMessage + } + $testCases = @( @{ "Runtime" = "PowerShell" - "RuntimeVersion" = "6.2" + "RuntimeVersion" = "7.0" "StorageAccountName" = $env.storageAccountWindows "ResourceGroupName" = $env.resourceGroupNameWindowsPremium "Location" = $env.location @@ -183,15 +221,7 @@ Describe 'New-AzFunctionApp' { }, @{ "Runtime" = "Node" - "RuntimeVersion" = "10" - "StorageAccountName" = $env.storageAccountWindows - "ResourceGroupName" = $env.resourceGroupNameWindowsPremium - "Location" = $env.location - "ExpectedOSType" = "Windows" - } - @{ - "Runtime" = "DotNet" - "RuntimeVersion" = "10" + "RuntimeVersion" = "12" "StorageAccountName" = $env.storageAccountWindows "ResourceGroupName" = $env.resourceGroupNameWindowsPremium "Location" = $env.location @@ -199,7 +229,7 @@ Describe 'New-AzFunctionApp' { }, @{ "Runtime" = "Python" - "RuntimeVersion" = "3.7" + "RuntimeVersion" = "3.8" "StorageAccountName" = $env.storageAccountLinux "ResourceGroupName" = $env.resourceGroupNameLinuxPremium "Location" = $env.location @@ -256,11 +286,12 @@ Describe 'New-AzFunctionApp' { } } - # Test cases for runtime and runtime version not supported + # Test cases for runtime version not supported. + # For these scenarios, the runtime is supported for the os type, but the runtime version is invalid. $runtimeVersionNotSupported = @{ "Linux" = @{ "2"= @{ - "PowerShell" = "6.2" + "Python" = "3.9" "Java" = "8" } "3" = @{ @@ -270,7 +301,7 @@ Describe 'New-AzFunctionApp' { "Windows" = @{ "2"= @{ "Node" = "12" - "PowerShell" = "7" + "PowerShell" = "7.0" } "3" = @{ "Node" = "8" @@ -292,12 +323,11 @@ Describe 'New-AzFunctionApp' { $functionName = $env.functionNameTestApp $runtimeVersion = $runtimeVersionNotSupported[$OSType][$functionsVersion][$runtime] - $expectedErrorMessage = "$runtime version $runtimeVersion in Functions version $functionsVersion for $OSType is not supported." - $expectedErrorMessage += " For supported languages, please visit 'https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions#languages'." - - $errorId = "InvalidRuntimeVersionFor" + $runtime + "In" + $OSType + #$expectedErrorMessage = "$runtime version $runtimeVersion in Functions version $functionsVersion for $OSType is not supported." + $expectedErrorMessage = "Runtime '$runtime' version '$runtimeVersion' in Functions version '$functionsVersion' on '$OSType' is not supported." + $errorId = "RuntimeVersionNotSupported" - It "New-AzFunctionApp Should throw InvalidRuntimeVersionFor $runtime $runtimeVersion in $OSType for Functions version $functionsVersion" { + It "New-AzFunctionApp should throw InvalidRuntimeVersion for $runtime $runtimeVersion in $OSType for Functions version $functionsVersion" { $myError = $null try @@ -325,6 +355,28 @@ Describe 'New-AzFunctionApp' { } } + It "New-AzFunctionApp should throw RuntimeNotSupported when trying to create a function app for an invalid runtime" { + + $myError = $null + $errorId = "RuntimeNotSupported" + $expectedErrorMessage = "Runtime 'Go' is not supported. Currently supported runtimes: 'DotNet', 'Java', 'Node', 'PowerShell', 'Python'." + try + { + New-AzFunctionApp -Name $env.functionNameTestApp ` + -ResourceGroupName $env.resourceGroupNameWindowsPremium ` + -PlanName $env.planNameWorkerTypeWindows ` + -StorageAccount $env.storageAccountWindows ` + -Runtime Go + } + catch + { + $myError = $_ + } + + $myError.FullyQualifiedErrorId | Should Be $errorId + $myError.Exception.Message | Should Match $expectedErrorMessage + } + It "Linux functions apps should not set the 'WEBSITE_NODE_DEFAULT_VERSION' app setting" { $functionName = $env.functionNamePython @@ -369,7 +421,6 @@ Describe 'New-AzFunctionApp' { -StorageAccount $env.storageAccountWindows ` -OSType "Windows" ` -Runtime "PowerShell" ` - -RuntimeVersion 6.2 ` -FunctionsVersion 3 ` -Tag $tags @@ -503,7 +554,7 @@ Describe 'New-AzFunctionApp' { $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxConsumption $functionApp.OSType | Should -Be "Linux" $functionApp.Runtime | Should -Be "DotNet" - $functionApp.SiteConfig.LinuxFxVersion | Should -Be "DOTNET|3.1" + $functionApp.SiteConfig.LinuxFxVersion | Should -Be "dotnet|3.1" } finally { @@ -515,6 +566,35 @@ Describe 'New-AzFunctionApp' { } } + It "Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project." { + + $functionName = $env.functionNamePowerShell + + try + { + New-AzFunctionApp -Name $functionName ` + -ResourceGroupName $env.resourceGroupNameWindowsPremium ` + -PlanName $env.planNameWorkerTypeWindows ` + -StorageAccount $env.storageAccountWindows ` + -Runtime PowerShell ` + -FunctionsVersion 3 ` + -DisableApplicationInsights + + $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium + $functionApp.OSType | Should -Be "Windows" + $functionApp.Runtime | Should -Be "PowerShell" + $functionApp.ApplicationSettings.ContainsKey("APPINSIGHTS_INSTRUMENTATIONKEY") | Should -Be $false + } + finally + { + $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium -ErrorAction SilentlyContinue + if ($functionApp) + { + Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue + } + } + } + $functionAppCreationTestCases = @( @{ "Name" = $env.functionNameJava @@ -526,7 +606,7 @@ Describe 'New-AzFunctionApp' { "FunctionsVersion" = 3 "OSType" = "Linux" "ExpectedVersion" = @{ - "LinuxFxVersion" = "JAVA|11" + "LinuxFxVersion" = "Java|11" } }, @{ @@ -538,12 +618,9 @@ Describe 'New-AzFunctionApp' { "Location" = $env.location "FunctionsVersion" = 3 "OSType" = "Windows" - <# - # TODO: The backend fix to return the PowerShellVersion property is fixed in ANT88. Uncomment this after ANT88 is deployed. "ExpectedVersion" = @{ "PowerShellVersion" = "~7" } - #> }, @{ "Name" = $env.functionNameJava @@ -567,12 +644,9 @@ Describe 'New-AzFunctionApp' { "PlanName" = $env.planNameWorkerTypeWindows "FunctionsVersion" = 3 "OSType" = "Windows" - <# - # TODO: The backend fix to return the PowerShellVersion property is fixed in ANT88. Uncomment this after ANT88 is deployed. "ExpectedVersion" = @{ "PowerShellVersion" = "~7" } - #> } ) diff --git a/src/Functions/test/New-AzFunctionAppPlan.Recording.json b/src/Functions/test/New-AzFunctionAppPlan.Recording.json index 429aff12d03d..4022a30d1852 100644 --- a/src/Functions/test/New-AzFunctionAppPlan.Recording.json +++ b/src/Functions/test/New-AzFunctionAppPlan.Recording.json @@ -1,12 +1,12 @@ { - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "400" ], - "x-ms-client-request-id": [ "eb043845-a34f-4aa9-85cb-d6efb4a0955e" ], + "x-ms-unique-id": [ "421" ], + "x-ms-client-request-id": [ "0f1b8fef-354c-4cce-bf04-127bb3e509f3" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,28 +22,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "09d445e5-0692-4c28-b866-b62367b244b8" ], + "x-ms-request-id": [ "b04d971b-a60b-452b-9290-241e4ac566d8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11753" ], - "x-ms-correlation-request-id": [ "965e86e5-e8d6-4edd-827f-5b090b68ad75" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003950Z:965e86e5-e8d6-4edd-827f-5b090b68ad75" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11733" ], + "x-ms-correlation-request-id": [ "c06bd02b-c772-4550-8dcf-9999808bc9ef" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013648Z:c06bd02b-c772-4550-8dcf-9999808bc9ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 10,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0dd15b6d-b3b3-4d49-b60d-9fc696e0808d" ], + "x-ms-request-id": [ "502301ec-388a-4ed5-a66c-c62d187b7443" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], - "x-ms-correlation-request-id": [ "99036dc2-2348-42e3-afb4-0f3e0dab463f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003953Z:99036dc2-2348-42e3-afb4-0f3e0dab463f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], + "x-ms-correlation-request-id": [ "1c653eff-4c64-45e2-8f04-d94a7705eff8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013652Z:1c653eff-4c64-45e2-8f04-d94a7705eff8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42704,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42704\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57631,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57631\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "402" ], - "x-ms-client-request-id": [ "bd4d5d67-ca79-46fe-adda-f18e553d087f" ], + "x-ms-unique-id": [ "423" ], + "x-ms-client-request-id": [ "c387ceff-49a6-4bea-a7cf-480a2f5ff8b3" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "89bc0ddc-8aee-4605-8e83-a03c8acbd81e" ], + "x-ms-request-id": [ "351f8027-d2c1-4612-8931-b90bd30c629e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11752" ], - "x-ms-correlation-request-id": [ "4a847681-3eb6-462c-9e3e-c9f184e70df7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003954Z:4a847681-3eb6-462c-9e3e-c9f184e70df7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11732" ], + "x-ms-correlation-request-id": [ "99b07051-c728-4569-a4ec-4e23da08fcd3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013652Z:99b07051-c728-4569-a4ec-4e23da08fcd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42704,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42704\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57631,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57631\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "403" ], - "x-ms-client-request-id": [ "8d525a69-ab4a-4b54-a7d2-cba0b794d7e6" ], + "x-ms-unique-id": [ "424" ], + "x-ms-client-request-id": [ "96414284-1769-4651-b475-5e7431126f31" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6b57e5fa-971a-4a62-9f56-52589b29b625" ], + "x-ms-request-id": [ "d3ab17b3-8dbc-4b0b-8fff-7ffaca57109f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11751" ], - "x-ms-correlation-request-id": [ "793b8241-1349-4cd6-be61-c0f84bbbbba0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003954Z:793b8241-1349-4cd6-be61-c0f84bbbbba0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11731" ], + "x-ms-correlation-request-id": [ "134a3acf-747f-49e6-aaa3-360689bec9fc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013652Z:134a3acf-747f-49e6-aaa3-360689bec9fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42704,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42704\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57631,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57631\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "404" ], - "x-ms-client-request-id": [ "29dee2a7-39e8-424e-a940-30fcc6fcfda7" ], + "x-ms-unique-id": [ "425" ], + "x-ms-client-request-id": [ "2f5a554c-7793-4c1c-b93d-f3d4f8165bd8" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,15 +181,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ce2b5be3-3fdd-4b48-baeb-96f1df759824" ], + "x-ms-request-id": [ "c0d36b82-458e-4f8c-92a6-83cf224b6eef" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], - "x-ms-correlation-request-id": [ "2fcc0e4b-58e5-4b29-90e0-7f3264413175" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003956Z:2fcc0e4b-58e5-4b29-90e0-7f3264413175" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], + "x-ms-correlation-request-id": [ "2add9bd7-05a3-4d19-982e-9726a5a88842" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013657Z:2add9bd7-05a3-4d19-982e-9726a5a88842" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:56 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json b/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json index fcdc82f30523..f52997f13179 100644 --- a/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json +++ b/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json @@ -1,9 +1,9 @@ { - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -17,15 +17,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "77eca69c-8fdc-415d-b68f-a042ab033a85" ], + "x-ms-request-id": [ "5725db56-a87a-42f2-8b8f-9b8c59dcb249" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11750" ], - "x-ms-correlation-request-id": [ "da723f10-4d4e-4cd8-a96d-3bfaa39fc1fd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003956Z:da723f10-4d4e-4cd8-a96d-3bfaa39fc1fd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11730" ], + "x-ms-correlation-request-id": [ "2d6f4d07-403f-4356-b405-77ee7dc6236b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013657Z:2d6f4d07-403f-4356-b405-77ee7dc6236b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -35,14 +35,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "406" ], - "x-ms-client-request-id": [ "05837c16-86dd-484a-a623-e08948483576" ], + "x-ms-unique-id": [ "427" ], + "x-ms-client-request-id": [ "c5520092-9fc6-4d40-a2e9-5d725e4f2bdd" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d059de17-b602-4d98-beb0-6026d3499200" ], + "x-ms-request-id": [ "21930d1d-54e9-4b40-bd82-8eb9ba300ac7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11749" ], - "x-ms-correlation-request-id": [ "f0bd80a9-4daa-4a8e-934b-91e03098397c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003956Z:f0bd80a9-4daa-4a8e-934b-91e03098397c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11729" ], + "x-ms-correlation-request-id": [ "5ceabbc8-9627-4ffb-adeb-e6002e822a39" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013657Z:5ceabbc8-9627-4ffb-adeb-e6002e822a39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "407" ], - "x-ms-client-request-id": [ "27688a5e-e775-487f-bb2d-2aa12f87be90" ], + "x-ms-unique-id": [ "428" ], + "x-ms-client-request-id": [ "2419e3f1-fe1a-4302-bcd5-d76b79aaf0cf" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6128a23c-62c6-4dc0-bfb6-bb4b85a7ebcb" ], + "x-ms-request-id": [ "cbc97565-baa3-4577-93de-19b6a81cbcad" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11748" ], - "x-ms-correlation-request-id": [ "d3bb9082-84c9-4d11-aff0-9f548ebc6675" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:d3bb9082-84c9-4d11-aff0-9f548ebc6675" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11728" ], + "x-ms-correlation-request-id": [ "a1ce1606-843c-49d8-b319-0cf869487105" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013658Z:a1ce1606-843c-49d8-b319-0cf869487105" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "408" ], - "x-ms-client-request-id": [ "0f26eba2-5be2-424b-bde1-afa98897e11e" ], + "x-ms-unique-id": [ "429" ], + "x-ms-client-request-id": [ "8f65fa9f-efa2-4e9c-9d4b-30d19e9ae19d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "55e5fbf3-2998-420e-b031-e6a846d2e963" ], + "x-ms-request-id": [ "a4da6735-9e9d-4e52-8581-2f8202a00aea" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11747" ], - "x-ms-correlation-request-id": [ "29a470de-ad66-4ee8-b36c-7e626d4908a6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:29a470de-ad66-4ee8-b36c-7e626d4908a6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11727" ], + "x-ms-correlation-request-id": [ "00f51d39-3b08-411e-8f92-d04de63c270c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013658Z:00f51d39-3b08-411e-8f92-d04de63c270c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "409" ], - "x-ms-client-request-id": [ "8dd055fb-754d-4d45-be86-84e5f4264ec5" ], + "x-ms-unique-id": [ "430" ], + "x-ms-client-request-id": [ "c1f32c08-2e91-4f11-9af4-01f6ae543f4f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,32 +181,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "882a9d17-0fe3-444f-894f-dc1b0552d4c6" ], + "x-ms-request-id": [ "cd32da0b-b44c-4224-bb27-484c737f9d5c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11746" ], - "x-ms-correlation-request-id": [ "ebc8886d-7269-49b6-ad37-c0735d0e77a9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:ebc8886d-7269-49b6-ad37-c0735d0e77a9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11726" ], + "x-ms-correlation-request-id": [ "f5d6f547-114a-41af-8cbc-be2a4b51010a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013658Z:f5d6f547-114a-41af-8cbc-be2a4b51010a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "410" ], - "x-ms-client-request-id": [ "0cf3afcd-6e7b-4056-a971-7df58dbd70f6" ], + "x-ms-unique-id": [ "431" ], + "x-ms-client-request-id": [ "ee3ccdb6-cab7-442e-9205-c80a5118e257" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -222,32 +222,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "24c5d932-35e9-4ca4-a295-2edbec296e58" ], + "x-ms-request-id": [ "c5313ae8-1c0d-4076-8e4c-73261dc325d5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11745" ], - "x-ms-correlation-request-id": [ "96e30b7b-51b3-4e2d-94f4-e20303b919b6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:96e30b7b-51b3-4e2d-94f4-e20303b919b6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11725" ], + "x-ms-correlation-request-id": [ "944a2a90-16db-43d6-ae66-3ede658cfa94" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013658Z:944a2a90-16db-43d6-ae66-3ede658cfa94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "432" ], + "x-ms-client-request-id": [ "0c2b622c-a2ad-45c6-af66-6938d452134b" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "9e560941-aed6-4008-8949-3ff0075a7818" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11724" ], + "x-ms-correlation-request-id": [ "48425763-3a75-443f-bf3d-89b70c58ab13" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013658Z:48425763-3a75-443f-bf3d-89b70c58ab13" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:36:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "411" ], - "x-ms-client-request-id": [ "60065856-1c7e-4ed8-9738-ec2b6d9d716b" ], + "x-ms-unique-id": [ "433" ], + "x-ms-client-request-id": [ "6903a261-d6bf-491b-af94-102bce2d5d7d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -262,31 +303,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1e391bed-0ca7-4bff-b3b1-df93908a0c9f" ], + "x-ms-request-id": [ "e1a40d37-55d0-48d5-be25-4aa35299e655" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11744" ], - "x-ms-correlation-request-id": [ "51462d36-e53d-40e0-b64d-42937eea7bc0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:51462d36-e53d-40e0-b64d-42937eea7bc0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11723" ], + "x-ms-correlation-request-id": [ "03055880-5082-4199-9c60-bb3cd3888786" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013658Z:03055880-5082-4199-9c60-bb3cd3888786" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "412" ], - "x-ms-client-request-id": [ "d7c4c91d-4e97-47c3-b62e-612cef5ec8f9" ], + "x-ms-unique-id": [ "434" ], + "x-ms-client-request-id": [ "fafada7c-7805-4e31-ad78-81313a9eb141" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -301,27 +342,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "83ec1d4e-0936-4a8e-99e0-9653ddd2ff8d" ], + "x-ms-request-id": [ "0cb4679e-1818-4199-9ec5-9e971b066bd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11963" ], - "x-ms-correlation-request-id": [ "9dde83e9-40db-427f-8da6-afa282321318" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:9dde83e9-40db-427f-8da6-afa282321318" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11964" ], + "x-ms-correlation-request-id": [ "b973851e-b379-470c-a3e6-4daeacd830e2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013659Z:b973851e-b379-470c-a3e6-4daeacd830e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:36:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -335,36 +376,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "76e59066-576f-418c-aed6-fccf3e7227d7" ], + "x-ms-request-id": [ "11cd78ff-d713-4066-bb5a-807242c3dbf4" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], - "x-ms-correlation-request-id": [ "502abe1e-0514-4df7-a178-609afb981d42" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004014Z:502abe1e-0514-4df7-a178-609afb981d42" ], - "Date": [ "Tue, 16 Jun 2020 00:40:14 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], + "x-ms-correlation-request-id": [ "88238906-749c-4899-bf54-dc6a2a8b0fda" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013701Z:88238906-749c-4899-bf54-dc6a2a8b0fda" ], + "Date": [ "Sun, 18 Oct 2020 01:37:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1041" ], + "Content-Length": [ "1113" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00000dbb-0000-0300-0000-5ee814de0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"28022a15-0000-0300-0000-5f8b9c3c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1846" ] + "Content-Length": [ "1784" ] } }, "Response": { @@ -372,34 +413,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376B6A3510B\"" ], + "ETag": [ "\"1D6A4EF305D46CB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6bad8828-f8a7-48ba-940b-19eec2b24efe" ], + "x-ms-request-id": [ "d9c706a5-f0cf-48b3-bce8-bb55dc9f19ae" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], - "x-ms-correlation-request-id": [ "1e478fa2-ac0b-490f-80b2-ac4e23342788" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004053Z:1e478fa2-ac0b-490f-80b2-ac4e23342788" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "490" ], + "x-ms-correlation-request-id": [ "4ebc2c8f-aeff-487b-acb5-a1e109cec3ca" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013740Z:4ebc2c8f-aeff-487b-acb5-a1e109cec3ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5880" ], + "Content-Length": [ "6093" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:40:19.5966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:05.8366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"f5ceef2a-979f-4273-ad5a-8b4d31db560f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "415" ], - "x-ms-client-request-id": [ "c531f5d2-157b-4767-8cae-bf3af96c6897" ], + "x-ms-unique-id": [ "437" ], + "x-ms-client-request-id": [ "9ea2b27f-ebf7-4cb1-91d1-32af0dddfa66" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -414,34 +455,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376B6A3510B\"" ], + "ETag": [ "\"1D6A4EF305D46CB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b6a292e8-c6ec-4049-8efe-3c2c1aea5610" ], + "x-ms-request-id": [ "e82cc48a-ca4d-42db-8da3-ca880e7d71e5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11722" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11743" ], - "x-ms-correlation-request-id": [ "7f6a7746-b3b6-4d2f-b438-07bc275b5a2c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004053Z:7f6a7746-b3b6-4d2f-b438-07bc275b5a2c" ], + "x-ms-correlation-request-id": [ "02093cd2-8dcb-49d6-99b7-d9479d3d9807" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013741Z:02093cd2-8dcb-49d6-99b7-d9479d3d9807" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5680" ], + "Content-Length": [ "5893" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:40:20.3366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:06.9566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"f5ceef2a-979f-4273-ad5a-8b4d31db560f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "416" ], - "x-ms-client-request-id": [ "4fb0ce5d-05d4-4681-bf93-72eb97abe6f5" ], + "x-ms-unique-id": [ "438" ], + "x-ms-client-request-id": [ "f11c31c4-d637-4da4-8a59-cce68bed50b5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -457,32 +498,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d4187c64-3ef0-4001-8229-f50c58ff01fb" ], + "x-ms-request-id": [ "3811f8e3-dcda-4e43-86fb-197f240a20db" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11954" ], - "x-ms-correlation-request-id": [ "336530f2-49a3-4a54-bd4b-98522f573c32" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004053Z:336530f2-49a3-4a54-bd4b-98522f573c32" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11952" ], + "x-ms-correlation-request-id": [ "1716a8ce-891a-4780-80b4-db9c5665575d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013741Z:1716a8ce-891a-4780-80b4-db9c5665575d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1181" ], + "Content-Length": [ "1144" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "417" ], - "x-ms-client-request-id": [ "aee9c128-3175-4657-8232-8c5dda98facc" ], + "x-ms-unique-id": [ "439" ], + "x-ms-client-request-id": [ "0fcaff6b-e10c-4520-9b73-c57bc1138a49" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -498,32 +539,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e62e0cf8-e0e3-4ac2-adcc-51b715997910" ], + "x-ms-request-id": [ "a40a8e1f-3a7d-4d53-8133-34008aed75e2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11742" ], - "x-ms-correlation-request-id": [ "ba416c91-46c9-4020-b655-25ad33c01ffb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004054Z:ba416c91-46c9-4020-b655-25ad33c01ffb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11721" ], + "x-ms-correlation-request-id": [ "8baf0c70-7f8c-438a-a587-78db1746d8bc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013741Z:8baf0c70-7f8c-438a-a587-78db1746d8bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3382" ], + "Content-Length": [ "3818" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24498,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":20260,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+14": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "418" ], - "x-ms-client-request-id": [ "e3e8e98c-57c0-462a-b371-0b4ede8c42f5" ], + "x-ms-unique-id": [ "440" ], + "x-ms-client-request-id": [ "26d8fbc5-d900-413d-af2a-8e9c4b1ec02d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -539,28 +580,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4de41c8e-2d5b-442e-ac93-ffff61f68ead" ], + "x-ms-request-id": [ "15ee1c01-fcd2-41ce-860e-663e9500e71d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11741" ], - "x-ms-correlation-request-id": [ "a799b8a7-3d5b-4830-a93b-7651294438e1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004054Z:a799b8a7-3d5b-4830-a93b-7651294438e1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11720" ], + "x-ms-correlation-request-id": [ "d64afc37-47ba-45be-ab48-0000bd9989be" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013741Z:d64afc37-47ba-45be-ab48-0000bd9989be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+15": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+16": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 10,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -575,32 +616,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9a4e7162-594d-4aff-bd3f-3719ad52324e" ], + "x-ms-request-id": [ "cb9713f2-1a05-48f8-95a1-afab773c211c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], - "x-ms-correlation-request-id": [ "c351a04d-4444-407f-a1f2-d2a72155522d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004057Z:c351a04d-4444-407f-a1f2-d2a72155522d" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], + "x-ms-correlation-request-id": [ "e979e5eb-881e-461e-b792-e761eb329051" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013745Z:e979e5eb-881e-461e-b792-e761eb329051" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42705,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42705\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57632,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+16": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "420" ], - "x-ms-client-request-id": [ "c9d1ee9f-6bf3-4aac-865b-b2b9d0c72cc9" ], + "x-ms-unique-id": [ "442" ], + "x-ms-client-request-id": [ "0e886150-1d7a-4647-b34c-b90e755a891b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -616,32 +657,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ce58bed5-6efc-4ec1-96f1-20dca50d2088" ], + "x-ms-request-id": [ "1bb9e22e-de29-434b-83b2-997644382b48" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11740" ], - "x-ms-correlation-request-id": [ "b9940dc8-22d0-4b5b-831a-2fab9471ba41" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:b9940dc8-22d0-4b5b-831a-2fab9471ba41" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11719" ], + "x-ms-correlation-request-id": [ "b6e9d2f5-dbd0-43b0-bfa3-e9bf6226d449" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013745Z:b6e9d2f5-dbd0-43b0-bfa3-e9bf6226d449" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42705,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42705\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57632,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "421" ], - "x-ms-client-request-id": [ "44841ba8-1d74-43a5-be8b-e0418dd5396a" ], + "x-ms-unique-id": [ "443" ], + "x-ms-client-request-id": [ "9eda971e-6ea1-4bf8-8d9f-f3ce881903c6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -656,34 +697,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376B6A3510B\"" ], + "ETag": [ "\"1D6A4EF305D46CB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2ab2d36b-95ce-422a-9e3d-fcceec5400ae" ], + "x-ms-request-id": [ "42470772-fb8e-40bf-8fad-355cf31e7b57" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11739" ], - "x-ms-correlation-request-id": [ "10440820-1c48-4a7d-b3af-bd11b87497c4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:10440820-1c48-4a7d-b3af-bd11b87497c4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11718" ], + "x-ms-correlation-request-id": [ "51ecbb8e-eb17-47c0-a6a5-21b228fe2b29" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013745Z:51ecbb8e-eb17-47c0-a6a5-21b228fe2b29" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5680" ], + "Content-Length": [ "5893" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:40:20.3366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:06.9566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"f5ceef2a-979f-4273-ad5a-8b4d31db560f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+18": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+19": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "422" ], - "x-ms-client-request-id": [ "6af61ea3-7804-4f2d-9ede-ee0adb615b9e" ], + "x-ms-unique-id": [ "444" ], + "x-ms-client-request-id": [ "ddc97bb6-886b-4822-9370-969fa7d7e3fa" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -699,32 +740,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "28f063f6-430e-4da1-9983-c6d8aea97ca9" ], + "x-ms-request-id": [ "69a8d67c-cd01-4ae8-9c50-07fe6892bf8f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11953" ], - "x-ms-correlation-request-id": [ "9c916fe6-5a7a-4de5-a3a4-58b8c182b108" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:9c916fe6-5a7a-4de5-a3a4-58b8c182b108" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11951" ], + "x-ms-correlation-request-id": [ "d1e4bae8-5c6a-4a6d-81aa-e6812aa9982a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013746Z:d1e4bae8-5c6a-4a6d-81aa-e6812aa9982a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1181" ], + "Content-Length": [ "1144" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+19": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "423" ], - "x-ms-client-request-id": [ "8719cba6-aa5e-438f-87ef-3c33b6ddc537" ], + "x-ms-unique-id": [ "445" ], + "x-ms-client-request-id": [ "01e957d9-b185-444a-bc59-e93f8febe514" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -740,32 +781,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "56bdb4ad-ec03-4872-9522-a78b9ce793a5" ], + "x-ms-request-id": [ "a315a165-9e10-494d-94f8-674a5466ae3d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11738" ], - "x-ms-correlation-request-id": [ "1fd5981c-207e-49a6-a4b7-530317260be8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:1fd5981c-207e-49a6-a4b7-530317260be8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11717" ], + "x-ms-correlation-request-id": [ "c1adbf1c-d427-4ab5-afc0-99b6c76bfee5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013746Z:c1adbf1c-d427-4ab5-afc0-99b6c76bfee5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3382" ], + "Content-Length": [ "3818" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24498,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":20260,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+20": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "424" ], - "x-ms-client-request-id": [ "12d3b2b6-4cc9-4e6d-b5c4-38e09c98acdc" ], + "x-ms-unique-id": [ "446" ], + "x-ms-client-request-id": [ "2b74cb12-dc38-46ed-9966-f8fc9368adf0" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -781,32 +822,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2efb9b62-b48a-45bb-84b7-676260996a23" ], + "x-ms-request-id": [ "e6d3dd5b-ce3e-40ab-803e-5d84de6a0344" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11737" ], - "x-ms-correlation-request-id": [ "d4e80ddb-0237-42a8-b208-3afa8239a21e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:d4e80ddb-0237-42a8-b208-3afa8239a21e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11716" ], + "x-ms-correlation-request-id": [ "1fb9222c-25eb-4603-ac84-713e01e7aaae" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013746Z:1fb9222c-25eb-4603-ac84-713e01e7aaae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "6964" ], + "Content-Length": [ "8226" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027633,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423899,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+21": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "425" ], - "x-ms-client-request-id": [ "facfb0bd-27c6-4063-b79f-6d35ac713100" ], + "x-ms-unique-id": [ "447" ], + "x-ms-client-request-id": [ "2b9bcec6-a038-4f8a-b890-dba56334c94c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -822,32 +863,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1ed4b68f-3495-496a-956b-afabcb808c17" ], + "x-ms-request-id": [ "fc9dc362-851c-4d39-8a9a-ee211cecf879" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11736" ], - "x-ms-correlation-request-id": [ "6e597ba5-5fae-4a96-b22c-29e71b0dd3c7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:6e597ba5-5fae-4a96-b22c-29e71b0dd3c7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11715" ], + "x-ms-correlation-request-id": [ "42544fc3-99f4-4fb8-a730-c30cde4c5044" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013746Z:42544fc3-99f4-4fb8-a730-c30cde4c5044" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+22": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "426" ], - "x-ms-client-request-id": [ "01ae77ea-68a7-48f7-a74f-2d2a6a47e0ed" ], + "x-ms-unique-id": [ "448" ], + "x-ms-client-request-id": [ "078da19d-eed7-43c9-baff-f998c5096e0a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -863,32 +904,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a1271be5-317a-4e65-8eb6-12381bcf6309" ], + "x-ms-request-id": [ "f4e2d9a9-eabc-4b07-8755-8a048807a690" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11735" ], - "x-ms-correlation-request-id": [ "daf22ff2-f7fd-4bd7-b522-9bf46fbc727b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:daf22ff2-f7fd-4bd7-b522-9bf46fbc727b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11714" ], + "x-ms-correlation-request-id": [ "b19ee345-d112-4c3f-915a-6ed01c86e23d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013746Z:b19ee345-d112-4c3f-915a-6ed01c86e23d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+23": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "427" ], - "x-ms-client-request-id": [ "2c3098f7-ee18-43f1-a57a-ac52905ec1ed" ], + "x-ms-unique-id": [ "449" ], + "x-ms-client-request-id": [ "4f084e6d-13ff-46af-a6ce-bbbd8b72e37a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -904,32 +945,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2911670a-4806-49b2-83a3-fd419a6e707a" ], + "x-ms-request-id": [ "451dc43c-0b84-40af-b09f-2f719e66c07a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11734" ], - "x-ms-correlation-request-id": [ "1637a8f8-42c0-456c-8fb4-7aa1c86b2ad6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:1637a8f8-42c0-456c-8fb4-7aa1c86b2ad6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11713" ], + "x-ms-correlation-request-id": [ "c8efe2b6-f05f-4837-96b5-e7b5b82a1c5b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013747Z:c8efe2b6-f05f-4837-96b5-e7b5b82a1c5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+24": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "428" ], - "x-ms-client-request-id": [ "49bb2bbf-25af-4c76-a672-9f0aee6d77a3" ], + "x-ms-unique-id": [ "450" ], + "x-ms-client-request-id": [ "0eddc96a-fb4e-45f3-b797-6aefdd7e3bf2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -945,32 +986,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "33ddf69c-de08-423a-9ca7-f1bcaf251510" ], + "x-ms-request-id": [ "44019a2d-7669-4fd4-805a-e2682c7dc820" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11733" ], - "x-ms-correlation-request-id": [ "387472f0-873b-4f63-a7e2-f64f72159fdb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:387472f0-873b-4f63-a7e2-f64f72159fdb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11712" ], + "x-ms-correlation-request-id": [ "c75098d3-ba86-40bc-b2cf-e95a7ac9641f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013747Z:c75098d3-ba86-40bc-b2cf-e95a7ac9641f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42705,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42705\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57632,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+25": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "429" ], - "x-ms-client-request-id": [ "3af44016-dcf1-41ec-99f4-0039f79c5557" ], + "x-ms-unique-id": [ "451" ], + "x-ms-client-request-id": [ "37f2edda-5308-45e4-b2d0-2c7b68d8a3e8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -986,32 +1027,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e4b0c569-9285-4e39-969a-f14c6a16b595" ], + "x-ms-request-id": [ "27744e51-905d-4f37-8e2e-190b346c777d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11732" ], - "x-ms-correlation-request-id": [ "0097d550-6773-4534-8987-0e2d9d16b94f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:0097d550-6773-4534-8987-0e2d9d16b94f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11711" ], + "x-ms-correlation-request-id": [ "53d759c5-643d-47a0-8548-7f94ddd4ab3b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013747Z:53d759c5-643d-47a0-8548-7f94ddd4ab3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+26": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "430" ], - "x-ms-client-request-id": [ "90f9cf95-7693-488f-8678-8ffe37283f2e" ], + "x-ms-unique-id": [ "452" ], + "x-ms-client-request-id": [ "dbd0e91e-bc39-4f74-9d45-24325d39ea8e" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "442e0729-8d7d-4a96-9e88-6ec2ddeb1433" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11710" ], + "x-ms-correlation-request-id": [ "bfd304ea-a3bc-4b0c-8754-8d534457595d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013747Z:bfd304ea-a3bc-4b0c-8754-8d534457595d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:37:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "453" ], + "x-ms-client-request-id": [ "b0714cad-5606-43d9-a686-7d6e5c29da75" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1027,34 +1109,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8c8e9f8e-fad9-4bd1-9105-1b48d8a96497" ], + "x-ms-request-id": [ "52711d8f-556c-4a01-b2c8-e69fb13607cd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11731" ], - "x-ms-correlation-request-id": [ "a46b4122-03c5-4bdd-b6b9-80dfa45c3d79" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004100Z:a46b4122-03c5-4bdd-b6b9-80dfa45c3d79" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11709" ], + "x-ms-correlation-request-id": [ "fd32474c-1219-4178-81b0-2fe9f10af2a0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013748Z:fd32474c-1219-4178-81b0-2fe9f10af2a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:40:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+27": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+29": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1944" ] + "Content-Length": [ "1846" ] } }, "Response": { @@ -1062,34 +1144,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376B6A3510B\"" ], + "ETag": [ "\"1D6A4EF305D46CB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "437b8968-ec7f-4fe5-9e97-9dc40f53cd99" ], + "x-ms-request-id": [ "495a9a49-b70d-4368-9646-dfb3349d66c7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], - "x-ms-correlation-request-id": [ "60316123-bbd2-4d7e-9a7c-cd5bfbb4adee" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004104Z:60316123-bbd2-4d7e-9a7c-cd5bfbb4adee" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "489" ], + "x-ms-correlation-request-id": [ "1c0d7f81-e928-4269-bebd-c730076ee543" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013754Z:1c0d7f81-e928-4269-bebd-c730076ee543" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5875" ], + "Content-Length": [ "6083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:02.4033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:51.86\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"f5ceef2a-979f-4273-ad5a-8b4d31db560f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+28": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+30": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "432" ], - "x-ms-client-request-id": [ "0e128e65-52c1-4d06-8417-6951db2a6505" ], + "x-ms-unique-id": [ "455" ], + "x-ms-client-request-id": [ "3310e922-3153-4e6f-8534-24e7df028df2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1104,34 +1186,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376CFB62E35\"" ], + "ETag": [ "\"1D6A4EF4B20FB40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "24e3d99c-a3c2-48c1-8dff-4ab2b0de7715" ], + "x-ms-request-id": [ "e002f55f-5bff-4af0-ae4d-65ff52373344" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11730" ], - "x-ms-correlation-request-id": [ "3d77c46d-b672-43a7-a2fc-aad91c7a4b0c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004104Z:3d77c46d-b672-43a7-a2fc-aad91c7a4b0c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11708" ], + "x-ms-correlation-request-id": [ "c0c45da6-c91a-4d89-b641-aae5f2393ff3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013755Z:c0c45da6-c91a-4d89-b641-aae5f2393ff3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5675" ], + "Content-Length": [ "5883" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:02.4033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:51.86\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"f5ceef2a-979f-4273-ad5a-8b4d31db560f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+29": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+31": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "433" ], - "x-ms-client-request-id": [ "52aa01d5-5902-4a75-80e0-0b5b85ad270d" ], + "x-ms-unique-id": [ "456" ], + "x-ms-client-request-id": [ "384171dd-9131-4714-8412-df963c5f6f0f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1147,32 +1229,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "43a6a384-0dbe-4497-9bd7-b1057aaf4b1d" ], + "x-ms-request-id": [ "49e623d9-9a39-44ef-b4c5-d98c6d60fd0a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11952" ], - "x-ms-correlation-request-id": [ "84753771-9f6c-4df2-99bc-cd1532b3dad9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004104Z:84753771-9f6c-4df2-99bc-cd1532b3dad9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11950" ], + "x-ms-correlation-request-id": [ "34171b97-4dd3-49aa-b7ab-7c47c09aa392" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013755Z:34171b97-4dd3-49aa-b7ab-7c47c09aa392" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1181" ], + "Content-Length": [ "1144" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+30": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+32": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "434" ], - "x-ms-client-request-id": [ "9d7644e8-6886-4596-b792-20fd2dd5ae1b" ], + "x-ms-unique-id": [ "457" ], + "x-ms-client-request-id": [ "27336c31-df89-40ea-b7c5-3e8ed7b0a76e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1188,34 +1270,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6f019648-41d1-40b9-a1ee-9a818609c157" ], + "x-ms-request-id": [ "27ad61e9-ddb0-4c6d-8d23-830336278994" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11729" ], - "x-ms-correlation-request-id": [ "a8b9c3de-d71f-4bcb-8716-bb8cab211e71" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004105Z:a8b9c3de-d71f-4bcb-8716-bb8cab211e71" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11707" ], + "x-ms-correlation-request-id": [ "ef9cc2e3-3d6c-4942-9921-5f8a94c150eb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013756Z:ef9cc2e3-3d6c-4942-9921-5f8a94c150eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:37:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3382" ], + "Content-Length": [ "3818" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24498,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":20260,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+31": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+33": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1934" ] + "Content-Length": [ "1836" ] } }, "Response": { @@ -1223,34 +1305,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376CFB62E35\"" ], + "ETag": [ "\"1D6A4EF4B20FB40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "12f32a9f-bfb8-4da7-a6cf-bb491c8861de" ], + "x-ms-request-id": [ "ff0f1fa9-907f-4d00-b752-931163c541f2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "492" ], - "x-ms-correlation-request-id": [ "aae75739-ee0e-4ea6-9e2e-f19c5ca5f874" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004111Z:aae75739-ee0e-4ea6-9e2e-f19c5ca5f874" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "488" ], + "x-ms-correlation-request-id": [ "a479ea53-0f18-4b77-8d27-9cf2400451bb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013801Z:a479ea53-0f18-4b77-8d27-9cf2400451bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5735" ], + "Content-Length": [ "5948" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:08.3933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:59.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+32": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+34": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "436" ], - "x-ms-client-request-id": [ "797a7da9-192d-4b1b-8a80-fef20c05b930" ], + "x-ms-unique-id": [ "459" ], + "x-ms-client-request-id": [ "1b1885e1-ed78-4d40-bc28-fb709c2bbc14" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1265,34 +1347,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376D3482E95\"" ], + "ETag": [ "\"1D6A4EF4F65008B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ddd81078-e7cb-47ff-91cf-8db7f236b11a" ], + "x-ms-request-id": [ "2255dced-845a-41aa-bd81-8476c1a3343e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11728" ], - "x-ms-correlation-request-id": [ "b7dfd05f-5d8d-4249-8056-bc7f069a5a72" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004111Z:b7dfd05f-5d8d-4249-8056-bc7f069a5a72" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11706" ], + "x-ms-correlation-request-id": [ "2782f69f-5c36-4fe1-ab6a-1133fbbed2f8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013801Z:2782f69f-5c36-4fe1-ab6a-1133fbbed2f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5535" ], + "Content-Length": [ "5748" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:08.3933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:37:59.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+33": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+35": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "437" ], - "x-ms-client-request-id": [ "f3a98b12-76f8-4836-8346-c9824d7a5e68" ], + "x-ms-unique-id": [ "460" ], + "x-ms-client-request-id": [ "41cd01dc-3ec7-4e77-bbc8-3d3af856c76f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1308,32 +1390,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "11fe2931-7942-4cd2-b0db-3798b9c2a8f2" ], + "x-ms-request-id": [ "86394efd-bd42-4216-b506-11148376283e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11951" ], - "x-ms-correlation-request-id": [ "8367d9f8-cab2-4cd1-9649-9a86c0166e5e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004111Z:8367d9f8-cab2-4cd1-9649-9a86c0166e5e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11949" ], + "x-ms-correlation-request-id": [ "cbb33d44-4314-4afd-aa48-de0ec6683bae" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013801Z:cbb33d44-4314-4afd-aa48-de0ec6683bae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1181" ], + "Content-Length": [ "1144" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+34": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+36": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "438" ], - "x-ms-client-request-id": [ "f6f115af-667c-47f4-a461-c46fbc7b6938" ], + "x-ms-unique-id": [ "461" ], + "x-ms-client-request-id": [ "9844afbf-b13c-4490-994b-b3331ede7130" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1349,32 +1431,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f6327816-b4dd-4d07-af63-c227d0bdd1de" ], + "x-ms-request-id": [ "f373d907-4338-4f54-8ee9-a53566463a4d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11727" ], - "x-ms-correlation-request-id": [ "5961d95d-3762-4e46-9c4e-282128304619" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004112Z:5961d95d-3762-4e46-9c4e-282128304619" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11705" ], + "x-ms-correlation-request-id": [ "96b3336b-495a-40ff-b793-8e4d4b8f76af" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013802Z:96b3336b-495a-40ff-b793-8e4d4b8f76af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:11 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3381" ], + "Content-Length": [ "3817" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Insights/components?api-version=2015-05-01+35": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Insights/components?api-version=2015-05-01+37": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Insights/components?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Insights/components?api-version=2015-05-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "439" ], - "x-ms-client-request-id": [ "c30d5077-9fa4-4392-990e-c7a07dbfd31c" ], + "x-ms-unique-id": [ "462" ], + "x-ms-client-request-id": [ "e94a5225-1e32-4b71-b0b0-3bb65be7c892" ], "CommandName": [ "Az.Functions.internal\\Get-AzAppInsights" ], "FullCommandName": [ "Get-AzAppInsights_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1389,33 +1471,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "c30d5077-9fa4-4392-990e-c7a07dbfd31c", "c30d5077-9fa4-4392-990e-c7a07dbfd31c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11726" ], - "x-ms-request-id": [ "4c9fb43d-5410-434e-a37d-8750c73ace0b" ], - "x-ms-correlation-request-id": [ "4c9fb43d-5410-434e-a37d-8750c73ace0b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004112Z:4c9fb43d-5410-434e-a37d-8750c73ace0b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "e94a5225-1e32-4b71-b0b0-3bb65be7c892" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:11 GMT" ] + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11704" ], + "x-ms-correlation-request-id": [ "68a82b0a-91af-442c-9c59-9af730a83969" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013802Z:68a82b0a-91af-442c-9c59-9af730a83969" ], + "Date": [ "Sun, 18 Oct 2020 01:38:01 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "16365" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "14318" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000dcb8-0000-0300-0000-5ee811130000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-6-hldr81\",\"AppId\":\"6d82403c-57f6-4e0c-b101-d1326609a4e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\",\"ConnectionString\":\"InstrumentationKey=4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\",\"Name\":\"Functions-PowerShell-6-hldr81\",\"CreationDate\":\"2020-06-16T00:23:47.5301052+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000f9b8-0000-0300-0000-5ee8113d0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Node-10-3eq4rm\",\"AppId\":\"533377cc-5708-413e-8651-4540d0099f1e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\",\"ConnectionString\":\"InstrumentationKey=c65a2640-8195-4a6a-9240-7fbb5687b11e\",\"Name\":\"Functions-Node-10-3eq4rm\",\"CreationDate\":\"2020-06-16T00:24:29.1733631+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000005b9-0000-0300-0000-5ee811530000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DoNet-3-xci1dk\",\"AppId\":\"87b944e7-03f0-4c18-b048-84127ce6a097\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\",\"ConnectionString\":\"InstrumentationKey=acbf63e9-f6ec-45de-9a2b-002c392a521c\",\"Name\":\"Functions-DoNet-3-xci1dk\",\"CreationDate\":\"2020-06-16T00:24:51.2701061+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000020b9-0000-0300-0000-5ee811910000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-3-8-4wmydl\",\"AppId\":\"dac8ffab-79e2-4d19-b9aa-825e293653f3\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\",\"ConnectionString\":\"InstrumentationKey=12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\",\"Name\":\"Functions-Python-3-8-4wmydl\",\"CreationDate\":\"2020-06-16T00:25:53.6754997+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz-new\",\"name\":\"Functions-PowerShell-jln68as0bz-new\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000034b9-0000-0300-0000-5ee811ba0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-jln68as0bz-new\",\"AppId\":\"7a336cda-b345-4eb1-9df2-ad1e5a7734e2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"ConnectionString\":\"InstrumentationKey=c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"Name\":\"Functions-PowerShell-jln68as0bz-new\",\"CreationDate\":\"2020-06-16T00:26:34.7580544+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00000dbb-0000-0300-0000-5ee814de0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00006cb9-0000-0300-0000-5ee812390000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-CustomImage-s9wytca2x7\",\"AppId\":\"0b270b1c-3feb-4ba8-bc99-925c171669e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"ConnectionString\":\"InstrumentationKey=bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"Name\":\"Functions-CustomImage-s9wytca2x7\",\"CreationDate\":\"2020-06-16T00:28:41.2607902+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ecb9-0000-0300-0000-5ee812d10000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ebb9-0000-0300-0000-5ee812cf0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000edb9-0000-0300-0000-5ee812d60000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-vhqrapzbky\",\"AppId\":\"3377036b-0822-41a2-99c5-272386c051b2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"ConnectionString\":\"InstrumentationKey=6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"Name\":\"Functions-Python-vhqrapzbky\",\"CreationDate\":\"2020-06-16T00:31:18.6448462+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000099ba-0000-0300-0000-5ee814000000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"587723c5-2b71-4a80-b5a3-03ab2260c37c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"ConnectionString\":\"InstrumentationKey=79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:31:43.9681142+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000067ba-0000-0300-0000-5ee813b30000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DotNet-yl4rj1w7qs\",\"AppId\":\"657e5353-3ad1-4da2-aa4c-859c8aaa07ce\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"ConnectionString\":\"InstrumentationKey=df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"Name\":\"Functions-DotNet-yl4rj1w7qs\",\"CreationDate\":\"2020-06-16T00:34:59.1705745+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000082ba-0000-0300-0000-5ee813cf0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"d45d30bb-248e-4ae6-87f9-73af3ee1315d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"ConnectionString\":\"InstrumentationKey=d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:35:27.251342+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d2ba-0000-0300-0000-5ee8145e0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"18701bca-9895-4536-9f6e-5d3f18aab60d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"ConnectionString\":\"InstrumentationKey=aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:37:50.1814027+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/microsoft.insights/components/PS7TestApp\",\"name\":\"PS7TestApp\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2602f0ff-0000-0300-0000-5f8b96f30000\\\"\",\"properties\":{\"ApplicationId\":\"PS7TestApp\",\"AppId\":\"90dfdef3-26b5-44cf-b72f-35496ff2944c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"IbizaWebAppExtensionCreate\",\"InstrumentationKey\":\"abcc1610-7aa3-44c6-aa9f-d831c7e6932f\",\"ConnectionString\":\"InstrumentationKey=abcc1610-7aa3-44c6-aa9f-d831c7e6932f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"PS7TestApp\",\"CreationDate\":\"2020-10-18T01:14:27.7526547+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27026b77-0000-0300-0000-5f8b99440000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-7-r3evk0\",\"AppId\":\"1cef9734-1563-4dba-a09f-9bb5b76a49f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"10b528ed-290a-4cab-8066-257d6da902f9\",\"ConnectionString\":\"InstrumentationKey=10b528ed-290a-4cab-8066-257d6da902f9;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-7-r3evk0\",\"CreationDate\":\"2020-10-18T01:24:20.3943443+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702d581-0000-0300-0000-5f8b99700000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Node-10-yithnw\",\"AppId\":\"43202037-50d7-4a0f-83f7-05068ad770b8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\",\"ConnectionString\":\"InstrumentationKey=2fe861cb-9c83-4fb3-97c1-2288feb53cb7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Node-10-yithnw\",\"CreationDate\":\"2020-10-18T01:25:03.9568724+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/microsoft.insights/components/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27022488-0000-0300-0000-5f8b998b0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DoNet-3-0w41z3\",\"AppId\":\"cf78a290-73a6-4a77-b3ad-388f6954e651\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\",\"ConnectionString\":\"InstrumentationKey=0cdfa39a-1df9-4fd4-bc56-313ef4c12369;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-DoNet-3-0w41z3\",\"CreationDate\":\"2020-10-18T01:25:31.3772227+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/microsoft.insights/components/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27027b91-0000-0300-0000-5f8b99b90000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-3-8-ykjwlf\",\"AppId\":\"19884705-b98c-401b-b6a1-a5f41313bc3e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\",\"ConnectionString\":\"InstrumentationKey=6709ffee-e4ad-4df1-80ff-8709755378e6;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Python-3-8-ykjwlf\",\"CreationDate\":\"2020-10-18T01:26:17.1884704+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo-new\",\"name\":\"Functions-PowerShell-y3kcev51bo-new\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702e898-0000-0300-0000-5f8b99df0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo-new\",\"AppId\":\"a459aa2e-7b8a-4697-8a86-cbb7ed0d13f2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"a39e9130-6c76-4714-8cdb-74ca58beb68b\",\"ConnectionString\":\"InstrumentationKey=a39e9130-6c76-4714-8cdb-74ca58beb68b;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo-new\",\"CreationDate\":\"2020-10-18T01:26:55.7632324+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"28022a15-0000-0300-0000-5f8b9c3c0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-CustomImage-yujr5zl6o7\",\"name\":\"Functions-CustomImage-yujr5zl6o7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270229aa-0000-0300-0000-5f8b9a370000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-CustomImage-yujr5zl6o7\",\"AppId\":\"1eb7f0a7-c2e7-472e-adf6-0141cf4518a4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"78de37ec-2eef-4dd6-9832-ccaa758a4cbf\",\"ConnectionString\":\"InstrumentationKey=78de37ec-2eef-4dd6-9832-ccaa758a4cbf;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-CustomImage-yujr5zl6o7\",\"CreationDate\":\"2020-10-18T01:28:22.9740694+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702afbb-0000-0300-0000-5f8b9a820000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"9a2a1285-916b-498f-bd73-8945d1248edc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"71e7f270-ec83-4938-aa1d-8fea2298b460\",\"ConnectionString\":\"InstrumentationKey=71e7f270-ec83-4938-aa1d-8fea2298b460;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:28:57.0890639+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-TestAppName-c3b18an5kl\",\"name\":\"Functions-TestAppName-c3b18an5kl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270229bb-0000-0300-0000-5f8b9a7f0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-c3b18an5kl\",\"AppId\":\"4b9404c6-c376-4c83-ada9-d7156dcd73cc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b410b393-b815-4e93-a166-e1a5020ed3b7\",\"ConnectionString\":\"InstrumentationKey=b410b393-b815-4e93-a166-e1a5020ed3b7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-TestAppName-c3b18an5kl\",\"CreationDate\":\"2020-10-18T01:29:14.3278556+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/microsoft.insights/components/Functions-Python-s8fgtlbynd\",\"name\":\"Functions-Python-s8fgtlbynd\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27027fbd-0000-0300-0000-5f8b9a880000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-s8fgtlbynd\",\"AppId\":\"67bf8ded-291d-479b-9012-9fb5ab8ff835\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"f43f56cf-5613-4623-a48e-44af25bb2050\",\"ConnectionString\":\"InstrumentationKey=f43f56cf-5613-4623-a48e-44af25bb2050;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Python-s8fgtlbynd\",\"CreationDate\":\"2020-10-18T01:29:44.0715316+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"2702f0f4-0000-0300-0000-5f8b9ba10000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"66b1c3be-b756-4608-9d6e-69a7007a1baf\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b6abdb84-137e-4d86-908b-73343c65d8a0\",\"ConnectionString\":\"InstrumentationKey=b6abdb84-137e-4d86-908b-73343c65d8a0;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:30:14.58332+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/microsoft.insights/components/Functions-DotNet-bwzo517f2d\",\"name\":\"Functions-DotNet-bwzo517f2d\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"270274e2-0000-0300-0000-5f8b9b3b0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DotNet-bwzo517f2d\",\"AppId\":\"e5dc4337-cec3-4fbb-a9ce-63fc00c9bcb7\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b453832c-3e88-4134-b0a0-15cc38550247\",\"ConnectionString\":\"InstrumentationKey=b453832c-3e88-4134-b0a0-15cc38550247;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-DotNet-bwzo517f2d\",\"CreationDate\":\"2020-10-18T01:32:43.6483755+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/microsoft.insights/components/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27020ef0-0000-0300-0000-5f8b9b850000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Java-2q13c09wlz\",\"AppId\":\"e85967f4-46ae-4ca0-8a4b-e9de0008f9a4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"998561fc-def8-49ed-b2eb-a10ca0c3a128\",\"ConnectionString\":\"InstrumentationKey=998561fc-def8-49ed-b2eb-a10ca0c3a128;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Java-2q13c09wlz\",\"CreationDate\":\"2020-10-18T01:33:57.9160684+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-Java-2q13c09wlz\",\"name\":\"Functions-Java-2q13c09wlz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"27022aff-0000-0300-0000-5f8b9bd30000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Java-2q13c09wlz\",\"AppId\":\"28ab0672-976d-4532-9458-4424b68792b4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"dcd06686-2fbd-4c28-a391-1b2468817de4\",\"ConnectionString\":\"InstrumentationKey=dcd06686-2fbd-4c28-a391-1b2468817de4;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-Java-2q13c09wlz\",\"CreationDate\":\"2020-10-18T01:35:14.6634483+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}],\"nextLink\":null,\"properties\":{\"Ver\":\"v2\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+36": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+38": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"c63a55a2-eda2-4873-9e6f-3c835db523d4\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"a39e9130-6c76-4714-8cdb-74ca58beb68b\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1891" ] + "Content-Length": [ "1793" ] } }, "Response": { @@ -1423,34 +1508,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376D3482E95\"" ], + "ETag": [ "\"1D6A4EF4F65008B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0f0d3de1-078c-4ee7-9012-843cab164f8c" ], + "x-ms-request-id": [ "61b5200f-d1e9-40f4-84ba-caaa628800c0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "491" ], - "x-ms-correlation-request-id": [ "fa52d0df-7da0-4000-a930-9c1e240a1498" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004115Z:fa52d0df-7da0-4000-a930-9c1e240a1498" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "487" ], + "x-ms-correlation-request-id": [ "bf73acf8-7b1e-4250-94d9-cdb907a3d7b2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013806Z:bf73acf8-7b1e-4250-94d9-cdb907a3d7b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5730" ], + "Content-Length": [ "5948" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:13.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:38:04.1666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+37": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+39": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "441" ], - "x-ms-client-request-id": [ "f5795807-cc1a-4d8c-aa8f-79b10b905481" ], + "x-ms-unique-id": [ "464" ], + "x-ms-client-request-id": [ "2ef186ed-44ba-44a9-ba16-b12dc3816ba4" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1465,34 +1550,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376D6937C00\"" ], + "ETag": [ "\"1D6A4EF5276D46B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a015b851-395e-4e0b-b1e9-a9889f2cc60c" ], + "x-ms-request-id": [ "f47ea313-b3fb-478a-90c7-a7319c865e23" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11725" ], - "x-ms-correlation-request-id": [ "43dfe0e7-17e4-4179-beb6-bb6d81e2a0f7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004115Z:43dfe0e7-17e4-4179-beb6-bb6d81e2a0f7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11703" ], + "x-ms-correlation-request-id": [ "4d6beef4-dc3d-4806-bc2b-ddc4a52078e8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013806Z:4d6beef4-dc3d-4806-bc2b-ddc4a52078e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5530" ], + "Content-Length": [ "5748" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:13.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:38:04.1666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+38": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+40": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "442" ], - "x-ms-client-request-id": [ "96bf0e79-351f-4802-b767-bbefecdfdbc2" ], + "x-ms-unique-id": [ "465" ], + "x-ms-client-request-id": [ "835c3b53-2baa-4d8e-b5ef-9c7b00813fd4" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1508,32 +1593,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1354ac85-5ddc-4948-9698-9c5017fd098a" ], + "x-ms-request-id": [ "02b45258-f8ae-4ce9-8d9c-5d51cce6a612" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11950" ], - "x-ms-correlation-request-id": [ "1b7e5626-77af-4963-a3ba-f33466eb99da" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:1b7e5626-77af-4963-a3ba-f33466eb99da" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11948" ], + "x-ms-correlation-request-id": [ "d673b369-61a6-48c3-88ca-c1a79b6b67e8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013807Z:d673b369-61a6-48c3-88ca-c1a79b6b67e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1181" ], + "Content-Length": [ "1144" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a39e9130-6c76-4714-8cdb-74ca58beb68b\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+39": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+41": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "443" ], - "x-ms-client-request-id": [ "43a0da1e-b564-40a3-88e1-c2ac97197603" ], + "x-ms-unique-id": [ "466" ], + "x-ms-client-request-id": [ "9b543a65-fbba-453f-bccb-6d175f6fef58" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1549,32 +1634,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "97299a4a-b688-4077-8b98-0fee876307a4" ], + "x-ms-request-id": [ "7ab7fdd4-eead-4a44-83e8-9b82807a156b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11724" ], - "x-ms-correlation-request-id": [ "9f5e5bad-d1eb-4abb-99f7-73b831352cff" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:9f5e5bad-d1eb-4abb-99f7-73b831352cff" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11702" ], + "x-ms-correlation-request-id": [ "e3cc3ec9-6132-496c-b10c-1a6f962b4918" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013807Z:e3cc3ec9-6132-496c-b10c-1a6f962b4918" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3381" ], + "Content-Length": [ "3817" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+40": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+42": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "444" ], - "x-ms-client-request-id": [ "535d8494-2190-472b-b256-8472b38b2381" ], + "x-ms-unique-id": [ "467" ], + "x-ms-client-request-id": [ "97c89a47-4e33-49ed-ab8f-d03f5da24518" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1589,34 +1674,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376D6937C00\"" ], + "ETag": [ "\"1D6A4EF5276D46B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fc9f7caf-1851-40e9-b751-c662ba35ea48" ], + "x-ms-request-id": [ "c29b406a-ad11-48c2-b920-6a6bc1c86a93" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11723" ], - "x-ms-correlation-request-id": [ "b5e84a23-423a-4f0d-96d3-85d612a5444c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:b5e84a23-423a-4f0d-96d3-85d612a5444c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11701" ], + "x-ms-correlation-request-id": [ "ac96d557-e2b1-4d85-b3c8-a5188c19ef22" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013807Z:ac96d557-e2b1-4d85-b3c8-a5188c19ef22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5530" ], + "Content-Length": [ "5748" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:13.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:38:04.1666667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+41": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+43": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "445" ], - "x-ms-client-request-id": [ "7074f150-b852-4465-9a2b-df44977a4071" ], + "x-ms-unique-id": [ "468" ], + "x-ms-client-request-id": [ "339f8bcf-9b01-40b4-bd56-cf098fbbf53d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1632,32 +1717,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "648959ef-a9da-436c-a051-e0d9e7f25c54" ], + "x-ms-request-id": [ "39b6909a-5638-4513-83e3-42cd1e52a651" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11949" ], - "x-ms-correlation-request-id": [ "06a7f28e-0e24-4c5e-9c8b-ffaf26dd70a5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:06a7f28e-0e24-4c5e-9c8b-ffaf26dd70a5" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11947" ], + "x-ms-correlation-request-id": [ "6fea6592-e3b7-48ac-b490-afac5f114b01" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013807Z:6fea6592-e3b7-48ac-b490-afac5f114b01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1181" ], + "Content-Length": [ "1144" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a39e9130-6c76-4714-8cdb-74ca58beb68b\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+42": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+44": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "446" ], - "x-ms-client-request-id": [ "0661eba5-f859-426a-a02d-69cceac9c572" ], + "x-ms-unique-id": [ "469" ], + "x-ms-client-request-id": [ "2f90bafa-cf70-47b9-941e-f738b7e91bc9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1673,32 +1758,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "af9a8a4a-9fa4-4d9b-b652-7a29a3312476" ], + "x-ms-request-id": [ "c5b9a5ec-0ea4-4691-b91f-1d3d04381e62" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11722" ], - "x-ms-correlation-request-id": [ "d0f2fe98-16f2-4adc-8b84-fcc5e29847e6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004117Z:d0f2fe98-16f2-4adc-8b84-fcc5e29847e6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11700" ], + "x-ms-correlation-request-id": [ "80355d73-d85f-4689-9a27-c27e90ce1e98" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013808Z:80355d73-d85f-4689-9a27-c27e90ce1e98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3381" ], + "Content-Length": [ "3817" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+43": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+45": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "447" ], - "x-ms-client-request-id": [ "afac03ab-75aa-4be6-82d8-a1efb3e46c81" ], + "x-ms-unique-id": [ "470" ], + "x-ms-client-request-id": [ "4240c90b-d4c7-4fe3-927a-2d1cbfa8c75a" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1713,17 +1798,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376D6937C00\"" ], + "ETag": [ "\"1D6A4EF5276D46B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c8317c3a-7c84-4b74-a0de-2eb230b61a4d" ], + "x-ms-request-id": [ "120ef3c9-52ab-4109-8ec6-a2a0ed950385" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], - "x-ms-correlation-request-id": [ "0d39d141-a4b3-431f-8a78-9a5366d669d2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004120Z:0d39d141-a4b3-431f-8a78-9a5366d669d2" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], + "x-ms-correlation-request-id": [ "5b94e5ff-bcf9-479e-8ff6-01e8c2b11480" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013813Z:5b94e5ff-bcf9-479e-8ff6-01e8c2b11480" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:12 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1732,11 +1817,11 @@ "Content": null } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-y3kcev51bo\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1750,15 +1835,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bb03f37f-d814-4241-a86f-8f5d7b61846e" ], + "x-ms-request-id": [ "ee11431c-b417-4fd5-9f5b-aeb254b75617" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11699" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11721" ], - "x-ms-correlation-request-id": [ "185f5a46-1134-4326-8043-8f6e6a1103fa" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004120Z:185f5a46-1134-4326-8043-8f6e6a1103fa" ], + "x-ms-correlation-request-id": [ "dc724044-1c01-4c90-808c-2dff7a4bd7c6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013813Z:dc724044-1c01-4c90-808c-2dff7a4bd7c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1768,14 +1853,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "449" ], - "x-ms-client-request-id": [ "a6465b9d-9b31-4228-9c7d-c8297a1e1fe2" ], + "x-ms-unique-id": [ "472" ], + "x-ms-client-request-id": [ "9dca0825-5770-4ac9-b238-6d87fd74b38f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1791,32 +1876,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "25525fb7-260d-4029-8154-0616a45f75eb" ], + "x-ms-request-id": [ "3aa32397-487a-4cee-811a-3dcca86a9051" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11720" ], - "x-ms-correlation-request-id": [ "a4b0e158-0706-4a06-8ad6-5599aa845a10" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004120Z:a4b0e158-0706-4a06-8ad6-5599aa845a10" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11698" ], + "x-ms-correlation-request-id": [ "b0861763-1e4a-412d-9b0f-fd2c022ab346" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013813Z:b0861763-1e4a-412d-9b0f-fd2c022ab346" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5577" ], + "Content-Length": [ "6839" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423891,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423886,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423890,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1423885,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":1423874,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "450" ], - "x-ms-client-request-id": [ "e2defe6c-3e74-4fb9-848f-5a141fb347cb" ], + "x-ms-unique-id": [ "473" ], + "x-ms-client-request-id": [ "3bb6bbe8-1d4a-4ff1-8cee-077b1d2a4bf2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1832,32 +1917,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7130d966-97de-488a-901b-5367df32ea1c" ], + "x-ms-request-id": [ "a38c9725-897a-4c86-b23e-32a710b10580" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11719" ], - "x-ms-correlation-request-id": [ "028088f8-6a85-4759-8a39-7ccd11eed23e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:028088f8-6a85-4759-8a39-7ccd11eed23e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11697" ], + "x-ms-correlation-request-id": [ "0fe7dc6c-476f-4ae3-be3a-a3346717c39c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013813Z:0fe7dc6c-476f-4ae3-be3a-a3346717c39c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41171,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_41171\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "451" ], - "x-ms-client-request-id": [ "edf42ce4-4c97-46e5-b5e6-15e5504350bf" ], + "x-ms-unique-id": [ "474" ], + "x-ms-client-request-id": [ "26375538-560a-4d00-bc82-ec6b80ca4d9b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1873,32 +1958,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "844a4b24-b181-47b7-9b97-4debd152f8e8" ], + "x-ms-request-id": [ "7d36f865-def2-43f5-b77d-81517fbaeb00" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11718" ], - "x-ms-correlation-request-id": [ "8b26cea9-d144-4ff0-9ec6-180ea26708c5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:8b26cea9-d144-4ff0-9ec6-180ea26708c5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11696" ], + "x-ms-correlation-request-id": [ "547823d5-16e3-43b3-b72c-a9aef18114ae" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013813Z:547823d5-16e3-43b3-b72c-a9aef18114ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"name\":\"Functions-Linux-Premium-r14mya\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":20803,\"name\":\"Functions-Linux-Premium-r14mya\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_20803\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "452" ], - "x-ms-client-request-id": [ "1417a7c6-70dc-4ec1-8e08-70b441c478c2" ], + "x-ms-unique-id": [ "475" ], + "x-ms-client-request-id": [ "67f3a124-997d-4284-891a-4c0d7cb9b113" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1914,32 +1999,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "25df5ef1-9222-4b84-bdc6-f49993c4807a" ], + "x-ms-request-id": [ "1f024c78-5f88-4590-a4db-48c8001f1720" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11717" ], - "x-ms-correlation-request-id": [ "e8355bbe-0955-4758-b99d-78cb14d0361b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:e8355bbe-0955-4758-b99d-78cb14d0361b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11695" ], + "x-ms-correlation-request-id": [ "855ca08c-c445-47b0-a4dc-1b69e5b43f4d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013813Z:855ca08c-c445-47b0-a4dc-1b69e5b43f4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":53726,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-121_53726\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "453" ], - "x-ms-client-request-id": [ "221474fb-800f-4f50-b49e-db054fe37bc6" ], + "x-ms-unique-id": [ "476" ], + "x-ms-client-request-id": [ "76f8523f-f355-47fc-a1c1-73f4ae4fa04b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1955,32 +2040,73 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5b2ab330-fd89-443d-ac3f-d93a699702fe" ], + "x-ms-request-id": [ "6756d2bc-b57a-4d59-955e-65a8cf5e087f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11716" ], - "x-ms-correlation-request-id": [ "639b88b8-a87a-4f03-a20b-6cd63b7898c5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:639b88b8-a87a-4f03-a20b-6cd63b7898c5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11694" ], + "x-ms-correlation-request-id": [ "0a4cd85b-5472-40c9-bb04-838f52889aba" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013814Z:0a4cd85b-5472-40c9-bb04-838f52889aba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"name\":\"Functions-Windows-Premium-jeh1rs\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57630,\"name\":\"Functions-Windows-Premium-jeh1rs\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57630\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "477" ], + "x-ms-client-request-id": [ "347cc8c2-8747-40ec-b825-8bae03f228e7" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "5f593f1e-d1cd-4f40-9ca8-4e3b13077ede" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11693" ], + "x-ms-correlation-request-id": [ "5452bac5-534a-41a6-82b4-ee9d385ebc17" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013814Z:5452bac5-534a-41a6-82b4-ee9d385ebc17" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 18 Oct 2020 01:38:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1317" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Web/serverfarms/ASP-MyRG2-b654\",\"name\":\"ASP-MyRG2-b654\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{},\"properties\":{\"serverFarmId\":48519,\"name\":\"ASP-MyRG2-b654\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"MyRG2-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{},\"kind\":\"functionapp\",\"resourceGroup\":\"MyRG2\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-045_48519\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "454" ], - "x-ms-client-request-id": [ "d31199ca-7a25-405d-8c09-c47c5399093f" ], + "x-ms-unique-id": [ "478" ], + "x-ms-client-request-id": [ "49702511-7452-4777-bf2b-484da10f94c2" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1995,31 +2121,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7e7d11b5-b5b7-42a0-9871-8fcff3681779" ], + "x-ms-request-id": [ "8a6f048c-fb78-49a3-b5be-16666c00efd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11715" ], - "x-ms-correlation-request-id": [ "68d395b7-00c8-487f-b85a-889456763bbb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:68d395b7-00c8-487f-b85a-889456763bbb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11692" ], + "x-ms-correlation-request-id": [ "26d4e9eb-58ea-4ec6-84a6-5b270f77d450" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013814Z:26d4e9eb-58ea-4ec6-84a6-5b270f77d450" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2693" ], + "Content-Length": [ "3792" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageoei\",\"name\":\"functionslinuxstorageoei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:23:06.7959575Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:23:06.7178249Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageoei.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageoei.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageoei.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageoei.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageoei.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageoei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid\",\"name\":\"functionswinstoragetid\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:22:46.5831027Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:22:46.4893261Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragetid.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragetid.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragetid.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragetid.queue.core.windows.net/\",\"table\":\"https://functionswinstoragetid.table.core.windows.net/\",\"file\":\"https://functionswinstoragetid.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_LRS\",\"tier\":\"Standard\"},\"kind\":\"Storage\",\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/MyRG2/providers/Microsoft.Storage/storageAccounts/storageaccountmyrg2b290\",\"name\":\"storageaccountmyrg2b290\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-10-18T01:14:27.0837371Z\"}},\"keySource\":\"Microsoft.Storage\"},\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-10-18T01:14:27.0056380Z\",\"primaryEndpoints\":{\"blob\":\"https://storageaccountmyrg2b290.blob.core.windows.net/\",\"queue\":\"https://storageaccountmyrg2b290.queue.core.windows.net/\",\"table\":\"https://storageaccountmyrg2b290.table.core.windows.net/\",\"file\":\"https://storageaccountmyrg2b290.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\"}}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Storage/storageAccounts/functionswinstoragetid/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "455" ], - "x-ms-client-request-id": [ "037bd2a9-04dc-41dc-821c-45c14db7ce8c" ], + "x-ms-unique-id": [ "479" ], + "x-ms-client-request-id": [ "e2ed429c-abe8-4b7a-8a8a-a309d4c14a99" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2034,27 +2160,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "86327778-a19f-430b-8d56-14ee4a06db9a" ], + "x-ms-request-id": [ "dee67a45-fdeb-45e8-a5b6-f420c366028e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11962" ], - "x-ms-correlation-request-id": [ "09b24104-a975-4adc-8d7b-375f1ebde035" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:09b24104-a975-4adc-8d7b-375f1ebde035" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11963" ], + "x-ms-correlation-request-id": [ "d9da7d07-27df-456b-a965-2a67c8868e3b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013814Z:d9da7d07-27df-456b-a965-2a67c8868e3b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:38:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"Acg9fktoxi0N4NeL8AFdllvaWsMYM9Pq6PwciygRV103A8sEhfIGMjWjOWrbxbc/BOwtImG2UhdZIZlgbYDSGQ==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Insights/components/Functions-PowerShell-y3kcev51bo?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2068,36 +2194,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ef4eff78-842a-4563-908a-bbb80e69392d" ], + "x-ms-request-id": [ "16f1c0c3-175b-4f64-a5da-da5d31db87e0" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], - "x-ms-correlation-request-id": [ "f36d37ed-4fcc-4d34-bf87-ba2195dc4960" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004123Z:f36d37ed-4fcc-4d34-bf87-ba2195dc4960" ], - "Date": [ "Tue, 16 Jun 2020 00:41:23 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], + "x-ms-correlation-request-id": [ "484d347c-7fa4-4e77-9603-242b391fa6ed" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013838Z:484d347c-7fa4-4e77-9603-242b391fa6ed" ], + "Date": [ "Sun, 18 Oct 2020 01:38:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1041" ], + "Content-Length": [ "1113" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000025bb-0000-0300-0000-5ee815320000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"28021626-0000-0300-0000-5f8b9c870000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-y3kcev51bo\",\"AppId\":\"1032d66a-d782-4494-9b22-619df5b6bb47\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"ConnectionString\":\"InstrumentationKey=29575a43-7279-4ad6-8f35-0b63d444df6f;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/\",\"Name\":\"Functions-PowerShell-y3kcev51bo\",\"CreationDate\":\"2020-10-18T01:27:17.7761127+00:00\",\"TenantId\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+11": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\",\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1713" ] + "Content-Length": [ "1651" ] } }, "Response": { @@ -2105,34 +2231,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376DDA83A80\"" ], + "ETag": [ "\"1D6A4EF695DC3E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "91d7efc9-968e-4c71-ad41-dadf3015d8f8" ], + "x-ms-request-id": [ "700aa55e-3b9c-47df-8545-2eda0b4c13cf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "490" ], - "x-ms-correlation-request-id": [ "8ea26c79-5879-4d4f-9180-ba090a7cd813" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004159Z:8ea26c79-5879-4d4f-9180-ba090a7cd813" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "486" ], + "x-ms-correlation-request-id": [ "7351db63-cc09-4830-8e2c-df3f576ad1d0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013916Z:7351db63-cc09-4830-8e2c-df3f576ad1d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:41:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5638" ], + "Content-Length": [ "5851" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:25.2366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:38:42.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "458" ], - "x-ms-client-request-id": [ "8760ac49-4eb1-4e4c-8b9a-55ec7df33d39" ], + "x-ms-unique-id": [ "482" ], + "x-ms-client-request-id": [ "d1c70bb9-c4a0-48e7-b7a1-5fd66ab34b65" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2147,34 +2273,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376DDA83A80\"" ], + "ETag": [ "\"1D6A4EF695DC3E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "aad6e30b-2e27-48e0-b2f8-4dfe0ad4e056" ], + "x-ms-request-id": [ "2ecb64b2-734b-4e8b-8625-e4bc1f4c756c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11714" ], - "x-ms-correlation-request-id": [ "40c5637e-9990-4084-8728-8dc8d4a5fff7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004202Z:40c5637e-9990-4084-8728-8dc8d4a5fff7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11691" ], + "x-ms-correlation-request-id": [ "f014a4e0-1c23-4e00-99f1-b0a96a230555" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013917Z:f014a4e0-1c23-4e00-99f1-b0a96a230555" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5432" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:25.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:38:42.59\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "459" ], - "x-ms-client-request-id": [ "fcbeff95-b489-49fd-ae70-68fed7053802" ], + "x-ms-unique-id": [ "483" ], + "x-ms-client-request-id": [ "95e8fbd8-0c09-42fd-96e5-3098de614b16" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2190,32 +2316,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9dc9f93f-81a7-4de7-8394-c06336ecaac0" ], + "x-ms-request-id": [ "6c42db50-0bc6-4f4c-b2cc-a0981c8694a6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11948" ], - "x-ms-correlation-request-id": [ "9e213732-e999-41ce-b10b-e26169365ba6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:9e213732-e999-41ce-b10b-e26169365ba6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11946" ], + "x-ms-correlation-request-id": [ "a5e9d341-7dec-4095-8434-74eedc3a7d2e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013918Z:a5e9d341-7dec-4095-8434-74eedc3a7d2e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "460" ], - "x-ms-client-request-id": [ "bafb1948-2950-4742-bafb-44065a819cc6" ], + "x-ms-unique-id": [ "484" ], + "x-ms-client-request-id": [ "7a3dad9c-9fce-4392-830a-4139437e3790" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2231,32 +2357,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "410018f4-e858-40d1-8e16-3e62f37b2851" ], + "x-ms-request-id": [ "e0ca613a-cf0f-49ae-bd6d-a42c42b5e2db" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11713" ], - "x-ms-correlation-request-id": [ "9ce2becd-8608-4759-a386-fb57b1f14f47" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:9ce2becd-8608-4759-a386-fb57b1f14f47" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11690" ], + "x-ms-correlation-request-id": [ "2ee1790a-816d-45fe-89e1-86e7aaa624ad" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013918Z:2ee1790a-816d-45fe-89e1-86e7aaa624ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "461" ], - "x-ms-client-request-id": [ "7e5b03bd-591b-4e0b-8959-c3e875bb12d3" ], + "x-ms-unique-id": [ "485" ], + "x-ms-client-request-id": [ "1819bd12-71ce-4f5c-9e89-66e12d4df640" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2271,34 +2397,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376DDA83A80\"" ], + "ETag": [ "\"1D6A4EF695DC3E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "59efc72e-0eb8-47e3-98b6-dac6b525aa45" ], + "x-ms-request-id": [ "5c5642f5-da88-48ed-b5e5-aea734cbbadf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11712" ], - "x-ms-correlation-request-id": [ "c451844e-8244-40dc-b17b-8dace95506dd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:c451844e-8244-40dc-b17b-8dace95506dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11689" ], + "x-ms-correlation-request-id": [ "fe229992-d331-4c55-94be-33deb32ed6fc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013918Z:fe229992-d331-4c55-94be-33deb32ed6fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5432" ], + "Content-Length": [ "5646" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:25.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:38:42.59\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "462" ], - "x-ms-client-request-id": [ "e7313621-4ae8-470d-a740-be5f6d421a6c" ], + "x-ms-unique-id": [ "486" ], + "x-ms-client-request-id": [ "431e72ff-5a63-463d-b915-0e1437ff60fb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2314,32 +2440,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "99e80641-4e6f-4084-ae0a-5992d4b92f75" ], + "x-ms-request-id": [ "0a4ba54c-0469-42b2-a700-972d948e8502" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11947" ], - "x-ms-correlation-request-id": [ "46b916e9-74f5-4f7e-a07d-2a301b3e74a0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:46b916e9-74f5-4f7e-a07d-2a301b3e74a0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11945" ], + "x-ms-correlation-request-id": [ "5f21406c-fcbc-456a-b7ff-bea95095ecd3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013918Z:5f21406c-fcbc-456a-b7ff-bea95095ecd3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "463" ], - "x-ms-client-request-id": [ "81e6bb14-d9cc-4bba-b2f9-cbeaada083c7" ], + "x-ms-unique-id": [ "487" ], + "x-ms-client-request-id": [ "cd78ef5d-dad3-469d-bc15-d175ca73afd0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2355,34 +2481,34 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b5a9146c-e2d1-4d51-94aa-1de9d8f6ae38" ], + "x-ms-request-id": [ "f74c1686-105a-4d59-bc92-e3d2337ae3c5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11711" ], - "x-ms-correlation-request-id": [ "d8d8fcae-d3d2-45ce-81cf-543f26b4318e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004204Z:d8d8fcae-d3d2-45ce-81cf-543f26b4318e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11688" ], + "x-ms-correlation-request-id": [ "279020a6-bd82-4e5a-9e19-4e50e57f920b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013919Z:279020a6-bd82-4e5a-9e19-4e50e57f920b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3324" ], + "Content-Length": [ "3760" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+18": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"29575a43-7279-4ad6-8f35-0b63d444df6f\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-y3kcev51bo\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1869" ] + "Content-Length": [ "1771" ] } }, "Response": { @@ -2390,34 +2516,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376DDA83A80\"" ], + "ETag": [ "\"1D6A4EF695DC3E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "90e40099-725f-4271-a261-80afdb0be1bb" ], + "x-ms-request-id": [ "683b024d-a3fa-4e59-be08-34e425cbb79b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "489" ], - "x-ms-correlation-request-id": [ "698d6256-1659-4895-a71b-b1b0f13e18fd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004209Z:698d6256-1659-4895-a71b-b1b0f13e18fd" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "485" ], + "x-ms-correlation-request-id": [ "eac9c19e-b1a0-41e4-9b6c-e31b19ae03ec" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013928Z:eac9c19e-b1a0-41e4-9b6c-e31b19ae03ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5778" ], + "Content-Length": [ "5991" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:42:07.7033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"6b013773-55df-485d-95e3-45c82c28c6fb\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:39:25.8333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"e6c849e6-a2bd-4375-a57e-25b5c5c74e8a\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+18": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "465" ], - "x-ms-client-request-id": [ "4137649e-22bc-49bf-8694-425765d04c4b" ], + "x-ms-unique-id": [ "489" ], + "x-ms-client-request-id": [ "1a0182fe-7db5-40ce-882a-658304a26c0b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2432,34 +2558,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376F6A22B75\"" ], + "ETag": [ "\"1D6A4EF83242C95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5d5dc6ee-3bb2-4568-96dc-581216f522f0" ], + "x-ms-request-id": [ "e5aedbe2-5687-442e-a700-88e13b7e1e1d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11710" ], - "x-ms-correlation-request-id": [ "eb496cda-d4ff-4673-bf80-a69ef3f58df9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004210Z:eb496cda-d4ff-4673-bf80-a69ef3f58df9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11687" ], + "x-ms-correlation-request-id": [ "dd9e91c4-4231-4a57-b137-ecdae8236836" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013928Z:dd9e91c4-4231-4a57-b137-ecdae8236836" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5578" ], + "Content-Length": [ "5791" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:42:07.7033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"6b013773-55df-485d-95e3-45c82c28c6fb\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-y3kcev51bo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-y3kcev51bo\",\"repositorySiteName\":\"Functions-PowerShell-y3kcev51bo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-y3kcev51bo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:39:25.8333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-y3kcev51bo\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-y3kcev51bo\\\\$Functions-PowerShell-y3kcev51bo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-y3kcev51bo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"ac02cf7c-3082-42cd-8bdd-12acb978832f\",\"principalId\":\"e6c849e6-a2bd-4375-a57e-25b5c5c74e8a\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+19": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "466" ], - "x-ms-client-request-id": [ "074c7d97-e023-48fc-bce1-e36b387a6a58" ], + "x-ms-unique-id": [ "490" ], + "x-ms-client-request-id": [ "743e52c0-cab7-4392-bbef-8831682599f5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2475,32 +2601,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "aa73cc75-478d-45db-82ea-3ce21ca79977" ], + "x-ms-request-id": [ "32512891-384e-4e59-8b6a-5e20ed8c615a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11946" ], - "x-ms-correlation-request-id": [ "af4a53db-d98d-4311-a128-4f2ceec1d5bb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004210Z:af4a53db-d98d-4311-a128-4f2ceec1d5bb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11944" ], + "x-ms-correlation-request-id": [ "0be7f3a0-208f-4f71-8693-400086fe7958" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013928Z:0be7f3a0-208f-4f71-8693-400086fe7958" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1124" ], + "Content-Length": [ "1087" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"29575a43-7279-4ad6-8f35-0b63d444df6f\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-y3kcev51bo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+20": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "467" ], - "x-ms-client-request-id": [ "268b9e9c-6fb6-4e3b-9c65-6eacc4dd4510" ], + "x-ms-unique-id": [ "491" ], + "x-ms-client-request-id": [ "c9783688-aaa9-4707-8815-0168521beba5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2516,32 +2642,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2df3025d-8133-46a1-a2d0-6ec3d49adfa2" ], + "x-ms-request-id": [ "bf1c2283-03a8-4dd2-ade5-3867f79dc244" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11709" ], - "x-ms-correlation-request-id": [ "308a6486-2ce3-483c-9e32-561020487cb5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004210Z:308a6486-2ce3-483c-9e32-561020487cb5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11686" ], + "x-ms-correlation-request-id": [ "690274ae-2e71-4b8a-bd42-6b12512e38c1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013929Z:690274ae-2e71-4b8a-bd42-6b12512e38c1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3325" ], + "Content-Length": [ "3761" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24499,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo/config/web\",\"name\":\"Functions-PowerShell-y3kcev51bo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-y3kcev51bo\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":20261,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+21": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+22": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "468" ], - "x-ms-client-request-id": [ "15a4bc21-0ca9-408d-b435-38563e62e10e" ], + "x-ms-unique-id": [ "492" ], + "x-ms-client-request-id": [ "2d391b1f-ac3d-48ec-8b92-2e475a6018c9" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2556,17 +2682,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64376F6A22B75\"" ], + "ETag": [ "\"1D6A4EF83242C95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "910aadf5-585c-4985-bc54-644130f704aa" ], + "x-ms-request-id": [ "332206ef-849c-4773-a99b-33cc0724ec9c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], - "x-ms-correlation-request-id": [ "f3d70c1a-d02b-443d-b459-36bb82f6f62c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004214Z:f3d70c1a-d02b-443d-b459-36bb82f6f62c" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], + "x-ms-correlation-request-id": [ "9c62ab9d-56ec-4d4b-950b-505808f19b9f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013932Z:9c62ab9d-56ec-4d4b-950b-505808f19b9f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:32 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2575,14 +2701,14 @@ "Content": null } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+22": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "469" ], - "x-ms-client-request-id": [ "91cbbe1f-8951-4e73-b46c-07f1e7fe369a" ], + "x-ms-unique-id": [ "493" ], + "x-ms-client-request-id": [ "f2c62f9b-facf-499c-84ad-c315b2e5e571" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2598,29 +2724,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "9ab05cd1-f1ee-4e23-a165-83da388140f8" ], - "x-ms-correlation-request-id": [ "9ab05cd1-f1ee-4e23-a165-83da388140f8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004214Z:9ab05cd1-f1ee-4e23-a165-83da388140f8" ], + "x-ms-request-id": [ "0abf5b06-5ba1-48f0-b885-4d338f0cdebc" ], + "x-ms-correlation-request-id": [ "0abf5b06-5ba1-48f0-b885-4d338f0cdebc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013932Z:0abf5b06-5ba1-48f0-b885-4d338f0cdebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "260" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\u0027 under resource group \u0027Functions-Test-Windows-Premium-5xovwq\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+23": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "470" ], - "x-ms-client-request-id": [ "d38fd820-533c-449f-a850-0076ce9d4638" ], + "x-ms-unique-id": [ "494" ], + "x-ms-client-request-id": [ "53062e19-dc6b-4ae0-bbf5-a0fc442a3a18" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2636,19 +2762,19 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "63a8cb8d-4d7d-48f2-b8bb-f6c91abf26b8" ], - "x-ms-correlation-request-id": [ "63a8cb8d-4d7d-48f2-b8bb-f6c91abf26b8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004214Z:63a8cb8d-4d7d-48f2-b8bb-f6c91abf26b8" ], + "x-ms-request-id": [ "08583fbc-0c83-4919-b8c2-35be4830d53c" ], + "x-ms-correlation-request-id": [ "08583fbc-0c83-4919-b8c2-35be4830d53c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013932Z:08583fbc-0c83-4919-b8c2-35be4830d53c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "260" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-y3kcev51bo\u0027 under resource group \u0027Functions-Test-Windows-Premium-5xovwq\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } } } \ No newline at end of file diff --git a/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.ps1 b/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.ps1 index 989815e2cc4b..a2572b85f87f 100644 --- a/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.ps1 +++ b/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.ps1 @@ -131,7 +131,7 @@ Describe 'New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E' -StorageAccount $env.storageAccountWindows ` -OSType "Windows" ` -Runtime "PowerShell" ` - -RuntimeVersion 6.2 ` + -RuntimeVersion 7.0 ` -FunctionsVersion 3 ` -AsJob diff --git a/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json b/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json index 727fc743a3d4..9c21b4d77b33 100644 --- a/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json +++ b/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json @@ -1,12 +1,12 @@ { - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "471" ], - "x-ms-client-request-id": [ "17c90a5b-4484-4287-8f16-f6310cef2fa7" ], + "x-ms-unique-id": [ "495" ], + "x-ms-client-request-id": [ "5cbb8cb6-e12a-4561-870e-20f13e3ea54b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,28 +22,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5a5417c-d662-428a-b36d-0d730fd74bee" ], + "x-ms-request-id": [ "719f2a2f-0614-4516-ac32-86f395900b5d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11706" ], - "x-ms-correlation-request-id": [ "ade441bd-e950-4425-8712-6639823dc022" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004215Z:ade441bd-e950-4425-8712-6639823dc022" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11683" ], + "x-ms-correlation-request-id": [ "e071cc59-d6b3-4000-a16f-931006aadadb" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013933Z:e071cc59-d6b3-4000-a16f-931006aadadb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "001238da-410f-47e9-b00a-9ae4275ae2df" ], + "x-ms-request-id": [ "2b209cbf-6499-4e3a-ad5f-2765dbab3a14" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], - "x-ms-correlation-request-id": [ "cc0c3c0f-a132-4be8-8bf8-060c6a4c97bc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004218Z:cc0c3c0f-a132-4be8-8bf8-060c6a4c97bc" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], + "x-ms-correlation-request-id": [ "c0c19fba-1232-4eba-a00e-75d448fefb63" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013937Z:c0c19fba-1232-4eba-a00e-75d448fefb63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57633,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57633\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "473" ], - "x-ms-client-request-id": [ "c353006b-ab8f-463c-8ef1-7117eb071036" ], + "x-ms-unique-id": [ "497" ], + "x-ms-client-request-id": [ "121fdcda-e371-48c1-956d-0347ea0d6cb8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5038c65e-13b9-4986-9fb6-9983d15c2565" ], + "x-ms-request-id": [ "3e7b186a-1ba3-4c00-870b-a919436555bd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11705" ], - "x-ms-correlation-request-id": [ "d062b2bf-99ce-4d76-a5c4-924c5f566bb5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004218Z:d062b2bf-99ce-4d76-a5c4-924c5f566bb5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11682" ], + "x-ms-correlation-request-id": [ "cd700764-b3a4-485b-b1f9-d94c5ba2e6ad" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013937Z:cd700764-b3a4-485b-b1f9-d94c5ba2e6ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57633,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57633\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "474" ], - "x-ms-client-request-id": [ "cb7a0e9e-3131-48e5-af96-477886006e46" ], + "x-ms-unique-id": [ "498" ], + "x-ms-client-request-id": [ "3da70088-8c26-43a6-ae5b-0e03d2018840" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,28 +140,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "50a524c3-e8bd-42a9-82e4-bda2bd938ed9" ], + "x-ms-request-id": [ "20685a73-dc03-4db4-aadc-23fc4d654a38" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11704" ], - "x-ms-correlation-request-id": [ "28a2d6df-4bf9-489f-ae77-132849a67a70" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004219Z:28a2d6df-4bf9-489f-ae77-132849a67a70" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11681" ], + "x-ms-correlation-request-id": [ "1d1022e2-876b-4cd8-a158-347c4ad6288a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013938Z:1d1022e2-876b-4cd8-a158-347c4ad6288a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57633,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57633\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 5,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP3\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -176,32 +176,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a4b0b4a5-fc59-460d-a950-e2f382994a34" ], + "x-ms-request-id": [ "91e0cd92-ce7f-416d-9411-9185216a5770" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], - "x-ms-correlation-request-id": [ "30f5bf5e-a4d0-4c1c-8af5-a6b9a828cc8b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004222Z:30f5bf5e-a4d0-4c1c-8af5-a6b9a828cc8b" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], + "x-ms-correlation-request-id": [ "4b1f00ff-f322-403a-8c5c-9e64e327797a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013940Z:4b1f00ff-f322-403a-8c5c-9e64e327797a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1489" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1},\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57633,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1},\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57633\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+6": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "476" ], - "x-ms-client-request-id": [ "acf7f0e9-5350-484f-9884-0d51379315ff" ], + "x-ms-unique-id": [ "500" ], + "x-ms-client-request-id": [ "0457316a-f1c2-4d52-b86f-f01023b10587" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -217,32 +217,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "77ff5848-c77b-4b69-b79f-55977b7af1a3" ], + "x-ms-request-id": [ "3443659b-d956-4419-92da-6bf88bc7368b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11703" ], - "x-ms-correlation-request-id": [ "46b35bab-37f1-4ac1-8f84-a4002be1eaf4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004222Z:46b35bab-37f1-4ac1-8f84-a4002be1eaf4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11680" ], + "x-ms-correlation-request-id": [ "0588cc1d-1d04-4788-a3de-e6405fb98ac6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013940Z:0588cc1d-1d04-4788-a3de-e6405fb98ac6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:21 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57633,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57633\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+7": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "477" ], - "x-ms-client-request-id": [ "5587feae-4591-4aa6-b0b5-fa89bfe4d1ef" ], + "x-ms-unique-id": [ "501" ], + "x-ms-client-request-id": [ "11e2a5e8-4903-4cc9-aef3-b8e167b57b29" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -258,32 +258,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fc5ba179-597c-43f9-8e16-08035ba1f40d" ], + "x-ms-request-id": [ "51cca1e6-10c8-4663-9202-d781fbb896f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11702" ], - "x-ms-correlation-request-id": [ "d1178252-56f3-41f3-82ad-eca079982415" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004222Z:d1178252-56f3-41f3-82ad-eca079982415" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11679" ], + "x-ms-correlation-request-id": [ "af74e7e8-bc94-4790-b56c-9fb06833d0c8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013940Z:af74e7e8-bc94-4790-b56c-9fb06833d0c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:22 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57633,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57633\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+8": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+8": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "478" ], - "x-ms-client-request-id": [ "b8a3077b-ae1a-4d2f-ab78-cf8ed545c96b" ], + "x-ms-unique-id": [ "502" ], + "x-ms-client-request-id": [ "b264ea16-83c7-44b1-b689-0b89c9567dcb" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -299,15 +299,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f8ecd4c2-125a-4647-be76-61e112aa6961" ], + "x-ms-request-id": [ "d928b87e-d5aa-4c22-9b32-b5ceb8ea0e78" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], - "x-ms-correlation-request-id": [ "2c16c197-008f-4348-a2f8-7c7568ee9925" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004224Z:2c16c197-008f-4348-a2f8-7c7568ee9925" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], + "x-ms-correlation-request-id": [ "b4ba8c85-60af-4a8d-ab6a-01234f0a4c6e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013944Z:b4ba8c85-60af-4a8d-ab6a-01234f0a4c6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:43 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -316,14 +316,14 @@ "Content": null } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "479" ], - "x-ms-client-request-id": [ "6452c7e0-f64c-4deb-a457-52dbbea4d676" ], + "x-ms-unique-id": [ "503" ], + "x-ms-client-request-id": [ "469f45f7-0a88-426f-b519-d5c1ed690e08" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -339,28 +339,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d7ed51da-8205-4f48-ab38-d3503703c305" ], + "x-ms-request-id": [ "d539b0be-77af-422d-9f37-7a18f14c23b3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11701" ], - "x-ms-correlation-request-id": [ "b09bbb7b-1085-43ab-8bae-d5b8c3e3d570" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004224Z:b09bbb7b-1085-43ab-8bae-d5b8c3e3d570" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11678" ], + "x-ms-correlation-request-id": [ "95acaca8-a7d9-4ba4-8a90-ff642d36eeb6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013944Z:95acaca8-a7d9-4ba4-8a90-ff642d36eeb6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:23 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -375,32 +375,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "676c361a-047a-44c3-afab-e65a7b48e729" ], + "x-ms-request-id": [ "19e20a42-eba7-4661-926f-50b58e66dec1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1151" ], - "x-ms-correlation-request-id": [ "451d146d-204e-47be-8de9-3b417aafa1bc" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004227Z:451d146d-204e-47be-8de9-3b417aafa1bc" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], + "x-ms-correlation-request-id": [ "71bedca2-269e-4e50-bde6-02826ac64db9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013947Z:71bedca2-269e-4e50-bde6-02826ac64db9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:26 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57634,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57634\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "481" ], - "x-ms-client-request-id": [ "72474e74-725b-4ae8-a929-a2508d659fe2" ], + "x-ms-unique-id": [ "505" ], + "x-ms-client-request-id": [ "43ddf4d6-8b93-4773-86cc-daf8941c2653" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,28 +416,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "81d785ae-6200-47cd-b0e4-269fbc993105" ], + "x-ms-request-id": [ "3182729d-50d6-45e7-98cc-0d2a56033d0d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11700" ], - "x-ms-correlation-request-id": [ "c09c39cd-b17c-42ab-b46a-013d0460a1ae" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004227Z:c09c39cd-b17c-42ab-b46a-013d0460a1ae" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11677" ], + "x-ms-correlation-request-id": [ "ae8dc321-ec55-4611-a59c-3b416af99c73" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013947Z:ae8dc321-ec55-4611-a59c-3b416af99c73" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:27 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57634,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57634\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 7,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP2\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -452,32 +452,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "611888f0-5fcd-4464-bb99-883b27f068e1" ], + "x-ms-request-id": [ "bb72646a-12ba-45ce-aafa-bbb3d8a2cc28" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1150" ], - "x-ms-correlation-request-id": [ "e8d16fd7-5b36-4e43-a740-26e1829bb9ba" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004230Z:e8d16fd7-5b36-4e43-a740-26e1829bb9ba" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], + "x-ms-correlation-request-id": [ "28c829e2-87ef-4092-90d7-dea413521fb2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013950Z:28c829e2-87ef-4092-90d7-dea413521fb2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1489" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57634,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57634\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "483" ], - "x-ms-client-request-id": [ "44a083fb-c78e-459e-b86a-f9b4a2dfa501" ], + "x-ms-unique-id": [ "507" ], + "x-ms-client-request-id": [ "e97a6705-48e0-441e-9bb9-446041a0d708" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -493,32 +493,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d97295bd-5964-4ac0-8515-b27ce4932c67" ], + "x-ms-request-id": [ "4252a4d1-5c74-441c-a5bd-fbe071ebacd8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11699" ], - "x-ms-correlation-request-id": [ "1f706e2b-a137-400c-a231-f36fbb8133be" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004230Z:1f706e2b-a137-400c-a231-f36fbb8133be" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11676" ], + "x-ms-correlation-request-id": [ "c2d33f50-44f7-4e5e-92b2-d2cc0e0b1c6e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013950Z:c2d33f50-44f7-4e5e-92b2-d2cc0e0b1c6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:29 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":57634,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57634\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+6": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+6": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "484" ], - "x-ms-client-request-id": [ "ce342973-db04-46c1-9de0-68e53b8ee123" ], + "x-ms-unique-id": [ "508" ], + "x-ms-client-request-id": [ "6799e912-c944-448c-b98a-3e9182019fca" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -534,15 +534,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bf0acc49-3ef5-4a2e-80a6-ec8608578e6f" ], + "x-ms-request-id": [ "aa2492fd-8ea6-454a-a15b-43a3b1a81232" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], - "x-ms-correlation-request-id": [ "1ce84426-a1cf-4736-a68c-a00adf27e72a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004232Z:1ce84426-a1cf-4736-a68c-a00adf27e72a" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], + "x-ms-correlation-request-id": [ "e7828fc8-df0f-4a2f-a763-e8db516ca31b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013954Z:e7828fc8-df0f-4a2f-a763-e8db516ca31b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:54 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -551,14 +551,14 @@ "Content": null } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+7": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "485" ], - "x-ms-client-request-id": [ "a806ce32-d557-42f1-8ab6-4863c0734293" ], + "x-ms-unique-id": [ "509" ], + "x-ms-client-request-id": [ "8715bb7a-e6c1-404e-8dd9-7516a9b3443b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -574,29 +574,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "6a531ee2-7817-4a02-a068-b558bf9ecfc4" ], - "x-ms-correlation-request-id": [ "6a531ee2-7817-4a02-a068-b558bf9ecfc4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004232Z:6a531ee2-7817-4a02-a068-b558bf9ecfc4" ], + "x-ms-request-id": [ "582cd842-9eda-4195-b975-35ad663d07cc" ], + "x-ms-correlation-request-id": [ "582cd842-9eda-4195-b975-35ad663d07cc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013954Z:582cd842-9eda-4195-b975-35ad663d07cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:54 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-g0a2kre13d\u0027 under resource group \u0027Functions-Test-Windows-Premium-5xovwq\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+8": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "486" ], - "x-ms-client-request-id": [ "f5240ef3-6a89-42db-8a48-a08cc5b6a0a2" ], + "x-ms-unique-id": [ "510" ], + "x-ms-client-request-id": [ "a719b79b-2f7b-4810-b493-60820e5e9089" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -612,29 +612,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "024d54c0-ccc7-4e0a-9747-37effd8f441b" ], - "x-ms-correlation-request-id": [ "024d54c0-ccc7-4e0a-9747-37effd8f441b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004232Z:024d54c0-ccc7-4e0a-9747-37effd8f441b" ], + "x-ms-request-id": [ "d6200937-2d89-4a77-b709-c45fbc66207e" ], + "x-ms-correlation-request-id": [ "d6200937-2d89-4a77-b709-c45fbc66207e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013954Z:d6200937-2d89-4a77-b709-c45fbc66207e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:54 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-g0a2kre13d\u0027 under resource group \u0027Functions-Test-Windows-Premium-5xovwq\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "487" ], - "x-ms-client-request-id": [ "c3a5926a-d6f9-486e-ad5d-9458385370a9" ], + "x-ms-unique-id": [ "511" ], + "x-ms-client-request-id": [ "c943bf63-018a-4c7e-b971-f901650047e1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -650,28 +650,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8e3bdc7c-5dbe-4f00-9c46-5bd373c0dd82" ], + "x-ms-request-id": [ "8babf6be-2bc4-4bce-a531-676a11651032" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11696" ], - "x-ms-correlation-request-id": [ "f14a1a09-d2b4-4f7a-9e4a-f5fb16e3e60b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004233Z:f14a1a09-d2b4-4f7a-9e4a-f5fb16e3e60b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11673" ], + "x-ms-correlation-request-id": [ "8b17e7bd-ec9c-4ee2-aadb-06ffd3c1120c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013955Z:8b17e7bd-ec9c-4ee2-aadb-06ffd3c1120c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "11835" ], + "Content-Length": [ "13811" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC;XENONV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -686,32 +686,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b69f6c15-231d-49e4-8825-6e8d0a5cd2f5" ], + "x-ms-request-id": [ "db569f4e-c2ca-4a2b-a932-0a9409cb5968" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1149" ], - "x-ms-correlation-request-id": [ "778ae987-99fd-4996-af83-683b9572c8b9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004236Z:778ae987-99fd-4996-af83-683b9572c8b9" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1151" ], + "x-ms-correlation-request-id": [ "d7f079c9-43f9-4f16-875a-e2fffe01ce10" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T013958Z:d7f079c9-43f9-4f16-875a-e2fffe01ce10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:35 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:39:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":57635,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57635\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "489" ], - "x-ms-client-request-id": [ "444d8694-2bb4-441c-889c-57f3dae1fcf9" ], + "x-ms-unique-id": [ "513" ], + "x-ms-client-request-id": [ "94e0123d-0bf9-4aa9-b1d3-0c7d1787cdcd" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -727,32 +727,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cd2c1a8b-634b-4491-87c3-6eb917eba99a" ], + "x-ms-request-id": [ "ccc67b9c-52fc-40a8-84ab-56461ea1e614" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11695" ], - "x-ms-correlation-request-id": [ "c925f302-5929-402d-b881-16592a3a6ecf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004239Z:c925f302-5929-402d-b881-16592a3a6ecf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11672" ], + "x-ms-correlation-request-id": [ "bda29db0-2c27-4d52-8809-f5793116fc17" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014001Z:bda29db0-2c27-4d52-8809-f5793116fc17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":57635,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57635\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "490" ], - "x-ms-client-request-id": [ "0ff45a0e-7837-4b5a-8f8e-7e7d764c31ed" ], + "x-ms-unique-id": [ "514" ], + "x-ms-client-request-id": [ "0d883b91-864e-4492-83a2-2038f015db15" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -768,28 +768,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "aa049ebb-5a7b-47d7-8343-504866ff94c3" ], + "x-ms-request-id": [ "710ae3cc-a5c5-4980-91ed-9b3d8b373afd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11694" ], - "x-ms-correlation-request-id": [ "bc717933-f4cf-44d0-bac6-1e82a5b6e091" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004239Z:bc717933-f4cf-44d0-bac6-1e82a5b6e091" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11671" ], + "x-ms-correlation-request-id": [ "fc11f226-ccc5-4f57-a4f9-ef64a428704b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014001Z:fc11f226-ccc5-4f57-a4f9-ef64a428704b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:38 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":57635,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57635\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP2\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -804,32 +804,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "94ca5814-b2f3-4973-bfee-502414dafce7" ], + "x-ms-request-id": [ "2a9722c6-53a7-4c2e-a4d5-2326260acaa4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1148" ], - "x-ms-correlation-request-id": [ "1f9b89ed-905a-42cb-aab2-3dfdd5891888" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004242Z:1f9b89ed-905a-42cb-aab2-3dfdd5891888" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1150" ], + "x-ms-correlation-request-id": [ "f0a4d5d5-f968-4c07-aa39-96ec10e4d2f8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014004Z:f0a4d5d5-f968-4c07-aa39-96ec10e4d2f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:41 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1591" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":57635,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57635\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+6": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "492" ], - "x-ms-client-request-id": [ "9a1e946f-e1ad-46db-9aa8-ee70a73f110f" ], + "x-ms-unique-id": [ "516" ], + "x-ms-client-request-id": [ "5e101ae1-9667-4079-a7bd-2ec79e441a2e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -845,32 +845,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "97b9528d-c698-4cb1-9fb5-a943afa39916" ], + "x-ms-request-id": [ "ef07cbd4-9ae4-4567-8e96-0c5ca29c451c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11693" ], - "x-ms-correlation-request-id": [ "98ce2afe-94a7-43f5-a1cd-36cf65e41bfb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004242Z:98ce2afe-94a7-43f5-a1cd-36cf65e41bfb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11670" ], + "x-ms-correlation-request-id": [ "be22ce1f-981e-4b8e-b314-0d75223ea28b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014005Z:be22ce1f-981e-4b8e-b314-0d75223ea28b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d\",\"name\":\"Functions-MyPlan-g0a2kre13d\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":57635,\"name\":\"Functions-MyPlan-g0a2kre13d\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"subscription\":\"a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-167_57635\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+7": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$DELETE+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+7": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "493" ], - "x-ms-client-request-id": [ "082a431c-29ed-40cc-a590-321fb4db0a38" ], + "x-ms-unique-id": [ "517" ], + "x-ms-client-request-id": [ "52abf7e2-7678-4759-93ec-58576032f25f" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -886,15 +886,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "50d98d9c-a2e5-4895-a3eb-61431ef73c5c" ], + "x-ms-request-id": [ "f99c734b-c7e5-4788-8225-99fa6730bcd3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], - "x-ms-correlation-request-id": [ "0e89a778-44b8-47f7-92c8-89d260087388" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004244Z:0e89a778-44b8-47f7-92c8-89d260087388" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14982" ], + "x-ms-correlation-request-id": [ "03076875-3fbe-4575-8b81-5ab3afd707d8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014008Z:03076875-3fbe-4575-8b81-5ab3afd707d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:07 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -903,14 +903,14 @@ "Content": null } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+8": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "494" ], - "x-ms-client-request-id": [ "a2257aa9-1c5d-41bf-a724-e1abf8e3e2d9" ], + "x-ms-unique-id": [ "518" ], + "x-ms-client-request-id": [ "ee11e6e2-7124-444b-b1a1-d99c30739f27" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -926,29 +926,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "b9645cc5-6a96-49ba-898e-2bc530587b27" ], - "x-ms-correlation-request-id": [ "b9645cc5-6a96-49ba-898e-2bc530587b27" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004245Z:b9645cc5-6a96-49ba-898e-2bc530587b27" ], + "x-ms-request-id": [ "de432478-ebca-4fbd-852c-a153f62ce92f" ], + "x-ms-correlation-request-id": [ "de432478-ebca-4fbd-852c-a153f62ce92f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014008Z:de432478-ebca-4fbd-852c-a153f62ce92f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:07 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-g0a2kre13d\u0027 under resource group \u0027Functions-Test-Windows-Premium-5xovwq\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+9": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-MyPlan-g0a2kre13d?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "495" ], - "x-ms-client-request-id": [ "a44bff9c-a03a-4dfd-8439-fb42beabc327" ], + "x-ms-unique-id": [ "519" ], + "x-ms-client-request-id": [ "d3519790-6f32-4be1-90ae-d87c5da10dbc" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -964,19 +964,19 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "56f33d5b-d838-4c1e-9d2d-22464b9e6af8" ], - "x-ms-correlation-request-id": [ "56f33d5b-d838-4c1e-9d2d-22464b9e6af8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004245Z:56f33d5b-d838-4c1e-9d2d-22464b9e6af8" ], + "x-ms-request-id": [ "7682245f-c133-4756-8935-86890312c8f9" ], + "x-ms-correlation-request-id": [ "7682245f-c133-4756-8935-86890312c8f9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014008Z:7682245f-c133-4756-8935-86890312c8f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:42:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:07 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-g0a2kre13d\u0027 under resource group \u0027Functions-Test-Windows-Premium-5xovwq\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } } } \ No newline at end of file diff --git a/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json b/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json index bc4f7be668ab..7f101b528473 100644 --- a/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json +++ b/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json @@ -1,12 +1,12 @@ { - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "496" ], - "x-ms-client-request-id": [ "1fa9c52f-7563-4e22-a3ce-4d40f75a1143" ], + "x-ms-unique-id": [ "520" ], + "x-ms-client-request-id": [ "1c05df85-e487-41a6-8bda-cc72ce7b2fee" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,15 +22,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "683f628d-9519-4f4a-a7b4-0c9010be2cd6" ], + "x-ms-request-id": [ "57b1e5fb-cf87-4b0d-852c-5ba1039d277d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "6fdf9aa0-b0aa-46d1-a4a3-4ff4167ac781" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004314Z:6fdf9aa0-b0aa-46d1-a4a3-4ff4167ac781" ], + "x-ms-correlation-request-id": [ "2cfcc513-674c-4806-ab7a-13893ba4350c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014010Z:2cfcc513-674c-4806-ab7a-13893ba4350c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:09 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -39,14 +39,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "497" ], - "x-ms-client-request-id": [ "d1af551a-56db-423f-ba6f-e2d8faf8f077" ], + "x-ms-unique-id": [ "521" ], + "x-ms-client-request-id": [ "4d4a0f76-73c5-4915-ad36-7b13726b108c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -61,34 +61,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643770D4267F5\"" ], + "ETag": [ "\"1D6A4EF9CD126E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "902a0f18-027e-468f-9c79-a7bda9b8d900" ], + "x-ms-request-id": [ "9d1b8d86-dedc-45c9-972d-54be9899f902" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11690" ], - "x-ms-correlation-request-id": [ "e1b558be-b563-4027-861d-f20f20e6bb22" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004314Z:e1b558be-b563-4027-861d-f20f20e6bb22" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11667" ], + "x-ms-correlation-request-id": [ "3d38b8a5-dd3d-488c-874c-b47b68f84bba" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014010Z:3d38b8a5-dd3d-488c-874c-b47b68f84bba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5618" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:42:45.6633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:08.91\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "498" ], - "x-ms-client-request-id": [ "3e0939ef-ca79-464d-af48-b93ed54cdd31" ], + "x-ms-unique-id": [ "522" ], + "x-ms-client-request-id": [ "e0ef5dce-bbde-4642-a73c-a50fef558d0b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -104,32 +104,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5224d4e-d232-42e0-80f8-cf085688bac6" ], + "x-ms-request-id": [ "fc2d401c-780a-4163-84c2-f129757fcbca" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11945" ], - "x-ms-correlation-request-id": [ "f5e0b127-c5e0-4b65-88a7-313ad5d2cd7d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004314Z:f5e0b127-c5e0-4b65-88a7-313ad5d2cd7d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11943" ], + "x-ms-correlation-request-id": [ "d0ea099f-8157-48db-a8a2-1d70ee5a5e5f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014010Z:d0ea099f-8157-48db-a8a2-1d70ee5a5e5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "499" ], - "x-ms-client-request-id": [ "0f215cfe-5e30-46bd-9584-64c9b4a681d8" ], + "x-ms-unique-id": [ "523" ], + "x-ms-client-request-id": [ "a40b44c8-4da8-48d4-b8e0-91cb97e5b243" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -145,32 +145,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6312a6ee-33c3-4d96-8f2c-4fad26c53fbc" ], + "x-ms-request-id": [ "97d59b63-3c38-485f-b14c-6c46b967e053" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11689" ], - "x-ms-correlation-request-id": [ "875cda25-73af-4d9a-bc20-fb850962bba8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004315Z:875cda25-73af-4d9a-bc20-fb850962bba8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11666" ], + "x-ms-correlation-request-id": [ "a6d9c26f-afae-4cb5-b96e-1dc17831a313" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014010Z:a6d9c26f-afae-4cb5-b96e-1dc17831a313" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "500" ], - "x-ms-client-request-id": [ "85f9cf5a-39d6-4824-a9d1-58c7e873d9da" ], + "x-ms-unique-id": [ "524" ], + "x-ms-client-request-id": [ "12b0ec04-8be3-4daa-8872-5dc053e05e94" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -186,15 +186,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b2240559-640b-459f-acd7-6844bbbbf9b6" ], + "x-ms-request-id": [ "e375d8ea-7642-4e2b-aa0c-5ec542550b63" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "d732cba7-b51b-4cd4-8754-db021ce71ef9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004337Z:d732cba7-b51b-4cd4-8754-db021ce71ef9" ], + "x-ms-correlation-request-id": [ "17635492-3ea6-48c2-9d8c-b0234a1a1116" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014012Z:17635492-3ea6-48c2-9d8c-b0234a1a1116" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:36 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:11 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -203,14 +203,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "501" ], - "x-ms-client-request-id": [ "865ea763-401b-4b3b-ac0a-e89169c5ddff" ], + "x-ms-unique-id": [ "525" ], + "x-ms-client-request-id": [ "6052fd60-310b-4aad-96e3-245f20ca1d35" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -225,34 +225,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643771EE06540\"" ], + "ETag": [ "\"1D6A4EF9E24EA0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4896c8cb-4a4a-4f1d-95ae-f159893e9b58" ], + "x-ms-request-id": [ "2d66bdbc-c87a-4880-ac61-aa6174057229" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11688" ], - "x-ms-correlation-request-id": [ "635d1992-d557-4374-8f88-a0c0f7de5347" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004339Z:635d1992-d557-4374-8f88-a0c0f7de5347" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11665" ], + "x-ms-correlation-request-id": [ "f0134d1f-8fbb-46c4-903b-8885b095ef4b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014012Z:f0134d1f-8fbb-46c4-903b-8885b095ef4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5405" ], + "Content-Length": [ "5623" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:15.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:11.1366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "502" ], - "x-ms-client-request-id": [ "ccd697ff-7c18-4f5c-89f0-bc8b6b595e11" ], + "x-ms-unique-id": [ "526" ], + "x-ms-client-request-id": [ "67496010-7c97-4fdc-b1cd-5034f0a8ae86" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -268,32 +268,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1b8e2005-1da3-42af-b082-fb980230b213" ], + "x-ms-request-id": [ "697edc04-024e-4465-876f-19d9d7f1b26b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11944" ], - "x-ms-correlation-request-id": [ "cda01bc8-838e-4cbb-88e3-eec10a898dce" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004339Z:cda01bc8-838e-4cbb-88e3-eec10a898dce" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11942" ], + "x-ms-correlation-request-id": [ "a8f1dff8-ac40-45e0-83c6-ab5c4d6d32ea" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014013Z:a8f1dff8-ac40-45e0-83c6-ab5c4d6d32ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "503" ], - "x-ms-client-request-id": [ "be3b55fe-ff17-41ab-8ed1-c47f5322c847" ], + "x-ms-unique-id": [ "527" ], + "x-ms-client-request-id": [ "c98cfc79-ed91-427d-921b-758e7b00aa4d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -309,32 +309,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9f0b6974-8260-4311-a208-e98a49c1241f" ], + "x-ms-request-id": [ "0134e83f-9264-438d-a19d-f151525d484a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11687" ], - "x-ms-correlation-request-id": [ "86c38256-8f9b-4d77-a2d4-e14beb3a09e4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004340Z:86c38256-8f9b-4d77-a2d4-e14beb3a09e4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11664" ], + "x-ms-correlation-request-id": [ "6aa36cea-f65c-4c94-bb8f-e2805af92539" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014013Z:6aa36cea-f65c-4c94-bb8f-e2805af92539" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:39 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "504" ], - "x-ms-client-request-id": [ "84c1a16e-3842-4f22-9c45-c2f84947673c" ], + "x-ms-unique-id": [ "528" ], + "x-ms-client-request-id": [ "7c183475-9b83-4e88-989d-d3208bcfd81f" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -350,15 +350,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8e7625ac-7162-49d4-8e55-bf7b540127f8" ], + "x-ms-request-id": [ "4117533e-448e-4ba2-9675-6ae1bb339a5a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "4a782a33-cd54-4d80-a13d-912f8efb924a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004342Z:4a782a33-cd54-4d80-a13d-912f8efb924a" ], + "x-ms-correlation-request-id": [ "245242c7-fe01-4cac-8f02-a4bee2b4c764" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014015Z:245242c7-fe01-4cac-8f02-a4bee2b4c764" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:14 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -367,14 +367,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "505" ], - "x-ms-client-request-id": [ "b911620c-ceb4-4ec3-bd33-d31c7f7b62a0" ], + "x-ms-unique-id": [ "529" ], + "x-ms-client-request-id": [ "2ab739a1-356d-4cb3-bc2a-954cb4a5eb5d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -389,34 +389,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643772DD75E6B\"" ], + "ETag": [ "\"1D6A4EF9FBE5BC0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "03f5430e-e4da-47ea-9509-424fca5f9e1c" ], + "x-ms-request-id": [ "59348201-8c62-4f48-a157-424c599ecf0f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11686" ], - "x-ms-correlation-request-id": [ "d85243cd-baca-4578-ba4a-455a5b48d3ec" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004342Z:d85243cd-baca-4578-ba4a-455a5b48d3ec" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11663" ], + "x-ms-correlation-request-id": [ "2072f894-b5bc-4089-a48c-60965161294c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014015Z:2072f894-b5bc-4089-a48c-60965161294c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5618" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:40.3266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:13.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "506" ], - "x-ms-client-request-id": [ "1613ccd5-fb87-4469-ad87-d924bb47fb79" ], + "x-ms-unique-id": [ "530" ], + "x-ms-client-request-id": [ "73c4dc8c-6b27-4c9c-a0d3-d3d3c8c5f482" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -432,32 +432,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "603e3159-85d4-4c90-b0e3-0587163c69c1" ], + "x-ms-request-id": [ "23e503a8-88ca-4ca0-8a93-3a918f890786" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11943" ], - "x-ms-correlation-request-id": [ "e459b1d8-514c-4014-a4c1-b540dba461c2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:e459b1d8-514c-4014-a4c1-b540dba461c2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11941" ], + "x-ms-correlation-request-id": [ "18cfe57a-18d0-4d3f-aee7-ecfd9078f2cd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014015Z:18cfe57a-18d0-4d3f-aee7-ecfd9078f2cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "507" ], - "x-ms-client-request-id": [ "16f000d5-7070-41d2-a0de-20dcbff77379" ], + "x-ms-unique-id": [ "531" ], + "x-ms-client-request-id": [ "b63eb33f-625c-44dd-bf04-cfbc38b12cf1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -473,32 +473,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f424eba3-8ecb-4ee4-8789-a7200be6f414" ], + "x-ms-request-id": [ "e855cbd0-b974-4f60-9d72-5ca5eee05b17" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11685" ], - "x-ms-correlation-request-id": [ "824b5539-7d8b-4f69-8458-91a8f4bc95ce" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:824b5539-7d8b-4f69-8458-91a8f4bc95ce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11662" ], + "x-ms-correlation-request-id": [ "427163a0-27ed-4366-b378-50fc6c85e141" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014016Z:427163a0-27ed-4366-b378-50fc6c85e141" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "508" ], - "x-ms-client-request-id": [ "ee67c474-f4af-4042-9b6d-85441c423558" ], + "x-ms-unique-id": [ "532" ], + "x-ms-client-request-id": [ "d412b9d5-2b74-4036-b00e-bd958e7c3d65" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -514,15 +514,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e0c2bead-87a1-4bc2-9b64-c4b50cb976ee" ], + "x-ms-request-id": [ "fcd8f758-972c-45e8-bc47-5c85a87c34fc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "9a012ab7-b81f-41bd-8b8b-0381983fa0bf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:9a012ab7-b81f-41bd-8b8b-0381983fa0bf" ], + "x-ms-correlation-request-id": [ "0811d76f-53fd-4cc9-914d-1b637d5d7d71" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014016Z:0811d76f-53fd-4cc9-914d-1b637d5d7d71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:15 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -531,14 +531,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "509" ], - "x-ms-client-request-id": [ "ebbb6b1a-5ec5-43c3-a414-06c13c1ded4e" ], + "x-ms-unique-id": [ "533" ], + "x-ms-client-request-id": [ "0693b437-6fd9-472a-929a-77d6c714015e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -553,34 +553,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374827BE535\"" ], + "ETag": [ "\"1D6A4ED86C05E0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "974da799-11cd-4249-9509-94edb51671e1" ], + "x-ms-request-id": [ "a2aece75-efcf-45a7-b74c-9ccf40852b87" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11684" ], - "x-ms-correlation-request-id": [ "264968bb-c16a-4a4b-b0e5-23509319b5e7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:264968bb-c16a-4a4b-b0e5-23509319b5e7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11661" ], + "x-ms-correlation-request-id": [ "3614750c-4ee0-48bc-9e75-9adf08828913" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014016Z:3614750c-4ee0-48bc-9e75-9adf08828913" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:25:12.8966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "510" ], - "x-ms-client-request-id": [ "f969848e-e360-4f0b-a8c1-0dc22c338f3d" ], + "x-ms-unique-id": [ "534" ], + "x-ms-client-request-id": [ "30a0f231-9acf-4b57-89ed-4a957b8e8c1e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -596,32 +596,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5780c652-ff49-4f35-9b8b-8e9541e25c46" ], + "x-ms-request-id": [ "c00b8cba-0ecf-4b71-8cc1-d3844c96e814" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11942" ], - "x-ms-correlation-request-id": [ "f5304058-8c5f-430f-8461-d1f01f150682" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:f5304058-8c5f-430f-8461-d1f01f150682" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11940" ], + "x-ms-correlation-request-id": [ "a6268857-947d-4184-8410-78118f30fae6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014016Z:a6268857-947d-4184-8410-78118f30fae6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "511" ], - "x-ms-client-request-id": [ "f197de33-fca4-4352-ba8e-a85835d1802b" ], + "x-ms-unique-id": [ "535" ], + "x-ms-client-request-id": [ "adedb033-4e31-4de4-9a99-a6c8b0a0fb3e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -637,32 +637,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c43ed669-828c-4721-b41a-cbedfaff1b82" ], + "x-ms-request-id": [ "e8cb8b2f-e30a-469c-bd32-6ec437c0e3fe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11683" ], - "x-ms-correlation-request-id": [ "f2f47a52-4c88-4c56-b026-0edfffaf30fd" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:f2f47a52-4c88-4c56-b026-0edfffaf30fd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11660" ], + "x-ms-correlation-request-id": [ "81aa17ca-5592-43ce-92ee-f8c19cf15105" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014016Z:81aa17ca-5592-43ce-92ee-f8c19cf15105" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "512" ], - "x-ms-client-request-id": [ "2f4d75a9-ec42-44bb-8bea-f7ee123aca49" ], + "x-ms-unique-id": [ "536" ], + "x-ms-client-request-id": [ "b1e9864c-fbc8-42b2-acf3-70478d16af94" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -678,15 +678,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "17532e0a-e6f4-4a5b-a5de-412f4bf0e40b" ], + "x-ms-request-id": [ "debe365a-33af-4284-bf9e-349d6b5f11a7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "519b9720-d2b8-478d-a9c1-8d942dd942e1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:519b9720-d2b8-478d-a9c1-8d942dd942e1" ], + "x-ms-correlation-request-id": [ "84ca1560-9670-41a5-88fb-d30a28f63866" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014017Z:84ca1560-9670-41a5-88fb-d30a28f63866" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:16 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -695,14 +695,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "513" ], - "x-ms-client-request-id": [ "d4f9c6a8-868c-4ac1-93f6-52986bded0af" ], + "x-ms-unique-id": [ "537" ], + "x-ms-client-request-id": [ "1f6f6c29-6198-449c-874c-8b7179b158da" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -717,34 +717,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64377302F0A0B\"" ], + "ETag": [ "\"1D6A4EFA1B8710B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a6afd76d-038e-47a7-8546-15ef6d1d8763" ], + "x-ms-request-id": [ "c979befa-32a9-4496-8ed8-7cc3f57651a7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11682" ], - "x-ms-correlation-request-id": [ "34368eea-0954-4444-be15-9dd81cc84de2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:34368eea-0954-4444-be15-9dd81cc84de2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11659" ], + "x-ms-correlation-request-id": [ "039bbc4c-b8f0-4161-b513-08d711ffdddd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014017Z:039bbc4c-b8f0-4161-b513-08d711ffdddd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:44.2566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:17.1366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "514" ], - "x-ms-client-request-id": [ "e02c395f-019f-45a4-9ff4-0a784d967a92" ], + "x-ms-unique-id": [ "538" ], + "x-ms-client-request-id": [ "7c5ab9bc-9b32-42e4-ad80-debde1b8cadd" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -760,32 +760,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d1f1fa5a-4176-425d-9817-a4ebaba75144" ], + "x-ms-request-id": [ "355b004a-4243-4df4-bd8c-57fcabe71c38" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11941" ], - "x-ms-correlation-request-id": [ "fae0378b-e957-49fa-8343-a8192e146863" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:fae0378b-e957-49fa-8343-a8192e146863" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11939" ], + "x-ms-correlation-request-id": [ "b6ddff8e-c7b9-451b-b219-34d5ccaedb15" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014017Z:b6ddff8e-c7b9-451b-b219-34d5ccaedb15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "515" ], - "x-ms-client-request-id": [ "60c62c70-8f05-4370-9c7f-602809a07e9e" ], + "x-ms-unique-id": [ "539" ], + "x-ms-client-request-id": [ "341836e4-9e3c-443a-9b68-a0d8ccafec42" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -801,32 +801,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f9e7bb8d-51ec-4fb8-b0fb-0d479969b385" ], + "x-ms-request-id": [ "61952433-5eb7-407f-9666-32d0c70e7320" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11681" ], - "x-ms-correlation-request-id": [ "d19a8539-f097-4259-b039-bc151ce83da0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:d19a8539-f097-4259-b039-bc151ce83da0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11658" ], + "x-ms-correlation-request-id": [ "9a2d12dc-cfa5-460c-acdf-88e8f2007841" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014017Z:9a2d12dc-cfa5-460c-acdf-88e8f2007841" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "516" ], - "x-ms-client-request-id": [ "5dcf12c2-6aeb-491f-8909-970b97b69fe7" ], + "x-ms-unique-id": [ "540" ], + "x-ms-client-request-id": [ "b94b6f7a-4818-4cb9-aee1-08eea67cabdf" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -842,15 +842,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "96a86ea4-93e7-48ab-b4fb-c4ec085797f5" ], + "x-ms-request-id": [ "b2cf653d-336f-41c9-a038-f4f45536d032" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "fab638de-87a5-4437-a306-57bd0e0a8842" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:fab638de-87a5-4437-a306-57bd0e0a8842" ], + "x-ms-correlation-request-id": [ "2a3c88ee-197e-4c2c-8ea0-2bca05f4440e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014018Z:2a3c88ee-197e-4c2c-8ea0-2bca05f4440e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:17 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -859,14 +859,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "517" ], - "x-ms-client-request-id": [ "76060b27-d8e0-490a-be1b-8cbbfcb6eb06" ], + "x-ms-unique-id": [ "541" ], + "x-ms-client-request-id": [ "22254436-52f4-45aa-87f3-5693a591d5ff" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -881,34 +881,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437730A91C0B\"" ], + "ETag": [ "\"1D6A4EFA25A2F4B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f55b828d-ce54-4adb-8ffc-c89483f563b8" ], + "x-ms-request-id": [ "f773e180-8a58-44d1-befa-e4c876fe5a06" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11680" ], - "x-ms-correlation-request-id": [ "cc3aca29-3a5f-47d3-8ac6-5d115444743a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:cc3aca29-3a5f-47d3-8ac6-5d115444743a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11657" ], + "x-ms-correlation-request-id": [ "bf38105b-c3f6-43dd-8118-42035933d6e8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014018Z:bf38105b-c3f6-43dd-8118-42035933d6e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:18.1966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "518" ], - "x-ms-client-request-id": [ "52e93509-b6ed-42c0-bde0-e66c8d35e9bb" ], + "x-ms-unique-id": [ "542" ], + "x-ms-client-request-id": [ "7f2a5208-0306-47f7-b77c-3382b464e9ad" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -924,32 +924,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1210347d-c154-4377-a417-62e643ee6c33" ], + "x-ms-request-id": [ "131308c2-12d1-42ef-bc34-62da6ddea0c7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11940" ], - "x-ms-correlation-request-id": [ "7317df14-1716-4722-958f-f3f3a7ee48d1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:7317df14-1716-4722-958f-f3f3a7ee48d1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11938" ], + "x-ms-correlation-request-id": [ "610d7cfa-50dc-4b94-8fe9-3a54202efcf8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014018Z:610d7cfa-50dc-4b94-8fe9-3a54202efcf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "519" ], - "x-ms-client-request-id": [ "09131793-8823-4166-9904-5610e3dad94a" ], + "x-ms-unique-id": [ "543" ], + "x-ms-client-request-id": [ "5a08cc1d-129d-46b4-943c-1a7b18041aae" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -965,32 +965,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9d5bd314-9f6b-4237-8dac-f66da562d1d6" ], + "x-ms-request-id": [ "4e9c192f-fc98-47d1-b459-c972afb4a7db" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11679" ], - "x-ms-correlation-request-id": [ "b6e15d15-99a0-4ce6-bb24-954582e88325" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:b6e15d15-99a0-4ce6-bb24-954582e88325" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11656" ], + "x-ms-correlation-request-id": [ "dab68196-dcea-4929-93f8-b9884dc68c92" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014018Z:dab68196-dcea-4929-93f8-b9884dc68c92" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:45 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "520" ], - "x-ms-client-request-id": [ "e7923372-97a9-4bf0-91c3-a61f299eab11" ], + "x-ms-unique-id": [ "544" ], + "x-ms-client-request-id": [ "8e86b22e-3e41-4248-a17b-4f63e5ed991b" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1006,15 +1006,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0b2c713a-592b-43b0-83ae-c251f51d7fe3" ], + "x-ms-request-id": [ "b695d7eb-7f9e-4201-8750-02ff6d57727a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "43099dfc-c334-4617-b421-49e0499a7a93" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004347Z:43099dfc-c334-4617-b421-49e0499a7a93" ], + "x-ms-correlation-request-id": [ "4d4139a4-76db-4a4b-a271-e5d76dc37738" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014020Z:4d4139a4-76db-4a4b-a271-e5d76dc37738" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:19 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1023,14 +1023,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "521" ], - "x-ms-client-request-id": [ "8d8e629b-c6d2-4ca3-8dfa-57706c24cd14" ], + "x-ms-unique-id": [ "545" ], + "x-ms-client-request-id": [ "fecf8e7a-87a2-4ace-a86a-eb4db3c22293" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1045,34 +1045,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773126BD80\"" ], + "ETag": [ "\"1D6A4EFA2E30155\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8ed9b308-3550-49d1-9677-2ae16742d051" ], + "x-ms-request-id": [ "f5b4a07e-e91d-4b62-9634-0f8a5e2f83ce" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11678" ], - "x-ms-correlation-request-id": [ "11d140a1-a9d9-434a-a9f5-34391247afe8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004348Z:11d140a1-a9d9-434a-a9f5-34391247afe8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11655" ], + "x-ms-correlation-request-id": [ "6dc796cc-0af8-4212-9629-d0a5607aaffc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014020Z:6dc796cc-0af8-4212-9629-d0a5607aaffc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5387" ], + "Content-Length": [ "5513" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.88\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:19.0933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "522" ], - "x-ms-client-request-id": [ "7468cc6f-365f-4140-a583-478c1fe035cb" ], + "x-ms-unique-id": [ "546" ], + "x-ms-client-request-id": [ "e825c3cd-43c9-4359-8001-c0a403fd8f15" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1088,32 +1088,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e29cbc1a-db58-4b14-a492-9c782d8048c7" ], + "x-ms-request-id": [ "1263fb9d-a803-496f-abc9-e7a1ce0c7848" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11939" ], - "x-ms-correlation-request-id": [ "46f15f86-f915-44fc-8a8c-c3322dc961bb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004348Z:46f15f86-f915-44fc-8a8c-c3322dc961bb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11937" ], + "x-ms-correlation-request-id": [ "75638cab-9a41-4adc-9bea-65789128f963" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014021Z:75638cab-9a41-4adc-9bea-65789128f963" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "523" ], - "x-ms-client-request-id": [ "181efeb1-9038-4202-9876-d55652264be6" ], + "x-ms-unique-id": [ "547" ], + "x-ms-client-request-id": [ "21b719af-1ee4-4088-a10c-3fc6de53229e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1129,32 +1129,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "219b1c1c-98bf-438a-83d8-5a1f4e969b0e" ], + "x-ms-request-id": [ "4d076d85-ce3c-4076-a8c4-dbf965b608e7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11677" ], - "x-ms-correlation-request-id": [ "3e16bcdd-7c7f-4535-a717-d74d3b8077ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004348Z:3e16bcdd-7c7f-4535-a717-d74d3b8077ad" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11654" ], + "x-ms-correlation-request-id": [ "58d30b5b-13d1-4297-93bb-3e01ea56be16" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014021Z:58d30b5b-13d1-4297-93bb-3e01ea56be16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "524" ], - "x-ms-client-request-id": [ "8ea6d8a3-8ee6-4987-833e-40f78992a804" ], + "x-ms-unique-id": [ "548" ], + "x-ms-client-request-id": [ "383fd7d0-b941-49f0-acc8-91a194b943de" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1170,15 +1170,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c20f9fa6-c7ac-49f2-9376-db6ec6e228a3" ], + "x-ms-request-id": [ "2fa98a93-2a3d-4918-b641-262e25004619" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "5ee270aa-cffa-43ca-9c6b-442a29036a74" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:5ee270aa-cffa-43ca-9c6b-442a29036a74" ], + "x-ms-correlation-request-id": [ "4a1a725c-d9d5-406f-9757-9ceb3018c335" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014023Z:4a1a725c-d9d5-406f-9757-9ceb3018c335" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:22 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1187,14 +1187,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "525" ], - "x-ms-client-request-id": [ "a3f23f8f-c6da-4681-8d90-02cfde447b1e" ], + "x-ms-unique-id": [ "549" ], + "x-ms-client-request-id": [ "3e3e0632-a762-4316-ab5f-02f4595275ee" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1209,34 +1209,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437732BF2ACB\"" ], + "ETag": [ "\"1D6A4EFA471C4AB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1c18acae-6a1d-49e0-9c60-7c4a64a3ce8a" ], + "x-ms-request-id": [ "2b4cdd21-2d9d-4f47-ac3e-e253fc85bcb8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11676" ], - "x-ms-correlation-request-id": [ "f39a978f-2325-4eb4-818d-c3610113166c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:f39a978f-2325-4eb4-818d-c3610113166c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11653" ], + "x-ms-correlation-request-id": [ "5bdf5d2a-8b86-4ad6-9897-685b3b9a9ec4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014023Z:5bdf5d2a-8b86-4ad6-9897-685b3b9a9ec4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:49 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5513" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:48.5566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:21.7066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "526" ], - "x-ms-client-request-id": [ "eea12453-db35-4e7c-8d6f-50c204c456f6" ], + "x-ms-unique-id": [ "550" ], + "x-ms-client-request-id": [ "c22b5a84-816d-465e-8d49-18c005639d97" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1252,32 +1252,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2a1eb1bf-fa71-4f74-85af-909f81045911" ], + "x-ms-request-id": [ "d88c3c6f-ae73-497f-ab21-d7e27b1d74fe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11938" ], - "x-ms-correlation-request-id": [ "b9f64d6d-0826-448c-83a9-61c409b0bc0a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:b9f64d6d-0826-448c-83a9-61c409b0bc0a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11936" ], + "x-ms-correlation-request-id": [ "763a6e38-3524-42e3-81af-326183b64494" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014023Z:763a6e38-3524-42e3-81af-326183b64494" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "527" ], - "x-ms-client-request-id": [ "dc1daa4b-0b2b-48f6-ad79-3eb7aba3ac89" ], + "x-ms-unique-id": [ "551" ], + "x-ms-client-request-id": [ "c62ba0b5-4de6-480b-9feb-651b2cf17288" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1293,32 +1293,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e34aa103-a6e2-4350-b559-af3835a4dadc" ], + "x-ms-request-id": [ "36d0edf2-300d-41a4-b4b1-ec1bf2300d16" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11675" ], - "x-ms-correlation-request-id": [ "a09a2ed2-a378-4c23-b407-d2ea4d2172e7" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:a09a2ed2-a378-4c23-b407-d2ea4d2172e7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11652" ], + "x-ms-correlation-request-id": [ "2da4a3c4-727b-446a-989e-8bb9ff112ce0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014023Z:2da4a3c4-727b-446a-989e-8bb9ff112ce0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:50 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "528" ], - "x-ms-client-request-id": [ "4770bca8-344c-4b69-9a57-b5c4cf8f5fa1" ], + "x-ms-unique-id": [ "552" ], + "x-ms-client-request-id": [ "c1053518-a682-4f2b-a79d-4878001a7508" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1334,15 +1334,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9dc56bbf-1932-449a-b0b7-c7616d9533f3" ], + "x-ms-request-id": [ "49ae9117-5cc5-434e-9e7a-f73777fd4005" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "42e1dee7-8453-45c4-a32e-e811beb584b0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:42e1dee7-8453-45c4-a32e-e811beb584b0" ], + "x-ms-correlation-request-id": [ "0626b226-e2c6-45b0-8dbc-17ef15c0221a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014025Z:0626b226-e2c6-45b0-8dbc-17ef15c0221a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:24 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1351,14 +1351,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "529" ], - "x-ms-client-request-id": [ "831f0af1-a557-4788-a73a-b980d71a229f" ], + "x-ms-unique-id": [ "553" ], + "x-ms-client-request-id": [ "88ade4ce-564f-4659-97bc-2930694303a3" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1373,34 +1373,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773436888B\"" ], + "ETag": [ "\"1D6A4EFA5EAA90B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1a06d560-e678-475c-8dd6-d68687916023" ], + "x-ms-request-id": [ "d0c9ff7e-bb5e-4a48-9021-13b27cff3a9b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11674" ], - "x-ms-correlation-request-id": [ "f72f2119-0ea8-4483-b2a6-aa0104fc1e97" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:f72f2119-0ea8-4483-b2a6-aa0104fc1e97" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11651" ], + "x-ms-correlation-request-id": [ "8949f15f-d7dc-4aeb-9513-0b744e0cbc77" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014026Z:8949f15f-d7dc-4aeb-9513-0b744e0cbc77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:51 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5513" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:51.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:24.1766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "530" ], - "x-ms-client-request-id": [ "23310abc-e2af-4c15-8b67-315ab5c6ef47" ], + "x-ms-unique-id": [ "554" ], + "x-ms-client-request-id": [ "cfbba299-a53f-4e9b-b49a-0ab5ca096206" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1416,32 +1416,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "30310f3c-3f2a-463a-8f86-5d5ce72acf49" ], + "x-ms-request-id": [ "54d57413-80ab-4437-aeeb-ca6bfb1b74b0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11937" ], - "x-ms-correlation-request-id": [ "fb41c22a-4cd8-49d8-a3b0-ffb1d64acff6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:fb41c22a-4cd8-49d8-a3b0-ffb1d64acff6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11935" ], + "x-ms-correlation-request-id": [ "282f997f-cb90-4770-871c-076976d36f7a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014026Z:282f997f-cb90-4770-871c-076976d36f7a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "531" ], - "x-ms-client-request-id": [ "24058652-2a14-44f1-bc83-f3698272dd3f" ], + "x-ms-unique-id": [ "555" ], + "x-ms-client-request-id": [ "1f851bca-7110-4982-b764-1f876697d75b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1457,32 +1457,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2ba71b54-2bbf-4102-8d13-8ca9545f06f7" ], + "x-ms-request-id": [ "de1ee8a0-0839-49fd-89df-c55c7bd0d25a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11673" ], - "x-ms-correlation-request-id": [ "a886d29e-20eb-40d9-9d27-472cc89ad8b6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:a886d29e-20eb-40d9-9d27-472cc89ad8b6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11650" ], + "x-ms-correlation-request-id": [ "ef371bb2-33d3-4960-b118-9fb2441f7f14" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014026Z:ef371bb2-33d3-4960-b118-9fb2441f7f14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "532" ], - "x-ms-client-request-id": [ "55658be7-b5d0-4666-bc65-837d64f1121c" ], + "x-ms-unique-id": [ "556" ], + "x-ms-client-request-id": [ "28e4d58c-4a0d-45ab-a883-beede89a3355" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1498,15 +1498,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b310f2d1-e592-4b6e-90d6-70b409d4ab19" ], + "x-ms-request-id": [ "34c7d83a-8505-49f0-9356-430945b3f0d5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "00b333b9-26a0-4d11-b56f-ec0bc9fb14c8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:00b333b9-26a0-4d11-b56f-ec0bc9fb14c8" ], + "x-ms-correlation-request-id": [ "8a80a486-64f0-4a06-bddf-87a57d0be7da" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014026Z:8a80a486-64f0-4a06-bddf-87a57d0be7da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:25 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1515,14 +1515,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "533" ], - "x-ms-client-request-id": [ "2839a81f-db92-48b2-8842-aee94aaebd92" ], + "x-ms-unique-id": [ "557" ], + "x-ms-client-request-id": [ "05372717-e707-46a6-bd86-c7724d9ad901" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1537,34 +1537,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64374B665488B\"" ], + "ETag": [ "\"1D6A4EDB205BD55\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a98b58ad-79d1-4ff3-a698-3bb32bfd9c00" ], + "x-ms-request-id": [ "6d27c36b-b477-487f-8518-bc9a477d2388" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11672" ], - "x-ms-correlation-request-id": [ "e4c014e2-4002-496d-b5ae-57df9566bf39" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:e4c014e2-4002-496d-b5ae-57df9566bf39" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11649" ], + "x-ms-correlation-request-id": [ "71077925-c393-4b15-919e-25f0b3a6beb7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014027Z:71077925-c393-4b15-919e-25f0b3a6beb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:26:25.4933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "534" ], - "x-ms-client-request-id": [ "64e12498-b962-47f7-8fbc-a88bf5097955" ], + "x-ms-unique-id": [ "558" ], + "x-ms-client-request-id": [ "56cd7a47-f32c-47a0-bfe1-1b795c4658a0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1580,32 +1580,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "31f428fe-b644-4338-931f-2a1416954a7e" ], + "x-ms-request-id": [ "f5be935c-b983-40cb-a117-37606381bfd2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11936" ], - "x-ms-correlation-request-id": [ "e1f45e5a-891f-43c2-9a07-de046f319488" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:e1f45e5a-891f-43c2-9a07-de046f319488" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11934" ], + "x-ms-correlation-request-id": [ "b4abce3e-945d-4989-98d1-2cad55c4fe48" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014027Z:b4abce3e-945d-4989-98d1-2cad55c4fe48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "535" ], - "x-ms-client-request-id": [ "e06c1117-0614-4758-b17e-0733a109bf67" ], + "x-ms-unique-id": [ "559" ], + "x-ms-client-request-id": [ "3e38bf5d-1891-4d53-bd63-bdcc289fb791" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1621,32 +1621,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3152793c-40cf-4b0d-8001-5011602939ca" ], + "x-ms-request-id": [ "5ebf6996-5246-4f67-895e-eaced8e286ea" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11671" ], - "x-ms-correlation-request-id": [ "d6d669e0-8ac6-49ea-bfc4-b74dbf7e84e0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:d6d669e0-8ac6-49ea-bfc4-b74dbf7e84e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11648" ], + "x-ms-correlation-request-id": [ "86548428-d41f-42aa-a083-1fbc1b964131" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014027Z:86548428-d41f-42aa-a083-1fbc1b964131" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "536" ], - "x-ms-client-request-id": [ "360ab5db-301a-4b7d-8b25-761b1299a89e" ], + "x-ms-unique-id": [ "560" ], + "x-ms-client-request-id": [ "db9957ea-47ee-42b0-81fa-980c2584106e" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1662,15 +1662,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b6483cd8-cf1e-459f-8b28-f83dfcf2f91b" ], + "x-ms-request-id": [ "2d37e1c6-831b-4ad8-8660-587ad24755ab" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "d429b93b-3f1d-42f2-ab34-e94c345b59be" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:d429b93b-3f1d-42f2-ab34-e94c345b59be" ], + "x-ms-correlation-request-id": [ "1cac83ab-cff7-4879-a0f9-a0068aa5a3ab" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014027Z:1cac83ab-cff7-4879-a0f9-a0068aa5a3ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:27 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1679,14 +1679,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "537" ], - "x-ms-client-request-id": [ "bfea8cda-429d-407e-90bb-38f781d7b3a7" ], + "x-ms-unique-id": [ "561" ], + "x-ms-client-request-id": [ "8a776b1b-4c6c-4073-9294-64d4da54a577" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1701,34 +1701,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437735C7D6EB\"" ], + "ETag": [ "\"1D6A4EFA80DF135\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7323fefa-3ff1-43b6-95c3-d1aff3660f43" ], + "x-ms-request-id": [ "d8892761-5423-4ac8-8f8f-6535d43a5f3a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11670" ], - "x-ms-correlation-request-id": [ "ff41714b-b7c8-4e89-95f0-756abf970c69" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:ff41714b-b7c8-4e89-95f0-756abf970c69" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11647" ], + "x-ms-correlation-request-id": [ "fecadfc6-df59-4c94-a845-c94380a94f0a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014028Z:fecadfc6-df59-4c94-a845-c94380a94f0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:53.6466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:27.7633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "538" ], - "x-ms-client-request-id": [ "1de5ed00-01a2-4562-9e2c-4ad69122ba5d" ], + "x-ms-unique-id": [ "562" ], + "x-ms-client-request-id": [ "191dcbd7-798c-4fc0-8507-19ee9d58e682" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1744,32 +1744,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "39d5bbbf-1d71-4548-b90f-29764f9c5918" ], + "x-ms-request-id": [ "b66a7ba6-8972-4f2e-b578-0fa4fc7e8f82" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11935" ], - "x-ms-correlation-request-id": [ "f15a39b3-5740-4775-b98a-4fb18556be83" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:f15a39b3-5740-4775-b98a-4fb18556be83" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11933" ], + "x-ms-correlation-request-id": [ "c09cc5ca-8245-446f-9930-9cd3a62a87d2" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014028Z:c09cc5ca-8245-446f-9930-9cd3a62a87d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "539" ], - "x-ms-client-request-id": [ "8c47a714-3a86-419b-817b-5a3963f5eab2" ], + "x-ms-unique-id": [ "563" ], + "x-ms-client-request-id": [ "be88e3b8-99a3-4f0b-a450-02da6cb23487" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1785,32 +1785,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5649dcc7-5637-4420-9b36-57f4291bf892" ], + "x-ms-request-id": [ "0b45a158-e164-4e54-95ad-1607fd9e3270" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11669" ], - "x-ms-correlation-request-id": [ "6a23021f-2645-494d-b515-2b50a35ed325" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:6a23021f-2645-494d-b515-2b50a35ed325" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11646" ], + "x-ms-correlation-request-id": [ "8cece832-a671-4fa9-bcdc-8d17b8673b4e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014028Z:8cece832-a671-4fa9-bcdc-8d17b8673b4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "540" ], - "x-ms-client-request-id": [ "1fc13f87-1948-4dad-99d3-45fe83fb4f52" ], + "x-ms-unique-id": [ "564" ], + "x-ms-client-request-id": [ "4e3e9e5a-bfc8-4c3a-951f-7c9683f88c32" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1826,15 +1826,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "583f1427-f0e2-4052-9321-084c7afeec45" ], + "x-ms-request-id": [ "ec2361e2-2c21-418a-9063-dead1358a562" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "481da273-085d-4369-9129-f5a4cd88a3cf" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:481da273-085d-4369-9129-f5a4cd88a3cf" ], + "x-ms-correlation-request-id": [ "373a613b-bba7-4678-bb61-5063bc5edb4c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014028Z:373a613b-bba7-4678-bb61-5063bc5edb4c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:28 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1843,14 +1843,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "541" ], - "x-ms-client-request-id": [ "0c21a763-1b4f-4c92-a0a7-ddf8dfe9c669" ], + "x-ms-unique-id": [ "565" ], + "x-ms-client-request-id": [ "dacddabb-9666-43ad-b18c-f051e736f76d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1865,34 +1865,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773655BF0B\"" ], + "ETag": [ "\"1D6A4EFA8B9596B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "584544bc-8f38-4325-8bba-400615557618" ], + "x-ms-request-id": [ "e7c98391-ccdd-4057-81cb-6664e3bcb019" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11668" ], - "x-ms-correlation-request-id": [ "66d3c356-6508-4893-b9f3-560e9dfadd79" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:66d3c356-6508-4893-b9f3-560e9dfadd79" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11645" ], + "x-ms-correlation-request-id": [ "d3319c33-5202-4d52-b1d3-ab6c08816f2f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014029Z:d3319c33-5202-4d52-b1d3-ab6c08816f2f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:28.8866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "542" ], - "x-ms-client-request-id": [ "f814fca1-2cb6-4136-863f-ade64fcbf96e" ], + "x-ms-unique-id": [ "566" ], + "x-ms-client-request-id": [ "dfea635f-4f34-4166-a88e-f5cac9269d98" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1908,32 +1908,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f1cb45f6-0368-4e9e-b365-22bc8df1e7a6" ], + "x-ms-request-id": [ "03d8dd93-8f66-46ff-8093-b5f1c043ba92" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11934" ], - "x-ms-correlation-request-id": [ "07129d38-8c85-4bf5-9d5b-0cfa37e6f825" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:07129d38-8c85-4bf5-9d5b-0cfa37e6f825" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11932" ], + "x-ms-correlation-request-id": [ "efa8bbaf-a5ac-4b66-a216-589af5b9bfd9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014029Z:efa8bbaf-a5ac-4b66-a216-589af5b9bfd9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "543" ], - "x-ms-client-request-id": [ "c45248af-f187-42c3-903f-359ed0d1fa98" ], + "x-ms-unique-id": [ "567" ], + "x-ms-client-request-id": [ "7be86cec-e89e-467c-810d-3993a9a08186" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1949,32 +1949,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5835305d-c79f-43a4-bac3-a7c1321154b0" ], + "x-ms-request-id": [ "0219ee39-4b88-455e-b5af-2f7752a943cb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11667" ], - "x-ms-correlation-request-id": [ "5fdcc440-d2db-48a8-9d60-7bc542762968" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:5fdcc440-d2db-48a8-9d60-7bc542762968" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11644" ], + "x-ms-correlation-request-id": [ "bdca4e9d-b011-4716-b137-7c011635f088" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014029Z:bdca4e9d-b011-4716-b137-7c011635f088" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "544" ], - "x-ms-client-request-id": [ "b876000c-8d86-46bc-b7d7-05a97a9de1dc" ], + "x-ms-unique-id": [ "568" ], + "x-ms-client-request-id": [ "7278e1e3-6f36-4f39-a6f0-8ffe79acec90" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1989,34 +1989,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643772DD75E6B\"" ], + "ETag": [ "\"1D6A4EF9FBE5BC0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d97c93d9-4a69-4886-b406-380168132856" ], + "x-ms-request-id": [ "e7f35785-a55f-437e-afd2-09b1ca1b1fb2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11666" ], - "x-ms-correlation-request-id": [ "2cecd01a-b4f8-463d-89f5-9400ec4d6f68" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:2cecd01a-b4f8-463d-89f5-9400ec4d6f68" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11643" ], + "x-ms-correlation-request-id": [ "04aa0573-81f7-4e3d-be23-aeb9d3605f15" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014030Z:04aa0573-81f7-4e3d-be23-aeb9d3605f15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5618" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:40.3266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:13.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "545" ], - "x-ms-client-request-id": [ "42171e25-3a30-4dfc-9c61-a1d2c5182dba" ], + "x-ms-unique-id": [ "569" ], + "x-ms-client-request-id": [ "8c406316-03d9-4a16-8622-b098d0af5409" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2032,32 +2032,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4658be05-9318-481f-97a1-acd2a2d1cc86" ], + "x-ms-request-id": [ "85af6029-112a-474b-bcad-4757f076a59a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11933" ], - "x-ms-correlation-request-id": [ "d82f4cb7-36f9-433a-aa86-583b9f90b433" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:d82f4cb7-36f9-433a-aa86-583b9f90b433" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11931" ], + "x-ms-correlation-request-id": [ "fc0cbd2b-d71d-4f12-b4e1-08f463ff1c41" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014030Z:fc0cbd2b-d71d-4f12-b4e1-08f463ff1c41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "546" ], - "x-ms-client-request-id": [ "9bfb1d65-f150-42c5-85c3-3ad7714f8c93" ], + "x-ms-unique-id": [ "570" ], + "x-ms-client-request-id": [ "01179927-a8a2-448d-85a9-382ed3f72d8f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2073,32 +2073,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5eced3f-139c-41c8-97cf-6227b5418119" ], + "x-ms-request-id": [ "1df935b2-f76b-401b-ae5a-3609bd3e8298" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11665" ], - "x-ms-correlation-request-id": [ "a5dcf6e0-8657-4560-a03a-6ed7459bab4f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:a5dcf6e0-8657-4560-a03a-6ed7459bab4f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11642" ], + "x-ms-correlation-request-id": [ "a63cf14b-1fe1-45c1-aa18-7e5fbe3ef78d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014030Z:a63cf14b-1fe1-45c1-aa18-7e5fbe3ef78d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:55 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "547" ], - "x-ms-client-request-id": [ "899e14c7-1540-420b-97c4-22b0c2144f1b" ], + "x-ms-unique-id": [ "571" ], + "x-ms-client-request-id": [ "b165e18d-bf78-4f54-84f2-a068e47ed455" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2114,15 +2114,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c37f6971-3557-495a-8f05-abeaf26f050a" ], + "x-ms-request-id": [ "2c27a3f7-90c4-4150-a5aa-545ee13ef68e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "d815e34d-f166-4416-878b-fe29a0172b04" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:d815e34d-f166-4416-878b-fe29a0172b04" ], + "x-ms-correlation-request-id": [ "73ec8efa-62ad-49c2-a512-93f47f935126" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014032Z:73ec8efa-62ad-49c2-a512-93f47f935126" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:31 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2131,14 +2131,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "548" ], - "x-ms-client-request-id": [ "6be826ff-9ff2-47c8-8228-7d7f9280be58" ], + "x-ms-unique-id": [ "572" ], + "x-ms-client-request-id": [ "2e4e0656-b671-414c-b304-c66885de0b6b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2153,34 +2153,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64377373C276B\"" ], + "ETag": [ "\"1D6A4EFA9E6F6F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dd4af405-57eb-49df-8ccc-2e325082c6c7" ], + "x-ms-request-id": [ "e119d75a-6348-45d4-a49a-0a69d666357a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11664" ], - "x-ms-correlation-request-id": [ "0eefb58f-81ec-4eaa-bc72-5a15554adc8e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:0eefb58f-81ec-4eaa-bc72-5a15554adc8e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11641" ], + "x-ms-correlation-request-id": [ "d163a5fc-81a2-4fd7-9e6c-f80bf60ae1ce" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014032Z:d163a5fc-81a2-4fd7-9e6c-f80bf60ae1ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5623" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:56.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:30.8633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "549" ], - "x-ms-client-request-id": [ "c4b04561-cfdd-4f42-bcc9-2bc1527d682f" ], + "x-ms-unique-id": [ "573" ], + "x-ms-client-request-id": [ "ed59f903-683d-41f7-8b92-1afd14d3dc6f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2196,32 +2196,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ffd2f548-b09d-444c-b044-d2fb14ae154d" ], + "x-ms-request-id": [ "2cec27ef-6b47-4e47-83db-6f33d4f4004f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11932" ], - "x-ms-correlation-request-id": [ "88f1951d-cfcf-44c9-ba39-7bc37e52219a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:88f1951d-cfcf-44c9-ba39-7bc37e52219a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11930" ], + "x-ms-correlation-request-id": [ "37ff05b8-bcd6-428d-b26e-28c4288130b3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014033Z:37ff05b8-bcd6-428d-b26e-28c4288130b3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:56 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "550" ], - "x-ms-client-request-id": [ "d2261583-3bc6-47fc-8afd-d634357b4dca" ], + "x-ms-unique-id": [ "574" ], + "x-ms-client-request-id": [ "11a0a3a0-4eec-45b9-9dd9-1d679d1471f7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2237,32 +2237,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cbc53cc2-c8ce-4395-a80e-1d99bf8724f8" ], + "x-ms-request-id": [ "2aa3b141-4bbb-48b7-a42d-9ba63b20f8ca" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11663" ], - "x-ms-correlation-request-id": [ "aa6d3c01-f296-4072-bc6a-1343f1a8c504" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:aa6d3c01-f296-4072-bc6a-1343f1a8c504" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11640" ], + "x-ms-correlation-request-id": [ "a1771147-0694-4225-af4d-1e8b96d7b966" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014033Z:a1771147-0694-4225-af4d-1e8b96d7b966" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "551" ], - "x-ms-client-request-id": [ "05b64ebb-ea8b-4719-933e-045bab705a5f" ], + "x-ms-unique-id": [ "575" ], + "x-ms-client-request-id": [ "7e517916-fd1e-4667-8eaa-c0901340a1d0" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2277,34 +2277,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D64377373C276B\"" ], + "ETag": [ "\"1D6A4EFA9E6F6F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c9351787-bd85-4ddd-aa9c-c16dd942edb9" ], + "x-ms-request-id": [ "5216d122-b313-4d8f-8e0d-4fe52d4bd554" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11662" ], - "x-ms-correlation-request-id": [ "0a9c89ca-a389-41ea-922c-f2a049b1d30a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004358Z:0a9c89ca-a389-41ea-922c-f2a049b1d30a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11639" ], + "x-ms-correlation-request-id": [ "a27d89b0-b8f6-488d-8a48-a96905257150" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014033Z:a27d89b0-b8f6-488d-8a48-a96905257150" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5623" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:56.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:30.8633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "552" ], - "x-ms-client-request-id": [ "61d88bc8-7be7-44bd-b5b5-a03f682b8bf1" ], + "x-ms-unique-id": [ "576" ], + "x-ms-client-request-id": [ "10717969-2f09-4ece-b902-5df951a486bd" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2320,32 +2320,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e9e47310-885d-4c0b-96f5-81b1531975c3" ], + "x-ms-request-id": [ "d13c0051-9834-4431-85cf-6b47cd474dd1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11931" ], - "x-ms-correlation-request-id": [ "6ab2135f-69d0-4481-a79a-ada66692cb65" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004358Z:6ab2135f-69d0-4481-a79a-ada66692cb65" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11929" ], + "x-ms-correlation-request-id": [ "1f4c04fb-5bd1-4e9f-ac35-210c2b8c57e1" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014033Z:1f4c04fb-5bd1-4e9f-ac35-210c2b8c57e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "553" ], - "x-ms-client-request-id": [ "9b767bf0-4e7e-4bfa-a338-d3da98efb1ab" ], + "x-ms-unique-id": [ "577" ], + "x-ms-client-request-id": [ "58f2f506-357d-48c3-8598-e8a267761f40" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2361,32 +2361,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "262f9b20-f32b-477d-b12f-48e00dbe965e" ], + "x-ms-request-id": [ "b0fbb370-100b-42f1-818b-bd8f615dcd70" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11661" ], - "x-ms-correlation-request-id": [ "5e4c5675-beb3-4dbf-803a-802b63c41c37" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004358Z:5e4c5675-beb3-4dbf-803a-802b63c41c37" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11638" ], + "x-ms-correlation-request-id": [ "829baddd-d1c7-4677-90c0-7cb97d69221c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014034Z:829baddd-d1c7-4677-90c0-7cb97d69221c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "554" ], - "x-ms-client-request-id": [ "af3a8578-4192-4bd5-8b22-b1597b8bb190" ], + "x-ms-unique-id": [ "578" ], + "x-ms-client-request-id": [ "6e958402-2cf9-4526-9bfd-e6235ce5a443" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2402,15 +2402,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f7f67229-6e84-4dd0-832e-b12cf48af6f8" ], + "x-ms-request-id": [ "9887f66b-3de4-486c-bd86-57265e93fced" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "17a70b04-f6ab-4274-95f3-34bfbe1581d5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:17a70b04-f6ab-4274-95f3-34bfbe1581d5" ], + "x-ms-correlation-request-id": [ "b79e16f2-e040-4da4-9ab8-e6ca073afc1b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014036Z:b79e16f2-e040-4da4-9ab8-e6ca073afc1b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:35 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2419,14 +2419,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "555" ], - "x-ms-client-request-id": [ "af4d9e14-fed2-4fd7-9380-2f9850f53e90" ], + "x-ms-unique-id": [ "579" ], + "x-ms-client-request-id": [ "cd04815d-15cd-41c0-929a-ce58f41f204a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2441,34 +2441,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437738EE8555\"" ], + "ETag": [ "\"1D6A4EFAC126275\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b99b361a-f5b7-443c-a01c-e8c604e65d83" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11660" ], + "x-ms-request-id": [ "ce88f22a-91c4-4517-bc12-62b2abfaf11e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "455757ae-438b-43e9-b118-7756103f7ed1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:455757ae-438b-43e9-b118-7756103f7ed1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11637" ], + "x-ms-correlation-request-id": [ "43bc46e4-89a8-4c29-afdd-55a7967a4edc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014036Z:43bc46e4-89a8-4c29-afdd-55a7967a4edc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5623" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:58.9333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:34.5033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "556" ], - "x-ms-client-request-id": [ "1e93df6d-f638-4d9d-b6e5-b41027961e6e" ], + "x-ms-unique-id": [ "580" ], + "x-ms-client-request-id": [ "624f30d2-5ce0-4d8d-a874-ba3743a1e110" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2484,32 +2484,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e7e8a9f2-df31-45fe-9ec5-febb8f112695" ], + "x-ms-request-id": [ "22d1492a-056c-409c-9b81-b8f334c1eae8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11930" ], - "x-ms-correlation-request-id": [ "a7b4f7d1-0739-443b-a922-43465f01f328" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:a7b4f7d1-0739-443b-a922-43465f01f328" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11928" ], + "x-ms-correlation-request-id": [ "c4e01dc1-8d19-44f5-8a21-ba82c1b9074e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014036Z:c4e01dc1-8d19-44f5-8a21-ba82c1b9074e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:43:59 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "557" ], - "x-ms-client-request-id": [ "a0f84f2d-9fce-4acd-b57f-09fe397dbbac" ], + "x-ms-unique-id": [ "581" ], + "x-ms-client-request-id": [ "e4853241-ce56-4be9-b2dc-f83d9de6cc68" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2525,32 +2525,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "62f747b5-63cd-4e01-ae7d-f79864d27716" ], + "x-ms-request-id": [ "55f18ab3-7046-4014-acc4-b7cbd9ba2a09" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11659" ], - "x-ms-correlation-request-id": [ "47cd11d9-d28f-47f5-ad97-9786d518e357" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:47cd11d9-d28f-47f5-ad97-9786d518e357" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11636" ], + "x-ms-correlation-request-id": [ "26b44914-2d1b-4654-8391-45a2b8fa3da3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014037Z:26b44914-2d1b-4654-8391-45a2b8fa3da3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "558" ], - "x-ms-client-request-id": [ "395fe49a-e6f6-455f-a6cd-1746291ffb51" ], + "x-ms-unique-id": [ "582" ], + "x-ms-client-request-id": [ "1a162c50-9eb7-4d6d-b1fb-e5915f795602" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2565,34 +2565,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437738EE8555\"" ], + "ETag": [ "\"1D6A4EFAC126275\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba496e3b-04fe-4dc9-8aca-78fe1f8c2960" ], + "x-ms-request-id": [ "f166a811-53f5-4384-865a-25888ab71148" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11658" ], - "x-ms-correlation-request-id": [ "bfd8fa6e-7afb-461c-b502-77c88d5177ac" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004401Z:bfd8fa6e-7afb-461c-b502-77c88d5177ac" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11635" ], + "x-ms-correlation-request-id": [ "8201d6ab-8e9d-4b9e-89d6-7907f7f03441" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014037Z:8201d6ab-8e9d-4b9e-89d6-7907f7f03441" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5410" ], + "Content-Length": [ "5623" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:58.9333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:34.5033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "559" ], - "x-ms-client-request-id": [ "4910b177-7a26-415a-8f84-d3978cb80348" ], + "x-ms-unique-id": [ "583" ], + "x-ms-client-request-id": [ "9537efed-214d-4445-8e8c-e750ac9d4725" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2608,32 +2608,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a7305a35-9f38-45aa-838d-590d17d2155c" ], + "x-ms-request-id": [ "c703d66e-aba8-4f69-a101-b09e5de18477" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11929" ], - "x-ms-correlation-request-id": [ "5105e99f-b1b4-4699-af8e-6c7cb254961b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004401Z:5105e99f-b1b4-4699-af8e-6c7cb254961b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11927" ], + "x-ms-correlation-request-id": [ "dc613e38-92e9-40ca-9345-fe3628d299e8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014037Z:dc613e38-92e9-40ca-9345-fe3628d299e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "560" ], - "x-ms-client-request-id": [ "01a64ce5-a4a2-4139-8a94-69ef630a2e1b" ], + "x-ms-unique-id": [ "584" ], + "x-ms-client-request-id": [ "ba213ea8-cabc-44d4-b3f5-c11d389b8cb0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2649,32 +2649,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6a1144e6-5afd-48b0-9e46-f56ce3494f33" ], + "x-ms-request-id": [ "483e0c85-f979-4a60-9902-a15ac7b20200" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11657" ], - "x-ms-correlation-request-id": [ "dad2b226-6555-4751-8b06-f15318a9b6b4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004401Z:dad2b226-6555-4751-8b06-f15318a9b6b4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11634" ], + "x-ms-correlation-request-id": [ "216bb83b-aef3-4b3b-be7c-ff45cb8a801e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014037Z:216bb83b-aef3-4b3b-be7c-ff45cb8a801e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "561" ], - "x-ms-client-request-id": [ "d9f493c5-ab51-4329-ac64-9ff1eb8324bc" ], + "x-ms-unique-id": [ "585" ], + "x-ms-client-request-id": [ "58976ce3-a6cc-4641-b8cc-0523a1ec5e07" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2690,15 +2690,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "75240cf1-d1eb-4f46-ac84-e707d3a647c3" ], + "x-ms-request-id": [ "46a3297f-412d-4e7a-b47b-06f021edc993" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-correlation-request-id": [ "8545a083-942e-4fcf-8dc6-a70df71d6db9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:8545a083-942e-4fcf-8dc6-a70df71d6db9" ], + "x-ms-correlation-request-id": [ "8da72f45-a36d-4b64-a9de-0e9a5967d444" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014039Z:8da72f45-a36d-4b64-a9de-0e9a5967d444" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:38 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2707,14 +2707,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "562" ], - "x-ms-client-request-id": [ "d745debd-5b49-444d-a144-cd63a5eb44ee" ], + "x-ms-unique-id": [ "586" ], + "x-ms-client-request-id": [ "2b23054e-db50-4f0f-941b-05edb5d83b78" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2729,34 +2729,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773A9634E0\"" ], + "ETag": [ "\"1D6A4EFAE41DFA0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "df8dc009-eae7-4bd0-a4b4-e4297fc301c3" ], + "x-ms-request-id": [ "499d6e2b-903d-433d-a792-85a69ab8a7a4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11656" ], - "x-ms-correlation-request-id": [ "e708cef2-65a4-4215-90bf-703aab70cf2a" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:e708cef2-65a4-4215-90bf-703aab70cf2a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11633" ], + "x-ms-correlation-request-id": [ "0e275b2c-7137-4568-98ba-ba3d2a4c730f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014039Z:0e275b2c-7137-4568-98ba-ba3d2a4c730f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5405" ], + "Content-Length": [ "5618" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:01.71\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-7-r3evk0\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-167.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Premium-5xovwq-CentralUSwebspace/sites/Functions-PowerShell-7-r3evk0\",\"repositorySiteName\":\"Functions-PowerShell-7-r3evk0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-7-r3evk0.azurewebsites.net\",\"functions-powershell-7-r3evk0.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-7-r3evk0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-jeh1rs\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:38.17\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-7-r3evk0\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"13.89.172.11\",\"possibleInboundIpAddresses\":\"13.89.172.11\",\"ftpUsername\":\"Functions-PowerShell-7-r3evk0\\\\$Functions-PowerShell-7-r3evk0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-167.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"possibleOutboundIpAddresses\":\"13.89.172.11,40.78.130.218,40.78.131.170,40.122.52.191,40.122.27.37,40.113.224.199,40.122.118.225,40.122.116.133,40.122.126.193,40.122.104.60\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-167\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-5xovwq\",\"defaultHostName\":\"functions-powershell-7-r3evk0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "563" ], - "x-ms-client-request-id": [ "31145388-4ff7-4fa7-929f-9d4a01dcf2dd" ], + "x-ms-unique-id": [ "587" ], + "x-ms-client-request-id": [ "3c4993ad-03c8-4321-a104-1040417ce320" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2772,32 +2772,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5887bfe1-0cf3-463c-9414-93d16479de13" ], + "x-ms-request-id": [ "1ffed01b-a46c-492c-8ca9-8726a76bb664" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11928" ], - "x-ms-correlation-request-id": [ "30c090f0-bd94-4f1f-bf41-e1fa2278c913" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:30c090f0-bd94-4f1f-bf41-e1fa2278c913" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11926" ], + "x-ms-correlation-request-id": [ "d5ac0c92-b972-4f21-a1c4-898a08eab8e3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014040Z:d5ac0c92-b972-4f21-a1c4-898a08eab8e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:02 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1083" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-7-r3evk0\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"10b528ed-290a-4cab-8066-257d6da902f9\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-7-r3evk0\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "564" ], - "x-ms-client-request-id": [ "86b1d772-fd13-4e86-b02f-20e19772f1d1" ], + "x-ms-unique-id": [ "588" ], + "x-ms-client-request-id": [ "88923c0f-db17-4195-97e9-549f82068294" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2813,32 +2813,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "02150f4a-d4a3-4a8c-a90a-9ba50ffc0fac" ], + "x-ms-request-id": [ "a886a6be-a750-46a3-8eef-52654d86f827" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11655" ], - "x-ms-correlation-request-id": [ "97cf8a3c-3ba6-43c3-92c2-c74eafb16e69" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:97cf8a3c-3ba6-43c3-92c2-c74eafb16e69" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11632" ], + "x-ms-correlation-request-id": [ "86d388c7-7ce5-4b4b-9551-673ba43fc8dd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014040Z:86d388c7-7ce5-4b4b-9551-673ba43fc8dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3318" ], + "Content-Length": [ "3754" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.Web/sites/Functions-PowerShell-7-r3evk0/config/web\",\"name\":\"Functions-PowerShell-7-r3evk0\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"~7\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-7-r3evk0\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "565" ], - "x-ms-client-request-id": [ "2999c71a-ac47-408e-803b-61485038f511" ], + "x-ms-unique-id": [ "589" ], + "x-ms-client-request-id": [ "b70c5123-053c-4d36-83f9-a14b9f945973" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2853,34 +2853,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437730A91C0B\"" ], + "ETag": [ "\"1D6A4EFA25A2F4B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "21aec456-66cf-45dc-ac4f-7f23715f4f22" ], + "x-ms-request-id": [ "40c5b265-1bc1-406e-99a3-2ef2942c73e5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11654" ], - "x-ms-correlation-request-id": [ "37842e81-76c7-4ab9-ac8d-02ffdf3667ff" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:37842e81-76c7-4ab9-ac8d-02ffdf3667ff" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11631" ], + "x-ms-correlation-request-id": [ "7a06ebec-4c96-4ca6-9f12-0d445859f17a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014040Z:7a06ebec-4c96-4ca6-9f12-0d445859f17a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:18.1966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "566" ], - "x-ms-client-request-id": [ "4cc63a0a-f5d8-4916-a0d7-c378faab91c7" ], + "x-ms-unique-id": [ "590" ], + "x-ms-client-request-id": [ "e67506a3-1097-427c-82b4-15e63439a6bd" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2896,32 +2896,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "341f8179-c22f-4213-a8db-c904ab12ee47" ], + "x-ms-request-id": [ "c2c60c6c-9d2e-4f5f-bd2b-2aed9acb5822" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11927" ], - "x-ms-correlation-request-id": [ "c97dcc92-c548-4700-bd34-7fe200e2b372" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:c97dcc92-c548-4700-bd34-7fe200e2b372" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11925" ], + "x-ms-correlation-request-id": [ "72874814-aace-4236-a70c-63b901657bf5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014040Z:72874814-aace-4236-a70c-63b901657bf5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "567" ], - "x-ms-client-request-id": [ "77a6800f-16c3-4817-bf60-02ccde104c62" ], + "x-ms-unique-id": [ "591" ], + "x-ms-client-request-id": [ "0df96bea-1a91-4915-b04b-2656de1ef9ca" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2937,32 +2937,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2a26678b-8ea1-49ca-9d94-43386fec8f80" ], + "x-ms-request-id": [ "1170dcb5-f924-4936-88f3-d44307c43270" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11653" ], - "x-ms-correlation-request-id": [ "9fe5f61e-c731-4548-b53f-d236f56dd422" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:9fe5f61e-c731-4548-b53f-d236f56dd422" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11630" ], + "x-ms-correlation-request-id": [ "edbccfeb-223c-496d-a05c-b33676806e52" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014041Z:edbccfeb-223c-496d-a05c-b33676806e52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "568" ], - "x-ms-client-request-id": [ "ab6bb23f-aacc-4b71-8e7a-1e9405566708" ], + "x-ms-unique-id": [ "592" ], + "x-ms-client-request-id": [ "8cad76f1-19a2-44cf-9b34-4cf2a61feece" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2978,15 +2978,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f5af40fa-d4d3-40db-a9fa-13aa0f980ae6" ], + "x-ms-request-id": [ "da41e582-fe1e-47da-afb4-676fc1b7d213" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-correlation-request-id": [ "ed55e2d0-1646-4d30-a2a6-3f68cf96c817" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:ed55e2d0-1646-4d30-a2a6-3f68cf96c817" ], + "x-ms-correlation-request-id": [ "345e437c-65c4-4d5b-aabd-1c6e90d54d7a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014041Z:345e437c-65c4-4d5b-aabd-1c6e90d54d7a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:40 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2995,14 +2995,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "569" ], - "x-ms-client-request-id": [ "e1c5ee1a-85ff-4480-9bc5-25a447f71130" ], + "x-ms-unique-id": [ "593" ], + "x-ms-client-request-id": [ "ef9a07ae-dc3b-485f-bf2d-e18b57ac0cb1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3017,34 +3017,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437730A91C0B\"" ], + "ETag": [ "\"1D6A4EFA25A2F4B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a9f91496-1343-45e5-b60c-8e63deb809b9" ], + "x-ms-request-id": [ "cbde96f0-8660-4279-bc76-452dca4430b7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11652" ], - "x-ms-correlation-request-id": [ "8cb7aa6a-6dfa-4323-b0f9-d89b1f3132c5" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:8cb7aa6a-6dfa-4323-b0f9-d89b1f3132c5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11629" ], + "x-ms-correlation-request-id": [ "a558c92f-d988-490c-9ae5-5bd574a86254" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014041Z:a558c92f-d988-490c-9ae5-5bd574a86254" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:18.1966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "570" ], - "x-ms-client-request-id": [ "780393d6-73c4-433d-a6fa-12cfd2f9af65" ], + "x-ms-unique-id": [ "594" ], + "x-ms-client-request-id": [ "401d7b47-c179-44e6-acb3-29e19ece86dc" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3060,32 +3060,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d821b44a-b7a1-4d56-b660-7f6b8a829188" ], + "x-ms-request-id": [ "4593a51a-af2f-48a2-8089-36081cde1ee0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11926" ], - "x-ms-correlation-request-id": [ "2899b8e4-f238-4bc7-b3ef-1d39c6f916be" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:2899b8e4-f238-4bc7-b3ef-1d39c6f916be" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11924" ], + "x-ms-correlation-request-id": [ "2f8184e5-2c97-419e-ab8c-6c8a04deffe8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014042Z:2f8184e5-2c97-419e-ab8c-6c8a04deffe8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "571" ], - "x-ms-client-request-id": [ "eaba943f-473c-445b-bd9f-81197185890f" ], + "x-ms-unique-id": [ "595" ], + "x-ms-client-request-id": [ "48fd3243-6eb4-4fcb-991c-bf1c98ab8d89" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3101,32 +3101,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "993f314b-8c83-4cd8-bc94-eebd86b82d2c" ], + "x-ms-request-id": [ "50a5f23d-4ae9-429d-a5a7-240643c02bf8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11651" ], - "x-ms-correlation-request-id": [ "ef20ae6e-d21e-4174-b8d2-625c9f3a5c68" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:ef20ae6e-d21e-4174-b8d2-625c9f3a5c68" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11628" ], + "x-ms-correlation-request-id": [ "282dfd39-c89c-4475-9d5d-b284cc705199" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014042Z:282dfd39-c89c-4475-9d5d-b284cc705199" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "572" ], - "x-ms-client-request-id": [ "97750972-73d2-4f51-a344-440c8be5b863" ], + "x-ms-unique-id": [ "596" ], + "x-ms-client-request-id": [ "baf21aea-c07b-42b6-9a74-39a3771aa5b1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3141,34 +3141,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437730A91C0B\"" ], + "ETag": [ "\"1D6A4EFA25A2F4B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ad466724-0e5c-407e-bbd2-65d49385725c" ], + "x-ms-request-id": [ "1a3d43af-db26-443c-9272-dee0bf60a72f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11650" ], - "x-ms-correlation-request-id": [ "f9703919-a61e-4c62-9880-cd1f1aa8683e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:f9703919-a61e-4c62-9880-cd1f1aa8683e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11627" ], + "x-ms-correlation-request-id": [ "886d8c43-4a60-42ef-b266-3473227ec4aa" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014042Z:886d8c43-4a60-42ef-b266-3473227ec4aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5550" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:18.1966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "573" ], - "x-ms-client-request-id": [ "918635ce-e0a0-455d-ad8c-b8f1f2cc9a61" ], + "x-ms-unique-id": [ "597" ], + "x-ms-client-request-id": [ "7ec1aba9-12ab-41d4-9d50-c2f346c43063" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3184,32 +3184,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "37e70189-804b-406c-9d6d-9a7219211a03" ], + "x-ms-request-id": [ "7a7b330b-492e-4f14-8c19-3fd186179318" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11925" ], - "x-ms-correlation-request-id": [ "a66de0a4-6c44-4c25-a0e1-4c106ca1b297" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:a66de0a4-6c44-4c25-a0e1-4c106ca1b297" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11923" ], + "x-ms-correlation-request-id": [ "66f7c290-434d-426a-aab0-1de78e3940c5" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014042Z:66f7c290-434d-426a-aab0-1de78e3940c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "574" ], - "x-ms-client-request-id": [ "36cf9fd6-3e7b-4beb-bf4f-cba92ee0736f" ], + "x-ms-unique-id": [ "598" ], + "x-ms-client-request-id": [ "ef2e87be-0dcb-4d11-bc8c-f3e22f02aa7a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3225,32 +3225,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "80e33940-4d53-412e-a3e4-ffc6d4a63b5b" ], + "x-ms-request-id": [ "f0aa34a6-4f30-4817-b961-dc249ddc5c36" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11649" ], - "x-ms-correlation-request-id": [ "a0942cf8-413b-4bbd-9320-27a36dbda078" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:a0942cf8-413b-4bbd-9320-27a36dbda078" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11626" ], + "x-ms-correlation-request-id": [ "6e38aaac-bdea-42de-b916-2c2290267a8c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014043Z:6e38aaac-bdea-42de-b916-2c2290267a8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "575" ], - "x-ms-client-request-id": [ "2b94338d-6d9e-428a-880c-dc568332c680" ], + "x-ms-unique-id": [ "599" ], + "x-ms-client-request-id": [ "3999620d-8695-4d48-b80b-deccbeabe3ae" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3266,15 +3266,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5319bc3f-473f-4d39-a20d-402b92cfe21c" ], + "x-ms-request-id": [ "54c3202b-fea7-4712-96a7-fab7f6747a40" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-correlation-request-id": [ "7ec269ad-11c8-4878-b911-f29e688f0cce" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:7ec269ad-11c8-4878-b911-f29e688f0cce" ], + "x-ms-correlation-request-id": [ "a97afaee-05e6-440c-8cc7-773c98658b7f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014043Z:a97afaee-05e6-440c-8cc7-773c98658b7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:43 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -3283,14 +3283,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "576" ], - "x-ms-client-request-id": [ "6f54ea79-d063-456f-a25d-a2393f910dd5" ], + "x-ms-unique-id": [ "600" ], + "x-ms-client-request-id": [ "fc4afaa2-adc7-4589-b0b1-2137f2cc81a5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3305,34 +3305,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773D2655A0\"" ], + "ETag": [ "\"1D6A4EFB14D9900\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1bb6d5aa-bd0f-4bf3-815b-ceb10ed4e63f" ], + "x-ms-request-id": [ "21764b8b-740f-4cd9-8784-8ed78b20b368" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11648" ], - "x-ms-correlation-request-id": [ "04542545-6302-4b73-82eb-4ac4c5cab208" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:04542545-6302-4b73-82eb-4ac4c5cab208" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11625" ], + "x-ms-correlation-request-id": [ "a6f06fb1-e3cf-4d96-a644-d90e1e3db17e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014043Z:a6f06fb1-e3cf-4d96-a644-d90e1e3db17e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5415" ], + "Content-Length": [ "5545" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:06.01\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:43.28\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "577" ], - "x-ms-client-request-id": [ "e2c5fcf8-988f-48d5-b87f-9bedb397e6d9" ], + "x-ms-unique-id": [ "601" ], + "x-ms-client-request-id": [ "2b96b764-0d01-4f49-9510-29cf1c281fbe" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3348,32 +3348,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f7b85870-78d4-44ff-b7e8-430878c0a94b" ], + "x-ms-request-id": [ "341f0056-3a4b-4061-a6f6-00c83759f9a2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11924" ], - "x-ms-correlation-request-id": [ "06daa45b-3580-44fd-a3a8-c6eda99a16c9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:06daa45b-3580-44fd-a3a8-c6eda99a16c9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11922" ], + "x-ms-correlation-request-id": [ "187d2f7b-1198-4ab8-aa89-9c7bb53b5f6c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014043Z:187d2f7b-1198-4ab8-aa89-9c7bb53b5f6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "578" ], - "x-ms-client-request-id": [ "87bfd1c9-ef20-4ec5-8106-f796d87841c2" ], + "x-ms-unique-id": [ "602" ], + "x-ms-client-request-id": [ "fae5c67f-d271-4aeb-a4be-c82b755ab62f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3389,32 +3389,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba9e1140-456a-48b8-a9d4-eb0c968b1d5a" ], + "x-ms-request-id": [ "c170c2b2-2797-491f-be90-6c95723b875c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11647" ], - "x-ms-correlation-request-id": [ "8e6a2041-83bb-4c2f-a775-083dbc1a589d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:8e6a2041-83bb-4c2f-a775-083dbc1a589d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11624" ], + "x-ms-correlation-request-id": [ "6d9dd292-b446-4087-9012-269204416a05" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014044Z:6d9dd292-b446-4087-9012-269204416a05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "579" ], - "x-ms-client-request-id": [ "94073ed4-23db-4d1e-b9ae-5576ed42d4e7" ], + "x-ms-unique-id": [ "603" ], + "x-ms-client-request-id": [ "1663508f-b298-4741-87b6-b12e46f20c1f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3429,34 +3429,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773D2655A0\"" ], + "ETag": [ "\"1D6A4EFB14D9900\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c8dd06be-635f-4a74-ae3c-3298b93bbf3b" ], + "x-ms-request-id": [ "4df93f8b-2736-4b4b-af3c-4284624110d2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11646" ], - "x-ms-correlation-request-id": [ "ae087ff6-63b1-4871-b663-d7d75c345579" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:ae087ff6-63b1-4871-b663-d7d75c345579" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11623" ], + "x-ms-correlation-request-id": [ "76d8bb3c-a6c3-4757-a884-aab2ba52b73e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014044Z:76d8bb3c-a6c3-4757-a884-aab2ba52b73e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5415" ], + "Content-Length": [ "5545" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:06.01\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:43.28\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "580" ], - "x-ms-client-request-id": [ "a11e1fd6-a11b-4edb-8110-1d9f4c29275d" ], + "x-ms-unique-id": [ "604" ], + "x-ms-client-request-id": [ "34837d99-2c39-486f-a9be-db202a4f105e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3472,32 +3472,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9df38cb6-b3bc-41fd-82bd-bec0e67d4bcb" ], + "x-ms-request-id": [ "5f353a91-edd9-4ddf-84f6-53479b78cc9b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11923" ], - "x-ms-correlation-request-id": [ "faaf0088-96a5-4c66-828d-878c9e9f2567" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:faaf0088-96a5-4c66-828d-878c9e9f2567" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11921" ], + "x-ms-correlation-request-id": [ "6757ceb9-c03e-4321-94fc-38953c83c993" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014044Z:6757ceb9-c03e-4321-94fc-38953c83c993" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "581" ], - "x-ms-client-request-id": [ "f8307792-24d2-4e5f-9bb7-8dd294961070" ], + "x-ms-unique-id": [ "605" ], + "x-ms-client-request-id": [ "42ad5af8-5bc9-4a86-b3eb-bc16fa7e9606" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3513,32 +3513,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3e420271-8ca4-4669-9e02-b6afb1863540" ], + "x-ms-request-id": [ "90fba167-9c6c-4869-a602-8daaf5dc4d07" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11645" ], - "x-ms-correlation-request-id": [ "62b4f584-69de-420c-b6ac-6db1dded9d97" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:62b4f584-69de-420c-b6ac-6db1dded9d97" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11622" ], + "x-ms-correlation-request-id": [ "e28e9665-9909-4d5f-823c-0ee246cd9fb9" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014044Z:e28e9665-9909-4d5f-823c-0ee246cd9fb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "582" ], - "x-ms-client-request-id": [ "2c28b665-8aea-453c-8497-3c9a1f655203" ], + "x-ms-unique-id": [ "606" ], + "x-ms-client-request-id": [ "4dcf0573-4dfb-41b2-bae3-a8ac23a1fbf0" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3554,15 +3554,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f1c8deca-5095-413d-81fe-085d5bf0c036" ], + "x-ms-request-id": [ "c6053224-c02a-4ec2-a6b1-c25683edf70b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-correlation-request-id": [ "24872630-67a3-4d8c-b0a4-079132bcc571" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:24872630-67a3-4d8c-b0a4-079132bcc571" ], + "x-ms-correlation-request-id": [ "576a7fb2-9d5b-47f7-a1b9-505289af60f8" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014045Z:576a7fb2-9d5b-47f7-a1b9-505289af60f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:45 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -3571,14 +3571,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "583" ], - "x-ms-client-request-id": [ "f8413782-0e84-4fd4-99bb-ab75242c3f03" ], + "x-ms-unique-id": [ "607" ], + "x-ms-client-request-id": [ "d6656da6-0f79-4881-afe2-8de06669e22e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3593,34 +3593,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773E346A40\"" ], + "ETag": [ "\"1D6A4EFB26AEFE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "00807df3-59d7-4ccb-82d5-1d598745a7ef" ], + "x-ms-request-id": [ "f8a830a0-17a2-41c6-a0d2-9cb6e737e566" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11644" ], - "x-ms-correlation-request-id": [ "0a2b4254-eb3f-4ef9-beb4-d3375032a75b" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:0a2b4254-eb3f-4ef9-beb4-d3375032a75b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11621" ], + "x-ms-correlation-request-id": [ "a2f07fd6-378e-44ad-9fbb-ab303db541a3" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014045Z:a2f07fd6-378e-44ad-9fbb-ab303db541a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5415" ], + "Content-Length": [ "5545" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:07.78\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-yithnw\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-yithnw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-63wer9-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Premium-63wer9-CentralUSwebspace/sites/Functions-Node-10-yithnw\",\"repositorySiteName\":\"Functions-Node-10-yithnw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-yithnw.azurewebsites.net\",\"functions-node-10-yithnw.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-yithnw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-yithnw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-r14mya\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:45.15\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-yithnw\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-yithnw\\\\$Functions-Node-10-yithnw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-63wer9\",\"defaultHostName\":\"functions-node-10-yithnw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "584" ], - "x-ms-client-request-id": [ "dc67509d-d995-4ec9-9b7f-8c6478dc8a37" ], + "x-ms-unique-id": [ "608" ], + "x-ms-client-request-id": [ "3632b6d5-89ad-4481-90d5-f562e5888e69" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3636,32 +3636,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1038c8cf-3cf9-40f1-965f-0b4e11b64469" ], + "x-ms-request-id": [ "eeb06362-8811-4977-9d44-4f51e7378e85" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11922" ], - "x-ms-correlation-request-id": [ "3fa38b9f-b8ac-46e6-9ff4-97fac60bb668" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:3fa38b9f-b8ac-46e6-9ff4-97fac60bb668" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11920" ], + "x-ms-correlation-request-id": [ "c1003bd9-dcc2-4cd5-a881-d02f43c72ffd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014045Z:c1003bd9-dcc2-4cd5-a881-d02f43c72ffd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-yithnw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2fe861cb-9c83-4fb3-97c1-2288feb53cb7\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-yithnw\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "585" ], - "x-ms-client-request-id": [ "055bfa4c-92f1-4ce0-ad50-5de85cc250b2" ], + "x-ms-unique-id": [ "609" ], + "x-ms-client-request-id": [ "4e6a4588-85d5-478f-852f-cb224edd4866" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3677,32 +3677,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f318dde8-38f1-42d1-8de7-988560f82068" ], + "x-ms-request-id": [ "70335da1-29d6-47de-a618-f042569805d4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11643" ], - "x-ms-correlation-request-id": [ "63bbf9bc-f311-46ca-b0df-282cf8f8444f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:63bbf9bc-f311-46ca-b0df-282cf8f8444f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11620" ], + "x-ms-correlation-request-id": [ "a09c7a25-0837-4f6a-8c22-1ebc284d7a19" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014046Z:a09c7a25-0837-4f6a-8c22-1ebc284d7a19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3305" ], + "Content-Length": [ "3740" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Premium-63wer9/providers/Microsoft.Web/sites/Functions-Node-10-yithnw/config/web\",\"name\":\"Functions-Node-10-yithnw\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Node|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-yithnw\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "586" ], - "x-ms-client-request-id": [ "dbd7d8a1-1719-4bd5-b55d-0f106751669a" ], + "x-ms-unique-id": [ "610" ], + "x-ms-client-request-id": [ "4edb0412-e94a-46b1-bdc2-f1f8e722292e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3717,34 +3717,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773436888B\"" ], + "ETag": [ "\"1D6A4EFA5EAA90B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1f9ee5d3-ca9e-48e0-9774-7f9eade412ea" ], + "x-ms-request-id": [ "e64eeeb8-0bbf-468a-a446-ce646f4dcb55" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11642" ], - "x-ms-correlation-request-id": [ "da9db155-8ea5-4833-9109-a0f57dc6312e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:da9db155-8ea5-4833-9109-a0f57dc6312e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11619" ], + "x-ms-correlation-request-id": [ "0796171e-f9de-4661-bfeb-53827dda9fb4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014046Z:0796171e-f9de-4661-bfeb-53827dda9fb4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5513" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:51.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:24.1766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "587" ], - "x-ms-client-request-id": [ "03ecaebf-4cba-407e-a503-7a6d9c725821" ], + "x-ms-unique-id": [ "611" ], + "x-ms-client-request-id": [ "c01358c2-5900-4e6d-80b3-3158c3459750" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3760,32 +3760,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7291549e-d7da-4eb1-a880-7a5f3ea1d40d" ], + "x-ms-request-id": [ "272eaf6d-700a-4656-b6d4-fd3314cdc73e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11921" ], - "x-ms-correlation-request-id": [ "f27875ff-857a-4657-ad1f-34b8e96eaa77" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004409Z:f27875ff-857a-4657-ad1f-34b8e96eaa77" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11919" ], + "x-ms-correlation-request-id": [ "2820111a-dec5-4bc4-81a6-f8c905f882c4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014047Z:2820111a-dec5-4bc4-81a6-f8c905f882c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "588" ], - "x-ms-client-request-id": [ "839300ee-e48b-4406-8bff-a10877f6e986" ], + "x-ms-unique-id": [ "612" ], + "x-ms-client-request-id": [ "0845d7dc-c4b7-415a-b83c-8454f8d84d3b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3801,32 +3801,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "79fbc091-790e-43a8-96e3-bea5253bafae" ], + "x-ms-request-id": [ "60bf2485-6e14-4fd5-b219-f665a5b3fff6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11641" ], - "x-ms-correlation-request-id": [ "b65bc8c8-9343-4e1d-bfb3-64bf2b1ec17d" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004409Z:b65bc8c8-9343-4e1d-bfb3-64bf2b1ec17d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11618" ], + "x-ms-correlation-request-id": [ "5b1706ae-d882-469b-a329-70b7a06f2fbd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014047Z:5b1706ae-d882-469b-a329-70b7a06f2fbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:08 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "589" ], - "x-ms-client-request-id": [ "d8a0fc0e-c3fe-44cf-b827-2382d9156067" ], + "x-ms-unique-id": [ "613" ], + "x-ms-client-request-id": [ "4145938a-9525-4135-aa4a-9168cae1f723" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3842,15 +3842,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "597035a4-90d1-4312-8211-0e102d30ab80" ], + "x-ms-request-id": [ "223bb357-7088-4a81-acda-064bc2fadf26" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], - "x-ms-correlation-request-id": [ "ee0f5901-01eb-4d12-bcb3-1706c75cb50c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004410Z:ee0f5901-01eb-4d12-bcb3-1706c75cb50c" ], + "x-ms-correlation-request-id": [ "8c191d4d-968b-4b56-9994-abee640ed19e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014048Z:8c191d4d-968b-4b56-9994-abee640ed19e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:48 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -3859,14 +3859,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "590" ], - "x-ms-client-request-id": [ "30207b15-2d0b-4229-bd7b-60b32ffc219e" ], + "x-ms-unique-id": [ "614" ], + "x-ms-client-request-id": [ "07f6e1a3-d3b9-469f-a108-639ce92176fa" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3881,34 +3881,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773F36CC15\"" ], + "ETag": [ "\"1D6A4EFB3D49200\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f1dd90e8-16ac-416b-9fe6-4fc0fb6c92bf" ], + "x-ms-request-id": [ "c2f8fcfd-893a-4e83-8227-92af9b9b1d58" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11640" ], - "x-ms-correlation-request-id": [ "32001b7a-ae1d-4d01-a382-f4035153c7d2" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004410Z:32001b7a-ae1d-4d01-a382-f4035153c7d2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11617" ], + "x-ms-correlation-request-id": [ "30b1e78f-620f-4d0c-93a5-0f0fa12e51a6" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014049Z:30b1e78f-620f-4d0c-93a5-0f0fa12e51a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:09 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5508" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:09.4733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:47.52\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "591" ], - "x-ms-client-request-id": [ "668e5841-d1e0-49e9-97e6-d4e73f052c19" ], + "x-ms-unique-id": [ "615" ], + "x-ms-client-request-id": [ "b7c08eda-5a09-4fed-afb4-e7db4d30a3c3" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3924,32 +3924,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3e6b8ded-584c-467f-acf3-250e2a0d1b81" ], + "x-ms-request-id": [ "f49b170d-ec35-4a91-9316-277fbe9399ee" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11920" ], - "x-ms-correlation-request-id": [ "045a9c5a-4f62-4054-9fff-dcf2617d0d7e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004410Z:045a9c5a-4f62-4054-9fff-dcf2617d0d7e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11918" ], + "x-ms-correlation-request-id": [ "d0da9cd9-f43e-4733-81b1-86013193e2ac" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014049Z:d0da9cd9-f43e-4733-81b1-86013193e2ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "592" ], - "x-ms-client-request-id": [ "0365a33f-e840-4e9d-8546-754e999b71b8" ], + "x-ms-unique-id": [ "616" ], + "x-ms-client-request-id": [ "25378af3-db56-4cad-b102-de0b6f7791b1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3965,32 +3965,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bd269179-032c-4c0f-8c5b-6fbe7500469c" ], + "x-ms-request-id": [ "4913646a-742a-4708-a00d-444b54e51f6b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11639" ], - "x-ms-correlation-request-id": [ "5e198cd7-cd2d-4359-bfdb-feac3593c1c9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:5e198cd7-cd2d-4359-bfdb-feac3593c1c9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11616" ], + "x-ms-correlation-request-id": [ "398bf8db-c2b4-422d-b59e-b990c365f418" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014049Z:398bf8db-c2b4-422d-b59e-b990c365f418" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "593" ], - "x-ms-client-request-id": [ "d4787dfc-1776-469b-a015-438436775ca1" ], + "x-ms-unique-id": [ "617" ], + "x-ms-client-request-id": [ "84fd5c5f-8456-4f6b-8234-72fe9aa5db0f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4005,34 +4005,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773F36CC15\"" ], + "ETag": [ "\"1D6A4EFB3D49200\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b81ad7d4-abbd-4630-9b3d-40752cc05471" ], + "x-ms-request-id": [ "719944a4-14c7-4037-950a-a34747ac5b6c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11638" ], - "x-ms-correlation-request-id": [ "05c0bd5e-c183-4495-9515-c5416401a64c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:05c0bd5e-c183-4495-9515-c5416401a64c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11615" ], + "x-ms-correlation-request-id": [ "56556887-b8f6-4399-a155-743cd47a637b" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014050Z:56556887-b8f6-4399-a155-743cd47a637b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5508" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:09.4733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:47.52\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "594" ], - "x-ms-client-request-id": [ "9a6d2497-a2cf-4361-882a-4da8e41e8694" ], + "x-ms-unique-id": [ "618" ], + "x-ms-client-request-id": [ "17252701-980f-4c33-a039-3dc22a8af800" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4048,32 +4048,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f2c084a5-ee58-4885-8a72-e92a57e029b9" ], + "x-ms-request-id": [ "fa51dbec-ea86-47c5-ab72-038405b44d6e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11919" ], - "x-ms-correlation-request-id": [ "d5824f75-a7fe-471c-84d0-a0b349a0fc3c" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:d5824f75-a7fe-471c-84d0-a0b349a0fc3c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11917" ], + "x-ms-correlation-request-id": [ "48795fb7-fa7a-4b2e-8c84-82e5793dc649" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014050Z:48795fb7-fa7a-4b2e-8c84-82e5793dc649" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "595" ], - "x-ms-client-request-id": [ "b7fab8ec-dd6f-4f77-aeda-e678178ebdaa" ], + "x-ms-unique-id": [ "619" ], + "x-ms-client-request-id": [ "1022498e-0ce4-429a-9759-d22db4463e7a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4089,32 +4089,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5271a7d3-e72c-4290-b8ba-6ad2e0ea488d" ], + "x-ms-request-id": [ "7e88baeb-c1b6-4bf3-b518-344b316ccef4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11637" ], - "x-ms-correlation-request-id": [ "902d1a3e-cf82-497b-996d-4ef9ca708a02" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:902d1a3e-cf82-497b-996d-4ef9ca708a02" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11614" ], + "x-ms-correlation-request-id": [ "4c7c8bfa-9269-428b-9bfe-f944b384c87e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014050Z:4c7c8bfa-9269-428b-9bfe-f944b384c87e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "596" ], - "x-ms-client-request-id": [ "50ee063d-58c6-4ce0-a46f-34ade76ed7e7" ], + "x-ms-unique-id": [ "620" ], + "x-ms-client-request-id": [ "e3fe90c6-0b7f-4f91-86d2-deb83bfcacf4" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4130,15 +4130,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f40688c0-9356-4602-bffd-992769edc63d" ], + "x-ms-request-id": [ "6ff14f93-310b-4a8e-9105-58e42b5f6b65" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], - "x-ms-correlation-request-id": [ "e5aa8d5b-1dc9-4780-bacf-97da93f107e1" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004413Z:e5aa8d5b-1dc9-4780-bacf-97da93f107e1" ], + "x-ms-correlation-request-id": [ "7c0cfaa2-2dea-4c55-8ce4-b80348e3a41f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014052Z:7c0cfaa2-2dea-4c55-8ce4-b80348e3a41f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:52 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -4147,14 +4147,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "597" ], - "x-ms-client-request-id": [ "c3b97940-58ed-495a-a89f-db45bbe7e42e" ], + "x-ms-unique-id": [ "621" ], + "x-ms-client-request-id": [ "1fa945e5-b952-4080-bf6d-929c8daa57c6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4169,34 +4169,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437740BF74EB\"" ], + "ETag": [ "\"1D6A4EFB5F3C880\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "162c9522-68bd-437f-9ad4-8a197bec1693" ], + "x-ms-request-id": [ "cd0de78a-6b4b-4ad8-a3c9-c167dd2e5b60" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11636" ], - "x-ms-correlation-request-id": [ "e2db8eb7-9199-4c13-8836-dad0f0c2a4f6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004413Z:e2db8eb7-9199-4c13-8836-dad0f0c2a4f6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11613" ], + "x-ms-correlation-request-id": [ "58d03c57-936c-48bf-bc87-5104ec4cac6e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014052Z:58d03c57-936c-48bf-bc87-5104ec4cac6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5508" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:12.0466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:51.08\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "598" ], - "x-ms-client-request-id": [ "abec8b7d-7bbf-46fb-aaec-817560fd244e" ], + "x-ms-unique-id": [ "622" ], + "x-ms-client-request-id": [ "840dab82-5bc6-47a1-86b0-76a94e6686d0" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4212,32 +4212,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "716f5ec8-6f7c-44c9-8b2d-b633deea9769" ], + "x-ms-request-id": [ "993bba8b-792b-4998-9763-9890842383fd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11918" ], - "x-ms-correlation-request-id": [ "d81bcaef-a4c5-4116-ac38-1d8f60929702" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004413Z:d81bcaef-a4c5-4116-ac38-1d8f60929702" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11916" ], + "x-ms-correlation-request-id": [ "8aa84757-55fc-4cc4-b666-f9f56640bfd0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014052Z:8aa84757-55fc-4cc4-b666-f9f56640bfd0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:12 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "599" ], - "x-ms-client-request-id": [ "1e75b0e1-5a8d-492a-aca2-139d5bac7a03" ], + "x-ms-unique-id": [ "623" ], + "x-ms-client-request-id": [ "5c0b6ca2-3989-4a86-a660-2a8f740b15cf" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4253,32 +4253,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "478b10e6-8ace-4776-8a9f-6fdb34aff860" ], + "x-ms-request-id": [ "67390340-447d-4dd9-accf-710cd7e19d10" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11635" ], - "x-ms-correlation-request-id": [ "642623b4-a514-4ad7-a4f4-e3612eb1f137" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:642623b4-a514-4ad7-a4f4-e3612eb1f137" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11612" ], + "x-ms-correlation-request-id": [ "0def080b-fb37-44b6-bd7c-11ac77b47607" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014053Z:0def080b-fb37-44b6-bd7c-11ac77b47607" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "600" ], - "x-ms-client-request-id": [ "b4b491a8-16a6-4ade-80ed-64bb07a7f63e" ], + "x-ms-unique-id": [ "624" ], + "x-ms-client-request-id": [ "b3714682-1440-41f8-ae96-ecf7a47f44e3" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4293,34 +4293,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437740BF74EB\"" ], + "ETag": [ "\"1D6A4EFB5F3C880\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8dcd9fec-d6d2-4cf4-aa05-44a023ca08fa" ], + "x-ms-request-id": [ "d1ccae19-cc8f-451c-9cb0-b0f68801d25a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11634" ], - "x-ms-correlation-request-id": [ "83738277-4201-48c7-88ea-6a0b3bfa14e9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:83738277-4201-48c7-88ea-6a0b3bfa14e9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11611" ], + "x-ms-correlation-request-id": [ "a4fb0047-626e-40fe-91e9-4fea805e9079" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014053Z:a4fb0047-626e-40fe-91e9-4fea805e9079" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5508" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:12.0466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:51.08\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "601" ], - "x-ms-client-request-id": [ "f60c4eef-db0e-48db-b26d-8f41a201b726" ], + "x-ms-unique-id": [ "625" ], + "x-ms-client-request-id": [ "c8f4a507-cc0a-45cc-ac1d-b5f3b7b95776" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4336,32 +4336,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "39dfb280-f3db-4642-9fa5-56ad37fd3dc6" ], + "x-ms-request-id": [ "ef9e1fa1-fc4a-436d-8698-c76bb6e930b8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11917" ], - "x-ms-correlation-request-id": [ "6da3e0a0-f1aa-4d9f-a59f-0f61d7722659" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:6da3e0a0-f1aa-4d9f-a59f-0f61d7722659" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11915" ], + "x-ms-correlation-request-id": [ "8b94c755-26e1-4e09-a3f0-b02493a81736" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014053Z:8b94c755-26e1-4e09-a3f0-b02493a81736" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "602" ], - "x-ms-client-request-id": [ "b6e9de53-247c-4d10-bab6-23fc9a2f3f51" ], + "x-ms-unique-id": [ "626" ], + "x-ms-client-request-id": [ "69e59ed1-5bc6-430e-9a65-b05cccf14c84" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4377,32 +4377,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c76520cf-e609-484a-bff3-22dae9fd87f6" ], + "x-ms-request-id": [ "ea3aecfa-06af-4120-8bf4-55dd7343fd4f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11633" ], - "x-ms-correlation-request-id": [ "33bf04f8-9203-4f1c-bb2c-40364e715df3" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:33bf04f8-9203-4f1c-bb2c-40364e715df3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11610" ], + "x-ms-correlation-request-id": [ "69c443e6-803d-4f62-84c8-764abde8ea6d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014054Z:69c443e6-803d-4f62-84c8-764abde8ea6d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "603" ], - "x-ms-client-request-id": [ "ed0fb9a9-0521-4f0f-9b3c-98a5bed2f0ac" ], + "x-ms-unique-id": [ "627" ], + "x-ms-client-request-id": [ "f95a58b6-ac96-404d-98cb-c202526c6a9e" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4418,15 +4418,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "634141a1-a0d2-4d8f-ad59-6f841d9f71d3" ], + "x-ms-request-id": [ "38809aab-58f0-4cf6-947c-fc7d853bced1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-correlation-request-id": [ "d99a3a67-a416-41d8-8756-9e4c64007eb9" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:d99a3a67-a416-41d8-8756-9e4c64007eb9" ], + "x-ms-correlation-request-id": [ "16208c5b-f677-4938-905b-d3a4c1c7ff7f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014055Z:16208c5b-f677-4938-905b-d3a4c1c7ff7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:55 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -4435,14 +4435,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "604" ], - "x-ms-client-request-id": [ "1499752d-f6b2-4e8f-9603-80e1f29b1d78" ], + "x-ms-unique-id": [ "628" ], + "x-ms-client-request-id": [ "3c2debcc-26f7-4e05-87d0-2de13cb50c5a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4457,34 +4457,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437742811515\"" ], + "ETag": [ "\"1D6A4EFB7E5BA75\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "63568f53-19eb-42b7-8619-5eaf33e7b65d" ], + "x-ms-request-id": [ "dda7adfc-e59a-467a-b046-0d333fc206d7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11632" ], - "x-ms-correlation-request-id": [ "87b44cfd-f74d-4bdf-bb88-e6f1b985c9b6" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:87b44cfd-f74d-4bdf-bb88-e6f1b985c9b6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11609" ], + "x-ms-correlation-request-id": [ "6c077611-2c5f-4b66-92a6-ceace2689e72" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014056Z:6c077611-2c5f-4b66-92a6-ceace2689e72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5513" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:14.9933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-0w41z3\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-121.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Windows-Consumption-d734uv-CentralUSwebspace/sites/Functions-DoNet-3-0w41z3\",\"repositorySiteName\":\"Functions-DoNet-3-0w41z3\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-0w41z3.azurewebsites.net\",\"functions-donet-3-0w41z3.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-0w41z3.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:54.3433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-0w41z3\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.99.192.132\",\"possibleInboundIpAddresses\":\"23.99.192.132\",\"ftpUsername\":\"Functions-DoNet-3-0w41z3\\\\$Functions-DoNet-3-0w41z3\",\"ftpsHostName\":\"ftps://waws-prod-dm1-121.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87\",\"possibleOutboundIpAddresses\":\"23.99.192.132,40.113.201.175,40.122.65.66,40.113.204.44,40.122.64.87,40.122.65.129,40.113.201.209,40.122.71.95\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-121\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d734uv\",\"defaultHostName\":\"functions-donet-3-0w41z3.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "605" ], - "x-ms-client-request-id": [ "fce1ecb2-e54a-4711-beb2-40f765044989" ], + "x-ms-unique-id": [ "629" ], + "x-ms-client-request-id": [ "fad0b163-df57-451d-849e-22c291ce050a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4500,32 +4500,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "59d51dfd-4333-4355-be5d-ac339cc26e76" ], + "x-ms-request-id": [ "6c4b95ab-60bf-460e-8f63-f71cc81942f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11916" ], - "x-ms-correlation-request-id": [ "c0f6f9c1-d960-4883-be90-8d0cf1188a97" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:c0f6f9c1-d960-4883-be90-8d0cf1188a97" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11914" ], + "x-ms-correlation-request-id": [ "03181758-134a-4fd6-807c-c1c4c58f5413" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014056Z:03181758-134a-4fd6-807c-c1c4c58f5413" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1073" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragetid;AccountKey=ttTAmvNeUqrxzr+ldZC6dF6ai89JVZlqvNP4Mcf7+A5RD0vEfSJ1SWkP0JTwPGzTUF4cWWJcBWI37UlUpuJKyA==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-0w41z3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"0cdfa39a-1df9-4fd4-bc56-313ef4c12369\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-0w41z3\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "606" ], - "x-ms-client-request-id": [ "bc1c4946-1c2e-4ec9-91fe-db397cc4ec6a" ], + "x-ms-unique-id": [ "630" ], + "x-ms-client-request-id": [ "2207aeca-2844-456f-b4e5-524f9df0c8ca" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4541,32 +4541,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "48cbcf21-f236-4ce3-924c-b19190958afb" ], + "x-ms-request-id": [ "f309baba-1b20-494a-bc73-d499d159f6ba" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11631" ], - "x-ms-correlation-request-id": [ "3dec192c-436d-4c35-8e33-2fc6e676de36" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:3dec192c-436d-4c35-8e33-2fc6e676de36" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11608" ], + "x-ms-correlation-request-id": [ "dde421eb-e829-4cbd-9cc9-1686e61ce0e0" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014056Z:dde421eb-e829-4cbd-9cc9-1686e61ce0e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3307" ], + "Content-Length": [ "3741" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Consumption-d734uv/providers/Microsoft.Web/sites/Functions-DoNet-3-0w41z3/config/web\",\"name\":\"Functions-DoNet-3-0w41z3\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-0w41z3\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "607" ], - "x-ms-client-request-id": [ "54d10d22-3a86-41cd-b464-ac77fa7aa447" ], + "x-ms-unique-id": [ "631" ], + "x-ms-client-request-id": [ "a68bff95-2b6d-47f1-afce-11a2d82d7f55" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4581,34 +4581,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773655BF0B\"" ], + "ETag": [ "\"1D6A4EFA8B9596B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f50d162b-ffad-49aa-9d28-96829c168bd5" ], + "x-ms-request-id": [ "2944d60b-a02e-4b04-93d7-7a7d2ebf917b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11630" ], - "x-ms-correlation-request-id": [ "c9f3af81-e43c-4740-940e-5de38dc555ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:c9f3af81-e43c-4740-940e-5de38dc555ad" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11607" ], + "x-ms-correlation-request-id": [ "b7d5e1f0-8f3f-4cda-9261-6362b1c0bbe7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014056Z:b7d5e1f0-8f3f-4cda-9261-6362b1c0bbe7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:28.8866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "608" ], - "x-ms-client-request-id": [ "0b585e0d-a9cb-4769-9c64-25cdb2ed7253" ], + "x-ms-unique-id": [ "632" ], + "x-ms-client-request-id": [ "8855605d-89d5-4007-9293-8b7c5ba6743b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4624,32 +4624,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "28f36bd7-7cc5-4efe-bf61-1562c23cfa4c" ], + "x-ms-request-id": [ "b1b57196-5904-4205-968a-82770dceb516" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11915" ], - "x-ms-correlation-request-id": [ "006b864f-770f-4706-b4e7-38885b08d742" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:006b864f-770f-4706-b4e7-38885b08d742" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11913" ], + "x-ms-correlation-request-id": [ "f4553271-c315-4893-af3c-df387853342e" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014057Z:f4553271-c315-4893-af3c-df387853342e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "609" ], - "x-ms-client-request-id": [ "cbf2ba20-44f7-44ce-b30b-84beeb3321cb" ], + "x-ms-unique-id": [ "633" ], + "x-ms-client-request-id": [ "f00969d4-5455-42fc-9eca-9609e8ffc3a7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4665,32 +4665,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d1e43aa8-52e0-4cc1-ba03-aa0bb528e456" ], + "x-ms-request-id": [ "7e795a76-842a-4c0d-a8fe-60baf42203c4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11629" ], - "x-ms-correlation-request-id": [ "4c32ae8d-b71c-4b61-9b54-7b4ba42bd574" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:4c32ae8d-b71c-4b61-9b54-7b4ba42bd574" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11606" ], + "x-ms-correlation-request-id": [ "9a644893-b30b-496f-9a97-c11b9d403961" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014057Z:9a644893-b30b-496f-9a97-c11b9d403961" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "610" ], - "x-ms-client-request-id": [ "3283fced-d218-4217-b999-7d54670855f6" ], + "x-ms-unique-id": [ "634" ], + "x-ms-client-request-id": [ "5b994c93-3d61-4656-8c5c-fc8c664e7326" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4706,15 +4706,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "134d54b3-ff14-4571-99db-b96da91cdc01" ], + "x-ms-request-id": [ "3482921e-50c3-4e5c-b0ce-2df949760368" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], - "x-ms-correlation-request-id": [ "253431e4-2a49-493d-bd7a-415bc00eb62e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:253431e4-2a49-493d-bd7a-415bc00eb62e" ], + "x-ms-correlation-request-id": [ "2983350d-119a-414d-bbc3-005f42a99eb7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014057Z:2983350d-119a-414d-bbc3-005f42a99eb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:57 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -4723,14 +4723,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "611" ], - "x-ms-client-request-id": [ "a7b6977c-f843-4ed0-8ad1-5c0f43144b37" ], + "x-ms-unique-id": [ "635" ], + "x-ms-client-request-id": [ "7fe7c1a0-d807-4ecf-848c-5986ebaabd41" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4745,34 +4745,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773655BF0B\"" ], + "ETag": [ "\"1D6A4EFA8B9596B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ecde4b69-4ac4-4783-9ab9-f0d7894aa87a" ], + "x-ms-request-id": [ "d5206786-e201-4c61-8125-fa67d8c5c4cd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11628" ], - "x-ms-correlation-request-id": [ "7ea6b5b7-703b-49df-8101-c31d2fdae3ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:7ea6b5b7-703b-49df-8101-c31d2fdae3ad" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11605" ], + "x-ms-correlation-request-id": [ "0c68b618-4495-441c-b9c9-14a4e6e38f5d" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014057Z:0c68b618-4495-441c-b9c9-14a4e6e38f5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:28.8866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "612" ], - "x-ms-client-request-id": [ "61a50993-eb9f-4a7b-83e8-81ed82fd633f" ], + "x-ms-unique-id": [ "636" ], + "x-ms-client-request-id": [ "ad30e495-282b-449c-bdfd-e1f924bf1b33" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4788,32 +4788,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5f008de6-386d-4c41-9577-27b6818f906a" ], + "x-ms-request-id": [ "9859c721-e04d-4cb4-a357-97335262acbf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11914" ], - "x-ms-correlation-request-id": [ "8bf68466-fe32-4d59-aaca-72919276e954" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:8bf68466-fe32-4d59-aaca-72919276e954" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11912" ], + "x-ms-correlation-request-id": [ "f87fc706-2ab2-4027-8653-8f0d04e4d29f" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014058Z:f87fc706-2ab2-4027-8653-8f0d04e4d29f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "613" ], - "x-ms-client-request-id": [ "0b659948-5c08-4afd-b3be-996783fcb0ad" ], + "x-ms-unique-id": [ "637" ], + "x-ms-client-request-id": [ "95bcd1e4-f34f-45a3-9ff8-8ba413d072ac" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4829,32 +4829,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ee37bf62-b48b-4068-a60f-c5c0be9faa6b" ], + "x-ms-request-id": [ "91117920-fb5d-4908-85b8-06e36719fe21" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11627" ], - "x-ms-correlation-request-id": [ "ebadf3d1-bb3d-445a-a7e1-f3b34781e740" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:ebadf3d1-bb3d-445a-a7e1-f3b34781e740" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11604" ], + "x-ms-correlation-request-id": [ "cf063798-e478-4b52-b961-46f0dd4423d7" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014058Z:cf063798-e478-4b52-b961-46f0dd4423d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "614" ], - "x-ms-client-request-id": [ "b928b418-9806-4862-bb68-6416bbe950fb" ], + "x-ms-unique-id": [ "638" ], + "x-ms-client-request-id": [ "02b0a860-80dd-4d6d-b83a-f627eec362d8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4869,34 +4869,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D643773655BF0B\"" ], + "ETag": [ "\"1D6A4EFA8B9596B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "831f5c04-53e3-4f7f-957a-a56d5c26261a" ], + "x-ms-request-id": [ "0c6e4a08-0b28-42f2-ad7e-6980c6d8cc24" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11626" ], - "x-ms-correlation-request-id": [ "443112b2-385e-4d0d-a449-fc1e5563a85f" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:443112b2-385e-4d0d-a449-fc1e5563a85f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11603" ], + "x-ms-correlation-request-id": [ "6ed3b17f-ba0c-4ded-92c4-555a3982fe20" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014058Z:6ed3b17f-ba0c-4ded-92c4-555a3982fe20" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:28.8866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "615" ], - "x-ms-client-request-id": [ "0a1d262a-84a9-4bd4-86b7-7c25d8d2908e" ], + "x-ms-unique-id": [ "639" ], + "x-ms-client-request-id": [ "608840b7-328a-423f-addc-6913844fabe5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4912,32 +4912,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "df8bf7e1-ba4c-4eaf-896e-0f19b9b26fc1" ], + "x-ms-request-id": [ "2268a3c1-086f-4119-9fdc-bdce593e769e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11913" ], - "x-ms-correlation-request-id": [ "a7fa74ec-963d-4f7b-8748-0edd77c9fa4e" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:a7fa74ec-963d-4f7b-8748-0edd77c9fa4e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11911" ], + "x-ms-correlation-request-id": [ "7a1a9c64-0a9d-47d2-89f3-9334a8d8a297" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014059Z:7a1a9c64-0a9d-47d2-89f3-9334a8d8a297" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "616" ], - "x-ms-client-request-id": [ "c6d6c7b4-78ef-44fc-abd0-4e5411c7e364" ], + "x-ms-unique-id": [ "640" ], + "x-ms-client-request-id": [ "6d562b9b-da51-4d08-9dd3-b50f5b275fc4" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4953,32 +4953,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "97474575-a4fe-4c44-8c91-e4d0472aea53" ], + "x-ms-request-id": [ "59178bd3-44c8-4771-875e-f7b4911a75a3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11625" ], - "x-ms-correlation-request-id": [ "ca468321-15da-446f-84b2-2bc2d4269f92" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:ca468321-15da-446f-84b2-2bc2d4269f92" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11602" ], + "x-ms-correlation-request-id": [ "2258f4df-4c4c-4cb5-b3e7-ce60ed5827c4" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014059Z:2258f4df-4c4c-4cb5-b3e7-ce60ed5827c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "617" ], - "x-ms-client-request-id": [ "6b2b153e-1ea2-4b33-8110-27485801e1b9" ], + "x-ms-unique-id": [ "641" ], + "x-ms-client-request-id": [ "f1c223bc-d9fb-4209-8d62-4af2122ccaea" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4994,15 +4994,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8f3a230f-f0dd-45ac-87ae-58bfdaa69513" ], + "x-ms-request-id": [ "428ab75d-8f65-499a-b615-3f1a0e84d59b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], - "x-ms-correlation-request-id": [ "d8363354-408b-4cf9-8f93-892eb966a752" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:d8363354-408b-4cf9-8f93-892eb966a752" ], + "x-ms-correlation-request-id": [ "364c664c-d009-47d0-9c48-1f32dc9d76dc" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014059Z:364c664c-d009-47d0-9c48-1f32dc9d76dc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:59 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5011,14 +5011,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "618" ], - "x-ms-client-request-id": [ "21dbeb58-684b-4868-9115-2ae495330bd6" ], + "x-ms-unique-id": [ "642" ], + "x-ms-client-request-id": [ "0d93f41d-597c-4075-acc9-b48f5302387b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5033,34 +5033,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437745091280\"" ], + "ETag": [ "\"1D6A4EFBAFE2B0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1093b7cd-1fab-4674-9302-7c1d008e9a0b" ], + "x-ms-request-id": [ "a6bfcc13-7719-4e4c-a076-f6951d1d84c4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11624" ], - "x-ms-correlation-request-id": [ "3c2f8fae-9a30-46b8-bbd3-9e3e59f49502" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:3c2f8fae-9a30-46b8-bbd3-9e3e59f49502" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11601" ], + "x-ms-correlation-request-id": [ "3ce95073-2cc1-4303-87cf-9fcf4cc5ebea" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014059Z:3ce95073-2cc1-4303-87cf-9fcf4cc5ebea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:40:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5459" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:19.24\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:59.5366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "619" ], - "x-ms-client-request-id": [ "fcebf55b-5e79-487b-b650-a385d62421c2" ], + "x-ms-unique-id": [ "643" ], + "x-ms-client-request-id": [ "be981905-78e5-4371-b771-28826e826179" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5076,32 +5076,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7e2cde0b-bc66-4f2c-8e0d-f76c8eb91181" ], + "x-ms-request-id": [ "0a18a293-3d4d-453d-aebe-00b0e0297422" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11912" ], - "x-ms-correlation-request-id": [ "bed00259-0442-4915-8ff0-543fe307ced4" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:bed00259-0442-4915-8ff0-543fe307ced4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11910" ], + "x-ms-correlation-request-id": [ "bf546b03-79b9-4e3b-bc63-45a3d40f0851" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014100Z:bf546b03-79b9-4e3b-bc63-45a3d40f0851" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "620" ], - "x-ms-client-request-id": [ "44421206-0cd4-48f0-b0af-354607646d30" ], + "x-ms-unique-id": [ "644" ], + "x-ms-client-request-id": [ "adde1bb0-b766-4fe7-bc43-aa18a2be988c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5117,32 +5117,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9a5e02be-873c-42d7-97dc-4bed01aba4c2" ], + "x-ms-request-id": [ "733d8251-41ee-4adc-b1c3-44a6c1541637" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11623" ], - "x-ms-correlation-request-id": [ "ec2d2038-08d7-4b60-a220-f1e833ae21bb" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:ec2d2038-08d7-4b60-a220-f1e833ae21bb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11600" ], + "x-ms-correlation-request-id": [ "a8c56ac1-3488-44cd-80ac-53adc2fada8a" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014100Z:a8c56ac1-3488-44cd-80ac-53adc2fada8a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "621" ], - "x-ms-client-request-id": [ "de939640-176a-4dd4-8e7f-72982fb0f090" ], + "x-ms-unique-id": [ "645" ], + "x-ms-client-request-id": [ "d64d138c-aceb-4d33-9427-9c3c59175a9c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5157,34 +5157,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437745091280\"" ], + "ETag": [ "\"1D6A4EFBAFE2B0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "877b6d24-88b4-42d5-bbf6-29951082e90e" ], + "x-ms-request-id": [ "a6746bb4-590c-4c75-b299-33d74ecfff2a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11622" ], - "x-ms-correlation-request-id": [ "40d81850-1af6-41ea-93bf-b87e5bddbe35" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:40d81850-1af6-41ea-93bf-b87e5bddbe35" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11599" ], + "x-ms-correlation-request-id": [ "7926ea30-75ac-4f29-a715-6f62c982ff52" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014100Z:7926ea30-75ac-4f29-a715-6f62c982ff52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5459" ], + "Content-Length": [ "5594" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:19.24\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:40:59.5366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "622" ], - "x-ms-client-request-id": [ "cbe62de1-af5c-4178-9d01-7f88388cc23e" ], + "x-ms-unique-id": [ "646" ], + "x-ms-client-request-id": [ "e70533c2-c2ca-446b-ad4f-8bd3847e7c81" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5200,32 +5200,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f8cc72dd-bbca-421b-86fd-71968a9aa7eb" ], + "x-ms-request-id": [ "445a2169-56e9-4b32-897c-7eafcbf8b44c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11911" ], - "x-ms-correlation-request-id": [ "5cf96a6e-09c1-46b0-b3c1-caf1603566c0" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:5cf96a6e-09c1-46b0-b3c1-caf1603566c0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11909" ], + "x-ms-correlation-request-id": [ "06ca7a3b-5f6c-417c-b6ce-4397a7a80d37" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014100Z:06ca7a3b-5f6c-417c-b6ce-4397a7a80d37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "623" ], - "x-ms-client-request-id": [ "d32c7847-2ca1-4dc1-b704-56ec03a73a19" ], + "x-ms-unique-id": [ "647" ], + "x-ms-client-request-id": [ "9dce682d-9f8f-4c32-b081-8d050dc327bd" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5241,32 +5241,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8dbc6959-0cd6-4daf-a48c-7f8cff57caaf" ], + "x-ms-request-id": [ "4e607545-5882-4414-a730-b996f46936b9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11621" ], - "x-ms-correlation-request-id": [ "deb117a1-f5d9-43a0-aa8c-ef6894441027" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:deb117a1-f5d9-43a0-aa8c-ef6894441027" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11598" ], + "x-ms-correlation-request-id": [ "ef8d4439-e01e-482c-8abe-042da8c4fb02" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014101Z:ef8d4439-e01e-482c-8abe-042da8c4fb02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "624" ], - "x-ms-client-request-id": [ "2a02c6a3-d154-41cd-9948-1281e19eebc5" ], + "x-ms-unique-id": [ "648" ], + "x-ms-client-request-id": [ "71d0ff75-63a9-4930-b6da-048b001471aa" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5282,15 +5282,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "215e2cbe-6f74-4b68-908c-c9daf1f655af" ], + "x-ms-request-id": [ "8a7ee325-6191-4518-9ef0-fe1ee158d489" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1176" ], - "x-ms-correlation-request-id": [ "98ee0a6a-0cf0-4d5b-ad8f-fb803085ab73" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:98ee0a6a-0cf0-4d5b-ad8f-fb803085ab73" ], + "x-ms-correlation-request-id": [ "a38dc19c-be72-42df-aadf-b5afe976791c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014101Z:a38dc19c-be72-42df-aadf-b5afe976791c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:01 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5299,14 +5299,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "625" ], - "x-ms-client-request-id": [ "e74fe7c3-216b-4205-b307-233cd8824704" ], + "x-ms-unique-id": [ "649" ], + "x-ms-client-request-id": [ "6807dbb9-dd4a-4c7e-ab2f-0410c082d6e1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5321,34 +5321,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D6437745FC3215\"" ], + "ETag": [ "\"1D6A4EFBC1C0420\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3ad5d7f5-c10f-46ce-b02c-51b5a3a6f861" ], + "x-ms-request-id": [ "a5565e4c-5343-419e-88ed-1316b8611496" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11620" ], - "x-ms-correlation-request-id": [ "74baf52e-1bf0-49b9-99b4-904b4364e2c8" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004421Z:74baf52e-1bf0-49b9-99b4-904b4364e2c8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11597" ], + "x-ms-correlation-request-id": [ "5e4a80c2-5414-4d5b-b4d9-33b20947fc8c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014101Z:5e4a80c2-5414-4d5b-b4d9-33b20947fc8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5464" ], + "Content-Length": [ "5589" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:20.8333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-ykjwlf\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/webspaces/Functions-Test-Linux-Consumption-2mc68v-CentralUSwebspace/sites/Functions-Python-3-8-ykjwlf\",\"repositorySiteName\":\"Functions-Python-3-8-ykjwlf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-ykjwlf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-10-18T01:41:01.41\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":{\"numberOfWorkers\":null,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":null,\"windowsFxVersion\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":null,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-ykjwlf\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"1410363E0F650415A759E2995BEEE01120A6D1E5C1CE6CC54AD062D02F2B1540\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-ykjwlf\\\\$Functions-Python-3-8-ykjwlf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-2mc68v\",\"defaultHostName\":\"functions-python-3-8-ykjwlf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$POST+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "626" ], - "x-ms-client-request-id": [ "ea27a71e-cd0f-4e49-9db7-cecc8833803b" ], + "x-ms-unique-id": [ "650" ], + "x-ms-client-request-id": [ "9c78ce4d-7804-4d4d-8c04-cf706a901c85" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5364,32 +5364,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d37e3bfd-4764-46b8-9260-7655a6016751" ], + "x-ms-request-id": [ "00ba9dc6-b95c-4549-ba39-96e8a82effe1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11910" ], - "x-ms-correlation-request-id": [ "18779553-7aad-4fd3-8a34-d457d3b3ddaa" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004421Z:18779553-7aad-4fd3-8a34-d457d3b3ddaa" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11908" ], + "x-ms-correlation-request-id": [ "65aa5651-753a-418f-bd3c-c516472acccd" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014101Z:65aa5651-753a-418f-bd3c-c516472acccd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageoei;AccountKey=22fA1VtyVVKsSiPGJmsMgpzWoRmUnEzYXVyUrWr1niOHoEg5Xd9zYn8vwpKNNzxZx0/Qb+52+etjlenjd8nK/A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6709ffee-e4ad-4df1-80ff-8709755378e6\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-ykjwlf\u0027+$GET+https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "627" ], - "x-ms-client-request-id": [ "93abf6ce-2b28-4743-b2c3-edf3390f6011" ], + "x-ms-unique-id": [ "651" ], + "x-ms-client-request-id": [ "2b7d1b66-248e-4a90-b648-4d59f2e3be84" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5405,22 +5405,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3af50d04-4a4f-4fc5-a0fa-28ab8d731d1d" ], + "x-ms-request-id": [ "29593306-3422-4ee3-bf2d-3e4a9868ff9d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11619" ], - "x-ms-correlation-request-id": [ "6ba9a720-73e7-4f0f-a0bc-e38f58745444" ], - "x-ms-routing-request-id": [ "WESTUS:20200616T004421Z:6ba9a720-73e7-4f0f-a0bc-e38f58745444" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11596" ], + "x-ms-correlation-request-id": [ "86eb9e2b-ee3e-4540-a79b-d8df3268199c" ], + "x-ms-routing-request-id": [ "WESTUS:20201018T014102Z:86eb9e2b-ee3e-4540-a79b-d8df3268199c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 16 Jun 2020 00:44:20 GMT" ] + "Date": [ "Sun, 18 Oct 2020 01:41:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3321" ], + "Content-Length": [ "3756" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + "Content": "{\"id\":\"/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Linux-Consumption-2mc68v/providers/Microsoft.Web/sites/Functions-Python-3-8-ykjwlf/config/web\",\"name\":\"Functions-Python-3-8-ykjwlf\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"Python|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-ykjwlf\",\"publishingPassword\":null,\"appSettings\":null,\"azureStorageAccounts\":{},\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":0,\"winAuthTenantState\":0,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"scmMinTlsVersion\":\"1.0\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } } } \ No newline at end of file diff --git a/src/Functions/test/ValidateRuntimeAndRuntimeVersion.Tests.ps1 b/src/Functions/test/ThrowRuntimeNotSupportedException.Tests.ps1 similarity index 79% rename from src/Functions/test/ValidateRuntimeAndRuntimeVersion.Tests.ps1 rename to src/Functions/test/ThrowRuntimeNotSupportedException.Tests.ps1 index b38d0d840a7f..203daf487f92 100644 --- a/src/Functions/test/ValidateRuntimeAndRuntimeVersion.Tests.ps1 +++ b/src/Functions/test/ThrowRuntimeNotSupportedException.Tests.ps1 @@ -3,7 +3,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'ValidateRuntimeAndRuntimeVersion.Recording.json' +$TestRecordingFile = Join-Path $PSScriptRoot 'ThrowRuntimeNotSupportedException.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -11,7 +11,7 @@ while(-not $mockingPath) { } . ($mockingPath | Select-Object -First 1).FullName -Describe 'ValidateRuntimeAndRuntimeVersion' { +Describe 'ThrowRuntimeNotSupportedException' { It '__AllParameterSets' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/Functions/test/env.json b/src/Functions/test/env.json index 949fe1f118e7..28b671015ec1 100644 --- a/src/Functions/test/env.json +++ b/src/Functions/test/env.json @@ -1,118 +1,118 @@ { "identityInfo": { - "Id": "/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1", - "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x", + "Id": "/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourcegroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1", + "ResourceGroupName": "Functions-Test-Windows-Premium-5xovwq", "Name": "ID1", "Location": "centralus", - "TenantId": "263ea86c-2328-4981-9221-d3084c7424a3", - "PrincipalId": "fb4d2d1e-a07a-4b69-9159-09d0c1487da0", - "ClientId": "507bbbf3-b3cb-4c82-b96b-40097eb1a157", - "ClientSecretUrl": "https://control-centralus.identity.azure.net/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1/credentials?tid=263ea86c-2328-4981-9221-d3084c7424a3&oid=fb4d2d1e-a07a-4b69-9159-09d0c1487da0&aid=507bbbf3-b3cb-4c82-b96b-40097eb1a157", + "TenantId": "ac02cf7c-3082-42cd-8bdd-12acb978832f", + "PrincipalId": "5381c467-36fb-4ad1-8b80-e8fa76ac0662", + "ClientId": "ba6430fd-7910-46b0-bf27-03d41491ba1d", + "ClientSecretUrl": "https://control-centralus.identity.azure.net/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourcegroups/Functions-Test-Windows-Premium-5xovwq/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1/credentials?tid=ac02cf7c-3082-42cd-8bdd-12acb978832f&oid=5381c467-36fb-4ad1-8b80-e8fa76ac0662&aid=ba6430fd-7910-46b0-bf27-03d41491ba1d", "Type": "Microsoft.ManagedIdentity/userAssignedIdentities" }, - "resourceGroupNameWindowsConsumption": "Functions-Test-Windows-Consumption-d58nfl", - "functionNameDotNet": "Functions-DotNet-yl4rj1w7qs", - "newApplInsights": { - "Id": "/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz-new", - "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x", - "Name": "Functions-PowerShell-jln68as0bz-new", - "Kind": "web", - "Location": "centralus", - "Type": "microsoft.insights/components", - "AppId": "7a336cda-b345-4eb1-9df2-ad1e5a7734e2", - "ApplicationType": "web", - "Tags": {}, - "CreationDate": "2020-06-16T00:26:34.7580544Z", - "FlowType": null, - "HockeyAppId": null, - "HockeyAppToken": null, - "InstrumentationKey": "c63a55a2-eda2-4873-9e6f-3c835db523d4", - "ProvisioningState": "Succeeded", - "RequestSource": "AzurePowerShell", - "SamplingPercentage": null, - "TenantId": "3c4c30a8-1259-4f75-b267-fc4d7a7855eb", - "PublicNetworkAccessForIngestion": "Enabled", - "PublicNetworkAccessForQuery": "Enabled", - "PrivateLinkScopedResources": null, - "RetentionInDays": 90 - }, - "servicePlansToCreate": [ - { - "Location": "central us", - "Sku": "EP1", - "WorkerType": "Windows", - "MinimumWorkerCount": 1, - "Name": "Functions-Windows-Premium-oa2upj", - "MaximumWorkerCount": 10, - "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x" - }, - { - "Location": "central us", - "Sku": "EP1", - "WorkerType": "Linux", - "MinimumWorkerCount": 1, - "Name": "Functions-Linux-Premium-hlqm6e", - "MaximumWorkerCount": 10, - "ResourceGroupName": "Functions-Test-Linux-Premium-dk83nx" - } - ], - "planNameWorkerTypeWindows": "Functions-Windows-Premium-oa2upj", - "functionNameTestApp": "Functions-TestAppName-swy8z27flt", - "location": "central us", - "resourceGroupNameLinuxPremium": "Functions-Test-Linux-Premium-dk83nx", - "Tenant": "263ea86c-2328-4981-9221-d3084c7424a3", + "resourceGroupNameWindowsPremium": "Functions-Test-Windows-Premium-5xovwq", + "functionNameJava": "Functions-Java-2q13c09wlz", "functionAppsToCreate": [ { - "OSType": "Windows", "Runtime": "PowerShell", - "PlanName": "Functions-Windows-Premium-oa2upj", + "StorageAccountName": "functionswinstoragetid", + "Name": "Functions-PowerShell-7-r3evk0", + "ResourceGroupName": "Functions-Test-Windows-Premium-5xovwq", + "RuntimeVersion": "7.0", + "OSType": "Windows", "FunctionsVersion": 3, - "Name": "Functions-PowerShell-6-hldr81", - "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x", - "StorageAccountName": "functionswinstoragegei", - "RuntimeVersion": 6.2 + "PlanName": "Functions-Windows-Premium-jeh1rs" }, { - "OSType": "Linux", "Runtime": "Node", - "PlanName": "Functions-Linux-Premium-hlqm6e", + "StorageAccountName": "functionslinuxstorageoei", + "Name": "Functions-Node-10-yithnw", + "ResourceGroupName": "Functions-Test-Linux-Premium-63wer9", + "RuntimeVersion": 10, + "OSType": "Linux", "FunctionsVersion": 3, - "Name": "Functions-Node-10-3eq4rm", - "ResourceGroupName": "Functions-Test-Linux-Premium-dk83nx", - "StorageAccountName": "functionslinuxstoragek5z", - "RuntimeVersion": 10 + "PlanName": "Functions-Linux-Premium-r14mya" }, { - "OSType": "Windows", - "Location": "central us", "Runtime": "DotNet", - "FunctionsVersion": 3, - "Name": "Functions-DoNet-3-xci1dk", - "ResourceGroupName": "Functions-Test-Windows-Consumption-d58nfl", - "StorageAccountName": "functionswinstoragegei", - "RuntimeVersion": 3 + "StorageAccountName": "functionswinstoragetid", + "Name": "Functions-DoNet-3-0w41z3", + "ResourceGroupName": "Functions-Test-Windows-Consumption-d734uv", + "Location": "central us", + "RuntimeVersion": 3, + "OSType": "Windows", + "FunctionsVersion": 3 }, { + "Runtime": "Python", + "StorageAccountName": "functionslinuxstorageoei", + "Name": "Functions-Python-3-8-ykjwlf", + "ResourceGroupName": "Functions-Test-Linux-Consumption-2mc68v", + "Location": "central us", + "RuntimeVersion": 3.8, "OSType": "Linux", + "FunctionsVersion": 3 + } + ], + "functionNamePython": "Functions-Python-s8fgtlbynd", + "functionNameTestApp": "Functions-TestAppName-c3b18an5kl", + "functionNameNode": "Functions-Node-qtel56d8mb", + "resourceGroupNameLinuxConsumption": "Functions-Test-Linux-Consumption-2mc68v", + "Tenant": "ac02cf7c-3082-42cd-8bdd-12acb978832f", + "storageAccountWindows": "functionswinstoragetid", + "servicePlansToCreate": [ + { + "WorkerType": "Windows", "Location": "central us", - "Runtime": "Python", - "FunctionsVersion": 3, - "Name": "Functions-Python-3-8-4wmydl", - "ResourceGroupName": "Functions-Test-Linux-Consumption-1c0z2q", - "StorageAccountName": "functionslinuxstoragek5z", - "RuntimeVersion": 3.8 + "Name": "Functions-Windows-Premium-jeh1rs", + "Sku": "EP1", + "ResourceGroupName": "Functions-Test-Windows-Premium-5xovwq", + "MinimumWorkerCount": 1, + "MaximumWorkerCount": 10 + }, + { + "WorkerType": "Linux", + "Location": "central us", + "Name": "Functions-Linux-Premium-r14mya", + "Sku": "EP1", + "ResourceGroupName": "Functions-Test-Linux-Premium-63wer9", + "MinimumWorkerCount": 1, + "MaximumWorkerCount": 10 } ], - "functionAppPlanName": "Functions-MyPlan-ipkndwm9ay", - "resourceGroupNameWindowsPremium": "Functions-Test-Windows-Premium-4m6d0x", - "functionNamePowerShell": "Functions-PowerShell-jln68as0bz", - "functionNamePython": "Functions-Python-vhqrapzbky", - "storageAccountWindows": "functionswinstoragegei", - "resourceGroupNameLinuxConsumption": "Functions-Test-Linux-Consumption-1c0z2q", - "functionNameNode": "Functions-Node-mbo4la8uev", - "storageAccountLinux": "functionslinuxstoragek5z", - "functionNameContainer": "Functions-CustomImage-s9wytca2x7", - "planNameWorkerTypeLinux": "Functions-Linux-Premium-hlqm6e", - "functionNameJava": "Functions-Java-9vs38jdng7", - "SubscriptionId": "3c4c30a8-1259-4f75-b267-fc4d7a7855eb" + "functionNamePowerShell": "Functions-PowerShell-y3kcev51bo", + "resourceGroupNameWindowsConsumption": "Functions-Test-Windows-Consumption-d734uv", + "planNameWorkerTypeWindows": "Functions-Windows-Premium-jeh1rs", + "functionAppPlanName": "Functions-MyPlan-g0a2kre13d", + "functionNameDotNet": "Functions-DotNet-bwzo517f2d", + "planNameWorkerTypeLinux": "Functions-Linux-Premium-r14mya", + "location": "central us", + "resourceGroupNameLinuxPremium": "Functions-Test-Linux-Premium-63wer9", + "SubscriptionId": "a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0", + "newApplInsights": { + "Id": "/subscriptions/a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0/resourceGroups/Functions-Test-Windows-Premium-5xovwq/providers/microsoft.insights/components/Functions-PowerShell-y3kcev51bo-new", + "ResourceGroupName": "Functions-Test-Windows-Premium-5xovwq", + "Name": "Functions-PowerShell-y3kcev51bo-new", + "Kind": "web", + "Location": "centralus", + "Type": "microsoft.insights/components", + "AppId": "a459aa2e-7b8a-4697-8a86-cbb7ed0d13f2", + "ApplicationType": "web", + "Tags": {}, + "CreationDate": "2020-10-18T01:26:55.7632324Z", + "FlowType": null, + "HockeyAppId": null, + "HockeyAppToken": null, + "InstrumentationKey": "a39e9130-6c76-4714-8cdb-74ca58beb68b", + "ProvisioningState": "Succeeded", + "RequestSource": "AzurePowerShell", + "SamplingPercentage": null, + "TenantId": "a8dce044-414f-4fbc-8ed3-4cd1c9d9b6b0", + "PublicNetworkAccessForIngestion": "Enabled", + "PublicNetworkAccessForQuery": "Enabled", + "PrivateLinkScopedResources": null, + "RetentionInDays": 90 + }, + "storageAccountLinux": "functionslinuxstorageoei", + "functionNameContainer": "Functions-CustomImage-yujr5zl6o7" } diff --git a/src/Functions/test/utils.ps1 b/src/Functions/test/utils.ps1 index e0078b0dfa74..6d4ce1aa8da5 100644 --- a/src/Functions/test/utils.ps1 +++ b/src/Functions/test/utils.ps1 @@ -46,13 +46,13 @@ function setupEnv() { Write-Host "Creating storage accounts" -ForegroundColor Green $storageAccountsToCreate = @( @{ - AccountName = $storageAccountWindows + Name = $storageAccountWindows ResourceGroupName = $resourceGroupNameWindowsPremium Location = $location SkuName = "Standard_GRS" }, @{ - AccountName = $storageAccountLinux + Name = $storageAccountLinux ResourceGroupName = $resourceGroupNameLinuxPremium Location = $location SkuName = "Standard_GRS" @@ -111,8 +111,8 @@ function setupEnv() { StorageAccountName = $storageAccountWindows OSType = "Windows" Runtime = "PowerShell" - RuntimeVersion = 6.2 - Name = "Functions-PowerShell-6-" + (RandomString -len 6) + RuntimeVersion = '7.0' + Name = "Functions-PowerShell-7-" + (RandomString -len 6) FunctionsVersion = 3 }, @{ diff --git a/src/Functions/utils/Unprotect-SecureString.ps1 b/src/Functions/utils/Unprotect-SecureString.ps1 new file mode 100644 index 000000000000..cb05b51a6220 --- /dev/null +++ b/src/Functions/utils/Unprotect-SecureString.ps1 @@ -0,0 +1,16 @@ +#This script converts securestring to plaintext + +param( + [Parameter(Mandatory, ValueFromPipeline)] + [System.Security.SecureString] + ${SecureString} +) + +$ssPtr = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($SecureString) +try { + $plaintext = [System.Runtime.InteropServices.Marshal]::PtrToStringBSTR($ssPtr) +} finally { + [System.Runtime.InteropServices.Marshal]::ZeroFreeBSTR($ssPtr) +} + +return $plaintext \ No newline at end of file